[Web-cyradm] IMAP Error: . NO Login failed: authentication failure

Alexander Skwar listen at alexander.skwar.name
Fri Apr 28 00:15:05 CEST 2006


Alexander Skwar wrote:

> 	IMAP Error: . NO Login failed: authentication failure
> 
> What does this indicate? With what user is web-cyradm trying
> to login?

It is trying to login with what's entered in config/conf.php in
the $CYRUS array. And the PASS needs to match what's in the
"accountuser" table for the user listed in the $CYRUS array.

So, suppose that there's:

$CYRUS = array(
         'HOST'  => 'localhost',
         'PORT'  => 143,
         'ADMIN' => 'cyrus',
         'PASS'  => 'Geheim'     // Kennwort aus der "accountuser" Tabelle
);

Then the entry in the "pass" column for the "cyrus" user in
accountuser, needs to be ENCRYPT("Geheim").

Alexander Skwar
-- 
'Mounten' wird für drei Dinge benutzt: 'Aufsitzen' auf Pferde, 'einklinken'
von Festplatten in Dateisysteme, und, nun, 'besteigen' beim Sex.
	-- Christa Keil


More information about the Web-cyradm mailing list