Displaying 3 results from an estimated 3 matches for "reject_multi_recipient_bounce".
2012 Mar 12
3
postfix and spam, I am impressed
....spamhaus.org,
     reject_rbl_client truncate.gbudb.net,
     reject_rbl_client dnsbl.njabl.org
     reject_rbl_client cbl.abuseat.org
     reject_rbl_client bl.spamcop.net,
     reject_rbl_client dnsbl.sorbs.net,
     sleep 1,
      permit
smtpd_data_restrictions =
      permit_mynetworks,
      reject_multi_recipient_bounce,
     permit
2016 Aug 22
3
Catch-all with LMTP and Postfix
.../sendmail.postfix
setgid_group = postdrop
smtp_header_checks = pcre:/etc/postfix/smtp_header_checks.pcre
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname Microsoft ESMTP MAIL Service, Version: 
6.0.3790.1830 ready.
smtpd_data_restrictions = reject_unauth_pipelining, 
reject_multi_recipient_bounce permit
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, 
permit_mynetworks, permit_sasl_authenticated, reject_invalid_hostname, 
reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, 
reject_non_fqdn_hostname, reject_non_fqdn_sender, 
reject_non_fqdn_recipi...
2009 Aug 15
11
Postfix : lda problem
...reject_non_fqdn_hostname,                               
reject_non_fqdn_sender,                               
reject_non_fqdn_recipient,                               
reject_unauth_pipelining,                               
reject_unauth_destination,                               
reject_multi_recipient_bounce,                               
check_client_access
hash:/etc/postfix/access,                               
reject_rbl_client zombie.dnsbl.sorbs.net,                               
reject_rbl_client zen.spamhaus.org,                               
reject_rbl_client bl.spamcop.net,...