Testsuite: Explicit disabling of identd no longer needed
[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
12 # ----- Main settings -----
13
14 qualify_domain = test.ex
15
16
17 begin routers
18
19 all:
20 driver = manualroute
21 domains = ! test.ex
22 route_list = * 127.0.0.1 byname
23 self = send
24 transport = smtp
25 no_more
26
27
28 begin transports
29
30 smtp:
31 driver = smtp
32 port = PORT_S
33
34
35 begin retry
36
37 * * F,5d,10s
38
39 # End