24815fc395facdf2875392c0ed2623c99628a209
[exim.git] / test / confs / 0488
1 # Exim test configuration 0488
2
3 SERVER=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/SERVER%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 acl_smtp_rcpt = a1
16 queue_only
17
18
19 # ----- ACL -----
20
21 begin acl
22
23 a1:
24   warn message = X-1: first\nX-2: second\nX-3: third
25   warn message = X-1: first
26   warn message = X-4: continued\n with some more text
27   accept
28
29 # End