From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25802: Unable to run dovecot w/ non-opaque configuration Date: Sun, 23 Apr 2017 01:37:44 +0200 Message-ID: <87a878f1yv.fsf@gnu.org> References: <1487542853.2640902.886094120.06D052D2@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d24cM-0001py-7f for bug-guix@gnu.org; Sat, 22 Apr 2017 19:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d24cI-0005dN-8l for bug-guix@gnu.org; Sat, 22 Apr 2017 19:39:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d24cI-0005d9-4p for bug-guix@gnu.org; Sat, 22 Apr 2017 19:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d24cH-0008FY-SB for bug-guix@gnu.org; Sat, 22 Apr 2017 19:39:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1487542853.2640902.886094120.06D052D2@webmail.messagingengine.com> (Bake Timmons's message of "Sun, 19 Feb 2017 17:20:53 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Bake Timmons Cc: Andy Wingo , 25802@debbugs.gnu.org, clement@lassieur.org Hi Bake, Bake Timmons skribis: > Trying to reconfigure my system running guix 0.12.0 for dovecot with > the default configuration object created by '(dovecot-configuration)' > results in: > > guix system: error: exception thrown: # > > Adding a services list to the above works around the above error and > allows 'guix system reconfigure' to complete successfully. However, > the generated dovecot.conf is rejected by doveconf: > > doveconf: Error in configuration file /gnu/store...dove.cot.conf line 1: = Expecting '{' > >>From my limited acquaintance with dovecot, the guix-generated syntax of, = say, > ImapMaxLineLength 64000 > > disagrees with what I gather to be the normal dovecot.conf syntax of > imap_max_line_length =3D 64000 Cl=C3=A9ment, Andy: WDYT? :-) I suspect commit 56aef188a2a014e254d3c93c8a79cd1fb5a1ece6 by Cl=C3=A9ment might have fixed the syntax issue reported here. Ludo=E2=80=99.