From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 16:42:07 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 AD22B16A4CE for ; Mon, 20 Dec 2004 16:42:07 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2AC43D48 for ; Mon, 20 Dec 2004 16:42:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iBKGfqSo012226; Mon, 20 Dec 2004 18:41:52 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iBKGfpWB001003; Mon, 20 Dec 2004 18:41:51 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iBKGfpje001002; Mon, 20 Dec 2004 18:41:51 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 20 Dec 2004 18:41:51 +0200 From: Giorgos Keramidas To: cpghost@cordula.ws Message-ID: <20041220164151.GA847@orion.daedalusnetworks.priv> References: <41C4FA1C.4090006@nbritton.org> <41C62755.2030705@mukappabeta.de> <20041220142110.GA845@bsdbox.farid-hajji.net> <41C6EC86.5050203@mukappabeta.de> <20041220162538.GA1206@bsdbox.farid-hajji.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041220162538.GA1206@bsdbox.farid-hajji.net> cc: Matthias Buelow cc: Nikolas Britton cc: freebsd-chat 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: Mon, 20 Dec 2004 16:42:07 -0000 % Moved from freebsd-questions to freebsd-chat, % since this is not really a question. On 2004-12-20 17:25, cpghost@cordula.ws wrote: >On Mon, Dec 20, 2004 at 04:15:18PM +0100, Matthias Buelow wrote: >>cpghost@cordula.ws wrote: >>> esmtp will contact the appropriate SMTP server on your behalf and >>> will use the correct credentials to connect (if required). >> >> What happens if sending fails (for whatever temporary reason)? Will >> esmtp queue the mail, like a real MTA would? The issue is problematic >> with all those "minimalistic" pseudo-MTAs because mutt thinks it's >> delivering to a real sendmail, and hence doesn't handle failure >> gracefully (at least not afair). Mozilla otoh, initiating the smtp >> connection by itself, will let you retry, or save it to a Drafts folder. >> With mutt, your mail is probably gone. > > Indeed. That's really a problem. I wished mutt would include libESMTP > as a compile/configure option, and thus queue unsent mails in a dedicated > mailbox. I don't think that it would be very difficult to merge libESMTP > into mutt anyway. It's a mystery why it didn't happen yet :) Err, I may sound a bit silly now, but why would people use a "limited sort of MTA", which may lose their messages instead of setting up a real MTA and use its queueing, forwarding and delivery features? I've heard of two major replies to a question like this: 1. It's difficult to install an MTA. 2. It's difficult to set up an MTA. The first point is moot, given the fact that FreeBSD comes with an MTA preinstalled. The second may be valid for Sendmail, but I've seen so many knowledgeable people answer questions about Sendmail here and at comp.mail.sendmail that this shouldn't be true either. Even if someone hates the guts of Sendmail, there is always Postfix, whose minimal configuration can be just a 2-line file: % cat /etc/postfix/main.cf myhostname = bee mydomain = serverhive.com So, why do people fear real MTAs so much and try to do their work with "light, fast, broken, almost-there MTAs"? - Giorgos