Hi,
I've searched the FAQ, and followed the steps in 3.14, but cannot resolve this error. Mar 27 03:35:58 2007 (20228) Low level smtp error: (111, 'Connection refused'), msgid: [EMAIL PROTECTED] I'm running on a CentOS system, and installed from source. My netstat - na | grep ":25 " indicates: tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN My Defaults.py has: DELIVERY_MODULE = 'SMTPDirect' MTA = 'Manual' SMTPHOST = 'localhost' SMTPPORT = 0 # default from smtplib SENDMAIL_CMD = '/usr/lib/sendmail' (and none are overwritten by anything in mm_cfg.py) mm_cfg.py has: add_virtualhost('www.domainname.tld', 'domainname.tld') /etc/hosts has: 127.0.0.1 localhost localhost.localdomain I've tried changing the SMTPHOST to my local server name, and the actual IP address for the server. /etc/access has a RELAY command for 127.0.0.1 and all IPs assigned to the server. Any other suggestions - I've got a client who needs to get an email out to the list asap. --Will ------------------------------------------------------ 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&file=faq01.027.htp