X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f77cff22db0bbb4d71a16becb5512e19d86ed63a..43ba2742c700d625dcdcdaf7bbadc2f72776854a:/test/confs/0601 diff --git a/test/confs/0601 b/test/confs/0601 index 58b47d517..3a7bb8b45 100644 --- a/test/confs/0601 +++ b/test/confs/0601 @@ -2,19 +2,14 @@ # udpsend exim_path = EXIM_PATH +keep_environment = spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog +queue_only # ----- Main settings ----- -acl_smtp_connect = check +acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim -# ----- ACL ----- - -begin acl - -check: - warn udpsend = <; 127.0.0.1 ; 1223 ; message from exim - # End