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

_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an