On Wed, 2004-07-21 at 20:49, kursik3 wrote: > Hi all. > > There is one mail box from which I want to do the forward on other box. > > user1@xxxxxxxxxxxx ----> any@xxxxxxxxxxxxx > > But I want to leave also letters in the first box. > > I have created a file /home/user1/.forward and have written there any@xxxxxxxxxxxxx > > The forward works, letters leave on any@xxxxxxxxxxxxx, but they do not remain in user1@xxxxxxxxxxxx, and I want that remained. > > How to resolve this problem? > Thanks. > edit /etc/aliases. put a line in there like user: user,user2 then run "newaliases" This will deliver all mail to user as well as user2 Using the .forward file will not allow mail to remain in the users box.