Skip to main content

Mail Problems with Hotmail and Spam

Comments

5 comments

  • kamall
    Hello chonk, here is the code to check which domain is sending spam or maximum mails by root ssh grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n Once you done look at domains folders check and clean. Then now You have to do to stop spam Rbls on I suggest you to check this link.
    0
  • chonk
    Hello Kamall, On checking latest mail logs I could not see any active spamming from the server and the mail IP is not listed in any of the major RBLs too. There's no spam sending account problem on server.
    0
  • 24x7server
    Hello, To resolve this issues you will have to enable SPF and DKMI for your all account so that your server mails will not land in spam folder.
    0
  • kamall
    ]Hello Kamall, On checking latest mail logs I could not see any active spamming from the server and the mail IP is not listed in any of the major RBLs too. There's no spam sending account problem on server.

    Hello chonk, Please check your iptables? Did you verified if your server port 25 is open? and exim is functioning correctly. try to stop iptables and try it.If its presiste the problem please contact your data center host provider etc. It may cause also from their networks. The abhove code i gave you try you will see all accounts details of mails sender. Regards Kamal L,
    0
  • cPanelMichael
    Hello :) Check to ensure that RDNS is enabled for your IP address pointing towards your hostname, and that SPF/DKIM records are created for your domain names. Thank you.
    0

Please sign in to leave a comment.