Hello
I'm looking for a solution that allows me to actively block external SMTP connection from "bad" IP which are trying to use autentication as per the following log
This thread was automatically locked due to age.
Hello
I'm looking for a solution that allows me to actively block external SMTP connection from "bad" IP which are trying to use autentication as per the following log
Hello,
some notes from my site because I had the same problem with DNAT and stop the "bad" IPs.
Point 1: Include _all_ WAN IP addresses, if you have not only a primary official address.
Point2: Include service port 465/tcp in addition to 25/tcp (and 587/tcp)
My DNAT rule looks like.
origin source:GROUP_IP_SPAMMER
origin service. GROUP_SMTP_SERVICES( 25/tcp,465/tcp,587/tcp )
origin destinaton: GROUP_WAN-ADDRESSES_UTM
NAT-destination: FAKE-IP
Regards,
Michael
Hello,
some notes from my site because I had the same problem with DNAT and stop the "bad" IPs.
Point 1: Include _all_ WAN IP addresses, if you have not only a primary official address.
Point2: Include service port 465/tcp in addition to 25/tcp (and 587/tcp)
My DNAT rule looks like.
origin source:GROUP_IP_SPAMMER
origin service. GROUP_SMTP_SERVICES( 25/tcp,465/tcp,587/tcp )
origin destinaton: GROUP_WAN-ADDRESSES_UTM
NAT-destination: FAKE-IP
Regards,
Michael