13 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| rates {
 | |
|     # Format: "1 / 1h" or "20 / 1m" etc. - global ratelimits are disabled by default
 | |
|     to = "100 / 1s";
 | |
|     to_ip = "100 / 1s";
 | |
|     to_ip_from = "100 / 1s";
 | |
|     bounce_to = "25 / 1h";
 | |
|     bounce_to_ip = "25 / 1h";
 | |
| }
 | |
| whitelisted_rcpts = "postmaster,mailer-daemon";
 | |
| max_rcpt = 25;
 | |
| custom_keywords = "/etc/rspamd/lua/ratelimit.lua";
 | |
| info_symbol = "RATELIMITED";
 |