• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk 8.2, Qmail & rblspp,... authenticated clients still blocked by RBLs

C

cyberskater

Guest
Hi,

plesk 8.2 qmail running & "rblspp" installed and configured, but authenticated clients still get sometimes blocked by rbl's. "rblspp" installed as described by Tomislav Randjic

qmail Plugin-Config contains this in [rcpt] part:

[rcpt]
plugins/chkrcptto
plugins/ifauthskip
:plugins/rblspp -r zen.spamhaus.org


Plugins "ifauthskip" & "rblspp" are in "/var/qmail/plugins/" and readable/executable by qmail.

Files "/etc/xinetd.d/smtp_psa" & "/etc/xinetd.d/smtps_psa" look like this:

service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /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
}


Any Idea? Am I missing any config part or modification?
 
Why not use spamdyke (www.spamdyke.org) instead of fiddling with qmail patches and plugins? It installs in a few mins, and bypasses all filtering for authenticated users.

Alternatively why not set up a second smtp instance on port 587 with no dnsrbls?
 
Use spamdyke...

I had the same problem, seems like the qmail version shipped with Plesk can't use the ifauthskip plugin. So I tried spamdyke and it is easy to configure and does what qmail should with ifauthskip plugin and more...
 
Back
Top