aef4591e9aab3c45fda6da5fc8d7c142ff322f47
[exim.git] / test / confs / 0033
1 # Exim test configuration 0033
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex : *.test.ex
14
15 # ----- Routers -----
16
17 begin routers
18
19 all:
20   driver = manualroute
21   domains = ! +local_domains
22   route_list = * 127.0.0.1 byname
23   self = send
24   transport = smtp
25   no_more
26
27 d1:
28   driver = redirect
29   no_check_local_user
30   file = DIR/aux-fixed/TESTNUM.list
31   forbid_file
32   forbid_filter_reply
33   forbid_pipe
34   one_time
35   retry_use_local_part
36
37
38 # ----- Transports -----
39
40 begin transports
41
42 smtp:
43   driver = smtp
44   port = PORT_S
45
46 # End