Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0188
CommitLineData
afda344b
PH
1# Exim test configuration 0188
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_etrn = check_etrn
13no_smtp_etrn_serialize
14smtp_etrn_command = /some/non-existent/file
15trusted_users = CALLER
16
17# ------ ACL ------
18
19begin acl
20
21check_etrn:
22 accept hosts = localhost
23
24# End