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

aiosmtpd should add Received: headers since it is an SMTP relay #94

Open
scanner opened this issue Nov 12, 2023 · 2 comments
Open

aiosmtpd should add Received: headers since it is an SMTP relay #94

scanner opened this issue Nov 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@scanner
Copy link
Owner

scanner commented Nov 12, 2023

to be a proper step in the SMTP world relaying messages we should add:

Received: from <foo> by mail.apricot.com with SMTP TLS .. for <> <date>

@scanner scanner added the enhancement New feature or request label Nov 12, 2023
@scanner
Copy link
Owner Author

scanner commented Nov 12, 2023

@scanner
Copy link
Owner Author

scanner commented Nov 12, 2023

Also note that we require TLS for all connections so everything is received with SMTPS https://en.wikipedia.org/wiki/SMTPS

If we were doing ESMTP with TLS it would be ESMTPS (see https://www.rfc-editor.org/rfc/rfc3848 )

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

No branches or pull requests

1 participant