• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Maps rblsmtpd not working

Jllynch

Regular Pleskian
Putting various Maps servers into the MAPS setting in the control panel doesn't seem to actualy do anything for us.

We run two servers with 7.5.4 on RH9 and Centos 4.2 and both have the same problem.

To test MAPS we run the following from the server command line;
telnet ns1.crynwr.com

(as documented here http://www.crynwr.com/spam/)

We get back the following;
Successful termination. As far as I can tell, the email was delivered.
That might not be what you want.

We also receive the email messages.

Our maps list contains just;
sbl-xbl.spamhaus.org

We have tried other servers.

We have the following settings;
cat /etc/xinetd.d/smtp_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 sbl-xbl.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
}

Does anyone know what might be going on? Or even how we can test if it is working or get more feedback on why it might not be working?

Justin
 
Yeah
we tried restarting xinetd and qmail...

We have even rebooted since then and this has not been working for some time now...

Any other help would be much appreciated.
 
Back
Top