@girish said in Cloudron reports blacklisting (by mistake?):
@nichu42 Strange, I have tried this on multiple servers now and the same spamhaus servers says it's not listed. But on your server, it says it is listed. Crazy. Just to rule out some obvious caching issues, can you please run those host commands again after systemctl restart unbound ?
Done.
Before the restart:
2023-03-28T07:23:37.382Z box:mail checkRblStatus: blueplanet.social (ip: 88.64.0.128) is in the blacklist of {"name":"Composite Blocking List","dns":"cbl.abuseat.org","site":"http://www.abuseat.org"}
2023-03-28T07:23:37.405Z box:mail checkRblStatus: blueplanet.social (error: queryTxt ENOTFOUND 88.64.0.128.cbl.abuseat.org) (txtRecords: undefined)
2023-03-28T07:23:37.429Z box:mail checkRblStatus: 42bit.io (ip: 88.64.0.128) is in the blacklist of {"name":"Composite Blocking List","dns":"cbl.abuseat.org","site":"http://www.abuseat.org"}
2023-03-28T07:23:37.430Z box:mail checkRblStatus: 42bit.io (error: queryTxt ENOTFOUND 88.64.0.128.cbl.abuseat.org) (txtRecords: undefined)
2023-03-28T07:23:38.235Z box:mail checkRblStatus: blueplanet.social (ip: 128.0.64.88) blacklistedServers: [{"name":"Composite Blocking List","dns":"cbl.abuseat.org","site":"http://www.abuseat.org","txtRecords":"No txt record"}])
2023-03-28T07:23:38.241Z box:mail checkRblStatus: 42bit.io (ip: 128.0.64.88) blacklistedServers: [{"name":"Composite Blocking List","dns":"cbl.abuseat.org","site":"http://www.abuseat.org","txtRecords":"No txt record"}])
Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:
88.64.0.128.zen.spamhaus.org has address 127.255.255.254
Host 88.64.0.128.zen.spamhaus.org not found: 3(NXDOMAIN)
After the unbound restart (ALMOST identical):
2023-03-28T07:25:51.522Z box:mail checkRblStatus: blueplanet.social (ip: 88.64.0.128) is in the blacklist of {"name":"SpamHaus Zen","dns":"zen.spamhaus.org","site":"http://spamhaus.org"}
2023-03-28T07:25:51.543Z box:mail checkRblStatus: blueplanet.social (error: null) (txtRecords: [["Error: open resolver; https://www.spamhaus.org/returnc/pub/2400:cb00:65:1024::a29e:8507"]])
2023-03-28T07:25:51.584Z box:mail checkRblStatus: blueplanet.social (ip: 128.0.64.88) blacklistedServers: [{"name":"SpamHaus Zen","dns":"zen.spamhaus.org","site":"http://spamhaus.org","txtRecords":["Error: open resolver; https://www.spamhaus.org/returnc/pub/2400:cb00:65:1024::a29e:8507"]}])
2023-03-28T07:25:51.586Z box:mail checkRblStatus: 42bit.io (ip: 88.64.0.128) is in the blacklist of {"name":"SpamHaus Zen","dns":"zen.spamhaus.org","site":"http://spamhaus.org"}
2023-03-28T07:25:51.587Z box:mail checkRblStatus: 42bit.io (error: null) (txtRecords: [["Error: open resolver; https://www.spamhaus.org/returnc/pub/2400:cb00:65:1024::a29e:8507"]])
2023-03-28T07:25:51.588Z box:mail checkRblStatus: 42bit.io (ip: 128.0.64.88) blacklistedServers: [{"name":"SpamHaus Zen","dns":"zen.spamhaus.org","site":"http://spamhaus.org","txtRecords":["Error: open resolver; https://www.spamhaus.org/returnc/pub/2400:cb00:65:1024::a29e:8507"]}])
Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:
88.64.0.128.zen.spamhaus.org has address 127.255.255.254
Host 88.64.0.128.zen.spamhaus.org not found: 3(NXDOMAIN)
The refreshed Cloudron e-mail setup page shows the following after unbound restart:
This server's IP 128.0.64.88 is blacklisted in the following servers - Composite Blocking List, SpamHaus Zen
BTW: I was the one with the unbound issue (https://forum.cloudron.io/topic/8864/dns-resolving-problem) - could this be connected?