Date: Sat, 27 Feb 1999 08:41:31 +1100 From: Jim Mock <jim@corp.au.triax.com> To: Michael Brown <michael_brown@sw.cc.va.us> Cc: "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG> Subject: Re: POP3 Message-ID: <19990227084131.D18267@corp.au.triax.com> In-Reply-To: <01BE61A4.DFF72740.michael_brown@sw.cc.va.us> References: <01BE61A4.DFF72740.michael_brown@sw.cc.va.us>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 26 Feb 1999 at 16:27:16 -0500, Michael Brown wrote: > I need to setup a pop3 server with Freebsd. How would I go by > doing this? > Install one =) There are a few in the ports collection to choose from.. qpopper, cucipop, uw-imapd/pop3d.. take your pick. cd /usr/ports/mail/popper make install Then make sure you add or uncomment the appropriate line in /etc/inetd.conf.. pop3 stream tcp nowait root /usr/local/libexec/popper popper After doing that you'll need to restart inetd.. ps auxw |grep inetd kill -1 <inetd's pid> Hope this helps, -- : Jim Mock | [jim@corp.au.triax.com] : : System Administrator | http://www.triax.com/ : : Triax Internet Services | ----------------------------- : : Portland, OR USA | The FreeBSD 'zine : : Wagga Wagga, NSW Australia | http://www.freebsdzine.org/ : : FreeBSD: The Power To Serve | http://www.freebsd.org/ : 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?19990227084131.D18267>