Merge branch 'master'
[exim.git] / test / confs / 0073
CommitLineData
afda344b
PH
1# Exim test configuration 0073
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21reply:
22 driver = accept
23 retry_use_local_part
24 senders = !
25 transport = reply
26
27localuser:
28 driver = accept
29 check_local_user
30 transport = local_delivery
31
32
33# ----- Transports -----
34
35begin transports
36
37reply:
38 driver = autoreply
39 once = DIR/spool/autolog
40 once_repeat = ${if eq {0}{0}{4s}fail}
41 text = "Test auto reply to $h_subject:"
42 to = $reply_address
43 user = EXIMUSER
44
45local_delivery:
46 driver = appendfile
47 delivery_date_add
48 envelope_to_add
49 file = DIR/test-mail/$local_part
50 return_path_add
51
52
53# End