> Hello everybody, > > The web server we r using is Apache and smtp as a mailer. Authentication > is > handled by IMAP only. > ... but what is your IMAP server? Know that there are some probs with cyrus' sysl lib. Furthermore, check the correct protocol etc. is chosen (e.g. notls). It might be a good idea to disable the serverlist and enable user input for server, address, protocol etc. in /imp/config/conf.php. You need to handle authentication with imp directly (to be enabled in /horde/config/registry.php)
> The available log file status r as below: PHP log is not enabled. > =================================================== > vi /var/log/maillog -- Horde/IMP Server > ----------------------------------------------------------------- > Oct 22 13:44:26 mail imapd: LOGIN, user=hardik, ip=[::ffff:10.10.2.1] > Oct 22 13:44:26 mail imapd: LOGOUT, user=hardik, ip=[::ffff:10.10.2.1], > headers=0, body=0 > Oct 22 13:44:26 mail imapd: Connection, ip=[::ffff:10.10.2.1] > Oct 22 13:44:46 mail imapd: LOGIN FAILED, ip=[::ffff:10.10.2.1] > ----------------------------------------------------------------- > =================================================== > vi /tmp/horde.log -- Horde/IMP Server > ----------------------------------------------------------------- > Oct 22 13:44:26 HORDE [error] [imp] FAILED LOGIN 10.10.10.2 to > mail.domain.com:143[imap] as hardik [on line 270 of > "/opt/horde/imp/lib/IMP.php"] > ----------------------------------------------------------------- > This is an auth prob. Try the imp interface at the horde demo sites in order to check out which exact settings your imap server needs to allow login. Sebastian ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576301;v? http://www.sun.com/javavote _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
