Invalid server token on bounce mail #3313
Replies: 2 comments 3 replies
-
I presume you're seeing this error message postal/app/lib/smtp_server/client.rb Line 341 in fd3c7cc which implies that the domain on the email address that Postal is seeing is not one it is aware of, I'm not quite sure how to read that regex but are you generating the bounce message with an incorrect domain name or mangling whatever is sent by your smtp provider? You could probably find the |
Beta Was this translation helpful? Give feedback.
-
The issue only occurs when the sending domain does not have a cname for a custom return path. That's when the default return path is used and that bounce failes to be delivered.
The Our SMTP Provider is handling that and i can't change it. |
Beta Was this translation helpful? Give feedback.
-
Hello,
we're trying to get the bounce mails that occurr on our smtp relay.
When the message would be bounced our smtp provider tries to deliver a bounce message to our postal server which in return declines it's delivery with "invalid server token".
How would i now further troubleshoot the delivery of these mails?
Regards
Beta Was this translation helpful? Give feedback.
All reactions