nixos/mailman: siteOwner default -> example

A default of example.com is useful to nobody.  The correct value of
this depends on the system.
wip/yesman
Alyssa Ross 5 years ago
parent 547b91b971
commit 112fa077b1
  1. 2
      nixos/modules/services/mail/mailman.nix

@ -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…
Cancel
Save