>/cablep\.bezeqint\.net/ 554 ACL Cabel/DSL reject - use your ISPs mail >server, HELO = $1 > >Under smtpd_recipient_restrictions I have >check_helo_accress pcre:/etc/postfix/helo_hostnames.regexp
you want that in helo or client access? helo is forgeable, PTR hostname isn't. >When I examine the log file, the reject line only shows the first part of >the hostname that matched, ie. cablep > >What am I doing wrong? /(.*cablep\.bezeqint\.net)/ ... need paren to create the PERL "back reference" Len
