mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #1796] [CLOSED] FIX: relaydomain: next hop should matched with the domain's actual MX list #2295
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#2295
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?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1796
Author: @tsabi
Created: 12/1/2019
Status: ❌ Closed
Base:
master← Head:master-mx-check-relayhost-fix📝 Commits (4)
1a1a732Add Eclipse/PyDev files to gitignore1e5fcb6Fix: invalidate MXs999effdFIX: relaydomain MX list should matched with the actual domain's MX list7c890b2FIX: good floating IP MX record check for a relay domain📊 Changes
2 files changed (+53 additions, -2 deletions)
View changed files
📝
.gitignore(+2 -0)📝
modoboa/admin/management/commands/subcommands/_mx.py(+51 -2)📄 Description
FIX: relaydomain: next hop should matched with the domain's actual MX list
If you create a relaydomain, than the DKIM and SPF checks are useful,
because they check that in the domain's data you really have good
config. But the MX check is not useful, because it tries to match with
your valid MX list (setted globally in the config panel), what is a good
behavior for a handled domain, but for a relay domain it is not.
This modification modifies the MX record checking methodology that it
checks if your relay hop is setted as a MX receiver for that domain, so
with the MX red/green tag on your dashboard you can check that you
forward your emails into the good target server or not.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.