+ Reply to Thread
Results 1 to 3 of 3

Thread: Problem with imap auth type

  1. #1
    alcazone is offline Registered User
    Join Date
    Apr 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Question Problem with imap auth type

    Hi,

    i still have some problems getting roundcube running.

    STMP works fine, but IMAP Login is not possible:
    Code:
    Authentication for test@flashlight-network.de failed (AUTH): "a000 NO Authentication failed. ")
    I had a look at the mail logs and the only thing that was different was the imap auth type:
    Outlook: method=PLAIN (working)
    Roundcube: method=CRAM-MD5 (not working)

    So i check the roundcube config and switched the auth type to plain:
    Code:
    $rcmail_config['imap_auth_type'] = 'plain';
    But it doens't help. Rouncube uses still CRAM-MD5.

    Does anybody has an idea why roundcube doesn't use plain (what is configured in the config)?

    Thanks
    al cazone

  2. #2
    alcazone is offline Registered User
    Join Date
    Apr 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Nobody have an idea?

  3. #3
    alcazone is offline Registered User
    Join Date
    Apr 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Well, i solved it today.

    Just change the dovecot config auth mechanisms to:
    Code:
    auth default{
     mechanisms = plain login
     ...
    }

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts