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

exim_path = EXIM_PATH
keep_environment =
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
tls_advertise_hosts =
queue_only
.ifdef _HAVE_DMARC
dmarc_tld_file =
.endif

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

acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim


# End