Testsuite: fakens/inet_pton on solaris again
[exim.git] / test / confs / 0129
CommitLineData
afda344b
PH
1# Exim test configuration 0129
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
23f3dc67 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex : *.test.ex
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21fail_remote_domains:
22 driver = redirect
23 domains = ! +local_domains
24 allow_fail
25 data = :fail: unrouteable mail domain "$domain"
26
27checking:
28 driver = redirect
29 allow_defer
30 allow_fail
31 data = :fail: Just testing
32 debug_print = Domain data is "$domain_data"
33 domains = lsearch;DIR/aux-fixed/TESTNUM.domains
34 retry_use_local_part
35
36
37# End