Code: Select all
Aug 1 22:07:16 karen sm-msp-queue[11244]: k6RNw2VN017840: to=<bogusmail@gmail.com>, delay=4+20:09:13, xdelay=00:00:00, mailer=relay, pri=11553313, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
Code: Select all
netstat -an | grep :25 | grep tcp
tcp 0 0 172.30.1.65:25 0.0.0.0:* LISTEN
This is the only entry apearing.
there should be a 127.0.0.1:25 to right?
smtpd.cfg
Code: Select all
RELAY accept 127.0.0.1
RELAY accept 172.30.1.65
RELAY accept .int.xxxx.com
RELAY Log_Reject ALL
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
So how to get the server to listen to 127.0.0.1 to?
I have a smarthost in /etc/mail/sendmail.cf to, but that does not effect this since I get the 127.0.0.1 error first...
I'm able to send mail to the scalix users but not to external smtp's.
Please need this working.
Regards Donnie