Testsuite: fakens/inet_pton on solaris again
[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
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
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