[Bug 575] New - Can't login to test mail acct after setting up IMP
bugs@bugs.horde.org
bugs@bugs.horde.org
Sun, 14 Jan 2001 23:02:48 -0400
http://bugs.horde.org/show_bug.cgi?id=575
*** shadow/575 Sun Jan 14 23:02:47 2001
--- shadow/575.tmp.31318 Sun Jan 14 23:02:47 2001
***************
*** 0 ****
--- 1,170 ----
+ Bug#: 575
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: MSIE 5
+ OS/Version: Linux
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: thisisper@hotmail.com
+ URL: http://www.tupile.com/groupware/imp/
+ Summary: Can't login to test mail acct after setting up IMP
+
+ After setting up IMP, I can't log into any mail accounts. I've setup a test
+ account "testuser" that I can email to/from using PINE.
+
+ Environment:
+ Red hat linux 7.0
+ PHP 4.0.4 (follow link for phpinfo) http://www.tupile.com/cur/util/phpinfo.php
+ Latest stable versions of MySQL, IMAP
+
+ Sanity checks:
+ Can use pine to send/receive mail to "testuser@tupile.com", so IMAP is working
+ Can use mtest to look at testuser's mail box
+
+ test.php3 page for Horde works, I have enabled it at
+ http://www.tupile.com/groupware/test.php3
+
+ But, can't login from IMP start page, always get "Either you have logged in
+ incorrectly or your login has expired. Please login again"
+
+ Upon request I can mail the password for testuser for debugging.
+
+ IMP config:
+
+ I've tried from each of the servers specified in the dropdown from
+ imp/config/defaults.php3:
+
+ <?php
+ /* file: defaults.php3 */
+ /* setup.php3 by Jason "ZeroDiVide" Orcutt < zerodiv@atcjet.net > */
+
+
+ /* For debugging purposes */
+ $default->error_level = 15;
+
+
+ /* The longest that things like file uploads and slow functions */
+ /* should be allowed to run. 0 means run until termination */
+ /* (forever if infinite loop). */
+
+
+ /* NOTE: you can't set this to 0 if safe_mode is on. */
+ $default->max_execution_time = 0;
+
+
+ /* Server Specific Configuration */
+ $default->localhost = 'tupile.com';
+
+
+ /* Web Server Configuration */
+ $default->root_url = '/groupware/imp';
+ $default->include_dir = './templates';
+ $default->graphics_url = '/groupware/imp/graphics';
+
+
+ /* Default IMAP Server Configuration */
+ $default->server = 'mail.tupile.com';
+ $default->from_server = 'mail.tupile.com';
+ $default->port = '143';
+
+
+ /* Default IMAP Folder Configuration */
+ $default->folders = 'mail/';
+ $default->use_imap_subscribe = true;
+ $default->show_dotfiles = false;
+ $default->save_sent_mail = true;
+ $default->sent_mail = 'sent-mail';
+ $default->postponed = 'drafts';
+
+
+ /* Ldap searching */
+ $default->use_ldap_search = false;
+
+
+ /* Server list : user is presented with a list */
+ /* of available imap servers */
+ $default->use_server_list = true;
+
+
+ /* User changeable items */
+ $default->user_change_server = true;
+ $default->user_change_folder = true;
+ $default->user_change_from = false;
+ $default->user_change_fullname = true;
+ $default->user_use_addressbook = false;
+
+
+ /* Check For New Mail Configuration */
+ $default->newmail_popup = true;
+ $default->refresh_delay = '300';
+
+
+ /* External Binaries Configuration */
+ $default->path_to_sendmail = '/usr/sbin/sendmail'; /*
+ Sendmail */
+ $default->path_to_ispell = '/usr/bin/ispell'; /* ISpell
+ */
+ $default->path_to_mswordview = '/usr/bin/wvHtml'; /* M$WordView
+ */
+ $default->path_to_tar = '/bin/tar'; /* Tar */
+
+
+ /* Cyrus Configuration */
+ $default->personal_folders = 'INBOX'; /* i.e. INBOX. */
+
+
+ /* Default Language Configuration */
+ $default->language = 'en';
+
+
+ /* Message Configuration */
+ $default->append_header = false;
+ $default->append_trailer = false;
+
+
+ /* Text Viewing */
+ $default->text_parts_inline = true;
+
+ (can mail mysql config on request, it seems to be working, I don't want to
+ include the mysql password in the bug report)
+
+ Horde config:
+ Here is horde's config file (horde.php3)
+ <?php
+ /*
+ * Edit this file to reflect your local system configuration.
+ * These values reflect global Horde configuration settings;
+ * they can be overridden in individual module confgiurations.
+ */
+
+ /* Horde URLs */
+ $default->horde_root_url = '/groupware/';
+ $default->horde_graphics_url = $default->horde_root_url . '/graphics';
+ $default->horde_include_dir = './templates';
+ $default->faq_url = 'http://faq.horde.org/';
+
+ /* Path to sendmail */
+ $default->path_to_sendmail = '/usr/sbin/sendmail';
+
+ /* Problem Reporting */
+ $default->problem_email = 'root@tupile.com';
+ $default->problem_reporting = true;
+
+ /* Account Signup */
+ $default->signup_email = 'per@tupile.com';
+ $default->signup = true;
+
+ ?>
+
+ Thanks for any help, IMP looks really cool, but having trouble figuring out
+ what's wrong here.
+
+ Per Anderson
+ thisisper@hotmail.com
+
+