Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0497
... / ...
CommitLineData
1# Exim test configuration 0497
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
14
15
16# ----- Routers -----
17
18begin routers
19
20r0:
21 driver = redirect
22 senders = :
23 data = :blackhole: discard bounces
24
25r1:
26 driver = accept
27 transport = t1
28
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = smtp
36 hosts = 127.0.0.1
37 port = PORT_S
38 allow_localhost
39
40
41# ----- Retry -----
42
43begin retry
44
45* lost_connection
46* mail_4xx
47* rcpt_4xx
48* data_4xx
49* * F,1d,15m
50
51
52# End