Hi all,

Some of you was encountering some problems while creating a new account. The folders that you specified in "add new domain" like (Inbox,Outbox,Sent,Trash) was not created after hitting the submit button.

In my case I do not have the mb_convert_encoding() function available in my system and that function was causing not to confinue the for loop in newaccount.php.

So, what I did is I enabled the condtional statement. By default, it was commented out.

if (function_exists('mb_convert_encoding')) {
   $new_folder = mb_convert_encoding($new_folder,"UTF7-IMAP",$charset);
}

Hope it will help to you guys.

-John Tobias


_______________________________________________
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