Skip to main content

Sender verify failed

Comments

7 comments

  • cPanelMichael
    I have a problem with 550 sender verify failed, the error occours when i am sendeing mail from my wordpress site (sucuri plugin) and when i send mail to an gmail account.

    Hello :) Could you post an example of one of these messages from your /var/log/exim_mainlog file so we can better understand the issue? EX:
    exigrep user@gmail /var/log/exim_mainlog
    Thank you.
    0
  • Highroller
    Like this? - Removed -
    0
  • Infopro
    Please remove any real details (email address etc) from output like that and wrap it in code tags.
    0
  • Highroller
    Thank you for pointing that out :) Here is the edited version
    2015-09-07 18:17:42 cwd=/home/USERNAME/public_html 3 args: /usr/sbin/sendmail -t -i 2015-09-07 18:17:42 1ZZ0z8-0003Av-SS <= USERNAME@server.hostname.no U=USERNAME P=local S=1282 id=4ee251ba6e772358329802b39fa03e97@sender.no T="Sucuri Alert, domainname, Failed Login" for USERNAME@sender.no 2015-09-07 18:17:42 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1ZZ0z8-0003Av-SS 2015-09-07 18:17:43 1ZZ0z8-0003Av-SS SMTP connection outbound 1441649863 1ZZ0z8-0003Av-SS sender.no mail@receiver.no 2015-09-07 18:17:43 1ZZ0z8-0003Av-SS => sender R=virtual_user T=virtual_userdelivery 2015-09-07 18:17:43 1ZZ0z8-0003Av-SS ** mail@receiver.no (mail@sender.no) R=lookuphost T=remote_smtp H=receiver.no [91.229.142.41] X=TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256: SMTP error from remot$ 2015-09-07 18:17:43 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1ZZ0z8-0003Av-SS 2015-09-07 18:17:43 1ZZ0z9-0003B2-Be <= <> R=1ZZ0z8-0003Av-SS U=mailnull P=local S=2541 T="Mail delivery failed: returning message to sender" for username@server.hostname.no 2015-09-07 18:17:43 1ZZ0z8-0003Av-SS Completed 2015-09-07 18:17:43 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1ZZ0z9-0003B2-Be 2015-09-07 18:17:43 1ZZ0z9-0003B2-Be => knustiphone R=localuser T=local_delivery 2015-09-07 18:17:43 1ZZ0z9-0003B2-Be Completed
    0
  • cPanelMichael
    -09-07 18:17:43 1ZZ0z8-0003Av-SS ** mail@receiver.no (mail@sender.no) R=lookuphost T=remote_smtp H=receiver.no [91.229.142.41] X=TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256: SMTP error from remot$

    Hello :) I suggest enabling SMTP authentication in the script you are sending email from so that it sends from a authenticated email account instead of from "user@$hostname". Otherwise, the remote mail server may reject messages coming directly from the server's hostname. Thank you.
    0
  • Highroller
    Thank you for your reply. I forgot to mention that the plugin (sucuri security) is sending emails to a mail account on my domain, and i have set up mail forwarding from that account to the account named mail@receiver.no i my log. So the error occours when the mail i is forwarded.
    0
  • cPanelMichael
    Right, it's still an issue because the original mail is coming from user@hostname per the bounced message. Is it possible to use SMTP authentication in your script? Thank you.
    0

Please sign in to leave a comment.