pedz
Registered
Hi,
This turns out to be trivial but it took me a long time to figure it out.
I wanted to resend all my incoming mail to my gmail account. I wanted to do this at the server -- not out of my Mail app. The main reason is I read mail locally, from my laptop, and from emacs at work.
It turns out to be trivial. The .forward file is a list of addresses to deliver to. (I thought it was just one address.)
So, I created a .forward file that looks like:
--------------
gmailuser@gmail.com
localuser
--------------
The first line bounces the mail to gmail as gmailuser. The second line causes the normal local delivary.
Have fun.
This turns out to be trivial but it took me a long time to figure it out.
I wanted to resend all my incoming mail to my gmail account. I wanted to do this at the server -- not out of my Mail app. The main reason is I read mail locally, from my laptop, and from emacs at work.
It turns out to be trivial. The .forward file is a list of addresses to deliver to. (I thought it was just one address.)
So, I created a .forward file that looks like:
--------------
gmailuser@gmail.com
localuser
--------------
The first line bounces the mail to gmail as gmailuser. The second line causes the normal local delivary.
Have fun.