You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Carl <mu...@altern.org> on 2003/11/12 21:38:39 UTC

Dynamic forward mailet

Hi,

I'm looking for a way to forward automiticly incoming mail for a user to 
  an pop account mail (could be an external account) only if the user 
ask for it.

The Idea is : you are a working for a large company and have access to 
user@paris.com when you work in Paris and user@ny.com when you work in 
New York. You switch between these two location twice a month.

The Paris mailboxe is hosted on james. I would like to send a email to 
james@paris.com asking james to forward all my incoming mail to a 
spécified mail address.

In term of fonctionnality this work like a mailing-list. When you go to 
NY, you subscribe to the mailing list the NY mail address. If the 
forward should be permanent, I will use the Froward mailet.

So is there a way to modify the behavior of a Forward mailet on a mail 
driven way like ListServManager mailet ?

Thanks for your suggestions,

Carl


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Dynamic forward mailet

Posted by "Noel J. Bergman" <no...@devtech.com>.
You could write a James-specific mailet that modified the user repository,
since there is built-in support for a forwarding address in there.

Fair warning: you'll almost certainly need to change the code for that
mailet after the next major release.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org