My OVH dedicated server is blacklist by SpamHaus
-
Yes, this is quite common. You have to setup a mail relay if you care about mail deliverability - https://docs.cloudron.io/email/#relay-outbound-mails
-
-
-
Hello, are you sure that your the Cloudron blocklist check works well and that the IP address DB is up to date ?
I'm experiencing the same issue than @laurent with an OVH dedicated server. Cloudron tells me that my server's IP address is on the Spamhaus ZEN block list.- I tested my IP address directly on check.spamhaus.org: IP address "has no issues" !
- Then I tested it with mxtools: Green checkmark for Spamhaus ZEN !
- Then, again using mail-tester.com: Not listed on any Spamhaus blocklist
(although, mail-tester does not seem to use the ZEN list but shows 4 other Spamhaus list names)
So why does Cloudron tells me that it's on the ZEN blocklist ? Very strange.
-
@gerard sometimes the outbound used is an IPv6 and not IPv4. Do you have IPv6 enabled on your server?
(There is an internal task to fix this on Cloudron side. It should display what is causing the error IPv4 or the IPv6 resolution).
-
-
I think this is because recently SpamHaus added a policy to not allow requests from many IPv6 blocks. Can you please check this:
- SSH into server and edit
/etc/unbound/unbound.conf.d/cloudron-network.conf
. Change the linedo-ip6: yes
todo-ip6: no
. systemctl restart unbound
Does this help the SpamHaus check?
- SSH into server and edit
-
@gerard thanks for testing. A fix for this is coming next release.
The issue is fairly recent. SpamHaus made some policy change when requests come from IPv6 addresses.