[Kolab-devel] Forward mail
Divan Santana
divan.santana at gmail.com
Fri Dec 8 10:42:53 CET 2006
Hi Developers :)
I was wishing for a feature request (Hope this is the right place, else please
point me right way ;)
On the kolab admin interface you can setup autoforwarding to an account.
You cannot autoforward to multiple accounts though :(
I think it should be simple to add.
I believe it creates a kolab-forward.siv file and has the below contents:
require "fileinto";
redirect "blah at blah.com";
keep;
Now the webinterface just needs to accomadate for many on unlimited additional
forwards and the kolab-forward.siv code would look like this, I think?
require "fileinto";
redirect "blah at blah.com";
redirect "blah1 at blah.com";
redirect "blah2 at blah.com";
keep;
Is this already in kolab2.1?
--
Divan Santana
Skype: DivanSantana
Gtalk/MSN: Divan.Santana at GMail.com
More information about the devel
mailing list