Skip to main content

Issue with SMTP Server (Exim) Receiving Mail, 550 Administrative Prohibition

Comments

6 comments

  • cPanelMichael
    Hello :) Do you have any custom options enabled in the /etc/exim.conf.local file on this system? Does this happen when using HELO names other than google.com? Thank you.
    0
  • apsarah
    Hi, I haven't enabled any custom options for exim, and yes it happens for other HELO values.
    0
  • Jcats
    Can you see if anything helpful shows if you
    # tail -f /var/log/maillog /var/log/exim_mainlog
    while sending a test email
    0
  • cPanelMichael
    New Hi, I haven't enabled any custom options for exim, and yes it happens for other HELO values.

    Hello :) You can search for one of the email addresses that's failing to proceed past the HELO check in the Exim logs with commands such as:
    exigrep user@domain /var/log/exim_mainlog exigrep user@domain /var/log/exim_rejectlog
    Do you notice any particular output that helps clarify the reason for the rejection? Thank you.
    0
  • apsarah
    Thanks for everyone's help, I reviewed the exim settings and found a HELO reject subroutine which was anticipated to prevent connections at HELO from a specific host. It appeared to be causing the issue, as after removing the aforementioned subroutine, the SMTP system returned to normal. Thanks again everyone.
    0
  • cPanelMichael
    I am happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.