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

FC2 > FC3 RBL statement

R

rvdmeer

Guest
Hi there,

Not sure where to find the RBL command. Normally this was found in: /etc/xinetd.d/smtp_psa (with Fedora Core2)

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 bl.spamcop.net /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
}

Now we are running Fedora Core 3 on another box and while enabling it in the plesk interface i cant find it in this file.

[root@vite ~]# 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 = /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
}

Could someone tell me where the RBL statement is in this release? (FC3)

Thanks in advance and kind regards,

.Ronald
 
RBL should go in the same file. It looks like a problem with the activation on FC3, I will try to replicate this later. What build of Plesk do you run?
 
Back
Top