Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0350
CommitLineData
37ff4e03 1# Exim test configuration 0350
afda344b
PH
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
13
14
15# ----- Routers -----
16
17begin routers
18
19r1:
20 driver = manualroute
21 ignore_target_hosts = ${if eq{$host_address}{V4NET.12.3.1}{$host_address}{}}
22 route_list = * 1.2.3.4:other2.test.ex
23 transport = t1
24
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = smtp
32
33# End