I did this solution and it works great..I suppose that entering the
complete email should work also..didnt try it.  I used the PIPE method
with dspam. 

Good luck

main.cf
        smtpd_recipient_restrictions =
          permit_mynetworks,
          reject_unauth_destination,
          warn_if_reject,
          check_recipient_access
regexp:/etc/postfix/dspam_filter_access.cf



/etc/postfix/dspam_filter_access.cf
        #  OK                   = no filtering
        #  FILTER dspam:dspam   = filtering through dspam pipe service
        
        /[EMAIL PROTECTED]/                        FILTER dspam:dspam
        /[EMAIL PROTECTED]/            OK 
        /[EMAIL PROTECTED]/                        FILTER dspam:dspam
        
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marco
F. Delaurenti
Sent: March 23, 2007 11:30 AM
To: [email protected]
Subject: Re: [dspam-users] exclude address from spam check?

On Fri, Mar 23, 2007 at 04:23:43PM +0100, Roy Sigurd Karlsbakk wrote: 
> 
> Mar 23 16:08:07 ymse postfix/smtpd[29288]: fatal: unexpected 
> command-line
> argument: check_recipient_access,hash:/etc/postfix/allowed

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


Sorry,
-o
smtpd_recipient_restrictions=permit_mynetworks,check_relay_domains,rejec
t,check_recipient_access,hash:/etc/postfix/allowed

should be a single line.



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


!DSPAM:106,4603f2b2152931804284693!



Reply via email to