<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE></TITLE>

<META content="MSHTML 5.00.2919.6307" name=GENERATOR></HEAD>
<BODY>
<P><FONT size=2>Hallo zusammen,<BR><BR>wir haben ein paar Endkunden, die uns 
Kopfschmerzen machen. Nun möchte nur diese speziellen Absenderadressen 
blockieren, aber an welcher Stelle am Besten?<BR><BR>Die Schwierigkeit ist, daß 
dies ein Live-System ist, ich also nicht probieren kann.<BR>Ich hätte jetzt 
vermutet, daß ich bei "check_senders" eine hash-map für die zu Blockierenden 
vorne an setze.<BR>Doch wie müßte der Inhalt dieser Map aussehen, damit er alle 
anderen durchlässt?<BR><BR>Das würde ich mir so vorstellen:<BR><BR><FONT 
color=#0000ff><STRONG>main.cf:<BR></STRONG>smtpd_sender_restrictions = 
warn_if_reject <FONT color=#ff0000>hash:/etc/postfix/files/BLOCKED, 
</FONT>permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, 
reject_unauth_pipelining<BR><BR><STRONG></FONT><FONT 
color=#ff0000>/etc/postfix/files/BLOCKED:<BR></FONT></STRONG><FONT 
color=#0000ff><FONT color=#ff0000>dummy@fusel.de FALSE<BR>dummy@fusel.net 
FALSE<BR></FONT>....<BR></FONT></FONT></P>
<P><FONT size=2><FONT face=Arial>Kann ich mir nun sicher sein, daß nur diese 
geblockt werden, alle anderen aber nicht? Oder nimmt er mein "FALSE" gar nicht 
erst an und lässt dann exakt diese Absender gerade durch??</FONT></FONT></P>
<P><FONT size=2><FONT color=#0000ff><BR></FONT>Hier meine derzeitige <FONT 
color=#0000ff>main.cf </FONT>in Auszügen:<BR><BR><FONT 
color=#0000ff>----------------------------<BR>smtpd_helo_restrictions = 
permit_mynetworks<BR>smtpd_sender_restrictions = warn_if_reject 
permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, 
reject_unauth_pipelining<BR>smtpd_client_restrictions = warn_if_reject 
reject_rbl_client sbl.spamhaus.org<BR>smtpd_recipient_restrictions = 
warn_if_reject permit_mynetworks, reject_unauth_pipelining, 
reject_non_fqdn_recipient, reject_unknown_recipient_domain, 
reject_unauth_destination<BR><BR>....<BR><BR>mynetworks = 
hash:/etc/postfix/files/mynetworks<BR>mydestination = $mynetworks, 
mysql:/etc/postfix/mysql/defaultdomains.cf, 
mysql:/etc/postfix/mysql/userdomains.cf<BR><BR>proxy_read_maps = 
proxy:mysql:/etc/postfix/mysql/mailboxes.cf, 
proxy:mysql:/etc/postfix/mysql/forwarders.cf, 
proxy:mysql:/etc/postfix/mysql/prusmado_users.cf, 
proxy:mysql:/etc/postfix/mysql/sasl.cf, 
proxy:mysql:/etc/postfix/mysql/aliases.cf<BR>local_recipient_maps = 
proxy:mysql:/etc/postfix/mysql/mailboxes.cf, 
hash:/etc/postfix/files/relay<BR>virtual_alias_maps = 
proxy:mysql:/etc/postfix/mysql/forwarders.cf, 
proxy:mysql:/etc/postfix/mysql/prusmado_users.cf, 
hash:/etc/postfix/files/aliases<BR>----------------------------<BR><BR></FONT>Grüße, 
Florian<BR></P></FONT>
<HR><Font face=arial size=2 color=black><I>
IMPORTANT: The contents of this email and any attachments are confidential. They are intended for the 
named recipient(s) only.<BR>
If you have received this email in error, please notify the system manager or  the sender immediately and do 
not disclose the contents to anyone or make copies thereof.<BR>
</I><B>*** eSafe scanned this email for viruses, vandals, and malicious content. ***</B>
</font><HR>
</BODY></HTML>