Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0163
CommitLineData
afda344b
PH
1# Exim test configuration 0163
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
20all:
21 driver = manualroute
22 domains = ! +local_domains
23 route_list = * 127.0.0.1 byname
24 self = send
25 transport = smtp
26 no_more
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34 port = PORT_S
35
36
37# ----- Retry -----
38
39
40begin retry
41
42* * F,2h,15m
43
44
45# End