From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etiaP-0006HZ-PK for guix-patches@gnu.org; Wed, 07 Mar 2018 18:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etiaM-0000XH-Lm for guix-patches@gnu.org; Wed, 07 Mar 2018 18:35:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etiaM-0000X3-IQ for guix-patches@gnu.org; Wed, 07 Mar 2018 18:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etiaM-0007BG-CR for guix-patches@gnu.org; Wed, 07 Mar 2018 18:35:02 -0500 Subject: [bug#30744] [PATCH 1/2] services: dovecot: Copy dovecot.conf to /etc/dovecot. Resent-Message-ID: References: <20180307213030.30466-1-go.wigust@gmail.com> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <20180307213030.30466-1-go.wigust@gmail.com> Date: Thu, 08 Mar 2018 00:34:56 +0100 Message-ID: <871sgvsbmn.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 30744@debbugs.gnu.org Oleg Pykhalov writes: > Many Dovecot utilities compiled with assumption of ‘/etc/dovecot/dovecot.conf’ > existence. > > * gnu/services/mail.scm (dovecot-shepherd-service): Move config generation. > Invoke ‘dovecot’ without ‘-c’ flag. > (%dovecot-activation): Copy ‘dovecot.conf’ to ‘/etc/dovecot’. > (dovecot-service-type): Make ‘%dovecot-activation’ non-constant. > --- > gnu/services/mail.scm | 147 +++++++++++++++++++++++++------------------------- > 1 file changed, 74 insertions(+), 73 deletions(-) Ok! Thank you.