J Jardin New member Joined Nov 10, 2009 Messages 2 Nov 10, 2009 #1 Hi! I have tryed several times to forward my main emailadres but it don`t work like it should. All my other forwarders are working so is it posseble to do that? greets Jardin
Hi! I have tryed several times to forward my main emailadres but it don`t work like it should. All my other forwarders are working so is it posseble to do that? greets Jardin
jissh Verified User Joined Nov 27, 2004 Messages 144 Location Winnipeg, Canada Nov 11, 2009 #2 Create a file in the root of your user account named .forward and edit the contents of it to reflect where you want the email to be forwarded to.
Create a file in the root of your user account named .forward and edit the contents of it to reflect where you want the email to be forwarded to.
J Jardin New member Joined Nov 10, 2009 Messages 2 Nov 11, 2009 #3 Thanks jissh! I dont understand what kind of file it must be "a tekst file?" and what the content must be....would you be so kind and show a example? greetings from Holland Jardin
Thanks jissh! I dont understand what kind of file it must be "a tekst file?" and what the content must be....would you be so kind and show a example? greetings from Holland Jardin
jissh Verified User Joined Nov 27, 2004 Messages 144 Location Winnipeg, Canada Nov 11, 2009 #4 Login in to your server using ssh. Go to your user directory. Code: cd /home/[B][COLOR="Red"]YourUser[/COLOR][/B] Create a forwarder with email address to which you want it to be forwarded to. echo [email protected] > .forward Click to expand...
Login in to your server using ssh. Go to your user directory. Code: cd /home/[B][COLOR="Red"]YourUser[/COLOR][/B] Create a forwarder with email address to which you want it to be forwarded to. echo [email protected] > .forward Click to expand...