Quoting "Wietse Venema" <wie...@porcupine.org>:
> Mark Alan:
>> On Thu, 11 Apr 2013 03:01:58 +0300, "Indiana Jones"
>> <indian...@inbox.lv> wrote:
>>> # for single address
>>> printf "us...@example1.com us...@example2.com\n"
>>>> /etc/postfix/virtual
>>> # for multiple addresses
>>> printf "us...@example1.com us...@example2.com\nus...@example3.com
>>> us...@example4.com\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:
>> 
>> us...@example1.com us...@example1.com
>> us...@example1.com us...@example2.com
>> us...@example3.com us...@example3.com
>> us...@example3.com us...@example4.com
> 
> That should be:
> 
> us...@example1.com us...@example1.com us...@example2.com
> us...@example3.com us...@example3.com us...@example4.com
> 
> Wietse


Thank you very much indeed to both of you, Alan and Wietse!
Now it works like a charm :)

Adam

Reply via email to