11c98b9e8705398fa0d9eec0a4cc3d943a18b5ad
[exim.git] / test / confs / 0527
1 # Exim test configuration 0527
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 # ----- Main settings -----
12
13 acl_smtp_rcpt = check_rcpt
14
15
16 # ----- ACLs -----
17
18 begin acl
19
20 check_rcpt:
21   accept  verify = sender/callout
22
23
24 # ----- Routers -----
25
26 begin routers
27
28 r1:
29   driver = manualroute
30   route_list = * "<= 127.0.0.1:PORT_S"
31   self = send
32   verify_only
33
34
35 # End