mastus: do not send spam bounces
This commit is contained in:
		
							parent
							
								
									b394e3c457
								
							
						
					
					
						commit
						8d01b7a86e
					
				@ -38,6 +38,14 @@
 | 
				
			|||||||
      smtpd_sasl_path = private/auth
 | 
					      smtpd_sasl_path = private/auth
 | 
				
			||||||
      smtpd_sasl_auth_enable = yes
 | 
					      smtpd_sasl_auth_enable = yes
 | 
				
			||||||
      smtpd_tls_auth_only = yes
 | 
					      smtpd_tls_auth_only = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      # Do not send spam bounces
 | 
				
			||||||
 | 
					      # http://www.postfix.org/ADDRESS_VERIFICATION_README.html
 | 
				
			||||||
 | 
					      smtpd_recipient_restrictions =
 | 
				
			||||||
 | 
					        permit_mynetworks permit_sasl_authenticated
 | 
				
			||||||
 | 
					        reject_unauth_destination
 | 
				
			||||||
 | 
					        reject_unknown_recipient_domain
 | 
				
			||||||
 | 
					        reject_unverified_recipient
 | 
				
			||||||
    '';
 | 
					    '';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    extraMasterConf = ''
 | 
					    extraMasterConf = ''
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user