• 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.

smtp xinetd help

A

atomicmak

Guest
i heared putting ip stack in smtp_psa would help block attack from ip range.

===================================
service smtp
{
socket_type = stream
protocol = tcp
wait = no

no_access = 121.1.128.0/17
no_access = 121.1.64.0/18
no_access = 121.128.0.0/11



===================================

someone said in this forum that adding one param to smtp_psa (banner_fail) would show the ip blocked by smtp in a log so i added like this in smtp_psa.

===================================
banner_fail = /var/log/smtp.fail
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
per_source = 20
===================================

but still i am not getting smtp.fail log or nothing being written in that file.

can anyone help me on this ?

the thread i ead is

http://forum.swsoft.com/showthread....ge=15&highlight=formmail exploit&pagenumber=1
 
Back
Top