mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[GH-ISSUE #1440] Apply Sender Rewriting Scheme (SRS) when relaying messages #1142
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1142
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 @jichu4n on GitHub (Mar 26, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1440
Impacted versions
Steps to reproduce
Current behavior
I noticed that with the default configuration, emails relayed via virtual aliases do not have Sender Rewriting Scheme (SRS) applied. This causes such forwarded emails to soft-fail or hard-fail SPF checks.
Expected behavior
We should rewrite the sender address of relayed emails following SRS.
I've manually configured PostSRSd in the past for this task, but was hoping that Modoboa could implement an automated way of setting this up.
Sidenote: Kudos for making such an awesome tool and sharing it with the world! I just migrated my mail server to Modoboa and was really impressed.