PAM: fix crash in the pam expansion condition. Bug 2489
[exim.git] / test / confs / 0437
1 # Exim test configuration 0437
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7
8 spool_directory = DIR/${lookup{spool}lsearch{DIR/aux-fixed/TESTNUM.ls}}
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 .ifdef _HAVE_DMARC
15 dmarc_tld_file =
16 .endif
17
18 # ----- Main settings -----
19
20 queue_run_in_order
21
22 # ----- Routers -----
23
24 begin routers
25
26 r1:
27 driver = accept
28 transport = ${lookup{transport}lsearch{DIR/aux-fixed/TESTNUM.ls}}
29
30 # ----- Transports -----
31
32 begin transports
33
34 t1:
35 driver = appendfile
36 file = DIR/test-mail/${lookup{file}lsearch{DIR/aux-fixed/TESTNUM.ls}}
37 user = CALLER
38
39 # End