Date: Mon, 1 Mar 1999 15:11:17 -0500 From: Michael Brown <michael_brown@sw.cc.va.us> To: "'jim@corp.au.triax.com'" <jim@corp.au.triax.com> Cc: "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG> Subject: RE: POP3 Message-ID: <01BE63F5.C21A6680.michael_brown@sw.cc.va.us>
next in thread | raw e-mail | index | archive | help
I retrieved qpopper however I don't know what I am doing to set it up. I understand unix and sendmail, but not qpopper. How do I set up the pop3 server name? -----Original Message----- From: Jim Mock [SMTP:jim@corp.au.triax.com] Sent: Friday, February 26, 1999 4:42 PM To: Michael Brown Cc: 'freebsd-questions@FreeBSD.ORG' Subject: Re: POP3 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?01BE63F5.C21A6680.michael_brown>