Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0003
CommitLineData
afda344b
PH
1# Exim test configuration 0003
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11acl_smtp_rcpt = check_recipient
12domainlist local_domains = test.ex
13smtp_accept_max_nonmail = 1000
14
15
16# ----- ACL -----
17
18begin acl
19
20check_recipient:
21 accept hosts = :
22 deny senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :\
23 lsearch*@;DIR/aux-fixed/0003.rej.lsearch :\
24 @@lsearch*;DIR/aux-fixed/0003.rej.bydomain
25 accept domains = +local_domains
26 deny message = relay not permitted
27
28# End