Restrict line lengths in bounces. Bug 1760
[exim.git] / test / confs / 2123
CommitLineData
afda344b
PH
1# Exim test configuration 2123
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13acl_smtp_starttls = starttls
14
15qualify_domain = test.ex
16tls_advertise_hosts = *
23f3dc67 17tls_certificate = DIR/aux-fixed/cert1
afda344b
PH
18trusted_users = CALLER
19
20
21# ----- ACLs -----
22
23begin acl
24
25starttls:
26 accept hosts = 10.9.8.8
27
28# End