On 10/3/2010 7:34 AM, martin f krafft wrote:
Dear list,
I found that a lot of spam can be weeded out by rejecting clients
who greet me with my own hostname. Initially, I achieved this with
the following:
main.cf:
smtpd_helo_restrictions =
[…]
check_helo_access pcre:$config
martin f krafft put forth on 10/3/2010 7:34 AM:
> Dear list,
>
> I found that a lot of spam can be weeded out by rejecting clients
> who greet me with my own hostname. Initially, I achieved this with
> the following:
>
> main.cf:
> smtpd_helo_restrictions =
> […]
> check_helo_ac