Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0342
CommitLineData
afda344b
PH
1# Exim test configuration 0342
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14acl_smtp_rcpt = check_rcpt
15
16
17# ----- ACLs -----
18
19begin acl
20
21check_rcpt:
22 deny message = unverifiable
23 !verify = recipient
24 accept
25
26
27# ----- Routers -----
28
29begin routers
30
31dnslookup:
32 driver = dnslookup
33 transport = remote_smtp
34 widen_domains = test.ex
35
36
37# ----- Transports -----
38
39begin transports
40
41remote_smtp:
42 driver = smtp
43
44
45# ----- Retry -----
46
47
48begin retry
49
50* * F,5d,10s
51
52
53# End