blob: 84f7d38a610dc3e377d7c6cb50937b63bd1f5403 (
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
queue_only
# ----- Main settings -----
acl_smtp_connect = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
acl_smtp_rcpt = accept
# End
|