Skip to main content

550 Sender Verification Failure

Comments

4 comments

  • cPanelMichael
    Hello, The issue is that the server receiving the message sees the full message header and correctly determines the address you are sending the message from doesn't exist (and thus fails validation). You can adjust the PHP script on the server you are sending the email from so that it uses SMTP authentication with an actual email account created on that server. The top answer on the following third-party URL provides an example of a script you can use: Sending email with PHP from an SMTP server Or, the alternative is to browse to the "Access Lists" tab in "WHM >> Exim Configuration Manager >> Basic Editor" on the cPanel server you are sending the message to and add the IP address the message is coming from under the "Trusted SMTP IP addresses" option. Thank you.
    0
  • asajay
    Hello, The issue is that the server receiving the message sees the full message header and correctly determines the address you are sending the message from doesn't exist (and thus fails validation). ... Or, the alternative is to browse to the "Access Lists" tab in "WHM >> Exim Configuration Manager >> Basic Editor" on the cPanel server you are sending the message to and add the IP address the message is coming from under the "Trusted SMTP IP addresses" option. Thank you.

    I have a similar problem. I want Sender Verification Callouts turned ON, but it's blocking various emails, including Yahoo Groups and my Barracuda Spam and Virus firewall. What I'd like to do is whitelist specific email address if I could, but I can't find a way to do that, unless I can enter email addresses in the trusted IP addresses area. Is there a way to whitelist email addresses against the Sender Verification Callouts setting? Thank you, Asa Jay
    0
  • jazee
    I believe you can whitelist in in the Exim settings. I haven't done it so not sure exactly which setting but you can experiment to find the right one as I think there are only 2 or 3 whitelist type settings? Getting back to the original issue, I've developed web apps, many over 15 years that send email via PHP script. It's only in the past 6 months or so I started running into this issue. I've never used SMTP authentication in the 15-20 apps I've created that send email. However this is the first one on this particular server where the domain has no mx record and no email accounts. But it might also be that the only email headers the script is setting is, To:, From:, and Reply-to. I think in the past I also set x-mailer: php or something like that too if I recall. It's obviously been a few months since I had to create a script that sends email so maybe the main issue is my memory isn't as good as it used to be. LOL.
    0
  • cPanelMichael
    Is there a way to whitelist email addresses against the Sender Verification Callouts setting?

    Hello, There's no built-in feature to whitelist individual email accounts from the "Sender Verification Callouts" option. I suggest opening a feature request for this via: Submit A Feature Request You may also find the following thread helpful if you are comfortable developing custom Exim rules: List of domains / providers that have problems when using callouts Thank you.
    0

Please sign in to leave a comment.