summaryrefslogtreecommitdiff
path: root/test/confs/4710
blob: 017fb56eb9f1392540d5dd7d4f7bad86ad2be35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Exim test configuration 4710
#

exim_path = EXIM_PATH
keep_environment = USER
host_lookup_order = bydns
primary_hostname = myhost.test.ex
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
tls_advertise_hosts =
.ifdef _HAVE_PIPE_CONNECT
pipelining_connect_advertise_hosts = :
.endif
.ifdef _HAVE_DMARC
dmarc_tld_file =
.endif

# ----- Main settings -----

.ifdef CONTROL
limits_advertise_hosts = :
.endif
.ifdef MAXNM
smtp_accept_max_per_connection = ${if eq {127.0.0.1}{$sender_host_address} {MAXNM}{44}}
.endif
.ifdef RCPT_MSG
recipients_max = RCPT_MSG
.endif

# ----- ACL -----

begin acl

# End