02 Oct 2020
Support Center
»
Knowledgebase
»
CPanel EXIM error – remote_smtp defer (111): Connection refused
CPanel EXIM error – remote_smtp defer (111): Connection refused
Solution
This happens on some CPanel / WHM servers sending to some destinations due to the SMTP tweak.
While troubleshooting the issue, we found the following:
root@server [~]# iptables -nL
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 127.0.0.1 tcp dpt:25
REJECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:25
reject-with icmp-port-unreachable
You have to remove this two iptables rules.
root@server [~]# iptables -D OUTPUT 2
root@server [~]# iptables -D OUTPUT 1
You then have to save iptables and restart.
root@server [~]# /etc/init.d/iptables save
root@server [~]# /etc/init.d/iptables restart
Now, check your mails and you will see all the mails getting delivered as normal.
Article Details
Article ID:
18
Created On:
10 Jun 2020 03:15 PM
This answer was helpful
This answer was not helpful
User Comments
Add a Comment
Sharing is good. So if you have a comment about this entry please feel free to share. The Comments might be reviewed by our Staff and might require approval before being posted. Questions posted will not be answered, please submit a ticket for support requests.
Image Verification Required
Please enter the characters that appear to the right in the space provided. This is just to verify that you are a human.
Fullname:
Email: (Optional)
Comments:
Back
Login
Username:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Troubleshooter
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Knowledgebase
|
Troubleshooter
|
News
|
Downloads
Language:
English (U.S.)