e3b3dc485a51a756d58fb65b81daf9a2cb9762bd
[exim.git] / test / confs / 0276
1 # Exim test configuration 0276
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 qualify_domain = test.ex
14
15 # ----- Transports -----
16
17 begin transports
18
19 t1:
20   driver = smtp
21   hosts = 127.0.0.1
22   port = PORT_S
23   allow_localhost
24
25 # ----- Routers -----
26
27 begin routers
28
29 r1:
30   driver = accept
31   transport = t1
32
33 # End