Testsuite: fakens/inet_pton on solaris again
[exim.git] / test / confs / 0107
CommitLineData
afda344b
PH
1# Exim test configuration 0107
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
23f3dc67 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13qualify_domain = test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20mboxuser:
21 driver = accept
22 retry_use_local_part
23 transport = appendfile
24 transport_home_directory = DIR/test-mail
25
26
27# ----- Transports -----
28
29begin transports
30
31appendfile:
32 driver = appendfile
33 create_file = belowhome
34 file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
35 {${if match{$value}{^/}{}{DIR/}}$value}\
36 {DIR/test-mail/$local_part}}
37 user = CALLER
38
39# ----- Retry -----
40
41
42begin retry
43
44* * F,5d,1d
45
46
47# End