-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"There are multiple Reply-To 550-5.7.1 headers" when sending to external (contacts) group members hosted their mailbox at gmail #110
Comments
I just can't see how we could possibly generate multiple Reply-To lines currently. There is just one place where one header is generated (possibly with multiple addresses, but all in one header/logical line). if (oxcmail_export_reply_to(pmsg, *adrlist))
if (!phead->set_field("Reply-To", adrlist->generate().c_str()))
return FALSE; Gmail SMTP accepts Reply-To with multiple addresses. It also accepts mails with an embedded message attachment which (erroneous) multiple Reply-To (which is ok because it's an attachment). So, do export the message as MT, e.g. |
Unfortunately, I can no longer export the email because emails were constantly being sent and deleted on the test system. Completely incomprehensibly, the email did not end up in the archive system (Benno mail archive), even though the relay server recorded its delivery in the log. However, I have been able to reproduce another strange behavior in connection with distribution lists.
The list will probably work again by itself after a few hours (I think), if you restart the "Gromox delivery" daemon it will work immediately. The two errors may be related. |
ok so can't repro Reply-To. |
When I send to groups, external recipients with gmail addresses are rejected.
The failure code from the gmail-server is: There are multiple Reply-To 550-5.7.1 headers
Here is a log extract with anonymized recipient addresses:
In the example, I had a total of 4 list members. One within the grommunio domain, 3 with external/foreign email addresses (contacts).
The grommunio users mail was deliverd to his grommunio mailbox as expected. Of the external ones, 2 were delivered without errors, the third (gmail) came back with the error message mentioned.
The sending mail server (not the grommunio server) has been processing the sending domain for years and is also "responsible" for around 20 other domains and can also talk to gmail. So I don't think there is a fundamental misconfiguration.
The error message also clearly refers to: "There are multiple Reply-To 550-5.7.1 headers, which IMHO indicates a problem with the composition of the mail.
Web UI: 3.1.0-36-gb3e1844
API: 1.16.1
Backend: 1.16.2
Daabase: 131
The text was updated successfully, but these errors were encountered: