Skip to content
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

Doublebounce sets From: to <#@[]> which is rejected from remote #82

Open
Commifreak opened this issue May 5, 2022 · 0 comments
Open

Comments

@Commifreak
Copy link

Hi.

Nullmailer v. 1:2.1-5.

I configured doublebounceto. However, I got a mail to send. That mail came back, because ... User unknown. So far so good, so nullmailer tries to send back to the original sender. But that was non exitent mailbox. At this point:

From: Message Delivery Subsystem <MAILER-DAEMON@me>
To: <originalsender>

Now, nullmailer uses my doublebounce BUT it sets Headers as follows:

From: Message Delivery Subsystem <MAILER-DAEMON@me>
To: <>

correct - To is empty.

The log for this try:

May  4 18:02:44 qlb-wwwint-1804 nullmailer-send[1138]: Starting delivery: host: server protocol: smtp file: 1651680164.8025
May  4 18:02:44 qlb-wwwint-1804 nullmailer-send[1138]: From: <#@[]> to: <doublebounce>
May  4 18:02:44 qlb-wwwint-1804 nullmailer-send[1138]: Message-Id: <1651680164.017703.8026.nullmailer@qlb-wwwint-1804>
May  4 18:02:49 qlb-wwwint-1804 nullmailer-send[1138]: smtp: Failed: 553 5.1.8 <doublebounce>... Domain of sender address #@[] does not exist
May  4 18:02:49 qlb-wwwint-1804 nullmailer-send[1138]: Sending failed: Permanent error in sending the message

It seems, that doublebounceto is not set as To? And now the remot rejects due to ... Domain of sender address #@[] does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant