79ace9ea30cbc828a2b0bcea844b969d09439779
[exim.git] / test / confs / 3203
1 # Exim test configuration 3203
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 test:
19   driver = redirect
20   allow_defer
21   data = postmaster@test.ex
22   retry_use_local_part
23   senders = testdb;defer
24
25
26 # ----- Retry -----
27
28 begin retry
29
30 * * F,2h,10m
31
32
33 # End