forked from mirrors/nixpkgs
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 {
|
||||
type = types.str;
|
||||
default = "postmaster@example.org";
|
||||
example = "postmaster@example.org";
|
||||
description = ''
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue