[Postfixbuch-users] ausgehende email nicht auf viren oder spam scannen

Achim Lammerts ml-pbu at admin.syntaxys.net
Fr Aug 25 16:34:02 CEST 2006


Karsten Krämer schrieb:

> Hallo Fred,
>
> hm, habs noch nicht so ganz richtig, denke ich
> In meiner master.cf steht:
> ...
> smtp      inet  n       -       y       -       -       smtpd
>    -o content_filter=smtp-amavis:[127.0.0.1]:10024
> ...
> 127.0.0.1:10025  inet   n       -       y       -       -       smtpd
>   -o content_filter=
>   -o local_recipient_maps=
>   -o relay_recipient_maps=
>   -o smtpd_restriction_classes=
>   -o smtpd_helo_restrictions=
>   -o smtpd_sender_restrictions=
>   -o smtpd_recipient_restrictions=permit_mynetworks,reject
>   -o mynetworks=127.0.0.0/8
>   -o strict_rfc821_envelopes=yes
>   -o smtpd_error_sleep_time=0
>   -o smtpd_soft_error_limit=1001
>   -o smtpd_hard_error_limit=1000
>   -o receive_override_options=no_header_body_checks
>
> in der main.cf ist mir noch nicht ganz klar, 
> welche ip dort und port stehen muss, um eben NICHT zu scannen:
> ...
> content_filter = ??????:1002?
> ...


Moinmoin,
ein ähnliches Problem hatte ich auch und wollte diverse Quellen nicht 
noch einmal auf Viren scannen oder durch den Spamassassin jagen. Meine 
Lösung in der main.cf:

content_filter = smtp-amavis:[127.0.0.1]:10024

smtpd_recipient_restrictions =
    permit_sasl_authenticated,
    permit_mynetworks,
    check_helo_access regexp:/etc/postfix/userConf/helo-checks,
    reject_unauth_destination,
    reject_non_fqdn_recipient,
    reject_unknown_recipient_domain,
 >  check_client_access regexp:/etc/postfix/userConf/client-checks,
    check_sender_access regexp:/etc/postfix/userConf/sender-checks,
    check_recipient_access regexp:/etc/postfix/userConf/recipient-checks,
    permit

in der "client-checks" lookup table steht dann:
/^host.\exchange\.server$/    FILTER smtp:[127.0.0.1]:10025
/^1\.2\.3\.4$/    FILTER smtp:[127.0.0.1]:10025

Ciao
Achim




Mehr Informationen über die Mailingliste Postfixbuch-users