mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1542] DNSBL Issue with bogons #1214
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#1214
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 @makakken on GitHub (Jul 23, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1542
Impacted versions
Steps to reproduce
Install, activate Domain - MX checks, create Domain.
Current behavior
You get informed you are blacklisted on bogons.cymru.com
Expected behavior
No Blacklist Entrys because it's a fresh domain and server ip.
Video/Screenshot link (optional)
@makakken commented on GitHub (Jul 23, 2018):
Is anyone experiencing the same Problem? When i look up the mentioned domain for a blacklist check on mxtoolbox.com i get:
So it seems to me there is something wrong?
@kryskool commented on GitHub (Aug 6, 2018):
Hi @makakken
Can you check your MX with dig command on the server itself .
Regards,
@makakken commented on GitHub (Aug 7, 2018):
dig test.tld MX
; <<>> DiG 9.10.3-P4-Debian <<>> test.tld MX
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65266
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 2
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;test.tld. IN MX
;; ANSWER SECTION:
test.tld. 86400 IN MX 10 mail.test.tld.
;; ADDITIONAL SECTION:
mail.test.tld. 3522 IN A 159.69.7.XXX
;; Query time: 5 msec
;; SERVER: 213.133.100.100#53(213.133.100.100)
;; WHEN: Tue Aug 07 16:49:42 CEST 2018
;; MSG SIZE rcvd: 77
@kryskool anonymized domain and ip. but it shows the correct values.
@tonioo commented on GitHub (Sep 16, 2018):
@makakken Have you checked this issue: https://github.com/modoboa/modoboa/issues/921?
@IPv777 commented on GitHub (Sep 24, 2018):
I had the same issue, as a workaround, I just replaced
127.0.1.1{tab}[FQDN}by
{public IP of mail server}{tab}[FQDN}in the
/etc/hostsfileand waited 2 hours (?) the refreshing of DNS entries in modoboa.
Now it's ok

@makakken commented on GitHub (Sep 24, 2018):
@IPv777 looks like this helps. thanks. steps from #921 didn't work for me.