• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

force SMTP authentication

B

Brugnara

Guest
It is possible to force SMTP auth. ?

We use different connection for public servers (MX record) on different IP and We use dedicated ports of Plesk-Qmail for our Client SMTP Relay server.

But for a Spammer is possible to connect and sent SPAM to local domains.

With a forced authentication this problem will to resolve.

Is there a method?

best regards
Brugnara
 
No, if you use different ports of incoming call and the filter control the incoming port (TCPLOCALPORT).

For example:
# File /etc/services
smtp25025 25025/tcp mail

# File /etc/inetd.conf
smtp25025 stream tcp nowait.1000 root /var/qmail/bin/tcp-env tcp-env -Rt0 /usr/sbin/rblsmtpd -b -r sbl-xbl.spamhaus.org -r your.rbl /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

Plesk qmail implements qmail-spp (http://qmail-spp.sourceforge.net/doc/) and I was experiment the plugin authrequired pathed with control of env TCPLOCALPORT, but environment variable SMTPAUTHUSER is non every time filled, because the program /var/qmail/bin/relaylock, I think, it use a database of client's IP and authentication is performed only once in a range of some connection period.

best regards
Brugnara
 
Back
Top