Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0463
1 # Exim test configuration 0463
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 domainlist local_domains = test.ex
14
15 # ----- Routers -----
16
17 begin routers
18
19 all:
20 driver = dnslookup
21 domains = !@mx_any
22 qualify_single
23 transport = smtp
24 widen_domains = test.ex
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 smtp:
32 driver = smtp
33 port = PORT_S
34
35 # End