Removed doc references to relay-test.mail-abuse.org
[exim.git] / test / confs / 0506
1 # Exim test configuration 0506
2
3 ALLOW=allow_filter
4 FORBID=
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13 tls_advertise_hosts =
14
15 # ----- Main settings -----
16
17 log_selector = +queue_time_overall
18
19 # ----- Routers -----
20
21 begin routers
22
23 r1:
24 driver = redirect
25 user = EXIMUSER
26 ALLOW
27 FORBID
28 file = DIR/aux-fixed/TESTNUM.$local_part
29
30
31 # ----- Retry -----
32
33 begin retry
34
35 * * F,1d,1h
36
37 # End