[Mailman-Users] can't send out mail using postfix with mailman

Mark Sapiro msapiro at value.net
Fri Mar 3 00:27:19 CET 2006


Jana Nguyen wrote:

>[root at bcc-dev-0-12 ~]# netstat -l | grep smtp
>tcp        0      0 localhost.localdomain:smtp  *:*                         LISTEN     


This tells you that localhost.localdomain is listening on the smtp port
(port 25) for connects from anyone.

This should be OK, but the fact remains that when you actually connect
with either Mailman or telnet you get no response from Postfix (if
that's what's listening).

This is almost certainly a Postfix configuration issue. If you are able
to send mail from this box at all, what is the MUA connecting to?

What happens if you try

telnet localhost.localdomain 25

is that any different from

telnet localhost 25

(It shouldn't be, but who knows.) If it turns out that Postfix is
listening on some other address/port, you can set SMTPHOST and
SMTPPORT in mm_cfg.py to make Mailman use the ones that work.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan





More information about the Mailman-Users mailing list