On Fri, Mar 23, 2007 at 03:40:20PM +0100, Roy Sigurd Karlsbakk wrote: 
> >smtpd_recipient_restrictions=permit_mynetworks,check_relay_domains,reject
> >  -o check_recipient_access=hash:/etc/postfix/allowed
> >  -o content_filter=lmtp:unix:/tmp/dspam.sock
> 
> In /etc/postfix/allowed
> 
> >[EMAIL PROTECTED]             OK
> >[EMAIL PROTECTED]      OK
> 
> then postmap allowed, and reloaded postfix. I thought this should exclude 
> the two addresses from spam checking, but it doesn't... What have I done 
> wrong?
> 

check_recipient_access is a restriction class, not a configuration 
paramater. Your master.cf should read:

smtpd_recipient_restrictions=permit_mynetworks,check_relay_domains,reject,
  check_recipient_access,hash:/etc/postfix/allowed
  -o content_filter=lmtp:unix:/tmp/dspam.sock


Ciao,
-- 
        "Work and play are words used to
        describe the same thing under
        differing conditions."  Mark Twain
  http://people.equars.com/blogs/marco

Reply via email to