From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0113D138247 for ; Sun, 17 Nov 2013 11:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C65F8E09FB; Sun, 17 Nov 2013 11:43:00 +0000 (UTC) Received: from homiemail-a52.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id D1947E09C4 for ; Sun, 17 Nov 2013 11:42:59 +0000 (UTC) Received: from homiemail-a52.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a52.g.dreamhost.com (Postfix) with ESMTP id EFC836B8227 for ; Sun, 17 Nov 2013 03:42:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=0dO1tqEmPjrzKjLVXaNM/9d8+4I=; b=GPkgR7olG7b7 RPOGyM4yCgmM7K09bDP3HJ+8in79m0mnPmPMCdM9/BVUqqGxsKTeXtR49AmxFaq7 iCmR0KNzQVDKCet4LHOFas+V7M5dFB3ayJYJlzrN95Fb7rQbrIH2U1uqrBhDfcLL kQJ8gAaYYD4LVhJxSaZRigYKYOcrJ1o= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a52.g.dreamhost.com (Postfix) with ESMTPSA id C223B6B80E8 for ; Sun, 17 Nov 2013 03:42:58 -0800 (PST) Message-ID: <5288ABA6.2030009@libertytrek.org> Date: Sun, 17 Nov 2013 06:42:30 -0500 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Tell cron to send email using sender:passwd@host:587 syntax? References: <52877BC0.4030004@libertytrek.org> <20131116112904.2bf9e1bf@b1c1l1.com> <5287CFAD.7030002@libertytrek.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 8a72be6d-ff21-440a-9ed6-f9404e8c16e3 X-Archives-Hash: 1a00ece09c335276d3ecc2ce56457dc8 On 2013-11-16 3:25 PM, Manuel McLure wrote: >> Why did the gentoo devs decide to build an smtp client into it >> capable of doing TLS, instead of simply requiring an MTA to be able >> to email emerge logs? > They didn't. The smtp client is part of Python, not part of portage. If > you're developing in Python, you just call Python's mail API and let > Python take care of the mail, instead of calling the local MTA. Easier > and faster development. > > Cron is written in C where you don't get mail functionality for free so > it's easier to use the local MTA. Ah, ok, thanks... I missed the significance of Alans reference to python earlier...