> Simple name... I noticed that for a domain you can add users 
> that can login 
> with simple names: like "user" and not "user.domain.com".... 
> I setup a 
> server last month this way, I was wondering how can I change 
> this to an 
> existing server.

I did it this way in newaccount.php (CVS, abount line 240):

if ($DOMAIN_AS_PREFIX){
   //$username = $_POST['email'].".".$_POST['domain'];
   $username = $_POST['email'];


Michael
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to