Removed doc references to relay-test.mail-abuse.org
[exim.git] / test / confs / 0259
1 # Exim test configuration 0259
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 5s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11 tls_advertise_hosts =
12
13 # ----- Main settings -----
14
15 qualify_domain = test.ex
16
17
18 begin routers
19
20 all:
21 driver = manualroute
22 domains = ! test.ex
23 route_list = * 127.0.0.1 byname
24 self = send
25 transport = smtp
26 no_more
27
28
29 begin transports
30
31 smtp:
32 driver = smtp
33 port = PORT_S
34
35
36 begin retry
37
38 * * F,5d,10s
39
40 # End