What type of hardware are you using: Virtual machine What YunoHost version are you running: 12.1.36 How are you able to access your server: The webadmin
SSH
Direct access via physical keyboard/screen Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no tweaking
Describe your issue
Hi,
we have the issue described several times here within the forum (and I partly can hardly read because my french is lousy). Some incoming mail to us is blocked. The sender gets the following message:
Service unavailable; Client host [IP] blocked using zen.spamhaus.org; Error: open resolver;
I did comment the file /etc/postfix/main.cf
Not OVH, but another Hoster where we have a Yunohost virtual machine and yes, we run IPv6. The output of the command (see that I commented the zen.spamhouse.org list)
yunohost tools regen-conf postfix --dry-run --with-diff
Warning: The configuration file ‘/etc/postfix/main.cf’ has been manually modified and will not be updated
postfix:
applied:
pending:
/etc/postfix/main.cf:
diff: @@ -129,7 +129,7 @@
permit_mynetworks,
permit_sasl_authenticated,
reject_rbl_client bl.spamcop.net,
-# reject_rbl_client zen.spamhaus.org
I am facing the same problem since today. I seems it appeared today when I upgraded the yunohost package from 12.1.27 to 12.1.36, I don’t know if this is a coïncidence.
My server is a bare metal rented to OVH, and it does use IPv6. grep nameserver /etc/resolv.conf returns only 127.0.0.1
I commented the spamhaus line in main.cf, thanks @artbrut for the tip.