help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dovecot-service config questions


From: Ludovic Courtès
Subject: Re: dovecot-service config questions
Date: Tue, 30 Aug 2016 14:19:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

g1 <address@hidden> 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 ...
>
> address@hidden ~/src$ pstree -pa | grep dovecot
>   |-dovecot,24213 -F -c /gnu/store/fq2spszyidjp56wmy38b1wma1p2irqgc-dovecot.co
>
> ... or is there a better way?

You can run ‘herd status’ or ‘herd status dovecot’.

> 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

… and the dovecot.conf file will be among that.

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]