[Postfixbuch-users] content filter
    Sandy Drobic 
    postfixbuch-users at japantest.homelinux.com
                  
    Mi Jul 18 23:28:15 CEST 2007
    
    
Roland M. Kruggel wrote:
>>>> smtpd(25) -> disclaimer -> sendmail/pickup ->
>>>> content_filter(amavis) -> smtpd(10025) -> disclaimer ->
>>>> sendmail/pickup -> content_filter(amavis) -> smtpd(10025) ->
>>>> disclaimer....
>>> jo. Das ist die loop.
>>>
>>> Hmm. Jetzt weis ich zwar wie sie entsteht und wo sie herkommt --
>>> Aber wie bekomme ich sie weg? Was muss ich tun? Bin momentan ein
>>> wenig Hilflos :(
>> Der smtpd, an den Amavisd-new zurückliefert, darf den in
>> smtpd_client_restrictions stehenden Check nicht mehr ausführen.
>> Andreas hat dir die Lösung eigentlich schon auf dem Silbertablett
>> serviert.
>>
>> -o smtpd_client_restrictions=
> 
> Ich hab das leider nicht so wirklich verstanden. Theoretisch zwar 
> schon, ich weis jedoch nicht so wirklich wie ich das umsetzten soll.
in /etc/postfix/master.cf:
localhost:10025 inet n  -       n       -       -       smtpd
  -o content_filter=
  -o local_recipient_maps=
  -o relay_recipient_maps=
  -o smtpd_restriction_classes=
  -o
smtpd_recipient_restrictions=permit_mynetworks,reject_unauth_destination
  -o mynetworks=127.0.0.0/8
  -o
receive_override_options=no_header_body_checks,no_unknown_recipient_checks
Hier füge einfach noch
   -o smtpd_client_restrictions=
dazu:
localhost:10025 inet n  -       n       -       -       smtpd
  -o content_filter=
  -o local_recipient_maps=
  -o relay_recipient_maps=
  -o smtpd_restriction_classes=
  -o
smtpd_recipient_restrictions=permit_mynetworks,reject_unauth_destination
  -o mynetworks=127.0.0.0/8
  -o
receive_override_options=no_header_body_checks,no_unknown_recipient_checks
  -o smtpd_client_restrictions=
-- 
Sandy
Antworten bitte nur in die Mailingliste!
PMs bitte an: news-reply2 (@) japantest (.) homelinux (.) com
    
    
Mehr Informationen über die Mailingliste Postfixbuch-users