debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0373
CommitLineData
afda344b
PH
1# Exim test configuration 0373
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9domainlist local_domains = test.ex : *.test.ex
10acl_smtp_connect = connect
11trusted_users = CALLER
12
1950cf85
JH
13log_selector = +millisec
14
afda344b
PH
15
16# ----- ACL -----
17
18begin acl
19
20connect:
21 deny condition = ${readsocket{DIR/test-socket}{QUERY-ACL\n}{2s}{*EOL*}}
22 accept
23
24# End