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

urgent help needed

A

atomicmak

Guest
here is my smtp_psa file which i made.

but somehow i am still getting spam from china IP : 222.149.139.114

not working properly as i have mentioned
========================================


service smtp
{
socket_type = stream
protocol = tcp
wait = no
no_access = 222.128.0.0/12
no_access = 222.144.0.0/13
no_access = 222.156.0.0/15
no_access = 222.158.0.0/15
no_access = 222.16.0.0/12
no_access = 222.160.0.0/14
no_access = 222.164.0.0/16
no_access = 222.165.0.0/17
no_access = 222.165.0.0/17
no_access = 222.166.0.0/15
no_access = 222.166.0.0/15
no_access = 222.168.0.0/13
no_access = 222.176.0.0/12
no_access = 222.192.0.0/11
no_access = 222.224.0.0/14
no_access = 222.228.0.0/16
no_access = 222.229.0.0/18

log_on_failure = HOST
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /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
}

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

can someone help me how can i block set of ip and some ip blocks?

As i am still receiving china spam daily i want to block it.
 
Back
Top