mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #134] remote_sender Parameter not working as expected #33
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Cerothen on GitHub (Oct 14, 2023).
Original GitHub issue: https://github.com/decke/smtprelay/issues/134
The above configuration should based on my understanding take the parameter
remote_senderand rewrite any FROM portion of the request to use that email to the upstream provider. Instead it just rejects the SMTP request.@decke commented on GitHub (Nov 15, 2023):
Rewriting the mails content is definitely out of scope. If you think you need this there will be other mail servers out there that are happy to modify your mail to your taste.
@decke commented on GitHub (Nov 15, 2023):
As a side note. Most mail providers (Google, Zoho, ...) don't care what you write in the From header and will automatically rewrite the header themselves based on your authentication credentials.