>> >> > Hello, there,
>> >> >
>> >> > I have a problem with Squirrelmail - username and password.
>> >> >
>> >> > SuSE 9.3, Apache2, Squirrelmail 1.4.2, IMAP UW
>> >> >
>> >> >
>> >> > At login-screen squirrelmail responds: unknown user - bad password.
>> >> >
>> >> > Usernames are found in squirrelmail/data including .htaccess with
>> deny
>> >> > from all
>> >> >
>> >> > I have no idea where to look for the bug.
>> >> >
>> >> > Can anyone help?
>> >>
>> >> php mbstring.func_overload configuration value?
>> >
>> > found in php.ini: = 0
>> >>
>> >> php session.cookie_domain value?
>> >
>> > found in php.ini: = no entry
>> >>
>> >> have you checked server's clock?
>> >
>> > ntpd is running. I don't understand exactly what to check.
>>
>> 'date' command shows current date.
>>
>> >>
>> >> have you checked cookie support in browser?
>> >
>> > accept all cookies
>> >
>> >>
>> >> --
>> >> Tomas
>> >
>> > But this does not tell me anything.
>> > Thank you so far.
>>
>> could you telnet to your imap server.
>>
>> telnet your-imap-server 143
>> ... imap server greeting ...
>> a01 capability
>> ... imap server capability response ...
>> a02 login your-username your-password
>> ... auth response ...
>> a03 select inbox
>> ... inbox selection response ...
>> a04 logout
>> ... closed connection ...
>>
>> and show all session output without password information or at least
>> capability part.
>>
>> --
>> Tomas
>>
> That is what I did:
>
> mars:~ # telnet www.gym-anna.intra 143
> Trying 192.168.136.1...
> Connected to www.gym-anna.intra.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS STARTTLS
> LOGINDISABLED] mars.gym-anna.intra IMAP4rev1 2004.356 at Wed, 5 Oct 2005
> 19:09:33 +0200 (CEST)
>
> But then it did not accept any other commands to escape. No ctrl+d, quit,
> close, exit, escape. Always bad command.
You are connecting to imap and not to pop3 server. check imap rfc
(www.imap.org) or follow syntax that was used in my example. IMAP session
is closed with "A### logout", where ### is sequence number. You can also
close session with Ctrl + ] ("Escape character is '^]'.")
Your server is configured to deny plain text logins and requires starttls
support in email client. SquirrelMail can't do that. Turn on plain text
logins or use IMAPS instead of IMAP.
See
http://www.squirrelmail.org/wiki/UwLoginDisabled
http://www.squirrelmail.org/docs/admin/admin-10.html#ss10.3
http://www.squirrelmail.org/docs/admin/admin-5.html#ss5.4
Remember that you must check UW IMAP documentation, imaprc.txt file.
Somewhere near line 71-72 you will find phrase that must be present in uw
configuration file.
--
Tomas
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
squirrelmail-users mailing list
Posting Guidelines:
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives:
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users