Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0468
CommitLineData
afda344b
PH
1# Exim test configuration 0468
2
3SRV=smtp
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = accept
16acl_smtp_data = data
17
18message_body_visible = 50
19
20
21# ----- ACLs -----
22
23begin acl
24
25data:
26 deny message = message body <$message_body> message end <$message_body_end>
27
28
29
30# End