On 09/08/2016 02:02 PM, Steve Wehr wrote: > Here it is.... > > /etc/postfix>postconf -n ... > mydestination = hash:/etc/postfix/mydomains
What's in /etc/postfix/mydomains ... > transport_maps = hash:/etc/postfix/transport What's in /etc/postfix/transport And what's in Mailman's Defaults.py/mm_cfg.py for SMTPPORT Before answering the above try the following: Assuming the Defaults.py settings are: SMTPHOST = 'localhost' SMTPPORT = 0 and they aren't overridden in mm_cfg.py, try the following shell session (postfix replies not shown) $ telnet localhost 25 EHLO tunedinweb.com MAIL FROM: <st...@tunedinweb.com> RCPT TO: <st...@tunedinweb.com> DATA . QUIT If that gives the error, try the same thing, but do $ telnet 127.0.0.1 25 to start. If that works but 'localhost' gives the reject try adding localhost to mynetworks = 23.253.149.133/32, 127.0.0.0/8, 10.208.195.27/32 and if that doesn't solve it, add SMTPHOST = '127.0.0.1' to mm_cfg.py. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org