g1 <[email protected]> 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-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’.
