From owner-freebsd-questions@FreeBSD.ORG Sun Aug 24 22:02:19 2008 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 BF7B6106564A for ; Sun, 24 Aug 2008 22:02:19 +0000 (UTC) (envelope-from freebsd@optimis.net) Received: from mail.optimis.net (mail.optimis.net [69.104.191.124]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9688FC18 for ; Sun, 24 Aug 2008 22:02:19 +0000 (UTC) (envelope-from freebsd@optimis.net) Received: from marvin.optimis.net (marvin.optimis.net [192.168.1.3]) by mail.optimis.net (8.14.2/8.14.2) with ESMTP id m7OM2Jrm025832 for ; Sun, 24 Aug 2008 15:02:19 -0700 (PDT) (envelope-from freebsd@optimis.net) Received: from marvin.optimis.net (localhost [127.0.0.1]) by marvin.optimis.net (8.14.2/8.14.2) with ESMTP id m7OM31JX023751 for ; Sun, 24 Aug 2008 15:03:01 -0700 (PDT) (envelope-from freebsd@optimis.net) Received: (from george@localhost) by marvin.optimis.net (8.14.2/8.14.2/Submit) id m7OM310O023750 for freebsd-questions@freebsd.org; Sun, 24 Aug 2008 15:03:01 -0700 (PDT) (envelope-from freebsd@optimis.net) Date: Sun, 24 Aug 2008 15:03:01 -0700 From: George Davidovich To: freebsd-questions@freebsd.org Message-ID: <20080824220301.GA21590@marvin.optimis.net> References: <20080824140625.txre8xer6s0ggwww@webmail.secureserverdot.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080824140625.txre8xer6s0ggwww@webmail.secureserverdot.com> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: MTA advice ?? 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, 24 Aug 2008 22:02:19 -0000 On Sun, Aug 24, 2008 at 02:06:25PM -0400, pete wrote: > I have a hosted domain that recently changed their mail filtering. I > am not happy with the new setup and am considering setting up my own. > Looking for tips on setting up something on my freeBSD 6.1 box. > > My ISP is cablevision IO. Not sure what they allow, ie: whether I can > have my hosted domain set to use my cable IP as a MTA, or if I have to > do some kind of end run around cablevision to get a MTA set up > locally. Here are the pre-requisites: - You must have a solid understanding of SMTP, DNS, etc. - You must have one or more fixed IP addresses. - Your ISP must be willing and agree to delegate your IP address(es) to you or to whomever is going to handle the DNS for your domain. A call to your ISP's DNS provisioning department may typically be all that's required. - DNS must be set up correctly. - Your email server must be set up correctly. - Your own network must be secured. - Your DNS and email servers must be available 24-7/365. If all the above can't be met, you have no business sending or receiving email. If you want to try and PASS GO and collect the $200 by skipping one or more of the pre-requisites (common enough, it seems), prepare yourself for some heartache, and be aware that you're likely to cause or participate in grief for others. Put simply, email is one of the more complex and challenging things you can do. If you don't have the knowledge or technical expertise, but feel confident you can master the fundamentals and progress from there, be prepared to spend the next month or two or three slogging through reading RFCs to do so. If you do, know that your work has just begun, and the hard part is just around the corner. ;-) > Also looking for advice on which software would serve me bet in this > instance. I'd suggest setting up an internal test network and deciding for yourself. For example, setting up a number of FreeBSD jails, each with its own running installation of sendmail, postfix, qmail, etc. would be a good approach, and may more useful than relying on the opinions or recommendations of others. -- George