mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #1492] Split-horizon DNS and MX/DNSBL check invalid #1171
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#1171
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 @AmazingBeu on GitHub (May 14, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1492
Issue :
If Modoboa is behind a firewall/router with NAT and have split-horizon DNS, the private IP address is used for checks.
Solution :
Possibility to specify a DNS servers for checks or use public API
@tonioo commented on GitHub (May 14, 2018):
@AmazingBeu Can't you simply play with your local /etc/resolv.conf file?
@AmazingBeu commented on GitHub (May 14, 2018):
@tonioo I can't because i have some other services hosted in the same plateform (monitoring, ldap, backups... ).
@tonioo commented on GitHub (May 17, 2018):
@AmazingBeu When you talk about split-horizon DNS, you mean MX records are resolved to private IP addresses in your environment?
@AmazingBeu commented on GitHub (May 17, 2018):
Yes, and this IP is used for DNSBL and MX checks