From owner-freebsd-questions@FreeBSD.ORG Tue Mar 16 22:46:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FC8B106564A for ; Tue, 16 Mar 2010 22:46:17 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-9.bnguk.net (atmail-9.bnguk.net [80.74.253.9]) by mx1.freebsd.org (Postfix) with ESMTP id 997548FC24 for ; Tue, 16 Mar 2010 22:46:15 +0000 (UTC) Received: from 77-44-105-82.xdsl.murphx.net ([77.44.105.82] helo=orange.esperance-linux.co.uk) by atmail-9.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1NrfWS-0006V3-7O; Tue, 16 Mar 2010 22:46:00 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 36E9F4AC20; Tue, 16 Mar 2010 22:45:58 +0000 (GMT) Date: Tue, 16 Mar 2010 22:45:58 +0000 From: Frank Shute To: Jorge Biquez Message-ID: <20100316224558.GA88848@orange.esperance-linux.co.uk> Mail-Followup-To: Jorge Biquez , freebsd-questions@freebsd.org References: <3351602928-2078113009@intranet.com.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3351602928-2078113009@intranet.com.mx> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RELEASE-p2 amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: POP3 , Inetd and Handbook. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2010 22:46:17 -0000 On Tue, Mar 16, 2010 at 10:48:22AM -0600, Jorge Biquez wrote: > > Hello all. > > I'm sorry if this sounds too stupid or basic. > > I moved from 4.3 to latest version and it is working fine. On $.x I > used to have inedt active since services are basic. On new system > inedt did not active service immediately (not here at least) so I > enable the service like "ftpd" on rc.conf You need to enable inetd with: inetd_enable="YES" in /etc/rc.conf > > POP3. I remember I read in the list that inetd is not so secure (am I > wrong?) and that if possible should not be used but since I need > services up I used that way. Now before studying what's the best way > to do things I need to have a pop3 deamon running. I installed from > ports popper but and qpopper but it does not work. What's the daemon > for popper ? It will worlk if I enable it in rc.conf.? I can't answer the question about the security of inetd but POP3 is pretty insecure as usernames and passwords are in clear text. You can find the name of your pop3 daemon by grepping the output of pkg_info -L for bin. Or there should be manpages for qpopper. > > Inetdd. I want to learn all teh new features (left the path more than > a year) so I do not want that you solve my problem, but if you can > point me to where and what study to learn the changes done and the > best way to have secure and working systems I would apreciate it. I > am reading Handbook now. Read inetd(8) and the manpages listed in the "see also" section of that manpage. > > On Handbook. Is a PDF copy available?. Believe it or not sometime I > can find access to the internet and I would like to be stuyding on > those times also. You can install the handbook from ports: misc/freebsd-doc-es for the Spanish docs. > > Thanks in advance. > > Jorge Biquez Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html