0ed262a7359d30171de5a6ac32563b13d5f09439
[exim.git] / test / confs / 0132
1 # Exim test configuration 0132
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 qualify_domain = test.ex
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 local:
20   driver = accept
21   retry_use_local_part
22   transport = appendfile
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 appendfile:
30   driver = appendfile
31   allow_fifo
32   file = DIR/test-fifo
33   user = CALLER
34   initgroups
35
36
37 # ----- Retry -----
38
39
40 begin retry
41
42 * * F,1d,15m
43
44
45 # End