Page 1 of 1

I cannot send emails I get ( Unrouteable address)

Posted: Sat Apr 04, 2015 2:14 pm
by mcknight
Hey I'm new to vestacp and I am having an issue with exim4 not be able to send any emails the log shows:

Code: Select all

2015-04-04 15:04:39 1YeOgh-0001XL-4C <= [email protected] U=root P=local S=510
2015-04-04 15:04:39 1YeOgh-0001XL-4C ** [email protected]: Unrouteable address
2015-04-04 15:04:39 1YeOgh-0001XP-6G <= <> R=1YeOgh-0001XL-4C U=Debian-exim P=local S=1369
2015-04-04 15:04:39 1YeOgh-0001XL-4C Completed
2015-04-04 15:04:39 1YeOgh-0001XP-6G ** [email protected]: Unrouteable address
2015-04-04 15:04:39 1YeOgh-0001XP-6G Frozen (delivery error message)
I'm running this server of digitalocean and I have tried turning iptables off.

I'm hoping someone here will have an idea whats going on.

Thanks,

Mcknight

Re: I cannot send emails I get ( Unrouteable address)

Posted: Sat Apr 04, 2015 7:00 pm
by ScIT
You can check the delivery way with:

Code: Select all

exim -bt <remote address>
If you want please post the output.

Re: I cannot send emails I get ( Unrouteable address)

Posted: Mon Apr 06, 2015 11:23 pm
by skurudo
It's your problem - "Unrouteable address"

There is two way to solve this problem: 1) you can check closed or not your 25 port, and make setting for resolv/PRT/dns/hostname 2) use external mail for your messages - viewtopic.php?f=12&t=7422

PS: Or you can use smarthost - viewtopic.php?f=16&t=6885&p=24169&hilit ... ess#p24178

Re: I cannot send emails I get ( Unrouteable address)

Posted: Fri May 20, 2016 9:19 pm
by alexandremg85
verify /etc/mailname have your server's FQDN

http://serverfault.com/questions/218633 ... -my-domain

Re: I cannot send emails I get ( Unrouteable address)

Posted: Mon May 23, 2016 7:25 am
by skurudo
Closed.