You are here
Submitted by Swedie on Mon, 2009/04/13 - 17:57
Does anyone here know how I can find out what is blocking an email from getting to a host? If I do a simple PHP based mail(to@adress.com) it arrives at my gmail-account, but not on other domains nor to some gmail accounts.
I've installed postfix and spamassasin, could these be blocking anything?
My php.ini setting is the default sendmail -t -i.
My concern now is that many of my forum members (vBulletin) complains that they are not receiving their subscription emails after my migration to new servers (still same ISP and all).
Forum:
Take a look in the mail logs
Also, check your mail logs in /var/log to see what happens to the mail you are sending. It should tell you whether the mail was received by the other side, or rejected, etc.
true that, i was hoping
Add new comment