• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

/etc/xinetd.d/smtp_psa rblsmtpd wrong

ViaHosting

Basic Pleskian
Hello,

I have just updated Plesk to version 7.5.2.
After updating the smtp_psa file is wrongly formatted, to use MAPS with multiple blacklists it should be like this:


code:--------------------------------------------------------------------------------
server_args = -Rt0 /usr/sbin/rblsmtpd -r sbl-xbl.spamhaus.org -r bl.spamcop.net -r relays.ordb.org .....
--------------------------------------------------------------------------------

However it looks like this:

code:--------------------------------------------------------------------------------
server_args = -Rt0 /usr/sbin/rblsmtpd -r sbl-xbl.spamhaus.org;bl.spamcop.net;relays.ordb.org ...
--------------------------------------------------------------------------------

It was working fine with 7.5.1 .


Alexandre
 
It is a bug, I remember seeing other posts about this. Just manually edit the file.
 
Originally posted by jamesyeeoc
It is a bug, I remember seeing other posts about this. Just manually edit the file.
Yes, but if it's a bug, when you edit the mail server properties in Plesk, the file will be updated again with the wrong format ...

Regards.
 
Yes, I understand that, I did not disagree about contacting support, they are aware of it, may even have a fix for 7.5.2.

I was just confirming it as a known bug. :D

The other option would be 7.5.3, in which I have not seen this same bug.
 
The bug in formatting sites for rblsmtpd appears to be fixed in 7.5.3. I just tested it by changing the rbl list. smtp_psa and smtps_psa were properly formatted.
 
Back
Top