diff options
Diffstat (limited to 'Mailman')
| -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 d90e4f4e1..c1a972410 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -178,6 +178,11 @@ SMTPPORT = 0 # default from smtplib # when DELIVERY_MODULE is 'Sendmail'. SENDMAIL_CMD = '/usr/lib/sendmail' +# Allow for handling of MTA-specific features (i.e. aliases). Most MTAs use +# "sendmail" (including Sendmail, Postfix, and Exim). Qmail uses the "qmail" +# style. +MTA_ALIASES_STYLE = 'sendmail' + # Set these variables if you need to authenticate to your NNTP server for # Usenet posting or reading. If no authentication is necessary, specify None # for both variables. |
