diff options
author | Andy Wingo <wingo@igalia.com> | 2016-09-04 18:01:40 +0200 |
---|---|---|
committer | Andy Wingo <wingo@igalia.com> | 2016-09-27 14:45:07 +0200 |
commit | 66329c23a113201de2ead168a400cc068caafc85 (patch) | |
tree | d35ac17d4992262b158c55b6660b28e653ed722e /doc | |
parent | a777535cd7399c06d2eb036f926689778f44be73 (diff) | |
download | gnu-guix-66329c23a113201de2ead168a400cc068caafc85.tar gnu-guix-66329c23a113201de2ead168a400cc068caafc85.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 808fbdceb4..c159e12b1b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |