> OK, Let's try this again.
>
> Looking at the helo config, I have tried to whitelist the ip in
> "helo_whitelist.map" and "helo_hostnames.regexp".
>
> It seems that no matter what I do, it's still being rejected from the
error
> "hostname must not contain an IP address" from the
"helo_hostnames.regexp".
>
> I made sure to put the rule before the reject one. But it's still
getting
> rejected.
>
> any ideas?

Do the whitelist as a DUNNO at the top of helo_hostnames.regexp.  For
example:

/virt.*rackshack\.net/ DUNNO
/virt.*ev1servers\.net/ DUNNO
/(.*[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}.*)/ REJECT

This causes them to "pass" the helo_hostnames.regexp check, but not bypass
other checks.

--Eric


Reply via email to