From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 15:21:50 2004 Return-Path: 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 5A78316A4CE for ; Tue, 21 Dec 2004 15:21:50 +0000 (GMT) Received: from smtp813.mail.sc5.yahoo.com (smtp813.mail.sc5.yahoo.com [66.163.170.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 04AF843D5A for ; Tue, 21 Dec 2004 15:21:50 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.173.26.30 with login) by smtp813.mail.sc5.yahoo.com with SMTP; 21 Dec 2004 15:21:44 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Tue, 21 Dec 2004 07:21:41 -0800 User-Agent: KMail/1.7.2 References: <41C4FA1C.4090006@nbritton.org> <200412200932.37029.krinklyfig@spymac.com> <20041221110456.GA11107@orion.daedalusnetworks.priv> In-Reply-To: <20041221110456.GA11107@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412210721.41979.krinklyfig@spymac.com> cc: Giorgos Keramidas Subject: Re: migrating from thunderbird to mutt? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 15:21:50 -0000 On Tuesday 21 December 2004 03:04 am, Giorgos Keramidas wrote: > On 2004-12-20 09:32, Joshua Tinnin wrote: > > On Monday 20 December 2004 08:41 am, Giorgos Keramidas wrote: > > > So, why do people fear real MTAs so much and try to do their work > > > with "light, fast, broken, almost-there MTAs"? > > > > As for me, it's because my box is in a LAN with a router using a > > dynamic IP, so I can't get a fully-qualified domain name. > > You can always install a local DNS server that allows 'internal' > machines to use their own domain (only visible to internal hosts) but > forwards all other requests to your ISPs name servers. > > > This also causes some minor issues with fbsd, but not so much that > > I can't work with it. As for using Sendmail as the MTA just so Mutt > > can pass off email to an SMTP server, I've tried configuring it for > > weeks now, and I'm still not there. > > You have to solve the DNS problems first. Sendmail, like all MTAs > I've seen, depends on a working DNS setup. Yes, I began to realize this somewhere along the line. However, I've managed to get Mutt working with esmtp for now, although Sendmail is still the MTA for the system internally. This is not an ideal solution for me, as I mentioned I want to learn how to do this the right way. But just at the moment I'm not quite ready to tackle DNS (which I'm sure is "easy" for those who know it, but which is almost as confusing as MTAs for those of us who don't). I already have a machine in my LAN set up to use for it when the time comes, so it will happen soon enough. > > I may end up using esmtp if it can save some headaches, although I > > purposely tried to get Sendmail to work so that I could do it the > > "right" way. Well, I still want to learn, but it's one of the most > > confusing and frustrating experiences I've ever had dealing with > > software, and I'm not alone in this. > > This list is frequented by many knowledgeable people who can help you > with setting up Sendmail on FreeBSD. You may be pointed at README > files like `/usr/share/sendmail/cf/README' from time to time, but it > never hurts to ask :-) That's very true, and I appreciate this, but at the same time, at this moment I'm going to wait on configuring local DNS. I've managed to learn quite a bit about FreeBSD since I started using it that sounded completely confusing at first, but at the moment I'm dealing with starting back to college after many years and finding a new job, among other things, so it's not my first priority. But I'll be sure to bring it up when that moment comes, which shouldn't be too long. Oh, just you wait ... ;) > > *That's* why people fear "real" MTAs so much, because mail transfer > > protocols and software at the low level is very complicated and > > extremely finicky in ways that aren't documented clearly. > > I see. You do have a point there :/ Yes, for instance, it took me a long time to figure out what's up with "dnl." I've read through quite a bit at the Sendmail site itself, and, while their documentation is quite thorough, it's also obviously written for developers, moreso than most *nix docs. This is understandable, but there is a steep learning curve for those of us who aren't. Even the handbook recommends installing ssmtp for situations like mine http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/outgoing-only.html but I want to learn all the tools. Anyway, again I appreciate it, and soon enough I'll take you ... or the list ... up on that offer. - jt