Till Brehm
2016-06-17 35a190769c20fa17b1c57bfae96107bd2c08e284
commit | author | age
709aed 1 # helo_access - before permit_sasl
JN 2 # be sure to list your own hostname(s), domain(s) and IP address(es) here
3
4 # Reject others identifying with this machine's hostnames and IP addresses
35a190 5 /^{$myhostname}$/  REJECT
709aed 6 #/^((smtp|mx|mail)\.domain1\.com$/    REJECT
JN 7 #/^mail\.domain2\.com$/        REJECT
8
9 # TODO: this server's ip addr loop here
10 #/^\[?1\.2\.3\.4\]?$/    REJECT
11 #/^\[?12\.34\.56\.78\]?$/    REJECT
12 #/^\[?123\.234\.123\.234\]?$/    REJECT
13
14 # Reject others identifying as domains we host
15 # TODO: this server's hosted mail domains loop here
16 #/^domain1\.com$/    REJECT
17 #/^domain2\.com$/    REJECT
18 #/^domain3\.net$/    REJECT
19