I am having trouble with one of the lines in helo_hostnames.regexp
It seems to be catching the hostname
smtpout12-02.prod.mesa1.secureserver.com.
Below is the contents from the regexp file.
/\[[0-9]{2,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\]/ DUNNO
/(.*[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}.*)/ 554 ACL helo_hostnames_regexp
HELO/EHLO hostname must not contain an IP address, HELO =3D $1
/(.*[0-9]{2,3}\-[0-9]{1,3}\-[0-9]{1,3}.*)/ 554 ACL helo_hostnames_regexp
HELO/EHLO hostname must not contain an IP address, HELO =3D $1
/(.*[0-9]{2,3}\-[0-9]{2,3}.*\.[a-zA-Z]*)/ 554 ACL helo_hostnames_regexp
HELO/EHLO hostname must not contain an IP address, HELO =3D $1
/^[0-9]+(\.[0-9]+){3}$/ 554 ACL helo_hostnames_regexp HELO/EHLO
hostname must not contain an IP address,
Thanks,
Jacques Brouwers