From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 00:27:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B22D016A400 for ; Mon, 12 Mar 2007 00:27:58 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.freebsd.org (Postfix) with SMTP id 8844F13C483 for ; Mon, 12 Mar 2007 00:27:58 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 74033 invoked from network); 12 Mar 2007 00:27:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=yXcA+wEcjbxv91ELzHSukkzWBFlkpvtMcLCj8Vwo6+OafJwasvdq6nNFGImRMhX19vXRovxC6UMx8TNsvLO9JjM0wxC4WZmHdBd9v3cejmC2HgtF9xVUdhi9kDaSnlNOcmoLRc0BKNPlAVMV1VYR06skk8D2xyj3axu7QYdF/5c= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 12 Mar 2007 00:27:57 -0000 X-YMail-OSG: qvPOgjMVM1lATStp9KlIdHsfRNq7ToEC7.VrYAH8JywB1ose9rjX5ykk0abjxGs5zKcaSlEWUpleu42Cncd_yB0VVrMMnv4azryokC5NaFhMpYC3ZTvusxO78Mkmgckwv8zIaoqtgWiVeYkDD2zMQwMCtZ4UGoeyg0XtGnJ1 In-Reply-To: <56A5B5E4-5644-4C50-9346-5EC9A372C3DB@goldmark.org> References: <6660f1280703110845w52b8babapf2814da0ac6424ae@mail.gmail.com> <56A5B5E4-5644-4C50-9346-5EC9A372C3DB@goldmark.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: jekillen Date: Sun, 11 Mar 2007 17:27:52 -0800 To: Jeffrey Goldberg X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: getting mail to work 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: Mon, 12 Mar 2007 00:27:58 -0000 On Mar 11, 2007, at 2:28 PM, Jeffrey Goldberg wrote: > [mailed and posted] > > On Mar 11, 2007, at 10:45 AM, Ed Zwart wrote: > >> I own my_domain.com. I've paid a hoster for the last couple years, >> but that's ending in a week or so. Meanwhile, I've used dyndns to >> point foo.homedns.org to my IP. If you will allow me to break in on this exchange; Does this advise apply if you have static ip service and are running web servers from these addresses, with the ISP's blessing? (meaning you also have at least two name servers running for the registered sites) This is important info for me, as I have that and am considering doing just that, run my own mail servers. I expect to have 5 machines doing various jobs, DNS web server(four registered web sites), mail server. I already have three of the four sites up and available from static ip addresses over ADSL. Thanks so much Jeff K. > > I am going to add my voice to those suggesting that you use your ISP's > mail server for outgoing mail. > > There are a number of reasons. First of all, if you are on a dynamic > IP, it is very likely that your ISP blocks outgoing STMP traffic that > doesn't go via their own mail server. That is, they won't allow > "direct to MX" mailing from dynamic addresses. > > Another reason is that it just isn't a good idea to run your own > direct to MX mail system, unless you have some real expertise in how > mail transport works. Professionally, I set up mail servers for small > and medium sized businesses, and in more and more cases, I actually > suggest that they use outside mail servers for their out going mail. > (Generally, I think that ISPs tend to do really poor jobs with email > and that it is best to avoid being locked into your ISP for much, so I > recommend services like fastmail.fm.) > > Let me also add, that while I do set up and manage mail servers for > others, I don't do direct to MX from home myself. (Well, I do for a > mailing list server I run, but not for my normal everyday mailing.) > So even with the expertise needed, I don't really recommend running > your own MX (incoming) or own Direct to MX (outgoing) servers unless > you have a specific need to fill. > > Anyway > > With postfix you just need to specify > > relayhost=YOUR-ISPS-OUTGOING-SMTP-SERVER-HERE > > in > > /usr/local/etc/postfix/main.cf > > and then run > > # postfix reload > > Then just send a test, eg > > $ mail -s test your@external-email-addres < /dev/null > > to see what happens. > > If your ISP wants authentication for handling your outgoing mail, look > at > > http://macosx.com/tech-support/smtp-relay-host-authentication/938.html > > which describes how to configure postfix for that on Mac OS X. For > FreeBSD just replace > > /private/etc/postfix/ > > in all of the paths mentioned with > > /usr/local/etc/postfix/ > > > -j > -- > Jeffrey Goldberg http://www.goldmark.org/jeff/ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >