From owner-freebsd-ports Wed Nov 21 23:34:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 6F2F637B417 for ; Wed, 21 Nov 2001 23:34:15 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 166oN8-0000bg-00; Thu, 22 Nov 2001 09:34:10 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id JAA20121; Thu, 22 Nov 2001 09:34:08 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 19982; Thu Nov 22 09:33:20 2001 Received: from ianf (helo=za.uu.net) by copernicus.fw.uunet.co.za with local-esmtp (Exim 3.33 #1) id 166oMK-000JdS-00; Thu, 22 Nov 2001 09:33:20 +0200 To: Gerald Herrera Cc: ports@freebsd.org Subject: Re: FreeBSD Port: popd-1.03_1 In-reply-to: Your message of "Wed, 21 Nov 2001 13:39:51 MST." <3BFC1117.2070307@cnetco.com> References: <3BFC1117.2070307@cnetco.com> X-BOFH: true X-LART: Depleted uranium X-No-Junk-Mail: I do not want to get *any* junk mail. You have been deleted X-message-flag: FOOT-AND-MOUTH BELIEVED TO BE FIRST VIRUS UNABLE TO SPREAD THROUGH MICROSOFT OUTLOOK Date: Thu, 22 Nov 2001 09:33:20 +0200 Message-ID: <75481.1006414400@za.uu.net> From: Ian Freislich Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gerald Herrera wrote: > I downloaded this package and installed it on my 4.4-Release package. > Is there some other installation procedures that I'm missing, like > setting up the line in inetd.conf, or modifiying Sendmail to work with > this package, or runnning a config of some sort, or adding something to > the rc.conf file? I'm new to FreeBSD, and I was trying to setup an > E-Mail server. Sendmail works just fine for sending out, or send from > local user to local user. Thank you for your time. How the daemon is run is really left to the desire of the systems administrator, which is why no startup script or anything else is supplied. You have two options: 1. run it from inetd, 2. run it as a stand-alone daemon. There are advantages and disadvantages to both. If you're a large ISP with hundreds of thousands of mail users on your machine, you'll probably want to run it as a stand-alone daemon to prevent the exec() overhead of running it from inetd. However, if you're scared the daemon will die and you won't notice, then run it from inetd and take a slight performance hit. There's an example line in /etc/inetd.conf which you should edit to suit your particular installation. I think popd installs into /usr/local/libexec/popd. However, there really is no substitute for reading the relevant manual pages and understanding how things work. In this instance, I would suggest that you start with inetd.conf(5) and popd(8). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message