>>>>> Hello all, >>>>> >>>>> >>>>> >>>>> >>>>> I have installed squirrel mail. >>>>> when i am logging in , it says unable to login. i am using imap. >>>>> no error message also. pls hel thanks >>>> >>>> Please provide more details about used imap server, your browser >>>> settings and php configuration. >>>> >>>> If you use SquirrelMail 1.4.5, check your configuration with >>>> provided configtest.php script. >>>> >>>> If you use UW IMAP server, check >>>> http://www.squirrelmail.org/docs/admin/admin-10.html#ss10.3 >>>> >>>> >>> >>> Thank you for your reply. >>> i am doing the squirrel mail set up in solaris 9. i am using the local >>> imapd server which is present in solaris 9. pine also i have >>> installed and is working fine. >>> >>> >>> I am not knowing which imap should i select ./configure of squirrel >>> mail. >>> >> >> Check your imap server with telnet. >> ---- >> telnet your-imap-server 143 ... output of telnet program ... >> ... some server's response ... >> A01 capability >> ... IMAP capability response ... >> A02 logout >> ... connection closed ... >> ---- >> >> >> Show your IMAP server's response to capability command or use >> http://your-server/path-to-squirrelmail/src/configtest.php instead of >> http://your-server/path-to-squirrelmail/src/login.php and check IMAP >> server's CAPABILITY response. >> >> Please keep same reply style as in original email. It is hard to follow >> the discussion when you top post. Please keep SquirrelMail support >> questions on SquirrelMail mailing list. > hello, > when i telnet localhost 143 > it gave the following > ----------- > # telnet mail.cdfd.res.in 143 > Trying 172.16.10.201... > Connected to mail.cdfd.res.in. > Escape character is '^]'. > * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS STARTTLS > LOGINDISABLED] mail.cdfd.res.in IMAP4rev1 2004.350 at Mon, 5 Dec 2005 > 15:44:06 +0530 (IST) > AO1 capability > * CAPABILITY IMAP4REV1 LITERAL+ IDLE NAMESPACE MAILBOX-REFERRALS BINARY > UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND > SASL-IR LOGIN-REFERRALS STARTTLS LOGINDISABLED > AO1 OK CAPABILITY completed > ---------- > I downloaded the configtest.php from squirrel mail site as it was not in > src directory and when i ran it the following is seen. > > --------- > SquirrelMail configtest > > > This script will try to check some aspects of your SquirrelMail > configuration and point you to errors whereever it can find them. You need > to go run conf.pl in the config/ directory first before you run this > script. > > ERROR: Enable "Allow remote configtest" option in squirrelmail > configuration in order to use this script. > -----------
You are using configtest.php from 1.5.1cvs. This script prevents configuration disclosure, when you are not connecting to http server on localhost. You should not mix configtest.php scripts from different SquirrelMail versions. If you use SquirrelMail 1.5.1cvs, script can be enabled in conf.pl -> 11. Tweaks menu section. If you use older stable SquirrelMail version and configtest.php script is not available - please upgrade. > I am installing squirrel mail in the same machine where mail server > (sendmail) is configured. > please help waiting for your reply You have UW IMAP server. Please read http://www.squirrelmail.org/wiki/UwLoginDisabled or http://www.squirrelmail.org/docs/admin/admin-10.html#ss10.3 SquirrelMail documentation is very short and does not mention all steps needed to create functional /etc/c-client.cf file, because upstream developers discourage use of configuration file with UW IMAP. Required configuration line is irrational and does not look like configuration line. See http://www.washington.edu/imap/documentation/imaprc.txt.html If you want to use UW IMAP with SquirrelMail, you must create c-client.cf file that allows plain text connections, recompile uw imap to allow plain text connections or use IMAP over SSL on dedicated port. UW IMAP by default allows only STARTTLS connection encryption options that are not supported by SquirrelMail. SquirrelMail developers are investigating available PHP functions in order to get STARTTLS support. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/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
