Differences between revisions 1 and 2
Revision 1 as of 2008-05-27 13:27:17
Size: 1034
Editor: terri
Comment:
Revision 2 as of 2008-06-04 21:25:14
Size: 1112
Editor: terri
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/4292638 #pragma page-filename DOC/versions/5603459
Line 5: Line 5:
{{{
Line 8: Line 9:
}}}
Line 10: Line 13:

{{{
Line 11: Line 16:
}}}
Line 12: Line 18:
    * If the external server requires userid/password authentication to relay mail, see <http://mail.python.org/pipermail/mailman-users/2005-October/047086.html>.
* If the external server requires userid/password authentication to relay mail, see <[[http://mail.python.org/pipermail/mailman-users/2005-October/047086.html]]>.
Line 16: Line 23:
[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.002.htp]] [[../MTA Performance Tuning Tips for EXIM|MTA Performance Tuning Tips for EXIM]]
Line 18: Line 25:
[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.003.htp]] [[../MTA Performance Tuning Tips for Sendmail|MTA Performance Tuning Tips for Sendmail]]
Line 20: Line 27:
[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.004.htp]] [[../MTA Performance Tuning Tips for Postfix|MTA Performance Tuning Tips for Postfix]]
Line 22: Line 29:
[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.005.htp]] [[../MTA Performance Tuning Tips for Qmail|MTA Performance Tuning Tips for Qmail]]

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

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

Last changed on Sat Nov 25 03:31:57 2006 by Mark Sapiro Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/How do I configure Mailman to use an external SMTP server? (last edited 2008-07-31 13:54:30 by dunxd)