mirror of https://github.com/fail2ban/fail2ban
				
				
				
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
# Fail2Ban filter for selected Postfix SMTP rejections
 | 
						|
#
 | 
						|
#
 | 
						|
 | 
						|
[INCLUDES]
 | 
						|
 | 
						|
# Read common prefixes. If any customizations available -- read them from
 | 
						|
# common.local
 | 
						|
before = common.conf
 | 
						|
 | 
						|
[Definition]
 | 
						|
 | 
						|
_daemon = postfix/smtpd
 | 
						|
 | 
						|
failregex = ^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: 554 5\.7\.1 .*$
 | 
						|
            ^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: 450 4\.7\.1 : Helo command rejected: Host not found; from=<> to=<> proto=ESMTP helo= *$
 | 
						|
            ^%(__prefix_line)sNOQUEUE: reject: VRFY from \S+\[<HOST>\]: 550 5\.1\.1 .*$
 | 
						|
 | 
						|
ignoreregex = 
 | 
						|
 | 
						|
[Init]
 | 
						|
 | 
						|
journalmatch = _SYSTEMD_UNIT=postfix.service
 | 
						|
 | 
						|
# Author: Cyril Jaquier
 |