• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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