• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

RBLSMTPD Issues

InsertCoin

Basic Pleskian
Hi,

Appears that my server will not start smtp, simply stating:

Problems found:
The SMTP server service is switched off.
Solutions:
Restart the SMTP server service.

I cant get past this menu to the main server menu. I have tracked down the issue to being the rblsmtpd list and found a way to disable it but can not locate the file on the server:

I thought the reverse of the following would remove it:

In order to add rblsmtpd to your qmail installation, you must make some changes to the run file in /var/qmail/supervise/qmail-smtpd:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1


But that file doesnt exist in that location as supervise is not installed on the server. Can anyone help me to disable rblsmtpd or locate the list it uses to remove the urls?
 
Plesk runs qmail using xinetd rather than the traditional daemontools that are recommended by the qmail community.

But you do not need to do anything to run files. When you disable rblsmtpd in the control panel it removes this (e.g. /usr/sbin/rblsmtpd -r zen.spamhaus.org -r list.dsbl.org -r dnsbl.njabl.org) from the /etc/xinetd.d/smtp_psa file for you.

So where is it in the control panel? In Server / Mail.
 
Back
Top