Skip to content
Snippets Groups Projects
Commit 35a19076 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed Issue #3972 Invalid regular expression in helo_access

parent 522bede7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment