On Sunday 03 May 2015 21:48:02 Stephen J. Turnbull wrote: > Thomas Stein writes: > > Exim gives no error. Just a loop between goodnews-bounces and goodnews. > > What did i wrong this time? :-) > > It appears that Exim can't send mail at all, and so first the error > happens in the mailing list, then it tries to send the error > information to the list-owner, but that fails the same way ("address > faimily not supported by protocol"). > > Can't say more without seeing your configs.
> Can you send any mail at all on that host? Yes. No problems. Here a test via command line. Mailing list is called "more". misc ~ # exim -v m...@misc.domain.de From: himbe...@domain.de To: m...@misc.domain.de Subject: Test This is a test. LOG: MAIN <= r...@misc.domain.de U=root P=local S=362 misc ~ # delivering 1Yoroo-0007Vh-Hd Connecting to localhost [127.0.0.1]:8024 ... connected SMTP<< 220 misc.domain.de Python LMTP runner 1.0 SMTP>> LHLO misc.domain.de SMTP<< 250 misc.domain.de SMTP>> MAIL FROM:<r...@misc.domain.de> SMTP<< 250 OK SMTP>> RCPT TO:<m...@misc.domain.de> SMTP<< 250 OK SMTP>> DATA SMTP<< 354 End data with <CR><LF>.<CR><LF> SMTP>> writing message and terminating "." SMTP<< 250 Ok SMTP>> QUIT LOG: MAIN => m...@misc.domain.de R=mailman3_router T=mailman3_transport H=localhost [127.0.0.1] C="250 Ok" LOG: MAIN Completed So the mail is with mailman now. Mailman smtp.log still the same: May 03 13:13:14 2015 (24469) <20150503111313.24473.30...@misc.g.de> low level smtp error: [Errno 97] Address family not supported by protocol May 03 13:13:14 2015 (24469) <20150503111313.24473.30...@misc.g.de> smtp to m...@misc.domain.de for 1 recips, completed in 0.0038123130798339844 seconds May 03 13:13:14 2015 (24469) <20150503111313.24473.30...@misc.g.de> post to m...@misc.domain.de from more-boun...@misc.domain.de, 831 bytes, 1 failures May 03 13:13:14 2015 (24469) <20150503111313.24473.30...@misc.g.de> delivery to himbe...@domain.de failed with code 444, [Errno 97] Address family not supported by protocol May 03 13:13:14 2015 (24469) <20150503111313.24473.98...@misc.g.de> low level smtp error: [Errno 97] Address family not supported by protocol It seems mailman is unable to send mail. Sending mail as user mailman on the commandline works. Strange. thanks and ciao t. ------------------------------------------------------ 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