011b4c6d5421fbcd8b07f6cf914c0a1a17105b25
[exim.git] / test / confs / 0145
1 # Exim test configuration 0145
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 qualify_domain = test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14 acl_smtp_rcpt = check_recipient
15
16
17 # ------ ACL ------
18
19 begin acl
20
21 check_recipient:
22   require verify = sender
23   require verify = recipient
24
25
26 # ----- Routers -----
27
28 begin routers
29
30 domainlist:
31   driver = dnslookup
32   transport = smtp
33   no_more
34
35
36 # ----- Transports -----
37
38 begin transports
39
40 smtp:
41   driver = smtp
42
43
44 # ----- Retry -----
45
46
47 begin retry
48
49 * * F,1h,10m
50
51
52 # End