Another small test tweak.
[exim.git] / test / confs / 0405
1 # Exim test configuration 0405
2
3 UTF8=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 rfc1413_query_timeout = 0s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 primary_hostname = mail.test.ex
16 qualify_domain = test.ex
17
18 dns_check_names_pattern = \
19 (?i)^(?>(?(1)\.|())[a-z0-9\xc0-\xff](?>[-a-z0-9\x80-\xff]*[a-z0-9\x80-\xbf])?)+$
20
21 UTF8
22
23 # ----- Routers -----
24
25 begin routers
26
27 r1:
28 driver = dnslookup
29 transport = t1
30
31 # ----- Transports -----
32
33 begin transports
34
35 t1:
36 driver = smtp
37
38
39 # End