i have my own smtp [email protected]
Hi,
You would have to contact with your Server host and ask them to do the following settings:
1. You would need to login into your WHM Panel and under this go to Tweak Settings. Under the Tweak Settings, turn off the option (Restrict outgoing SMTP to root, exim, and mailman (AKA SMTP Tweak)
2. You would need to login into your WHM Panel and under Plugins section, click on the option “ConfigServer Security & Firewall”. After that under the ConfigServer Firewall tab, click on Firewall Configuration option. Under this turn off the options “SMTP_BLOCK” and “SMTP_ALLOWLOCAL”.
We have attached all the screenshots for your help. Please have a look at it.
https://ibb.co/k96oCG
https://ibb.co/eqEKKw
https://ibb.co/djtqRb
https://ibb.co/kgK8CG
https://ibb.co/mQZmzw
Hope that fixes the issue for you!
Thanks
Many thanks for your quick reply. I am using VPS server and Centos Web Panel
setting will be same? like whm?
i have checked this is not the same like WHM
can you please help me about this problem?
thank you
Hi,
If your VPS has ConfigServer Firewall (CSF) installed then this would most likely be causing the problem.
You will need to review the firewall configuration on the VPS and ensure hose ports are allowed outbound.
You have to allow outgoing traffic to ports 25, 465, 587 and in the case of Mandrill 2525 as well.
You should actually be fine enabling only the one you will connect to. So:
sudo vim /etc/csf/csf.conf
add 25,2525,465,587 to TCP_OUT, and to TCP6_OUT if you use IPv6.
You might also need to remove that ports from SMTP_PORTS if you have SMTP_BLOCK enabled (if it is set to 1).
It’s better to contact your Web Host with the above response and I am sure that we will be able to help you out.
Thanks