Page 1 of 3
Mails not working
Posted: Tue Nov 04, 2014 4:58 am
by bluearrow
I haven't even received the mail you get when installation is completed. No mails are working. I'm not sure what is the problem but I had this same problem in 2 different servers. I'm not sure what's wrong. I gave a gmail address for installation process and also use gmail for Wordpress too.
Re: Mails not working
Posted: Thu Feb 12, 2015 12:00 pm
by sanna
For me the same, I haven't even received the mail you get when installation is completed. No mails are working
Exim is ok , restarted
thanks for support
Re: Mails not working
Posted: Thu Feb 12, 2015 5:52 pm
by skurudo
Guys, mail working just fine.
If you don't have any, may be your hosting provider block some ports.
Or if you don't have correct sfp for domain in DNS, your mail in spam/junk.
Re: Mails not working
Posted: Thu Feb 12, 2015 5:54 pm
by skurudo
In any case, you, first hand, need to explore the mail log - /var/log/exim4/mainlog
Re: Mails not working
Posted: Fri Feb 13, 2015 10:16 am
by sanna
skurudo wrote:In any case, you, first hand, need to explore the mail log - /var/log/exim4/mainlog
thanks for support, I have this log from my VPS , hostname 104.194.xx.xx:
2015-02-13 04:25:15 Start queue run: pid=24860
2015-02-13 04:25:15 1YLpf0-0003VB-2L Message is frozen
2015-02-13 04:25:15 1YMC8Y-0005vT-GT Message is frozen
2015-02-13 04:25:15 1YMC8U-0005tU-Dd Message is frozen
2015-02-13 04:25:15 1YLTBm-0002OS-FY Unfrozen by errmsg timer
2015-02-13 04:25:15 1YLTBm-0002OS-FY **
[email protected]: Unrouteable address
2015-02-13 04:25:15 1YLTBm-0002OS-FY
[email protected]: error ignored
2015-02-13 04:25:15 1YLTBm-0002OS-FY Completed
2015-02-13 04:25:15 1YLpew-0003TD-9W Message is frozen
2015-02-13 04:25:15 1YLTBi-0002MR-NZ Unfrozen by errmsg timer
2015-02-13 04:25:15 1YLTBi-0002MR-NZ **
[email protected]: Unrouteable address
2015-02-13 04:25:15 1YLTBi-0002MR-NZ
[email protected]: error ignored
2015-02-13 04:25:15 1YLTBi-0002MR-NZ Completed
2015-02-13 04:25:15 End queue run: pid=24860
I need only to check the admin email for Vesta Control panel not for a mail server
thanks
Re: Mails not working
Posted: Mon Feb 16, 2015 9:33 am
by sanna
When I installed the Vesta CP asked only a external email for admin not a domain , nothing.
I need to reinstall Vesta again ?
thanks
Re: Mails not working
Posted: Mon Feb 16, 2015 1:14 pm
by philly75
Yes, same issue with me exactly! My logs show the same. All my MX records, spf are good.
But I have done some more digging and notice that exim or something is causing email to go out on random ports and on firewall side I have port 25 open for outgoing only.
see post
http://forum.vestacp.com/viewtopic.php?f=12&t=7093
Also, perhaps that I am using an external DNS be the issue?
Re: Mails not working
Posted: Tue Feb 17, 2015 7:56 pm
by skurudo
Try to change /etc/exim4/exim4.conf.template - dnslookup
Code: Select all
dnslookup:
driver = dnslookup
domains = *
transport = remote_smtp
no_more
Re: Mails not working
Posted: Wed Feb 18, 2015 10:48 pm
by sanna
skurudo wrote:Try to change /etc/exim4/exim4.conf.template - dnslookup
Code: Select all
dnslookup:
driver = dnslookup
domains = *
transport = remote_smtp
no_more
I have this in exim.conf :
dnslookup:
driver = dnslookup
domains = !+local_domains
transport = remote_smtp
no_more
Re: Mails not working
Posted: Thu Feb 19, 2015 3:05 am
by philly75
sanna wrote:skurudo wrote:Try to change /etc/exim4/exim4.conf.template - dnslookup
Code: Select all
dnslookup:
driver = dnslookup
domains = *
transport = remote_smtp
no_more
Hi, this made no difference.