testsuite: abstract out common conf settings
[exim.git] / test / confs / 1010
1 # Exim test configuration 1010
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex : *.test.ex
10 acl_smtp_connect = connect
11 trusted_users = CALLER
12
13
14 # ----- ACL -----
15
16 begin acl
17
18 connect:
19 deny condition = ${readsocket{DIR/test-socket}{QUERY-ACL\n}{2s}{*EOL*}}
20 accept
21
22 # End