Displaying 2 results from an estimated 2 matches for "addr_extension_spam_map".
Did you mean:
addr_extension_spam_maps
2009 Feb 12
2
delivering to folder based on recipient_delimiter?
...for user at example.com, user+foo at example.com, and
user+spam at example.com all deliver to inbox.
what I would like is to have email directed to user+foo at example.com
delivered to the IMAP folder foo (and, in the context of amavisd,
have amavis configured for recipient_delimited, and add
addr_extension_spam_maps add +spam to each mail identified as spam,
and thus the mail would go to the spam folder on delivery.
The postfix guys say I should be able to do this. can someone point
me to how to implement this with dovecot? (as I don't see how to even start).
Thx
Rick
Rick Steeves
http://www.sinist...
2008 Jan 21
1
plus-address delivery
...change the receiving address to "<user>+spam@<domain>.<tld>". The
"+spam" will translate to the mailbox named "spam" within the
structure of "<user>"'s mailbox.
I think the important lines from the amavisd-new config are:
@addr_extension_spam_maps = ('spam');
$recipient_delimiter = '+';
Long story short, (too late) the e-mails are being delivered, but to a
completely new mailbox called "<user>+spam". For example, when I list
the directory "<domain>.<tld>", I now see two mailb...