On Mon 14 Dec 2015 22:09, Andy Wingo <wi...@igalia.com> writes: > * gnu/services/mail.scm: New file.
I pushed these two, adding the option for the #:config argument to `dovecot-configuration' to be an instance of either `dovecot-configuration' or `opaque-dovecot-configuration'. The latter is for specifying the dovecot.conf as a string. It's a record because the config also needs the package object, and hey, records are nice. Documented in the manual too. Thanks for the feedback, further notes are welcome! Andy