blob: ef2ea780fabb9ffe9ec074387b0ffbd9550f1740 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Exim test configuration 0599
# 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
|