8fe224808ff9d52a507f39ddc002487a95393f52
[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 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14 primary_hostname = mail.test.ex
15 qualify_domain = test.ex
16
17 dns_check_names_pattern = \
18   (?i)^(?>(?(1)\.|())[a-z0-9\xc0-\xff](?>[-a-z0-9\x80-\xff]*[a-z0-9\x80-\xbf])?)+$
19
20 UTF8
21
22 # ----- Routers -----
23
24 begin routers
25
26 r1:
27   driver = dnslookup
28   transport = t1
29
30 # ----- Transports -----
31
32 begin transports
33
34 t1:
35   driver = smtp
36
37
38 # End