blob: abcaf1c581e93d5343620f2359f5bdd873b7b974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Exim test configuration 0601
# udpsend
exim_path = EXIM_PATH
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
tls_advertise_hosts =
queue_only
# ----- Main settings -----
acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
# End
|