mehargags wrote:philly
check mail in your spam folder... usually a new server's mail is often trapped in SPAM/JUNK.
also open a new terminal and : tail -f /var/log/exim4/mainlog
then in another console issue this
echo "MailCheck- Test Mail sent $(date +"%T")" | mail -s Testing <youremailid.com>
then see in the Tail of exim log what happens to your email.
I'm no expert, but I've been exercising Email Sending problems very hard towards perfection... still learning!
The only way to debug is "check logs" (skurudo)
[root@srv1 exim]# tail -f /var/log/exim/main.log
2015-02-19 09:58:42 1YO0WV-0000Eg-T4 Message is frozen
2015-02-19 09:58:42 End queue run: pid=26686
2015-02-19 10:58:42 Start queue run: pid=31407
2015-02-19 10:58:42 1YNkg6-0007Q2-8z Message is frozen
2015-02-19 10:58:42 1YOMzy-0000NJ-Dl Message is frozen
2015-02-19 10:58:42 1YOD15-0005s1-FL Message is frozen
2015-02-19 10:58:42 1YO0WN-0008M8-GF Message is frozen
2015-02-19 10:58:42 1YO0WV-0000Eg-T4 Message is frozen
2015-02-19 10:58:42 1YON04-0000Oa-2E Message is frozen
2015-02-19 10:58:42 End queue run: pid=31407
after echo:
2015-02-19 11:10:22 1YOTgE-00005h-PK <=
[email protected] U=root P=local S=422
2015-02-19 11:10:22 1YOTgE-00005h-PK **
[email protected] <
[email protected]>: Unrouteable address
2015-02-19 11:10:22 1YOTgE-00005j-Rf <= <> R=1YOTgE-00005h-PK U=exim P=local S=1280
2015-02-19 11:10:22 1YOTgE-00005h-PK Completed
2015-02-19 11:10:22 1YOTgE-00005j-Rf **
[email protected]: Unrouteable address
2015-02-19 11:10:22 1YOTgE-00005j-Rf Frozen (delivery error message)
2015-02-19 11:11:17 1YOTh7-00005o-V0 <=
[email protected] U=root P=local S=422
2015-02-19 11:11:17 1YOTh7-00005o-V0 **
[email protected] <
[email protected]>: Unrouteable address
2015-02-19 11:11:17 1YOTh7-00005q-Vc <= <> R=1YOTh7-00005o-V0 U=exim P=local S=1280
2015-02-19 11:11:17 1YOTh7-00005o-V0 Completed
2015-02-19 11:11:18 1YOTh7-00005q-Vc **
[email protected]: Unrouteable address
2015-02-19 11:11:18 1YOTh7-00005q-Vc Frozen (delivery error message)
2015-02-19 11:12:31 1YOTiJ-00005z-Fu <=
[email protected] U=root P=local S=422
2015-02-19 11:12:31 1YOTiJ-00005z-Fu **
[email protected] <
[email protected]>: Unrouteable address
2015-02-19 11:12:31 1YOTiJ-000061-Gd <= <> R=1YOTiJ-00005z-Fu U=exim P=local S=1280
2015-02-19 11:12:31 1YOTiJ-000061-Gd **
[email protected]: Unrouteable address
2015-02-19 11:12:31 1YOTiJ-000061-Gd Frozen (delivery error message)
2015-02-19 11:12:31 1YOTiJ-00005z-Fu Completed
many thanks for support us :)