• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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