procmail
[Top] [All Lists]

Recipient delimiter and address extension

2007-10-02 10:26:39
I have created accounts for user(_at_)mysite(_dot_)com and 
user_spam(_at_)mysite(_dot_)com

I have good mail delilvered to user(_at_)mysite(_dot_)com and spam delivered to 
user_spam(_at_)mysite(_dot_)com

If I add procmail to /etc/postfix/main.cf all mail goes to 
user_spam(_at_)mysite(_dot_)com, not just the spam.

Any ideas where I'm going wrong?

Thanks for any leads.

pbr

Here are the changes trying to do this

/etc/postfix/main.cf:
 mailbox_command = /usr/bin/procmail
 
/etc/postfix/aliases:
user+spam:    user_spam

/etc/amavisd.conf:
$sa_tag2_level_deflt = 5.0;         # add 'spam detected' headers at that level
$recipient_delimiter = '+';            # (default is undef, i.e. disabled)
@addr_extension_spam_maps = ('spam');


       
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
<Prev in Thread] Current Thread [Next in Thread>
  • Recipient delimiter and address extension, pbr pbr <=