• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

Debian and rblsmtpd

L

linsec

Guest
Hello,

Im trying to get rblsmtpd to work using the standard psa provided package, however I dont believe it is working.

After lots reading up on rblsmtp and how plesk uses it, I think my problem is related to the fact that debian still uses inetd instead of xinetd, and the plesk installer does not activate rblsmtpd in inetd.

Here is my smtp line from inetd:

smtp stream tcp nowait root /var/qmail/bin/tcp-env tcp-env /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

I cant see anywhere where it is running rblsmtpd. Anyone know the correct syntax in inetd when using rblsmtpd?

This is probably a bug in the debian installer of plesk, im hoping i can just manually add the rblsmtpd command into the smtp line above.

Any assistance will be appreciated.

Cheers,

Shane.
 
i can just confirm this problem.
i have debian 3.1, installed a fresh copy of plesk 7.5.4 and do have this problem, there is no rblsmtpd in /etc/inetd.conf

so i manually added rblsmtpd this way:

smtp stream tcp nowait root /var/qmail/bin/tcp-env tcp-env -Rt0 /usr/sbin/rblsmtpd -r bl.spamcop.net -r relays.ordb.org /var/qmail/bin/relaylock /var/qmail/bin/greylist /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
 
Originally posted by Hal9000
i can just confirm this problem.
i have debian 3.1, installed a fresh copy of plesk 7.5.4 and do have this problem, there is no rblsmtpd in /etc/inetd.conf

so i manually added rblsmtpd this way:

smtp stream tcp nowait root /var/qmail/bin/tcp-env tcp-env -Rt0 /usr/sbin/rblsmtpd -r bl.spamcop.net -r relays.ordb.org /var/qmail/bin/relaylock /var/qmail/bin/greylist /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true

this will not work, smtp cannot accept new external connection after that change and spamassassin got errors such bad protocol: header error.
any other ways to enable MAPS on debian?
it is not a DNS problem.

http://www.linuxsa.org.au/pipermail/linuxsa/2005-October/081194.html
 
There is this thread, see the posts from Shadowman and _Tek, he says he got it working by installing xinetd onto the debian server and then running rblsmtpd in xinetd.

http://forum.plesk.com/showthread.php?postid=124153&highlight=debian+AND+smtp#post124151

Post by Slydahunter on installing xinetd:
http://forum.plesk.com/showthread.php?s=&postid=123941#post123941

Note: I do not use Debian, all I am doing is posting links to additional information about your problem which I remembered seeing in previous posts. I hope this helps you find a solution.
 
I've read almost everything about plesk 7.5 on these forum, I ended up installing greylisting. thanks.
 
Back
Top