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 01:50:20 +0200 Message-ID: <87pog4uhmr.fsf@lassieur.org> References: <1487542853.2640902.886094120.06D052D2@webmail.messagingengine.com> <87a878f1yv.fsf@gnu.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]:36562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d24nx-0002fv-U1 for bug-guix@gnu.org; Sat, 22 Apr 2017 19:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d24nu-0001cQ-MM for bug-guix@gnu.org; Sat, 22 Apr 2017 19:51:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36721) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d24nu-0001cC-Ct for bug-guix@gnu.org; Sat, 22 Apr 2017 19:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d24nu-0001rE-5T for bug-guix@gnu.org; Sat, 22 Apr 2017 19:51:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87a878f1yv.fsf@gnu.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 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. :) Clément