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

rblsmtp in smtp_psa

B

BoXie

Guest
Hi,

In Plesk 7.5.4 Plesk's syntax in /etc/xinetd.d/smtp(s)_psa for multiple RBL's is to use a semicolon ';' between them.

Isn't the proper way to put an '-r' before each item ? Or do both methods work ?

So :

/usr/sbin/rblsmtpd -r sbl-xbl.spamhaus.org;bl.spamcop.net

and

/usr/sbin/rblsmtpd -r sbl-xbl.spamhaus.org -r bl.spamcop.net
 
I thought their use of the semi-colon was a bug (seem to recall it first in 7.5.2), which was supposed to have been fixed. I seem to remember people posting about the semi-colon causing the rblsmtpd to not work. Someone correct me if I'm wrong.
 
It seems as though Plesk has fixed their original problem, so when you enter the server list using semi-colons in the control panel interface, they convert them when writing to the smtp_psa file (as it should be) using "space -r space" between each server name.
 
Hmm I had to reset the MAPS configuration and fill it in again. After that .. Plesk DID generate the smtp_psa files correctly . But the Plesk upgrade process corrupted them.
 
Back
Top