|
| | Subject: | postfix + procmail delivery | | Group: | Postfix-users | | From: | Jason Pascual | | Date: | 14 May 2007 |
I'd like to send all mail for a domain (ex: domain.com) to a specific
local user (ex: user).
I've setup the following virtual alias map:
@domain.com user
I'm also using procmail as my local delivery agent and configured my
main.cf with the following:
mailbox_command = /usr/bin/procmail -Y -a $LOCAL
When sending mail to 'test', the mail correctly reaches the
"user" account. However the value of $LOCAL is "user" and I need the
value to be "test".
Is there anyway to do this?
Thanks in advance for any help.
- J
|