Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0463
CommitLineData
afda344b
PH
1# Exim test configuration 0463
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14
15# ----- Routers -----
16
17begin routers
18
19all:
20 driver = dnslookup
21 domains = !@mx_any
22 qualify_single
23 transport = smtp
24 widen_domains = test.ex
25
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33 port = PORT_S
34
35# End