Hi,
Configuration :
Redhat 4.0
Cyrus v2.2.10
Postgresql 7.4.x
configuration
$DEFAULTLANG = "fr_FR";
# The Cyrus login stuff
$CYRUS = array(
'HOST' => 'localhost',
'PORT' => 143,
'ADMIN' => 'cyrus',
'PASS' => 'cyrus'
$DB = array(
'TYPE' => 'pgsql',
'USER' => 'mail',
'PASS' => 'secret',
'PROTO' => 'tcp', // set to "tcp" for TCP/IP
'HOST' => 'localhost',
'NAME' => 'webcyradm'
$CRYPT = "md5";
In postgresql I insert (admin/test):
INSERT INTO adminuser (username,password) VALUES
('admin','098f6bcd4621d373cade4e832627b4f6');
First problem, in my config file I specified fr_FR, but web-cyradm is
always in en_EN.
Secondary, I can't login. When I login, I return on index.php (at the
login prompt).
# cat web-cyradm-login.log
LOGIN : 10.0.0.1 admin 25/May/2005 10:16:44 Mozilla/5.0 (X11; U; Linux
i686; en-US; rv:1.7.7) Gecko/20050421 Firefox/1.0.3 (Debian package
1.0.3-2) https://servermail/web-cyradm/index.php POST
Sorry for my English,
And thx for a reply
_______________________________________________
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