Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0570
CommitLineData
506900af
JH
1# Exim test configuration 0570
2# multi_domain option on smtp transport
3
4OPTION =
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
506900af
JH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15primary_hostname = primary.test.ex
16qualify_domain = test.ex
17queue_only
18queue_run_in_order
19
20
21# for server
22acl_smtp_rcpt= discard
23
24# ----- Routers -----
25
26begin routers
27
28all:
29 driver = manualroute
30address_data = $domain
31 route_list = * 127.0.0.1 byname
32 self = send
33 transport = smtp
34
35# ----- Transports -----
36
37begin transports
38
39smtp:
40 driver = smtp
41 port = PORT_D
42 OPTION
43
44# End