Re: Imapd trouble
LeVA wrote:
2004. május 3. 15:24 dátummal Toby Batch ezt írta:
But if I telnet to 143 I gt connection refused:
p4-7126:~# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
How can I get round this problem? What is causing uw-imapd-ssl to
look for a courier authlog?
Hi!
Try to run this command (as root):
netstat -anp | grep 143
You will see which process is listening at that port. I have an output
like this (not for grep 143 of course):
tcp 0 0 :::993 :::*
LISTEN 3799/couriertcpd
tcp 0 0 :::995 :::*
LISTEN 3785/couriertcpd
Best wishes,
Daniel
Ah Ha, OK so I'm running couriertcpd
p4-7126:~# netstat -anp | grep 143
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
26673/couriertcpd
unix 2 [ ] DGRAM 2864143 21874/imapd
Now all I need to know is Why? And how do I stop it so uw-imap will run
on port 143 instead?
Plus I dont't have courier anything installed!
p4-7126:~# locate courier|grep -v home
/root/courier-authdaemon_0.37.3-2.3_i386.deb
/root/courier-imap-ssl_1.4.3-3.3_i386.deb
/usr/share/consolefonts/grcourier.psf.gz
/usr/share/texmf/fonts/afm/adobe/courier
-- snipped loads of fonts --
/usr/share/texmf/fonts/vf/cg/courier/ccrrq.vf
/var/cache/apt/archives/courier-authdaemon_0.37.3-2.3_i386.deb
/var/cache/apt/archives/courier-base_0.37.3-2.3_i386.deb
/var/cache/apt/archives/courier-imap_1.4.3-2.3_i386.deb
/var/cache/apt/archives/courier-webadmin_0.37.3-2.3_i386.deb
Reply to: