On 25-Feb-2001 Edinilson J. Santos wrote:
>
> How do You send the mail to the mailbox ?
> -By Outlook Express 5.5
>
> Are You using local mail delivery ?
> -Yes
>
> If this is the case, is the message <CR><LF> line terminated ?
> -I think that they are being generated by Outlook Express
>
> Could You run tcpdump to look at the commands the web interface is trying to
> issue to XMail ?
> -I Will try to do this and report you asap.
>
You can try this :
1) empty Your mailbox
2) send the new mime message with Outlook
3) run :
# telnet YOUR-POP3-MACHINE-IP 110
> user YOUR-FULL-EMAIL
> pass YOUR-POP3-PASSWORD
> stat
> retr 1
> dele 1
> quit
And look where timeouts are.
If no timeout happen, it's your web interface responsibility ( try to run
tcpdump ).
- Davide