Commit 35a19076 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed Issue #3972 Invalid regular expression in helo_access

parent 522bede7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# be sure to list your own hostname(s), domain(s) and IP address(es) here

# Reject others identifying with this machine's hostnames and IP addresses
/^{myhostname}$/  REJECT
/^{$myhostname}$/  REJECT
#/^((smtp|mx|mail)\.domain1\.com$/	REJECT
#/^mail\.domain2\.com$/		REJECT