Am 12.05.2014 17:14, schrieb Lars Täuber via postfix-users:
> Hallo zusammen,
> 
> ich habe eine Aufgabe, die ich bisher nicht lösen konnte.
> Postfix soll Mails mit bestimmter MAIL FROM Adresse ablehnen, wenn er die 
> Adresse in seinem LDAP (oder alias DBs) finden kann und sie weder von einem 
> authentifizierten Client noch von einem bekannten Server kommt.
> Gibt es dafür eine allgemeine Lösung?
> 
> Danke
> Lars
> _______________________________________________
> postfix-users mailing list
> postfix-users@de.postfix.org
> http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
> 

meinst du sowas  ( Reihenfolge koennte nach Bedarf unterschiedlich sein ) ?


smtpd_sender_restrictions = reject_unknown_sender_domain,
                            reject_non_fqdn_sender,
                            permit_mynetworks,
                            permit_sasl_authenticated,
                            reject_unlisted_sender,


smtpd_reject_unlisted_sender (default: no)

    Request that the Postfix SMTP server rejects mail from unknown
sender addresses, even when no explicit reject_unlisted_sender access
restriction is specified. This can slow down an explosion of forged mail
from worms or viruses.

    An address is always considered "known" when it matches a virtual(5)
alias or a canonical(5) mapping.

        The sender domain matches $mydestination, $inet_interfaces or
$proxy_interfaces, but the sender is not listed in
$local_recipient_maps, and $local_recipient_maps is not null.
        The sender domain matches $virtual_alias_domains but the sender
is not listed in $virtual_alias_maps.
        The sender domain matches $virtual_mailbox_domains but the
sender is not listed in $virtual_mailbox_maps, and $virtual_mailbox_maps
is not null.
        The sender domain matches $relay_domains but the sender is not
listed in $relay_recipient_maps, and $relay_recipient_maps is not null.




Best Regards
MfG Robert Schetterer

-- 
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein
_______________________________________________
postfix-users mailing list
postfix-users@de.postfix.org
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an