On Thu, 08 Nov 2007 07:41:25 -0800
Jason Axley <[EMAIL PROTECTED]> wrote:

> Here's what I need: 
> 
> Postfix needs to send mails to my global retrain aliases to my dspam 
> retrain targets.  But, emails for every other user need to go to the 
> regular dspam for checking, tagging, ranking.

I'm using this configuration:

From filter_recipients file:

    [EMAIL PROTECTED]   FILTER dspam-retrain:innocent
    [EMAIL PROTECTED]           FILTER dspam-retrain:spam

From main.cf:

    smtpd_recipient_restrictions =
      reject_unlisted_recipient
      reject_non_fqdn_recipient
      reject_non_fqdn_sender
      reject_unknown_sender_domain
      check_recipient_access hash:$config_directory/filter_recipients
      ...
      permit

So everything going through content_filter except retrain aliases which
use another transport as content filter. You can override default
content_filter with FILTER action.

-- 
DSS5-RIPE DSS-RIPN 2:550/[EMAIL PROTECTED] 2:550/[EMAIL PROTECTED]
xmpp:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://wizard.volgograd.ru/

Reply via email to