[Postfixbuch-users] Probleme mit Amavis/postfix

Christian Scholz cscholz at 2nibbles4u.de
Do Mär 27 12:02:52 CET 2008


Ich habe meine Konfig verändert und es funktioniert jetzt. Jetzt wird jede eingehende eMail durch Amavis gefiltert.
Sieht jemand ein Problem durch das verschieben der check_recipient_access Regel?

main.cf
================

smtpd_recipient_restrictions =
        reject_non_fqdn_recipient
        reject_non_fqdn_sender
        reject_unknown_sender_domain
        reject_unknown_recipient_domain
 -----> check_recipient_access hash:/etc/postfix/filter/filter_recipient_domains
|        permit_mynetworks
|        permit_sasl_authenticated
|        check_client_access hash:/etc/postfix/filter/whitelist_clients
|        check_recipient_access hash:/etc/postfix/filter/whitelist_recipient
|        check_sender_access hash:/etc/postfix/filter/whitelist_sender
|        check_client_access pcre:/etc/postfix/filter/dynip
|
|       # filter_recipient_domains vershoben
 <----- check_recipient_access hash:/etc/postfix/filter/filter_recipient_domains

        reject_unauth_destination
        reject_unlisted_recipient
        reject_multi_recipient_bounce
        ...


master.cf
=============

smtp      inet  n       -       -       -       -       smtpd
  -o receive_override_options=no_address_mappings
...
smtp-amavis     unix    -       -       n       -       2       smtp
  -o smtp_data_done_timeout=1200s
  -o disable_dns_lookups=yes

127.0.0.1:10025 inet    n       -       n       -       -       smtpd
  -o content_filter=
  -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 receive_override_options=no_unknown_recipient_checks
  -o mynetworks=127.0.0.0/8

Gruß Christian Scholz



Mehr Informationen über die Mailingliste Postfixbuch-users