Disable identd (rfc1413) lookups by default
[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
9
10# ----- Main settings -----
11
12domainlist local_domains = test.ex : *.test.ex
13qualify_domain = test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20fail_remote_domains:
21 driver = redirect
22 domains = ! +local_domains
23 allow_fail
24 data = :fail: unrouteable mail domain "$domain"
25
26checking:
27 driver = redirect
28 allow_defer
29 allow_fail
30 data = :fail: Just testing
31 debug_print = Domain data is "$domain_data"
32 domains = lsearch;DIR/aux-fixed/TESTNUM.domains
33 retry_use_local_part
34
35
36# End