Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0108
CommitLineData
afda344b
PH
1# Exim test configuration 0108
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12acl_smtp_rcpt = check_recipient
13acl_smtp_data = check_message
14
15domainlist local_domains = test.ex
16qualify_domain = test.ex
17
18remote_sort_domains = black.com:myhost.com:other.edu
19
20
21# ----- Routers -----
22
23begin routers
24
25remote:
26 driver = manualroute
27 domains = ! +local_domains
28 route_list = * ten-1.test.ex byname
29 transport = smtp
30 no_more
31
32
33# ----- Transports -----
34
35begin transports
36
37smtp:
38 driver = smtp
39
40
41# End