testcase
[exim.git] / test / confs / 5203
1 # Exim test configuration 5203
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 # ----- Main settings -----
13
14 domainlist local_domains = test.ex
15 qualify_domain = test.ex
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 query:
23 driver = queryprogram
24 command = DIR/bin/fd -q
25 command_user = nobody
26 domains = ! +local_domains
27 transport = userx_delivery
28 no_more
29
30 # ----- Transports -----
31
32 begin transports
33
34 userx_delivery:
35 driver = appendfile
36 file = DIR/test-mail/$local_part
37 message_suffix = "$address_data\n"
38 user = CALLER
39
40
41 # End