From owner-freebsd-questions@freebsd.org Mon Jun 4 11:46:06 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7767BFD032D for ; Mon, 4 Jun 2018 11:46:06 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [IPv6:2001:4b98:dc4:8:216:3eff:febd:639b]) (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 F07BD82416 for ; Mon, 4 Jun 2018 11:46:05 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from webmail.gandi.net (unknown [10.200.201.5]) (Authenticated sender: mayuresh@kathe.in) by relay12.mail.gandi.net (Postfix) with ESMTPA id 90BFE20000F for ; Mon, 4 Jun 2018 13:45:56 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 04 Jun 2018 11:45:56 +0000 From: Mayuresh Kathe To: freebsd-questions@freebsd.org Subject: mutt-lite + msmtp : any help? Reply-To: mayuresh@kathe.in Mail-Reply-To: mayuresh@kathe.in Message-ID: X-Sender: mayuresh@kathe.in User-Agent: Roundcube Webmail/1.1.2 X-Spam-Level: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 11:46:06 -0000 i lost my archives and hence don't have the configuration files i used for the mutt+msmtp combo for my email system. i rebuilt muttrc tailored for mutt-lite, as below; set realname = "Mayuresh Kathe" set from = "mayuresh@kathe.in" set imap_user = "mayuresh@kathe.in" set imap_pass = "" set imap_keepalive = "90" set folder = "imaps://mail.gandi.net:993" set spoolfile = "+Inbox" set record = "+Sent" set postponed = "+Drafts" set trash = "+Trash" set message_cachedir = "~/.mutt/cache/bodies" set certificate_file = "~/.mutt/certificates" but, am totally confused about msmtprc. would anyone with the experience of using msmtp please help? also, would like to know why msmtp has bash as a dependency, and is it possible to eliminate that dependency. thanks.