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
_______________________________________________
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