Użytkownik Ivan Kirilenkov napisał: > A few datys ago i started my new ail server based on WebCyrAdm > interface. And there are some problems i can`t to solve. > First, in my account list i see: > *Notice*: Undefined offset: -1 in > */srv/www/htdocs/cyradm/lib/cyradm.php* on line *196* > Unable to retrieve quota
You have problem with connection to cyrus-imap. Try to connect manually with login and password from you config/conf.php file. Execute: telnet 127.0.0.1 143 You should get something like this: Trying 127.0.0.1.143... Connected to localhost. Escape character is '^]'. * OK (none) Cyrus IMAP4 v2.2.12 server ready Then write: . Login your_login your_password You should get: . OK User logged in If not you have some problems with passwords/authentication > I`am using SuSe Linux 10.1 and WebCyrAdm encorporated with Apache2 + php5. > May problems is for php version? But its default for this linux version. Version from CVS (0.5.5) works with php5 and version 0.5.4 not. > And very big problem for me is the session organisation in WebCyrAdm. > Cause when i tried to change administrator passwd i got an error. After > that i couldn`t get access to the interface because it was a notice: This is know bug in version 0.5.4. You should add to mysql table `domainadmin` row like this (if your administrator account is called admin): domain_name='*', adminuser='admin' If you can, use version 0.5.5 Best regards, Lukasz _______________________________________________ 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
