• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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