Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0401
CommitLineData
afda344b
PH
1# Exim test configuration 0401
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
12primary_hostname = mail.test.ex
13qualify_domain = test.ex
14
15acl_smtp_connect = connect
16acl_smtp_mail = mail
17queue_only
18
19
20# ----- ACL -----
21
22begin acl
23
24connect:
25 accept hosts = DIR/aux-var/TESTNUM.hosts1
26
27mail:
28 accept hosts = DIR/aux-var/TESTNUM.hosts2
29
30
31# End