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.master
parent
a777535cd7
commit
66329c23a1
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
||||
|
|
Reference in New Issue