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

SMTP mails without Message-Id #1807

Closed
kkretsch opened this issue Oct 1, 2021 · 2 comments
Closed

SMTP mails without Message-Id #1807

kkretsch opened this issue Oct 1, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@kkretsch
Copy link

kkretsch commented Oct 1, 2021

With the current 0.13.0 version I added SMTP configuration in the config file. Running as docker compose stack.

Sending eMails with these settings works.
When I use the reset password functionality my uplink mail server (mailu) complains a missing Message-Id header in the incoming email, which gives a negative impact on rspamd.

In my opinion the Message-Id should be generated already by the sending system (here lemmy).
Otherwise it got added by my final destination mail server, but the intermediate mailu server had that complaint.

@kkretsch kkretsch added the bug Something isn't working label Oct 1, 2021
@Nutomic
Copy link
Member

Nutomic commented Oct 1, 2021

Do you have any link which explains how to implement such message ids in a webserver?

@kkretsch
Copy link
Author

kkretsch commented Oct 1, 2021

In RFC822 https://www.w3.org/Protocols/rfc822/ it is somehow described.

It ends up in a free to choose msg id format like:

Message-ID: <something-like-an-UUID-perhaps@my.lemmy.domain>

And the two letters ID are both uppercase, which is checked by some spam daemons too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants