mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #3060] The parameter "disable DNSBL checks" has no effect #1747
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#1747
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 @Cooya on GitHub (Sep 11, 2023).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3060
Impacted versions
I tried to disable DNSBL checks in the Modoboa/Parameters/Administration panel :

but it has no effect, DNSBL is still enabled in
/etc/posfix/main.cf:and I still has blocked emails in
/var/log/mail.log:The reason that I want to disable DNSBL check is that I have a lot of blocked incoming emails due to the error "blocked using zen.spamhaus.org".
@Spitfireap commented on GitHub (Sep 11, 2023):
Hi, the checkbox is meant for the notification in case your server gets listed on some dnsbl. You have to edit the postfix config manually for the check against external server.
And to resolve your errors you just have to set up a local dns resolver. There are plenty of tutorials on the internet ;).
@Cooya commented on GitHub (Sep 11, 2023):
OK, I misunderstood the purpose of the option, I must say the documenttaion is not very clear.
I solved the issue by emptying the list of DNSBL sites in the
/etc/posfix/main.cfconfig file.Thank you for your quick answer !