5f85d8b499273374e0fc2084f615b78870785ac2
[exim.git] / test / confs / 0443
1 # Exim test configuration 0443
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11
12 # ----- Main settings -----
13
14 qualify_domain = test.ex
15
16 acl_smtp_rcpt = rcpt
17
18
19 # ----- ACLs -----
20
21 begin acl
22
23 rcpt:
24   accept verify = sender/callout=1s
25
26
27 # ----- Routers -----
28
29 begin routers
30
31 r1:
32   driver = dnslookup
33   verify_only
34
35
36 # End