Teck wrote: > >config suse 10.0 postfix spanassassin amavisd clamd freshclam all running >mailman DID work. im not sure just yet when it quit. anyone of the members >can send to it and mailman does its thing and mail gets delivered to any >members of MY domain. it will not send to outside domains in the mail log >all i get it connection timed out and the mail returned to postfix >deferred. everytime i try to flush it same result. > from any machine in my network(windows machines) i can send mail via my >mail server same as usual. sending via mailman to outside domains seems to >have broken during my install of.. mhonarc mharc and namazu....
So Mailman is delivering to postfix for ALL recipients, and Postfix can't deliver the mail to external domains, but it tries. This certainly seems like a pure Postfix or beyond issue to me. This and similar log entries Apr 29 20:45:01 www postfix/qmgr[14988]: E82BA16BA31: to=<[EMAIL PROTECTED]>, relay=none, delay=35229, status=deferred (delivery temporarily suspended: connect to yahoo.com[216.109.112.135]: server dropped connection without sending the initial SMTP greeting) say to me that either yahoo is not accepting connects or just doesn't like you, BUT there is some Postfix/DNS issue here. The address 216.109.112.135 is in the A record for yahoo.com, but it is not associated with any of the MX names for the yahoo.com domain. Postfix should be connecting to the MX servers for a domain and only connecting to the A address if there are no MX records. Are you sure you can mail directly to yahoo.com via the same Postfix? Is your direct mail connecting to the same IP and port as Mailman is? (Mailman is connecting to 'localhost' port 25 unless overriden by SMTPHOST/SMTPPORT in mm_cfg.py.) -- 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&file=faq01.027.htp