update to pre-4.87 master
[exim.git] / test / confs / 0035
CommitLineData
afda344b
PH
1# Exim test configuration 0035
2
3SERVER=
4SUBMISSION_OPTIONS=
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/SERVER%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
bfe645c1 13tls_advertise_hosts =
afda344b
PH
14
15# ----- Main settings -----
16
17acl_smtp_mail = a1
18acl_smtp_rcpt = accept
19
20queue_only
21trusted_users = CALLER
22
23
24# ----- ACL -----
25
26begin acl
27
28a1:
29 warn senders = ^(?!notsubmit@)
30 control = submissionSUBMISSION_OPTIONS
31 accept
32
33# End