[vchkpw] vaddaliasdomain inconsistency ?

2003-01-26 Thread Rainer Duffner
Hi, when I vaddaliasdomain a domain to another (e.g. the-domain.com as an alias to (main) the-domain.de domain), vdominfo shows two domains with the-domain.de name. Yet, the aliasing works (mail sent to the-domain.com end up in the user's the-domain.de inbox. Is this normal ? How would I make

Re: [vchkpw] vaddaliasdomain inconsistency ?

2003-01-26 Thread Brian Kolaci
There's a feature in vget_alias...() that the domain parameter is a char *, not a const char * so the domain is overwritten to the master domain when you call it. The correct behaviour would probably be to return all the domains and specify whether they're master or an alias. Brian Hi,