View Single Post
  #25 (permalink)  
Old 02-09-2009, 11:18 AM
ArcaneMagus ArcaneMagus is offline
Moderator
 
Posts: 1,147
Default

Quote:
Originally Posted by frankman View Post
Quote:
Feb 8 23:32:16 power postfix/smtpd[2530]: NOQUEUE: reject: RCPT from unknown[91.151.82.113]: 554 5.7.1 <eebec@example.com>: Recipient address rejected: Access denied; from=<whatever@doesntmatter.com> to=<eebec@example.com> proto=SMTP helo=<net91-151-82-ip113.gigabit.web.tr>
frankman it looks like you are trying to block invalid local accounts, in other words accounts that don't exist...postfix already does this for you before a message gets to any further processing so from what I can see your blocklist is already done automatically...
Here is an example of a mail to an invalid account being rejected:
Quote:
Feb 2 11:04:57 email postfix/smtpd[1130]: NOQUEUE: reject: RCPT from mail1.kmpsgroupmail.com[216.17.37.142]: 550 5.1.1 <FJROJAS@example.com>: Recipient address rejected: example.com; from=<bounce_41276790-146973@kmpsgroupbounce.com> to=<FJROJAS@example.com> proto=ESMTP helo=<mail1.kmpsgroupmail.com>
Reply With Quote