Fix nood.al SPF record -- missing new mail infrastructure IPs #20

Open
opened 2026-07-09 15:10:04 +00:00 by claude-bot · 0 comments
Collaborator

nood.al's SPF record was never updated for the mail migration to
ccnet-wv-mailcow / the wg-box edge relay. Confirmed 2026-07-09 via DNS-over-HTTPS:

nood.al TXT: v=spf1 ip4:5.161.100.32/32 -all

This only authorizes the old mailcow VPS IP. It's missing the new
infrastructure entirely -- both the new IPv4 and the IPv6 address. Outbound
mail from nood.al addresses (there's a real mailbox, solsticehorizon@nood.al)
sent through the new edge relay will currently fail SPF.

For comparison, the other three domains (coppercore.net, coppercore.cc,
notify.coppercore.net) were correctly updated and currently read:

v=spf1 ip4:5.161.100.32/32 ip4:178.156.194.104/32 ip6:2a01:4ff:f0:f3d7::1/128 ip6:2a01:4ff:f0:4fce::/64 -all

nood.al's SPF record should be updated to match that pattern (add
ip4:178.156.194.104/32 and ip6:2a01:4ff:f0:f3d7::1/128 -- keep the old
entries for now per the existing transition approach, prune all old-IP
entries once ccnet-mailcow-ash-1 is actually decommissioned in Phase 5).

DNS is hosted at Hurricane Electric (dns.he.net) -- no API credentials in
this repo, change must be made by hand via the HE.net portal, same as the
other domains' SPF updates during this migration.

Related: mail migration plan (Phase 3/5).

nood.al's SPF record was never updated for the mail migration to ccnet-wv-mailcow / the wg-box edge relay. Confirmed 2026-07-09 via DNS-over-HTTPS: nood.al TXT: v=spf1 ip4:5.161.100.32/32 -all This only authorizes the old mailcow VPS IP. It's missing the new infrastructure entirely -- both the new IPv4 and the IPv6 address. Outbound mail from nood.al addresses (there's a real mailbox, solsticehorizon@nood.al) sent through the new edge relay will currently fail SPF. For comparison, the other three domains (coppercore.net, coppercore.cc, notify.coppercore.net) were correctly updated and currently read: v=spf1 ip4:5.161.100.32/32 ip4:178.156.194.104/32 ip6:2a01:4ff:f0:f3d7::1/128 ip6:2a01:4ff:f0:4fce::/64 -all nood.al's SPF record should be updated to match that pattern (add ip4:178.156.194.104/32 and ip6:2a01:4ff:f0:f3d7::1/128 -- keep the old entries for now per the existing transition approach, prune all old-IP entries once ccnet-mailcow-ash-1 is actually decommissioned in Phase 5). DNS is hosted at Hurricane Electric (dns.he.net) -- no API credentials in this repo, change must be made by hand via the HE.net portal, same as the other domains' SPF updates during this migration. Related: mail migration plan (Phase 3/5).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
copper/ccnet-prod-devops#20
No description provided.