• 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.

/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