Marius Burkard
2016-07-01 49441bdd0f3ff75d5092d5b832b97ea722a66363
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
37d53f 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