[Mailman-Users] Mailman to postfix hideously slow

Gregory Mokhin mok at kde.ru
Fri Oct 14 18:31:47 CEST 2005


Did you try

DELIVERY_MODULE = 'Sendmail'?

If it is faster, then probably postfix does some unnecessary DNS lookups.

Regards,
Gregory


micah milano wrote:
> 
> SMTP_MAX_RCPTS = 10
> DELIVERY_MODULE = 'SMTPDirect'
> DEFAULT_EMAIL_HOST = 'postfix.egg.com'
> DEFAULT_URL_HOST   = 'mailman.egg.com'
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> DEFAULT_SERVER_LANGUAGE = 'en'
> USE_ENVELOPE_SENDER    = 0              # Still used?
> DEFAULT_SEND_REMINDERS = 0
> MTA=None
> DEB_LISTMASTER = 'postmaster at egg.com'
> SMTP_MAX_RCPTS = 10
> SMTPHOST = 'postfix.egg.com'
> SMTPPORT = 25                                      # default from smtplib
> VIRTUAL_HOST_OVERVIEW = Yes
> 




More information about the Mailman-Users mailing list