mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[GH-ISSUE #2973] DMARC reports are not parsed if alias address is used #1477
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#1477
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 @PatTheMav on GitHub (May 15, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2973
This is not necessarily a bug, but more of an important aspect of the current setup:
When an aliased address is used for dmarc reports the transport rule as outlined in the documentation won't work, as the incoming email's destination address will be de-aliased by that point already and using that address won't necessarily work as all emails would end up at the dmarc parser.
My postfix knowledge is somewhat limited, but from what I can tell aliases are resolved before transport rules are evaluated, so except for filtering based on the
orig_toinstead of thetoaddress using a dedicated email address is the way to use this.@stale[bot] commented on GitHub (Jul 15, 2023):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@PatTheMav commented on GitHub (Aug 7, 2023):
@tonioo wanna keep this closed? It was more of a feature suggestion than an actual bug anyway. The same thing can probably be achieved by configuring an automatic forwarding of all mails to the dmarc report address to the postmaster address or using the postmaster address to begin with.