diff options
Diffstat (limited to '')
-rw-r--r-- | Mailman/Defaults.py.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 5702f0e1..db75971d 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -412,6 +412,11 @@ POSTFIX_STYLE_VIRTUAL_DOMAINS = [] # specify the desired local domain in mm_cfg.py as for example # # VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhost' +# or +# VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'other.local.domain' +# +# Whatever string value you set will be literally appended with an '@' to the +# listaddress local parts on the right hand side. VIRTUAL_MAILMAN_LOCAL_DOMAIN = None # These variables describe the program to use for regenerating the aliases.db |