Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2007 12:51:35 -0600 (CST)
From:      Mark Tinguely <tinguely@casselton.net>
To:        freebsd-questions@freebsd.org, vizion@vizion.occoxmail.com
Subject:   Re: imap-uw manuals - configuration
Message-ID:  <200701051851.l05IpZDX010589@casselton.net>
In-Reply-To: <20070105172540.DONW60.dukecmmtao03.coxmail.com@dukecmmtao03>

next in thread | previous in thread | raw e-mail | index | archive | help

Stabbing some more into the dark ...

You can check if inetd is executing the command:

$ telnet -KN 127.0.0.1 143

 it should reply something like:

Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS STARTTLS AUTH=LOGIN] localhost IMAP4rev1 2004.357 at Fri, 5 Jan 2007 12:46:59 -0600 (CST)
^]
telnet> quit
Connection closed.

$ telnet -KN 127.0.0.1 110

 it should reply something like:

Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK POP3 localhost 2004.89 server ready
QUIT
+OK Sayonara


/var/log/debug.log should have entries such as:

Jan  5 12:46:59 ccn imapd[10186]: imap service init from 127.0.0.1
Jan  5 12:47:44 ccn ipop3d[10257]: pop3 service init from 127.0.0.1

--Mark Tinguely.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701051851.l05IpZDX010589>