HELP Can not login with valid ID
   
    imp@access-info.co.nz
     
    imp@access-info.co.nz
       
    Tue, 09 Oct 2001 08:40:51 -1100 (NZDT)
    
    
  
I posted this on Sunday but no one responded so I'll try again.
I built a server a couple of weeks ago and all went fine.
I had to rebuild it becuase of a new adsl modem and I AM SURE I did everything 
the same as before, even gone over my notes, but now I can not login to imp 
with a valid user name and passwd.
When I try it goes back to the login screen again and I have this message in a 
log.
Oct  8 14:33:35 mail IMP[718]: FAILED 192.168.1.2 to mail.heathcotes.co.nz:143 
as strider
So here is the default.php3 page, any ideas?
<?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                      = 'mail.heathcotes.co.nz';
/* Web Server Configuration */
$default->root_url                       = '/horde/imp';
$default->include_dir                    = './templates';
$default->graphics_url                   = '/horde/imp/graphics';
/* Default IMAP Server Configuration */
$default->server                         = 'mail.heathcotes.co.nz';
$default->from_server                    = 'heathcotes.co.nz';
$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                = true;
/* Server list : user is presented with a list */
/* of available imap servers */
$default->use_server_list                = false;
/* User changeable items */
$default->user_change_server             = false;
$default->user_change_folder             = false;
$default->user_change_from               = false;
$default->user_change_fullname           = true;
$default->user_use_addressbook           = true;
/* Check For New Mail Configuration */
$default->newmail_popup                  = true;
$default->refresh_delay                  = '300';
/* External Binaries Configuration */
$default->path_to_sendmail               = '/usr/sbin/sendmail';       /*
Sendm$
$default->path_to_ispell                 = '';         /* ISpell */
$default->path_to_mswordview             = '/usr/bin/wvHtml';     /*
M$WordView$
$default->path_to_tar                    = '/bin/tar';            /* Tar */
/* Cyrus Configuration */
$default->personal_folders               = '';    /* i.e. INBOX. */
/* Default Language Configuration */
$default->language                       = 'en';
/* Message Configuration */
$default->append_header                  = true;
$default->append_trailer                 = false;
/* Text Viewing */
$default->text_parts_inline              = true;
/* Database Configuration */
$default->use_db                         = true;
$default->database_driver                = 'mysql';
$default->db_user_name                   = 'hordemgr';
$default->db_password                    = 'newpasswd';
$default->db_security_nag                = true;
$default->db_name                        = 'horde';
$default->db_server_name                 = 'localhost';
$default->db_pref_table                  = 'imp_pref';
$default->db_address_table               = 'imp_addr';
$default->db_connect_string              = '';
$default->db_server_port                 = '';
$default->db_server_options              = '';
$default->db_server_tty                  = '';
?>