34385f7080c252825f0d404cdc7a75c700909d86
[exim.git] / test / confs / 0322
1 # Exim test configuration 0322
2
3 LS=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
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 log_selector = LS
16
17 # ----- Routers -----
18
19 begin routers
20
21 null:
22   driver = redirect
23   senders = :
24   data = :blackhole:
25
26 remote:
27   driver = accept
28   transport = smtp
29
30
31 # ----- Transports -----
32
33 begin transports
34
35 smtp:
36   driver = smtp
37   allow_localhost
38   hosts = 127.0.0.1
39   port = PORT_S
40
41
42 # End