From owner-freebsd-questions Thu Nov 12 20:07:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16758 for freebsd-questions-outgoing; Thu, 12 Nov 1998 20:07:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shemp.palomine.net (shemp.palomine.net [205.198.88.200]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA16748 for ; Thu, 12 Nov 1998 20:07:47 -0800 (PST) (envelope-from cjohnson@palomine.net) Received: (qmail 18559 invoked by uid 1000); 13 Nov 1998 04:07:27 -0000 Message-ID: <19981112230727.A18500@palomine.net> Date: Thu, 12 Nov 1998 23:07:27 -0500 From: Chris Johnson To: questions@FreeBSD.ORG, sandy@divre5.telkom.co.id Subject: Re: Qmail+Vmailmgr? References: <199811121543.HAA19436@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199811121543.HAA19436@hub.freebsd.org>; from questions-digest on Thu, Nov 12, 1998 at 07:43:28AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi all.... > I plan to move my Linux box which run Qmail 1.03 I use Vmailmgr for handling > virtual domains, adding user otomatically... check out at > http://mail.telkom.net > > I have the rpm packages....is there any way to convert to FreeBSD packages? > or may be anyone have some stuff that can handle virtual domains or adduser > ?? You can't convert an rpm to a package. You can, however, install Qmail from the port (/usr/ports/mail/qmail). You can also compile it directly from the sources; it compiles cleanly, and there are FreeBSD-specific instructions in the Qmail tarball for configuring the various user accounts Qmail needs. You'll have problems compiling Vmailmgr, though. You'll need to install the egcs compiler port or package first, and set the environment variables CC and CXX to /usr/local/bin/gcc and /usr/local/bin/g++, respectively, before running ./configure. You'll also find that "make install" will fail initially, and you'll have to edit lib/Makefile and lib-cgi/Makefile to get it to install. I'm using Vmailmgr in testing on one of my FreeBSD 2.2.7 boxes, and it seems to be running fine. Chris Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message