• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

DNSBLs not working?

J

jhghjgh hjghgkh

Guest
I've added some DNSBLs to qmail via /etc/xinet.d/smtp_psa and smtps_psa:

service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = /usr/sbin/rblsmtpd -r xbl.spamhaus.org -r http.dnsbl.sorbs.net -r multi.surbl.org -r bl.spamcop.net -r sbl.spamhaus.org /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}

(smtp_psa and smtps_psa are identical, other than the 'service smtp' line at the top).

I've restarted xinetd, but I'm not sure if they're working: when I look at spamassassin scan results in /usr/local/psa/var/log/maillog, I can see the RCV_IN_BL_SPAMCOP rule (and others) firing on a regular basis ... bit confused how this can be, unless the DNSBLs aren't working at the SMTP level
 
Back
Top