[Solved] Exim4 not sending emails,"Connection timed out"
[Solved] Exim4 not sending emails,"Connection timed out"
Exim4 not sending emails, just recieving, I found the same case in this url:
https://www.digitalocean.com/community/ ... -recieving
Does anyone know what is the problem? It is a fresh vestacp installation, I tried with Ubuntu 14.04 and Centos, in both with the same error.
cat /var/log/exim4/mainlog
2015-07-28 19:14:29 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.172.34.65] Connection timed out
2015-07-28 19:15:12 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.172.34.66] Connection timed out
2015-07-28 19:16:36 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.172.34.64] Connection timed out
2015-07-28 19:17:19 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.172.34.67] Connection timed out
2015-07-28 19:18:44 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.158.8.50] Connection timed out
2015-07-28 19:19:26 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.158.8.51] Connection timed out
2015-07-28 19:20:51 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.158.8.61] Connection timed out
2015-07-28 19:21:33 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.158.8.62] Connection timed out
2015-07-28 19:22:58 1ZK8QP-0000rO-DT mx6.mail.icloud.com [17.158.8.114] Connection timed out
https://www.digitalocean.com/community/ ... -recieving
Does anyone know what is the problem? It is a fresh vestacp installation, I tried with Ubuntu 14.04 and Centos, in both with the same error.
cat /var/log/exim4/mainlog
2015-07-28 19:14:29 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.172.34.65] Connection timed out
2015-07-28 19:15:12 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.172.34.66] Connection timed out
2015-07-28 19:16:36 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.172.34.64] Connection timed out
2015-07-28 19:17:19 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.172.34.67] Connection timed out
2015-07-28 19:18:44 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.158.8.50] Connection timed out
2015-07-28 19:19:26 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.158.8.51] Connection timed out
2015-07-28 19:20:51 1ZK8QP-0000rO-DT mx3.mail.icloud.com [17.158.8.61] Connection timed out
2015-07-28 19:21:33 1ZK8R6-0000rS-Pn mx4.mail.icloud.com [17.158.8.62] Connection timed out
2015-07-28 19:22:58 1ZK8QP-0000rO-DT mx6.mail.icloud.com [17.158.8.114] Connection timed out
Last edited by José on Thu Jul 30, 2015 1:22 pm, edited 1 time in total.
Re: Exim4 not sending emails,"Connection timed out"
May be different options, but answer in many cases - blocked port. Try to ask your hosting provider: "Why you block me" or something like this. And of course check your IP in MX black list.
Re: Exim4 not sending emails,"Connection timed out"
Thank you very much,skurudo wrote:May be different options, but answer in many cases - blocked port. Try to ask your hosting provider: "Why you block me" or something like this. And of course check your IP in MX black list.
My hosting provider is Digital Ocean, is it possible to change the port in exim configuration file? Perhaps in this file:
https://github.com/serghey-rodin/vesta/ ... f.template
And after restart the server?
Thanks.
Re: Exim4 not sending emails,"Connection timed out"
Yep, daemon_smtp_ports it's option.José wrote: My hosting provider is Digital Ocean, is it possible to change the port in exim configuration file? Perhaps in this file:
https://github.com/serghey-rodin/vesta/ ... f.template
And after restart the server?
Check your IP in blacklist -> http://mxtoolbox.com/blacklists.aspx
Re: Exim4 not sending emails,"Connection timed out"
Solved! It was my hosting provider, I send a ticket and they unblocked my ports.skurudo wrote:May be different options, but answer in many cases - blocked port. Try to ask your hosting provider: "Why you block me" or something like this. And of course check your IP in MX black list.
Thank you so much skurudo!
Re: Exim4 not sending emails,"Connection timed out"
Good luck with your server, José ^_^José wrote:Solved! It was my hosting provider, I send a ticket and they unblocked my ports.