• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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