Hello
I’m using cyrus imap
I have enter the admin imap account
but when I create a account the mailbox isn’t create
after some debugging I have found that the problem is
class.emailadmin_hooks.inc.php
in function run_plugin_hooks
there is a test which is never true
because $account->acc_admin_username is empty and
$account->acc_admin_password is always empty
If i get rid of this test if works like a charms
if ($account->acc_imap_type != ‘emailadmin_imap’ &&
$account->acc_admin_username &&
$account->acc_admin_password && ($imap = $account->imapServer(true)) &&
is_a($imap, ‘emailadmin_imap’)
&& get_class($imap) != ‘emailadmin_imap’)
hope it help
–
probeSys - spécialiste GNU/Linux
site web : http://www.probesys.com
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers