Refused connection from 192.168.20.1
Tony Arcus
tony@access-info.co.nz
Tue, 24 Jul 2001 22:10:44 +1200
I have set up imp 2.2.3 and all seems to be fine (ha ha)
But I can not login
When I try to login Imp says the login is incorrect or expired.
I can telnet in under that user fine.
Under /var/log/imapd I have this
Jul 25 09:38:30 wgtn imapd[1025]: refused connect from 192.168.20.1
Jul 25 09:38:35 wgtn IMP[572]: FAILED 192.168.20.71 to
wgtn.newbolds.co.nz:143 as brian
Any ideas please.
cat /home/httpd/html/horde/imp/config/defaults.php3
======================== file begins ========================
<?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 = 'wgtn.newbolds.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 = 'wgtn.newbolds.co.nz';
$default->from_server = 'newbolds.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 = false;
/* 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 = true;
$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'; /*
Sendma
il */
$default->path_to_ispell = ''; /* ISpell */
$default->path_to_mswordview = ''; /* 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 = false;
$default->append_trailer = false;
/* Text Viewing */
$default->text_parts_inline = true;
/* Database Configuration */
$default->use_db = false;
$default->database_driver = 'dummy';
$default->db_user_name = 'hordemgr';
$default->db_password = 'hordemgr';
$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 = '';
?>
======================== file ends ========================