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

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