Flash Love wrote:
This is a new install on FC4, imap, sasl, postfix, mysql, apache2 are all installed and working. I am unable to login using web-cyradm.

After following some threads, I added to conf.php:
error_reporting(E_ALL);
ini_set("log_errors",1);
ini_set("error_log","/var/log/web-cyradm/web-cyradm-error.log");
and
and change php.ini error reporting to E_ALL E_NOTICE:

The web-cyradm-error.log file it reports:
[14-Jan-2006 13:40:14] PHP Warning: fopen(/var/log/web-cyradm/web-cyradm-login.log) [<a

Try to execute this commands:
touch /var/log/web-cyradm/web-cyradm-login.log
chgrp your_server_group /var/log/web-cyradm/web-cyradm-login.log
chmod g+w  /var/log/web-cyradm/web-cyradm-login.log

Rgds,
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

Reply via email to