From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 13:54:45 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BD0E420 for ; Wed, 2 Apr 2014 13:54:45 +0000 (UTC) Received: from lena.kiev.ua (lena.kiev.ua [82.146.51.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02A072C7 for ; Wed, 2 Apr 2014 13:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lena.kiev.ua; s=3; h=In-Reply-To:Content-Type:Mime-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=aMQZrPfSxtDFGN92aAiDN1Z1/rsvzBtoQYoylUgFZMg=; b=JVioDd/fLpLooJNfiGRm7zA0RaBKZAvyGCF9ylTLVn8eSRuwH+23IQ52boKpB1jxkVh0AD+D42GV6Fy3LdcUcEBC6WyOhPjPTX/TNRwj97Vyg79qXUp9L69f0YXG9XjTvEk0qyOPafS+5XIwer3Fq9L4OOZUWUsM/eJzZWW+6Q8=; Received: from ip-384c.rusanovka-net.kiev.ua ([94.244.56.76] helo=bedside.lena.kiev.ua) by lena.kiev.ua with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WVLdB-000BrN-K1; Wed, 02 Apr 2014 16:55:06 +0300 Received: from bedside.lena.kiev.ua (localhost.lena.kiev.ua [127.0.0.1]) by bedside.lena.kiev.ua (8.14.8/8.14.8) with ESMTP id s32DsQSa005193; Wed, 2 Apr 2014 16:54:26 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Received: (from lena@localhost) by bedside.lena.kiev.ua (8.14.8/8.14.8/Submit) id s32DsP8i005192; Wed, 2 Apr 2014 16:54:25 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Date: Wed, 2 Apr 2014 16:54:25 +0300 From: Lena@lena.kiev.ua To: Mayuresh Kathe Subject: Re: [freebsd-questions] mutt was a failure, alternatives? Message-ID: <20140402135425.GB797@lena.kiev> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140402051254.GA20229@SDF.ORG> User-Agent: Mutt/1.4.2.3i Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2014 13:54:45 -0000 > my attempt at compiling mutt with sasl support was > a major failure. > may i know the usual approach used for email under > freebsd 10? I use Mutt since when version 1.4 was the default. It doesn't support SMTP (hasn't smtp_url config option), outgoing mail is sent via pipe to sendmail (or a sendmail-compatible MTA: Exim, Postfix, perhaps "ssmtp" too). I use port mail/sendmail-sasl (sendmail+tls+sasl2-8.14.8). Mutt 1.5 also does that if you don't specify smtp_url. Mutt doesn't need SASL for pulling incoming mail via POP3 (port 110) and POP3S (encrypted, port 995).