atom feed5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier installed...
FromSent OnAttachments
Victor B. PutzMar 23, 2005 9:03 am 
Arturo 'Buanzo' BusleimanMar 23, 2005 9:09 am 
Gordon ThagardMar 23, 2005 12:35 pm 
Sam VarshavchikMar 23, 2005 3:38 pm 
Gordon ThagardMar 24, 2005 5:27 am 
Subject:Re: [courier-users] Courier installed, running and doing nothing
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Mar 23, 2005 3:38:22 pm
List:net.sourceforge.lists.courier-users

Gordon Thagard writes:

# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Connection to localhost closed by foreign host. # telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Connection to localhost closed by foreign host.

It seems to be listening on these ports but I can't connect: # netstat -na|egrep '110|143|993|995' *.110 *.* 0 0 49152 0 LISTEN # IPv4 *.143 *.* 0 0 49152 0 LISTEN *.143 *.* 0 0 49152 0 LISTEN *.993 *.* 0 0 49152 0 LISTEN *.993 *.* 0 0 49152 0 LISTEN *.110 *.* 0 0 49152 0 LISTEN *.995 *.* 0 0 49152 0 LISTEN *.995 *.* 0 0 49152 0 LISTEN

netstat shows two processes listening on each port.

Shut down any other imap/pop3 server you are running. Check your inetd.conf config file, make sure that you did not tell inetd to also listen on these ports.