[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mail lists lots of headers but mozilla does not see any imap mail



root:/var/log#   pwd
/var/log
root:/var/log#   egrep imap daemon.log
...
Jun 16 17:49:23 a1700xp imapd[978]: connect from a1700xp.ebeb.com
Jun 16 17:49:23 a1700xp imapd[978]: error: cannot execute /usr/sbin/imapd: No such file or directory

root:/var/log#    apt-get update
root:/var/log#    apt-get install uw-imapd

I now see at the tail of the log:
Jun 16 18:05:21 a1700xp inetd[300]: extra conf for service imap2/tcp (skipped)
Jun 16 18:05:21 a1700xp inetd[300]: extra conf for service imap2/tcp (skipped)
Jun 16 18:07:09 a1700xp imapd[1161]: connect from a1700xp.ebeb.com

I now see email inside netscape from IMAP.
It is working sorf of except everything
marked unread and all folders are gone.
This could be a byproduct of doing a:
user#   fetchmail -p IMAP oldIMAPserver.localdomain
Also fetchmail only downloaded the 110 newest emails.

Some one recommended moving the imap file from the old server
to the same location of files of new server.
Maybe this will give my folders back.
I guess I will be
  updatedb ;  locate imap
on both servers to find that out.



Derrick 'dman' Hudson wrote:
On Sat, Jun 14, 2003 at 01:01:38PM -0700, J F wrote:

| It even responds sort of:
| root@a1700xp:/etc# telnet 10.0.0.9 143
| Trying 10.0.0.9...
| Connected to 10.0.0.9.
| Escape character is '^]'.
| ((It pauses a few seconds and then))
| Connection closed by foreign host.

Apparently something is listening on that port, so the TCP connection
is established.  However, whatever was there disconnects for some
reason without presenting any greeting.

Now look at the logs on the server and see why the server isn't
working.

-D





Reply to: