From owner-freebsd-questions@FreeBSD.ORG Sun Feb 15 18:43:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 431301065687 for ; Sun, 15 Feb 2009 18:43:47 +0000 (UTC) (envelope-from chuckop@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 1025B8FC0A for ; Sun, 15 Feb 2009 18:43:46 +0000 (UTC) (envelope-from chuckop@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1936379wfd.7 for ; Sun, 15 Feb 2009 10:43:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=QM7yr0L0SgePALQmojGA7tFOzyidrbAsoBftzwrRSsM=; b=dxdVAArZn7FCfv1SxLJadJhO6DyGNrrbcRtmUKJXGhSTitCkJAHctoBL/HIZG60qzX TfRBHiTzilMPzeKsF2MeezczrTAfbNbpSythGHyQ3anUUQSUFPNSqzj+XcrUnA3yoOB1 KECx6acbtVSjGoVTjo0WJtIvuZoBXtTU8UzNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=opkcJcSDo+OJxUQ+rSRNT65NQ+vfPPGlNeEfyQq4Grz/TyIYmu2irqdTRC5mvrJ4Nw lPb+LLZYbc1gcEHaBCgITxI0d3FJQnbDcc01AjJQYP9Z7lAianfzV34+NqHsYkTznNnU dmPeNosHgotbCCYtK7xSfyUzo2B32JDJLHYY8= Received: by 10.143.31.4 with SMTP id i4mr1969529wfj.102.1234722191429; Sun, 15 Feb 2009 10:23:11 -0800 (PST) Received: from Emma (pool-71-112-43-125.sttlwa.dsl-w.verizon.net [71.112.43.125]) by mx.google.com with ESMTPS id 24sm4771305wff.2.2009.02.15.10.23.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Feb 2009 10:23:10 -0800 (PST) From: "Charles Oppermann" To: "'Bobby Walker'" , References: <49979AE7.6050606@missionaccess.org> In-Reply-To: <49979AE7.6050606@missionaccess.org> Date: Sun, 15 Feb 2009 10:23:08 -0800 Message-ID: <007601c98f9a$74cdcdf0$5e6969d0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcmOXXFBKijQZ3z9Rf2rPvTjWcEINwBOfLQw Content-Language: en-us Cc: Subject: RE: Recommendations for running FreeBSD as a guest OS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 18:43:47 -0000 > I have a small network at work that, unfortunately, uses Windows 2003. Nothing unfortunate about using Windows 2003. It's well supported and well known. That's not a knock against any other OS, but if there are other reasons to use an OS other than FreeBSD, people shouldn't feel a need to denigrate or apologize for it (not saying that you are doing that specifically, but many people do). > I need a good mail server, but I do not have a budget for purchasing > additional software. That's what I love about FreeBSD :-) > Exchange requires too many hacks to configure a > catchall email account, and Exchange and I do not get along very well. I used to run a small Exchange 2000 (later Exchange 2003) system and it had a method by which all mail that didn't match an existing mailbox account could be routed to either a specific account or to a mailbox that could be accessed by other accounts. I don't recall the details, and I think someone else pointed you in the right direction already, but if you still have difficulty, let me know and I'll try to find out the exact steps. What version of Exchange would you run? Microsoft's Small Business Server product might be better suited, but that too might be too expensive. > So, today while brainstorming, I thought why not run FreeBSD as a guest > OS on the box. Any suggestions for the best way of doing this? I think that's a great idea. I've ran FreeBSD 7.0 as a guest on Windows XP, Vista and FBSD7.1 under the Windows 7 beta with good success. The host was running Microsoft Virtual PC 2007 with the latest service pack. There were some networking things I had to figure out, but I was impressed with the performance. I just checked and Windows Server 2003 is one of the supported operating systems. Note that VPC is a free product that is downloadable from Microsoft. Windows Server 200_8_ includes HyperV virtualization that differs significantly from the technology in the VPC product, which focuses on desktop scenarios (although Windows Server 200_3_ is supported). I have not tried for myself, but I understand there are some challenges getting FreeBSD running correctly under HyperV. I mention this because you might assume that whatever works under Windows 2003+VPC will work under Windows 2008 w/HyperV and that may not be the case. > Thanks in advance, Good luck! Let us know how it works out.