From owner-freebsd-questions Sat Nov 30 22:54:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6904937B401 for ; Sat, 30 Nov 2002 22:54:37 -0800 (PST) Received: from hotmail.com (oe40.pav2.hotmail.com [64.4.36.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20FEF43E9C for ; Sat, 30 Nov 2002 22:54:37 -0800 (PST) (envelope-from unixtools@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 30 Nov 2002 22:54:36 -0800 X-Originating-IP: [202.63.172.99] From: "Unix Tools" To: , References: Subject: Re: Mail? Date: Sun, 1 Dec 2002 00:15:53 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 01 Dec 2002 06:54:36.0980 (UTC) FILETIME=[8332E740:01C29906] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, 1) Install qmail from ports, It get installed in the /var/qmail directory. 2) Install vpopmail from ports. Set the vpopmail directory to /home/vpopmail. 2) Add an entry at the end if the inetd.conf file pop3 stream tcp nowait root /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/pop3 3) Now we need to create a file /var/qmail/bin/pop3. Open a new file /var/qmail/bin/pop3 in an editor. Add the below line in the file. /var/qmail/bin/qmail-popup your.hostname.com /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1 where your.hostname.com should be replaced by the hostname of your server. 4) Give a HUP signal to the inetd process. Thats It. Your pop3 server will be up and running. You can mail me back if you are stuck at any point. Cheers ----- Original Message ----- From: "aSe" To: Sent: Sunday, December 01, 2002 02:02 AM Subject: Mail? Hello, I'm trying to find a guide/walk-through/howto on installing postfix/qmail on freebsd, along with a pop3 server. I've been searching on google for awhile now, anything i've found is old and/or doesn't talk about setting up pop3. Thank you! aSe [aSe@SysFail.com] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message