nixos/mailman: siteOwner default -> example
A default of example.com is useful to nobody. The correct value of this depends on the system.
This commit is contained in:
parent
547b91b971
commit
112fa077b1
@ -89,7 +89,7 @@ in {
|
|||||||
|
|
||||||
siteOwner = mkOption {
|
siteOwner = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "postmaster@example.org";
|
example = "postmaster@example.org";
|
||||||
description = ''
|
description = ''
|
||||||
Certain messages that must be delivered to a human, but which can't
|
Certain messages that must be delivered to a human, but which can't
|
||||||
be delivered to a list owner (e.g. a bounce from a list owner), will
|
be delivered to a list owner (e.g. a bounce from a list owner), will
|
||||||
|
Loading…
x
Reference in New Issue
Block a user