Exim don't send mail welcome

Mr.trung

New member
Joined
Dec 18, 2013
Messages
3
hi all. my customer has send 50k mail/day, then my server has been blocked, so Exim don't send mail welcome when I create new account. Please help me fix this problem.
thanks
 
I don't know, but befor my user send 50k mail/day, the mail server is work, and after that, mail don't work. I reinstall exim, but the problem no change.
I use this comand to del all mail spam
PHP:
exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh
, but it no change :)
 
You should know....

If a customer sent 50k and the server is blocking it, the block apply just for that user, not for you, so you may have other problems.

You need to check logs or hire a sysadmin if you've no the knoledge to analyze that.

Regards
 
If the user sent 50,000 emails the server may have ended up on blacklists. If the server IP# is on blacklists, many other mailservers may be refusing to accept mail form yours.

Check your main server ip# here (mxtoolbox.com) to see if your server is on any blacklists.

Jeff
 
Back
Top