• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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