|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Wietse Venema (wietse
porcupine.org)
Date: Sun Feb 03 2008 - 15:32:08 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Martone:
> Hi -
> I have a postfix server running on Ubuntu (I use Webmin also)...
>
> When I receive an email from an outside user (helpdesk
example.com) to
> the specific user on my postfix server (support
mydomain.net)...
>
> I want to forward that message to a couple of non-local users:
> person1
mydomain.com
> person2
mydomain.com
>
> Is there an easy way to do this?
This requires Postfix virtual_alias_maps (NOT VIRTUAL ALIAS DOMAINS):
Lookup key Lookup result
========== =============
support
mydomain.net support
mydomain.net, person1
mydomain.com, person2
mydomain.com
Multiple lookup results are not allowed with sender/recipient_bcc_maps,
though the justification for this restriction is probably bogus.
Wietse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]