4.72. How do I configure Mailman to use an external SMTP server?

In mm_cfg.py add or modify:

DELIVERY_MODULE = 'SMTPDirect'

SMTPHOST = 'mail.example.com'

If the external server uses a different port than the default, also:

SMTPPORT = 1234

If the external server requires userid/password authentication to relay mail, see <http://mail.python.org/pipermail/mailman-users/2005-October/047086.html>.

For performance tuning, see also:

MTA Performance Tuning Tips for EXIM

MTA Performance Tuning Tips for Sendmail

MTA Performance Tuning Tips for Postfix

MTA Performance Tuning Tips for Qmail

Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/4.72 How do I configure Mailman to use an external SMTP server? (last edited 2015-01-31 02:36:58 by msapiro)