Thursday, November 28, 2019

Can not open 111 SMTP stream

Can not open 111 SMTP stream

when check on the server, got this result when check mailq
# mailq
delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
check the open ports for mail

# netstat -tupan | grep LISTEN
after that check these 2 services :-

1.
# service postfix status
if not running, please start it using this command
# service postfix start
2.
service amavis status or service amavisd status
if not running, please start it using this command
service amavis start or service amavisd start

after that push mailq to resend it again
First check the mail using this command
# mailq or exim -bp

then type this command to resend it again by force
postqueue -f OR sendmail -q
 sendmail -q retries delivery of all mails in the queue immediately.

0 comments: