[postfix-users] Dunno in restriction_classes
    Thomas Schwenski 
    mailing-lists at thomasschwenski.de
       
    Mi Jun 25 19:26:25 CEST 2008
    
    
  
Uwe Driessen schrieb:
 > Beispiel selectives Greylisting
 >
 > smtpd_restriction_classes =
 >    greylisting
 >
 > greylisting = check_policy_service inet:127.0.0.1:60000
 >         check_policy_service inet:127.0.0.1:12525,
 >         reject_rhsbl_sender dsn.rfc-ignorant.org
 >
 >
 > smtpd_recipient_restrictions =
 >         .......
 >         check_client_access pcre:/etc/postfix/maps/all,
 >         ........
 >
 >
 > /etc/postfix/maps/all
 >
 > /.*/ greylisting
 > In deinem Fall dann
 > check_client_access pcre:liste_mit_ausnahmen
 >
 > Liste_mit_ausnahmen :
 >
 > /Absender1\.de$/         ausnahme_white
 > /Absender2\.com$/        ausnahme_white
 > smtpd_restriction_classes = ausnahme_white
 >
 > ausnahme_white = Restriktion1
 >             restriktion2
 >             restriktion3
 >             .......
Ahm - klappt doch nicht, außer ein DUNNO/OK innerhalb einer 
restriction_class gilt für die ganze Klasse.
Thomas
    
    
More information about the postfix-users
mailing list