On Thu, Jan 17, 2008 at 04:09:38AM +0000, Jesse Vollmar wrote:
>    # telnet localhost 110
>    Trying 127.0.0.1...
>    Connected to localhost.
>    Escape character is '^]'.
>    -ERR pop3login requires exactly two arguments.
>    Connection closed by foreign host.

(1) As root,

# netstat -nltp

to find the process which is listening on port 110. The last column gives
you the process name and pid. Then

# ps auxwww | grep <pid>

to find the process and its arguments. Post the results here.

(It should be a line which contains 'couriertcpd', if it's using a standard
courier-imap startup script)

(2) Run whatever command your system uses to stop the daemon. telnet to port
110 and check that the connection is now refused. Now run whatever command
your system uses to start the daemon, and check that it is accepting
connections again.

This proves that what you *think* is the startup script, actually is.

Then post the startup script here.

Brian.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to