[imp] IMP/web and mail server on different machine.

Mohd Fared Abdul Khir mfared@mimos.my
Fri, 15 Dec 2000 17:44:54 +0800 (MYT)


solved.
the problem was that the amount of e-mails in my inbox at the remote
server are too many around 2000.
so, it was a imp timeout problem.

thanks,
--fared

On Wed, 13 Dec 2000, Mohd Fared Abdul Khir wrote:

> 
> hi,
> i've just setup my IMP web mail and everything goes fine except if the
> mail server located at different machine. Log shows that i successfully
> get through the pop authentication at the mail server but IMP seems hang.
> below are the logs and few config from config/defaults.php3 &
> servers.php3.
> am i missing something ? appreciate of any suggestion...
> 
> thanks,
> --fared
> 
> ---- syslog log start ------
> 
> Dec 13 11:20:01 testimp mfared[32767]: IMP[16045]: login.php3 192.168.1.10
> login
> Dec 13 11:20:26 testimp mfared[32767]: IMP[18036]: mailbox.php3
> 192.168.1.10 login SUCCESS 192.168.1.100:110 as mfared en
> 
> 
> -----config from config/defaults.php3 ----
> 
> $default->use_server_list = true; 
> $default->servtype = 'pop3';
> $default->user_change_servtype = true;
> $default->user_use_folders = true;
> $default->folders = '';
> $default->personal_folders = '';
> 
> -----config from config/servers.php3 ----
> 
> $IMAPServers['mailserv'] = new IMAPServer('mailserv - Pop Access',
>                                         '192.168.1.100',
>                                         110,
>                                         '',
>                                         'foo.com.my',
>                                         '',
>                                         'pop3');
> 
> 
> 
> 
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
>