From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: dovecot-service config questions Date: Tue, 30 Aug 2016 14:19:42 +0200 Message-ID: <87fupmmotd.fsf@gnu.org> References: <86fuq0u0ey.fsf@gmail.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]:44888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bei18-0004Cy-3F for help-guix@gnu.org; Tue, 30 Aug 2016 08:19:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bei13-0006pK-0Y for help-guix@gnu.org; Tue, 30 Aug 2016 08:19:48 -0400 In-Reply-To: <86fuq0u0ey.fsf@gmail.com> (myglc2@gmail.com's message of "Fri, 19 Aug 2016 13:35:33 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: g1 Cc: help-guix g1 skribis: > I am having trouble making the leap between guix and dovecot syntax. > > 1) Does anyone have a less trivial dovecot-service config they could > share? > > 2) How do I check the config tha herd is running? Like this ... > > g1@g1 ~/src$ pstree -pa | grep dovecot > |-dovecot,24213 -F -c /gnu/store/fq2spszyidjp56wmy38b1wma1p2irqgc-dovec= ot.co > > ... or is there a better way? You can run =E2=80=98herd status=E2=80=99 or =E2=80=98herd status dovecot= =E2=80=99. > 3) How do I view the dovecot config that _will be_ generated by system > reconfigure? You can do something like: guix gc -R `guix system build my-config.scm` | grep dovecot =E2=80=A6 and the dovecot.conf file will be among that. HTH, Ludo=E2=80=99.