Hello,

I have a strange problem here, first some config info:

Ubuntu 6.10
web-cyradm version 0.5.5-beta1
apache-2.0
php5

conf.php:
$CYRUS = array(
        'HOST'  => 'localhost',
        'PORT'  => 143,
        'ADMIN' => '[EMAIL PROTECTED]',
        'PASS'  => 'secret'
);
=====

imapd.conf:
admins: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] cyrus
=====

and now the strange thing:

auth.log:
sql plugin doing query SELECT password FROM accountuser WHERE username = '[EMAIL PROTECTED]';


Where does the "[EMAIL PROTECTED]" come from? I mean it's nowhere in the web cyradm config

# grep -ir "[EMAIL PROTECTED]"
#

so nothing there nada nowhere. However from the commandline I can login using the configured credentials with cyradm. Anyone could tell me whats going wrong here?

thank
martin


_______________________________________________
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