squirrelmai Unknown user or password

Discussion in 'Installation/Configuration' started by sruedat, Jan 12, 2010.

  1. sruedat

    sruedat New Member

    I cant log in my count in squirrelmail user: [email protected] pass: test

    this is my mail log :
    Jan 12 13:55:01 servidor imapd: Connection, ip=[::ffff:127.0.0.1]
    Jan 12 13:55:01 servidor imapd: Disconnected, ip=[::ffff:127.0.0.1], time=0
    Jan 12 13:55:01 servidor postfix/smtpd[10933]: warning: connect to private/tlsmgr: Connection refused
    Jan 12 13:55:01 servidor postfix/smtpd[10933]: warning: problem talking to server private/tlsmgr: Connection refused
    Jan 12 13:55:02 servidor postfix/smtpd[10933]: warning: connect to private/tlsmgr: Connection refused
    Jan 12 13:55:02 servidor postfix/smtpd[10933]: warning: problem talking to server private/tlsmgr: Connection refused
    Jan 12 13:55:02 servidor postfix/smtpd[10933]: warning: no entropy for TLS key generation: disabling TLS support
    Jan 12 13:55:02 servidor postfix/smtpd[10933]: connect from localhost[127.0.0.1]
    Jan 12 13:55:02 servidor postfix/smtpd[10933]: lost connection after CONNECT from localhost[127.0.0.1]
    Jan 12 13:55:02 servidor postfix/smtpd[10933]: disconnect from localhost[127.0.0.1]

    The imap server software is courier-imap and the Authentication type is cram-md5 (the system said tha digest-md5 is not supported)

    This is the mail.info (log file):
    Jan 12 17:49:14 servidor imapd: LOGIN FAILED, method=CRAM-MD5, ip=[::ffff:127.0.0.1]
    Jan 12 17:49:19 servidor imapd: LOGOUT, ip=[::ffff:127.0.0.1], rcvd=107, sent=402


    Can anybody help me?
    Thanks
     
    Last edited: Jan 12, 2010
  2. sruedat

    sruedat New Member

    More... If I do telnet to localhost 143 ... it works:
    servidor:/var/log # telnet localhost 143
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 IDLE ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2008 Double Precision, Inc. See COPYING for distribution information.

    a login [email protected] test
    a OK LOGIN Ok.
    a examine inbox
    * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
    * OK [PERMANENTFLAGS ()] No permanent flags permitted
    * 2 EXISTS
    * 2 RECENT
    * OK [UIDVALIDITY 1263311073] Ok
    * OK [MYRIGHTS "acdilrsw"] ACL
    a OK [READ-ONLY] Ok

    I'm confused... I think ispconfig creates the email users correctly but squirrelmail can't login.
    This is my squirrelmail conf:
    IMAP Settings
    --------------
    4. IMAP Server : localhost
    5. IMAP Port : 143
    6. Authentication type : cram-md5
    7. Secure IMAP (TLS) : false
    8. Server software : courier
    9. Delimiter : .

    Thanks
     
    Last edited: Jan 12, 2010
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Authentication type cram-md5 is not supported, you have to use plain or login.
     
  4. sruedat

    sruedat New Member

    thanks

    Thanks... I have installed all things again, I have changed the Authentication type to login, and it WORKS PERFECT!!

    Thanks.
     

Share This Page