• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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