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

Jana Nguyen wrote:
[root@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@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (1)
-
Mark Sapiro