Andrew Hedges wrote:
>
>Oct 18 11:41:10 2005 (92) Low level smtp error: (7, 'No address associated
>with nodename'), msgid:
><[EMAIL PROTECTED]>
>Oct 18 11:41:10 2005 (92) delivery to [EMAIL PROTECTED] failed with
>code -1: (7, 'No address associated with nodename')

<snip>

>>From $prefix/Mailman/mm_cfg.py:
>
>MTA = "Postfix"
>DEFAULT_EMAIL_HOST = 'lists.familyvoices.org'
>DEFAULT_URL_HOST = 'lists.familyvoices.org'
>add_virtualhost(DEFAULT_URL_HOST,DEFAULT_EMAIL_HOST)
>DEFAULT_MAX_MESSAGE_SIZE = 64       # KB
>SMTPHOST = 'lists'

The problem is Python's smtplib is not able to find the domain 'lists'
to connect to. Remove "SMTPHOST = 'lists'" from mm_cfg.py and let this
default to 'localhost'.

>
>PS:  As an aside, is it typical for it to take nearly 3 seconds for Mailman
>to process one, puny message to a list with one, puny recipient?


No, but this probably reflects the time required to determine that the
DNS lookup of 'lists' is unsuccessful.


-- 
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