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.
This commit is contained in:
parent
a777535cd7
commit
66329c23a1
|
@ -9964,8 +9964,8 @@ Defaults to @samp{""}.
|
||||||
|
|
||||||
@deftypevr {@code{dovecot-configuration} parameter} string postmaster-address
|
@deftypevr {@code{dovecot-configuration} parameter} string postmaster-address
|
||||||
Address to use when sending rejection mails.
|
Address to use when sending rejection mails.
|
||||||
Default is postmaster@@<your domain>. %d expands to recipient domain.
|
%d expands to recipient domain.
|
||||||
Defaults to @samp{""}.
|
Defaults to @samp{"postmaster@@%d"}.
|
||||||
@end deftypevr
|
@end deftypevr
|
||||||
|
|
||||||
@deftypevr {@code{dovecot-configuration} parameter} string hostname
|
@deftypevr {@code{dovecot-configuration} parameter} string hostname
|
||||||
|
|
|
@ -1352,7 +1352,7 @@ regeneration entirely.")
|
||||||
"SSL crypto device to use, for valid values run \"openssl engine\".")
|
"SSL crypto device to use, for valid values run \"openssl engine\".")
|
||||||
|
|
||||||
(postmaster-address
|
(postmaster-address
|
||||||
(string "")
|
(string "postmaster@%d")
|
||||||
"Address to use when sending rejection mails.
|
"Address to use when sending rejection mails.
|
||||||
Default is postmaster@@<your domain>. %d expands to recipient domain.")
|
Default is postmaster@@<your domain>. %d expands to recipient domain.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue