Mailman receives posts but no sent them
Hello,
I've enabled mailing lists with Mailman 2.1.2 and Postfix in a Mac OS X Server 10.3.9
I've the following errors when a subscribed user sent a post to the list:
logs/smtp Oct 30 16:52:39 2008 (378) All recipients refused: (7, 'No address associated with nodename') Oct 30 16:52:39 2008 (378) All recipients refused: (7, 'No address associated with nodename') Oct 30 16:52:39 2008 (378) <Pine.LNX.4.64.0810301651440.26490@server.dom.ain.one> smtp for 3 recips, completed in 0.059 seconds
logs/logs Oct 30 16:52:39 2008 (378) post to prueba from user@dom.ain.one, size=2374, message-id=<Pine.LNX.4.64.0810301651440.26490@server.dom.ain.one>, 3 failures
the list prueba has three subscribers
the same problem occurs with other messages in the list
logs/smtp Oct 30 16:38:38 2008 (378) All recipients refused: (7, 'No address associated with nodename') Oct 30 16:38:38 2008 (378) <mailman.5.1225229913.12728.prueba@dom.ain> smtp for 1 recips, completed in 0.033 seconds
logs/post
Oct 30 16:38:38 2008 (378) post to prueba from mailman-bounces@dom.ain, size=605, message-id=<mailman.5.1225229913.12728.prueba@dom.ain>, 1 failures
No messages or posts were sent since the list was created but in the list archives we can see all the posts
Postfix is working fine with messages for the dom.ain domain in the same Mac OS X server
we only added in the mm_cfg.py file:
DEFAULT_EMAIL_HOST = 'dom.ain' DEFAULT_URL_HOST = 'lists.dom.ain'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
thank you very much
NetBiker wrote:
I've enabled mailing lists with Mailman 2.1.2 and Postfix in a Mac OS X Server 10.3.9
Search the FAQ Wiki for "mac os x".
I've the following errors when a subscribed user sent a post to the list:
logs/smtp Oct 30 16:52:39 2008 (378) All recipients refused: (7, 'No address associated with nodename') Oct 30 16:52:39 2008 (378) All recipients refused: (7, 'No address associated with nodename') Oct 30 16:52:39 2008 (378) <Pine.LNX.4.64.0810301651440.26490@server.dom.ain.one> smtp for 3 recips, completed in 0.059 seconds
Sounds like a problem with your hostname, but you should search the FAQ Wiki for "troubleshooting".
Mailman FAQ: http://wiki.list.org/x/AgA3
Note that this line is included at the bottom of every single message that passes through this mailing list. This FAQ Wiki is searchable.
-- Brad Knowles <brad@shub-internet.org> LinkedIn Profile: <http://tinyurl.com/y8kpxu>
Brad Knowles wrote:
NetBiker wrote:
I've the following errors when a subscribed user sent a post to the list:
logs/smtp Oct 30 16:52:39 2008 (378) All recipients refused: (7, 'No address associated with nodename') Oct 30 16:52:39 2008 (378) All recipients refused: (7, 'No address associated with nodename') Oct 30 16:52:39 2008 (378) <Pine.LNX.4.64.0810301651440.26490@server.dom.ain.one> smtp for 3 recips, completed in 0.059 seconds
Sounds like a problem with your hostname, but you should search the FAQ Wiki for "troubleshooting".
This is an OS error having to do with DNS lookup of a host name by Postfix during SMTP from mailman. My best guess is your host name in the SMTP MAIL FROM command is not resolvable in DNS. This is normally the host_name of the list(s) set from DEFAULT_EMAIL_HOST at list creation.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Brad Knowles -
Mark Sapiro -
NetBiker