summaryrefslogtreecommitdiff
path: root/test/confs/0547
blob: 5d172447eec07416253d7ce0ef32824e324fe9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Exim test configuration 0547

MAXNM = 100

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

acl_smtp_rcpt = accept

log_selector = +smtp_no_mail

smtp_accept_max_nonmail = MAXNM

# End