SPF Policies should be included via reuse #100
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate
waiting on upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
CCCHH/ansible-infra#100
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?
By now we are managing E-Mail for a bunch of domains. All these domains have their SPF policy in a form similar to below:
This does not scale very well for organizing changes and is a bit of a magic string that gets copy-pasted.
I propose migrating this to two sets of SPF policies.
spf-hosted-on.hamburg.ccc.deand contains the string shown above or something equivalent.v=spf1 include:spf-hosted-on.hamburg.ccc.de -all.This way we can make changes to our SPF policy easier in one central location and have it automatically propagate to all domains we host.