Pull strict-aliasing fix for sockaddr_46.
[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
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = accept
17acl_smtp_data = data
18
19message_body_visible = 50
20
21
22# ----- ACLs -----
23
24begin acl
25
26data:
27 deny message = message body <$message_body> message end <$message_body_end>
28
29
30
31# End