• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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