Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0143
CommitLineData
afda344b
PH
1# Exim test configuration 0143
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 : *.test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
181d9bf8 20my_main_router:
afda344b
PH
21 driver = manualroute
22 domains = ! +local_domains
23 route_list = * 127.0.0.1
24 self = send
181d9bf8 25 transport = my_smtp
2a47f028 26 debug_print = router_name <$router_name>
afda344b
PH
27 no_more
28
29
30# ----- Transports -----
31
32begin transports
33
181d9bf8 34my_smtp:
afda344b
PH
35 driver = smtp
36 interface = HOSTIPV4
37 port = PORT_S
2a47f028 38 debug_print = transport_name <$transport_name>
afda344b
PH
39
40
41# End