Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0442
1 # Exim test configuration 0442
2
3 BAD=
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
14 # ----- Main settings -----
15
16 qualify_domain = test.ex
17
18 ######################################################################
19 # ACL CONFIGURATION #
20 # Specifies access control lists for incoming SMTP mail #
21 ######################################################################
22
23 .include DIR/aux-fixed/TESTNUM.acl
24
25
26 ######################################################################
27 # ROUTERS CONFIGURATION #
28 # Specifies how addresses are handled #
29 ######################################################################
30
31 .include DIR/aux-fixed/TESTNUM.routers
32
33
34 ######################################################################
35 # TRANSPORTS CONFIGURATION #
36 ######################################################################
37
38 .include_if_exists DIR/aux-fixed/TESTNUM.transports
39
40 .include_if_exists /junk/not/exist
41
42 BAD
43
44
45 # End