[postfix-users] SMTPD soll nicht existente Absender meiner	Domains ablehnen
    Uwe Drießen 
    driessen at fblan.de
                  
    Mi Feb 29 10:51:07 CET 2012
    
    
Von: Sprite Service [mailto:spriteserviceline at hotmail.com]
Hallo Benedikt 
> 
> Hallo Uwe!
> 
> > Falsche Restriktion. Nimm
> >
> > reject_unlisted_recipient,
> > reject_unknown_recipient_domain,
> >
> > einzutragen vor
> >
> > permit_sasl_authenticated,
> 
> 
> Ich glaube du hast mich nicht richtig verstanden. Das Problem ist nicht
> der Empfänger sondern, der Absender. Die bisherige Konfiguration erlaubt
>  Clients die sich mit meinem SMTPD verbinden E-Mails zu verschicken,
> welche als Absender zwar meine Domain enthalten, aber als local part
> (links vom @) eine nicht vorhande Adresse nutzen. Deswegen setzt
> reject_sender_login_mismatch
>  nicht ein und jeder kann so E-Mails an meine Nutzer schicken, die als
> Absender imaginäre Nutzer meiner Domains haben. Falls ich was nicht
> verstehe, klär mich bitte auf.
reject_unlisted_sender
Reject the request when the MAIL FROM address is not listed in the list of
valid recipients for its domain class. See the smtpd_reject_unlisted_sender
parameter description for details. This feature is available in Postfix 2.1
and later.
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. 
    This feature is available in Postfix 2.1 and later.
Mit freundlichen Grüßen
Uwe Drießen
--
Software & Computer
Uwe Drießen
Lembergstraße 33
67824 Feilbingert
Tel.: 06708660045
    
    
Mehr Informationen über die Mailingliste postfix-users