From owner-freebsd-questions Thu Feb 13 23:41:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA15248 for questions-outgoing; Thu, 13 Feb 1997 23:41:41 -0800 (PST) Received: from Radford.i-Plus.net (Radford.i-Plus.net [206.99.237.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA15243 for ; Thu, 13 Feb 1997 23:41:31 -0800 (PST) Received: from abyss (pitlord@abyss.i-Plus.net [206.99.237.42]) by Radford.i-Plus.net (8.8.5/8.8.5) with SMTP id CAA01262; Fri, 14 Feb 1997 02:39:36 -0500 (EST) Message-Id: <199702140739.CAA01262@Radford.i-Plus.net> Comments: Authenticated sender is From: "Troy Settle" To: Terry Todd , freebsd-questions@FreeBSD.ORG Date: Fri, 14 Feb 1997 02:53:13 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: more details needed on POP3 server setup Reply-to: rewt@i-Plus.net Priority: normal In-reply-to: <199702131405.IAA23321@badger.tltodd.com> X-mailer: Pegasus Mail for Win32 (v2.52) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I have searched everywhere it seems to find a POP3 server for > FreeBSD. I have monitored the mailing list here and searched the > archives but no luck in a real pointer to where I can find it. I > have tried going to the Qualcomm site but didn't find anything > there. Is the popd from Qualcomm something they sell? If is is > they don't advertize it at all from what I could tell. I looked in > the ports directories but there doesn't appear to be anything there. > There is nothing in packages either as far as I can tell. Does > anybody have some real experience in getting and installing and > running a POP3 server that has done it recently? Terry- I forget the exact location of qpoper, but it *IS* at qualcomm's site (slow as it is). Something like /quest/unix/servers/... It's also availiable at nic.funet.fi, a great site for all kinds of stuff. Look in /pub/unix/mail/pop You'll probably need to modify popper.h to get it to run right, it seems the original wanted to create tmp files in /var/mail. The relevant section should look like this when you're done: #if !defined(OSDONE) && (defined(BSD) && ((BSD) >= 199103)) # define POP_MAILDIR "/var/mail" # define POP_DROP "/tmp/.%s.pop" # define POP_TMPDROP "/tmp/tmpXXXXXX" # define POP_TMPXMIT "/tmp/xmitXXXXXX" # define MAIL_COMMAND "/usr/sbin/sendmail" # define OSDONE #endif Good luck, -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net ( Stuff I said does not reflect the company I work ) ( for unless I'm speaking on behalf of said company )