>I added hash:/etc/postfix/helo_hostnames_mynames.map,
>
>And then added the ip address of my mail and another ip to test.
>
>imgate1# postmap -q 209.113.151.18 helo_hostnames_mynames.map
>554 ACL helo_hostnames_mynames

mx4# postmap -q "212.73.21.75" pcre:/etc/postfix/helo_hostnames.regexp
554 ACL helo_hostnames_regexp HELO/EHLO hostname must not contain an IP 
address, HELO = 212.73.21.75

>However, I'm able to send mail from 209.113.151.18. I thought it would be
>blocked.

does that IP say

EHLO 209.113.151.18

?? if not, the match won't occur.

if you take my advice and phase in through warn_in_reject for new 
restrictions, you will see the helo value.

and if your restriction failes, the 4tuple will show you the helo (if the 
IP is not OKed earlier)

Len


Reply via email to