[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] email aliases and wildcards
- Subject: [ale] email aliases and wildcards
- From: kaboom at gatech.edu (Chris Ricker)
- Date: Mon Apr 12 16:53:56 2004
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Fri, 9 Apr 2004, Jason Etheridge wrote:
> Hi guys,
>
> I want to set up a mailer that will deliver incoming mail to specific
> mailboxes according to patterns and not just simple aliases.
>
> For example, how could I get all email addressed to
> [email protected] to be delivered to user issue, if
> ???? can be any number?
>
> Currently I'm using postfix, but I'm willing to make use of other SMTP
> servers.
Postfix does this automatically, but the separator it uses is "+"
(user+anything goes to user). You can change it with the parameter
recipient_delimiter
in main.cf
later,
chris