Skip to main content

Same Autoresponse Everyday

Comments

11 comments

  • cPanelMichael
    Hello :) Is it possible the email stems from a contact form installed on the website? Try searching for the message in /var/log/exim_mainlog for additional details. EX:
    exigrep user@domain /var/log/exim_mainlog
    Thank you.
    0
  • spyke01
    Thanks Michael, Looking at the log the auto responder is triggered by a "Mail delivery failed" message from Mailer-Daemon@host.mysite.com. Is it possible to make the auto responder ignore these messages or have that email ignore replies?
    0
  • kdean
    In my experience what generally happens is... your client received an email, they auto-respond back to the email that sent to them, that email could not be delivered and bounces back from the Mailer Daemon, which then auto-responds again but this time it arrives to you as the Root Administrator / Postmaster. It likely only comes once a day because their auto-responder is set to only respond once every 24 hours.
    0
  • spyke01
    That's definitely happening, hopefully there is some way to make mailer daemon drop all incoming replies or stop this kind of thing happening.
    0
  • cPanelMichael
    Hello :) One step you can take to help prevent messages from non-existent senders is to block those messages before they reach the inbox. Do you have SpamAssassin or RBL options enabled? Also, you may want to to consider implementing Greylisting:
    0
  • spyke01
    SpamAssassin is enabled but I'm not sure about RBL. Greylisting probably will not be an option with this.
    0
  • cPanelMichael
    SpamAssassin is enabled but I'm not sure about RBL. Greylisting probably will not be an option with this.

    You can review which RBL options are enabled by browsing to the "RBLs" tab in "WHM Home " Service Configuration " Exim Configuration Manager". Thank you.
    0
  • spyke01
    These are the RBL settings on the server:
    Origin RBL name DNS list Info URL Action System spamcop bl.spamcop.net http://spamcop.net/bl.shtml System spamhaus zen.spamhaus.org http://www.spamhaus.org/zen/index.lasso System spamhaus_spamcop zen.spamhaus.org, bl.spamcop.net
    0
  • cPanelMichael
    The output you provided does not indicate if those lists are enabled. Enabling one or more of these lists may help to prevent the amount of incoming SPAM you receive. Thank you.
    0
  • spyke01
    Those are enabled, its not spam that we are receiving but an autoresponse from a user when they get the "message note delivered" message.
    0
  • cPanelMichael
    Typically mail sent from invalid email addresses are SPAM messages. One other option to consider is to enable "Reject SPF Failures" under the "ACL Options" tab in "WHM >> Exim Configuration Manager". This will reject mail at SMTP time if the sender fails SPF checks. Thank you.
    0

Please sign in to leave a comment.