X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..49ff55b6a965a4e1e6e523d12a806b4448a6fd03:/test/confs/0038 diff --git a/test/confs/0038 b/test/confs/0038 index 497623a6d..0ef9028f1 100644 --- a/test/confs/0038 +++ b/test/confs/0038 @@ -2,19 +2,15 @@ RRATELIMIT=0/1h/strict DRATELIMIT=0/1h/per_byte/strict +ACLRCPT=check_rcpt + +.include DIR/aux-var/std_conf_prefix -exim_path = EXIM_PATH -host_lookup_order = bydns primary_hostname = myhost.test.ex -rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- -acl_smtp_rcpt = check_rcpt +acl_smtp_rcpt = ACLRCPT acl_smtp_data = check_data qualify_domain = test.ex @@ -31,6 +27,21 @@ check_rcpt: sender_rate_period=$sender_rate_period accept +check_rcpt2: + warn ratelimit = RRATELIMIT/noupdate + log_message = RCPT2-1: \ + sender_rate=$sender_rate \ + sender_rate_limit=$sender_rate_limit \ + sender_rate_period=$sender_rate_period + + warn ratelimit = RRATELIMIT + log_message = RCPT2-2: \ + sender_rate=$sender_rate \ + sender_rate_limit=$sender_rate_limit \ + sender_rate_period=$sender_rate_period + + accept + check_data: warn ratelimit = DRATELIMIT log_message = DATA: \