-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
High prioritymorph.ioRelates to morph.io (see morph repo for ansible rules)Relates to morph.io (see morph repo for ansible rules)planningalerts.org.ausecurityProtect systems and user data from vulnerabilities and unauthorised accessProtect systems and user data from vulnerabilities and unauthorised access
Description
Describe the bug
Emails sent from morph.io use oaf.org.au as the Return-Path domain, causing DMARC alignment failures. This mismatch prevents proper email authentication and may trigger delivery issues.
To Reproduce
Steps to reproduce the behaviour:
- Send an email from morph.io
- Inspect the email headers
- Observe Return-Path uses
@oaf.org.audomain - Note that From address uses
@morph.iodomain - Run DMARC check and observe alignment failure
Expected behaviour
Return-Path domain should match the From domain (morph.io) to pass DMARC alignment requirements. Either:
- Configure Return-Path to use morph.io, or
- Ensure SPF and DKIM records properly support the current configuration
Additional context
- DMARC requires either SPF or DKIM to align with the From domain
- Return-Path domain mismatch causes SPF alignment to fail
- May impact email deliverability, particularly with strict DMARC policies
- This issue compounds the p=none DMARC policy problem
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
High prioritymorph.ioRelates to morph.io (see morph repo for ansible rules)Relates to morph.io (see morph repo for ansible rules)planningalerts.org.ausecurityProtect systems and user data from vulnerabilities and unauthorised accessProtect systems and user data from vulnerabilities and unauthorised access