Skip to main content

phpmailer script authenticates mail but exim does not permit delivery

Comments

3 comments

  • calvarystudio
    I found the solution by setting 'Restrict outgoing SMTP to root, exim, and mailman (FKA SMTP Tweak) to OFF'. What would be the implications?
    0
  • kdean
    If you're connecting via SMTP to Exim you shouldn't have to disable that feature. One thing to try. You're sending via port 25, try sending via port 587 which requires authentication and may pass muster with the receiving server.
    0
  • cPanelMichael
    I found the solution by setting 'Restrict outgoing SMTP to root, exim, and mailman (FKA SMTP Tweak) to OFF'. What would be the implications?

    Hello, You can find information on this option at: SMTP Restrictions - Documentation - cPanel Documentation You may want to consider using CSF/LFD to restrict SMTP access per-user instead of globally:
    0

Please sign in to leave a comment.