Can not open 111 SMTP stream
when check on the server, got this result when check mailq
1.
after that push mailq to resend it again
First check the mail using this command
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 refusedcheck the open ports for mail
# netstat -tupan | grep LISTENafter that check these 2 services :-
1.
# service postfix statusif not running, please start it using this command
# service postfix start2.
# service amavis status or service amavisd statusif 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 -qsendmail -q retries delivery of all mails in the queue immediately.
0 comments:
Post a Comment