> -----Original Message-----
 > From: [EMAIL PROTECTED] 
 > [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
 > Sent: Wednesday, 8 October 2008 2:12 PM
 > To: [email protected]
 > Subject: how to specify any/catch_all domain/email in HASH 
 access map?
 > 
 > For example in this hash I wanna OK for all domains except 
 mail.ru and 
 > yandex.ru:
 > hash:/etc/postfix/maps/check_sender:
 >   mail.ru  REJECT
 >   yandex.ru  REJECT
 >   <all other> OK
 > 
 > So what I must write insteed of <all other>? Maybe . (single point)?
 > Thanks.
 > 
 > 
 
 Are you *sure* you want to explictly pass all mail from every 
 other domain in the Internet other than those two - that 
 means all mail originating from other domains will skip the 
 rest of any checks you may have. 
 
 You don't need to specify anything for all other domains if 
 you are just intending to block the two domains you list - 
 the default action for any message that's traversing the 
 header checks is DUNNO (which will then pass the message onto 
 the next header check, if you have one, or the message is 
 accepted for delivery).
 
 

Reply via email to