Differences between revisions 1 and 2
Revision 1 as of 2008-07-31 13:54:30
Size: 1105
Editor: dunxd
Comment:
Revision 2 as of 2008-07-31 13:54:31
Size: 1146
Editor: dunxd
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352584 #pragma page-filename DOC/versions/4030619
Line 3: Line 3:
Line 12: Line 13:
    * If the external server uses a different port than the default, also: If the external server uses a different port than the default, also:
Line 18: Line 20:
    * 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|http://mail.python.org/pipermail/mailman-users/2005-October/047086.html]]>.

Line 30: Line 33:
''Last changed on Sat Nov 25 03:31:57 2006 by'' Mark Sapiro
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
''Last changed on Sat Nov 25 03:31:57 2006 by'' Mark Sapiro<<BR>> Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

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

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/4.72 How do I configure Mailman to use an external SMTP server? (last edited 2015-01-31 02:36:58 by msapiro)