~ruther/guix-local

66329c23a113201de2ead168a400cc068caafc85 — Andy Wingo 9 years ago a777535
gnu: New default Dovecot service postmaster_address

* gnu/services/mail.scm (dovecot-configuration): Change default for
  postmaster-address, as dovecot is now requiring a non-empty value and
  will fail to start up otherwise.
* doc/guix.texi (Mail Services): Update.
2 files changed, 3 insertions(+), 3 deletions(-)

M doc/guix.texi
M gnu/services/mail.scm
M doc/guix.texi => doc/guix.texi +2 -2
@@ 9964,8 9964,8 @@ Defaults to @samp{""}.

@deftypevr {@code{dovecot-configuration} parameter} string postmaster-address
Address to use when sending rejection mails.
Default is postmaster@@<your domain>.  %d expands to recipient domain.
Defaults to @samp{""}.
%d expands to recipient domain.
Defaults to @samp{"postmaster@@%d"}.
@end deftypevr

@deftypevr {@code{dovecot-configuration} parameter} string hostname

M gnu/services/mail.scm => gnu/services/mail.scm +1 -1
@@ 1352,7 1352,7 @@ regeneration entirely.")
   "SSL crypto device to use, for valid values run \"openssl engine\".")

  (postmaster-address
   (string "")
   (string "postmaster@%d")
   "Address to use when sending rejection mails.
Default is postmaster@@<your domain>.  %d expands to recipient domain.")