On Thu, 11 Apr 2013 03:01:58 +0300, "Indiana Jones" <[email protected]> wrote: > # for single address > printf "[email protected] [email protected]\n" > > /etc/postfix/virtual > # for multiple addresses > printf "[email protected] [email protected]\[email protected] > [email protected]\n" > /etc/postfix/virtual > > Thank you very much! > I edited main.cf and created the file /postfix/virtual and followed > all these steps, but this way Postfix does not leave copies of the > forwarded messages on the server. > I need postfix to leave a copy of the forwarded message so that it > can also be collected locally by the recipient! i.e. the recipient > wants to receive his incoming mail on the two different addresses > simultaneously! > > Could you possibly explain how to do that?
Try to also map each address to itself: [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] M.
