Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 2024
1 # Exim test configuration 2024
2
3 CERT=DIR/aux-fixed/cert1
4 TVC=/dev/null
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14 # ----- Main settings -----
15
16 acl_smtp_rcpt = check_recipient
17
18 log_selector = +tls_peerdn
19
20 tls_advertise_hosts = *
21
22 tls_certificate = CERT
23 tls_privatekey = CERT
24
25 tls_verify_hosts = HOSTIPV4
26 #tls_verify_certificates = TVC
27 tls_verify_certificates = CERT
28
29 # End