Skip to main content

Forged return address on SPAM causing blacklisting

Comments

2 comments

  • vanessa
    Blacklisting typically does not work this way. Someone using your old server's hostname as the EHLO name is usually not enough to trick any reputable blacklist - they are going to go by the IP address that the email originated from. Based on the limited info in the headers, it's possible that the email is being relayed through your server. Check your exim logs for these emails and see if they reveal anything.
    0
  • cPanelMichael
    Hello :) Have you tried searching for the "to" address in /var/log/exim_mainlog to ensure it was not actually sent from your server? You can use a command such as this to search: exigrep to@remote-domain /var/log/exim_mainlog
    Also, as far as the hostname issue, have you tried sending a message from your server to a remote test address (e.g. Google, Hotmail) so you could review the mail header and verify the correct hostname is used? Thank you.
    0

Please sign in to leave a comment.