From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#25802: Unable to run dovecot w/ non-opaque configuration Date: Sun, 23 Apr 2017 02:01:04 +0200 Message-ID: <87o9vouh4v.fsf@lassieur.org> References: <1487542853.2640902.886094120.06D052D2@webmail.messagingengine.com> <87a878f1yv.fsf@gnu.org> <87pog4uhmr.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d24yd-000408-S9 for bug-guix@gnu.org; Sat, 22 Apr 2017 20:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d24yZ-0005I2-02 for bug-guix@gnu.org; Sat, 22 Apr 2017 20:02:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d24yY-0005Ht-Ta for bug-guix@gnu.org; Sat, 22 Apr 2017 20:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d24yY-00027j-H0 for bug-guix@gnu.org; Sat, 22 Apr 2017 20:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87pog4uhmr.fsf@lassieur.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Andy Wingo , Bake Timmons , 25802-done@debbugs.gnu.org Clément Lassieur writes: > Ludovic Courtès writes: > >> 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 = 64000 >> >> Clément, Andy: WDYT? :-) >> >> I suspect commit 56aef188a2a014e254d3c93c8a79cd1fb5a1ece6 by Clément >> might have fixed the syntax issue reported here. > > Indeed this has been fixed, I'm closing the bug. Bake, if you still > reproduce after making sure you're up-to-date, do not hesitate to > re-open. :) Actually, there were two bugs. The "lmtp" one has been fixed by commit eba560765a5afccbc5d3b64df410d89b1f79a18e.