Lee Haynes wrote:

>When an email is posted to a list or Mailman generates an email, the message
>is never delivered, and I receive an error in smtp-failure:
>
>Low level smtp error: (60, 'Operation timed out'), msgid:
><[EMAIL PROTECTED]>
>
>No information is logged by sendmail to maillog.


You probably are not able to connect to your SMTP server on SMTPPORT at
SMTPHOST. The default settings are:

SMTPHOST = 'localhost'
SMTPPORT = 0

0 for SMTPPORT means use the SMTP port = port 25. So if you haven't
changed these in mm_cfg.py, you are trying to connect to port 25 on
'localhost' and your SMTP server isn't answering.

If you've changed these, they're not correct. If you haven't, you
either have to tell your MTA to listen on localhost, port 25 of change
them to an address and port where the MTA is listening.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to