Write this line in your mm_cfg.py
MTA = 'Postfix'
SMTPHOST = 'aa.bb.cc.dd'
where aa.bb.cc.dd is the IP address you get successful port 25 TELNET.
I guess, this may have happened because default SMTPHOST in Defaults.py is
'localhost' and previously your Postfix would have been listening on all
int
==> logs/smtp-failure <==
Jul 13 11:06:09 2004 (18021) delivery to [EMAIL PROTECTED] failed
with code -1: Server not connected
Jul 13 11:06:09 2004 (18021) delivery to [EMAIL PROTECTED] failed
with code -1: Server not connected
. Running Postfix as my MTA. Confirmed that TELNET to port 25 g