Re: How to write the rule to avoid spam

2023-04-04 Thread Slavik Svyrydiuk
Hello, I have the following filters in smtpd.conf to cut the hosts sending SPAM: filter no_dyndns \ phase connect \ match rdns regex { \ '.*\.dyn\..*', '.*\.dsl\..*', \ '([0-9]{1,3}\.){3}.*', \ '([0-9]{1,3}-){3}.*' \ } \

Re: How to write the rule to avoid spam

2023-04-04 Thread Slavik Svyrydiuk
On Wed, Apr 05, 2023 at 02:37:25AM +, Mik J wrote: > Hello, > Sometimes I'm getting spam because I have a weakness in my configuration > At the moment I have > action TO-CLAM_SMTPD_IN relay host smtp://127.0.0.1:10027 > match from src for domain action TO-CLAM_SMTPD_IN > match from any for

How to write the rule to avoid spam

2023-04-04 Thread Mik J
Hello, Sometimes I'm getting spam because I have a weakness in my configuration At the moment I have action TO-CLAM_SMTPD_IN relay host smtp://127.0.0.1:10027 match from src for domain action TO-CLAM_SMTPD_IN match from any for domain action TO-CLAM_SMTPD_IN The table clients is a file that