From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6C038E01594 for ; Tue, 6 Aug 2013 09:01:37 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r76G1a8I001587 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 6 Aug 2013 09:01:36 -0700 (PDT) Received: from Marks-MacBook-Pro.local (172.25.36.230) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.342.3; Tue, 6 Aug 2013 09:01:36 -0700 Message-ID: <52011DDF.5090807@windriver.com> Date: Tue, 6 Aug 2013 11:01:35 -0500 From: Mark Hatle Organization: Wind River Systems User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: References: <520108A5.7090806@mlbassoc.com> <52010B1F.3060901@communistcode.co.uk> <52010D4E.4090009@windriver.com> <52010FA8.1000101@communistcode.co.uk> In-Reply-To: <52010FA8.1000101@communistcode.co.uk> Subject: Re: Sending mail from embedded device X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 16:01:46 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 8/6/13 10:00 AM, Jack Mitchell wrote: > On 06/08/13 15:50, Mark Hatle wrote: >> On 8/6/13 9:41 AM, Jack Mitchell wrote: >>> On 06/08/13 15:31, Gary Thomas wrote: >>>> My embedded device needs to send out email. >>>> >>>> I've looked around a bit and I don't see any recipes for a >>>> mail sender, e.g. sendmail or postfix, for Yocto (OE-core). >>>> >>>> Have I missed something? Does anyone have any suggestions? >>>> >>>> Surely my application isn't the first that wants to send email... >>>> >>> >>> Would recipes-extended/msmtp do the job? Do you need to run the whole >>> mail stack or is pushing out emails to an smtp server adequate? >>> >> >> msmtp is provided specifically to be able to send email out. It should >> produce a binary called "sendmail" that is capable of simply sending >> email (and conforming to LSB requirements.) >> >> --Mark > > Colour me impressed, I didn't realise it was also a drop-in for sendmail. Drop in replacement for the 'sendmail' command, but it's not a drop-in for 'sendmail' the software. (It only has sending capabilities from what I've been told, which is all that is required for the LSB certification.) --Mark