[PHP-FPM] Create PHP-FPM listeners 9001 (system) and 9002 (web), drop 9000 [Rspamd] Parse quarantine messages as utf8 [Rspamd] Use new schema for Rspamd bayes hashes and expire them in Redis [SOGo] Change default logo [SOGo] Use different keyserver by default in Dockerfile [Rspamd] Add bad ASN list (disabled by default) [Watchdog] Change the way we check PHP-FPM, change SOGo check [Nginx] Change ports according to new PHP-FPM listeners [Update] Fix PHP-FPM ports for existing non-mailcow Nginx sites
		
			
				
	
	
		
			44 lines
		
	
	
		
			832 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			832 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
RCPT_MAILCOW_DOMAIN {
 | 
						|
  type = "rcpt";
 | 
						|
  filter = "email:domain";
 | 
						|
  map = "redis://DOMAIN_MAP";
 | 
						|
}
 | 
						|
 | 
						|
RCPT_WANTS_SUBJECT_TAG {
 | 
						|
  type = "rcpt";
 | 
						|
  filter = "email:addr";
 | 
						|
  map = "redis://RCPT_WANTS_SUBJECT_TAG";
 | 
						|
}
 | 
						|
 | 
						|
RCPT_WANTS_SUBFOLDER_TAG {
 | 
						|
  type = "rcpt";
 | 
						|
  filter = "email:addr";
 | 
						|
  map = "redis://RCPT_WANTS_SUBFOLDER_TAG";
 | 
						|
}
 | 
						|
 | 
						|
WHITELISTED_FWD_HOST {
 | 
						|
  type = "ip";
 | 
						|
  map = "redis://WHITELISTED_FWD_HOST";
 | 
						|
}
 | 
						|
 | 
						|
KEEP_SPAM {
 | 
						|
  type = "ip";
 | 
						|
  map = "redis://KEEP_SPAM";
 | 
						|
  action = "accept";
 | 
						|
}
 | 
						|
 | 
						|
LOCAL_BL_ASN {
 | 
						|
  require_symbols = "!MAILCOW_WHITE";
 | 
						|
  type = "asn";
 | 
						|
  map = "$LOCAL_CONFDIR/custom/bad_asn.map";
 | 
						|
  score = 5;
 | 
						|
  description = "Sender's ASN is on the local blacklist";
 | 
						|
}
 | 
						|
 | 
						|
#SPOOFED_SENDER {
 | 
						|
#  type = "rcpt";
 | 
						|
#  filter = "email:domain:tld";
 | 
						|
#  map = "redis://DOMAIN_MAP";
 | 
						|
#  require_symbols = "AUTH_NA | !RCVD_VIA_SMTP_AUTH";
 | 
						|
#}
 |