[Postfixbuch-users] Sieve filtert nicht

Holm Kapschitzki holm at x-provi.de
Mo Mär 31 23:39:48 CEST 2008


Info Beilfuss schrieb:
> Wenn meine Programmierung richtig ist läuft das wie folgt ab:
> 
> Postfix bekommt die Mails auf Port 25 und übergibt Sie auf Port 10024 an
> AMaVIS.
> AMaVIs liefert an Port 10025 aus und übergibt an Port 10026 an Spampd.
> Spampd liefert an Port 10027 an Cyrus.
> Mails die ankommen haben im Header auch Einträge von AMaVIS und Spampd. Das
> sollte also funktioniern. Nur das Aussieben danach funktioniert nicht.

Ich hab das so:

mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp

78.47.xx.xx:25	inet	n	-  	n  	-  	25   	smtpd
    -o content_filter=smtp:[127.0.0.1]:10024
    -o receive_override_options=no_address_mappings
    -o smtpd_sasl_auth_enable=no

127.0.0.1:10025 	inet 	n  	-     	n      -     	-     	smtpd
    -o content_filter=spamassassin
    -o local_recipient_maps=
    -o relay_recipient_maps=
    -o smtpd_restriction_classes=
    -o smtpd_client_restrictions=
    -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 smtpd_client_connection_count_limit=0
    -o smtpd_client_connection_rate_limit=0
    -o 
receive_override_options=no_header_body_checks,no_unknown_recipient_checks

spamassassin    unix  -       n       n       -       -       pipe
        user=nobody argv=/usr/bin/spamc   -u ${user}    -f -e 
/usr/sbin/sendmail -oi -f ${sender} -- ${recipient}

Gruß Holm




Mehr Informationen über die Mailingliste Postfixbuch-users