Date: 28 Jan 2003 07:41:36 -0500 From: Mykroft Holmes IV <mykroft@explosive.mail.net> To: Gannater =?ISO-8859-1?Q?J=E1nos?= <gannater@freemail.hu> Cc: BSD <freebsd-questions@freebsd.org> Subject: Re: IMAP2 Message-ID: <1043757696.1329.10.camel@ticking.explosive.mail.net> In-Reply-To: <freemail.20030028124825.23832@fm10.freemail.hu> References: <freemail.20030028124825.23832@fm10.freemail.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2003-01-28 at 06:48, Gannater J=C3=A1nos wrote: > My problem is that, > I installed the popper and the imap-uw programs. With make install=20 > from their directory in /usr/ports. > My first problem is that I can't find the popper program... > All the installations went fine! > Athought the impad program does exists, but if I start it I can't see it=20 > anywhere. Not in sockstat in the ps and telnet ..... > I tried to restart the system, but nothing else changed. Of course I=20 > uncommented the pop3 and imap lines in the /etc/inetd.conf file. > Do you have a guess what could be wrong? imapd is a peculiar program. It doesn't actually understand IP or ports, merely stin and stdout. If you have uncommented it's lines in inetd, try 'telnet localhost 143' and see if you get a response. The sockstat and netstat suggestions will not work for imapd, since it is started by inetd. Your inetd daemon is running, right? If not, check the Handbook on how to enable it (IIRC it's an option you need to set in rc.conf, but should be enabled in /etc/defaults/rc.conf) Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1043757696.1329.10.camel>