[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Mail Forwarding Issue



 Hi ! 
 
I'm stuck with a mail forwarding problem with my RAQ4. In fact I want to do some mail forwarding. My problem is the following. 
I want to provide to users of my website subdomain forwarding. So I have two domains domain1.com and domain2.com and I want to share all subdomains : *.domain1.com and  *.domain2.com.
So Let me explain you by digging in the example : a user will book : "me.domain1.com". He will choose to create two mail forward : admin@xxxxxxxxxxxxxx and info@xxxxxxxxxxxxxxx Then he will choose to forward those adresses to
   admin@xxxxxxxxxxxxxx  -> joe@xxxxxxxxxxx
   info@xxxxxxxxxxxxxx  -> joeinfo@xxxxxxxxxxx
So I have to cope with the behavior formerly described. The solution must achieve a dynamicaly update (through scripting). I was thinking that the virtual user table from sendmail was a good solution. 
What do you think about this problem ? And what solution could be the best implementation on my RAQ4.
 
Thanks in advance for your help ! ;-)
 
Guillaume