From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N3EIM-0000j7-FO for garchives@archives.gentoo.org; Wed, 28 Oct 2009 19:35:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A29E0852; Wed, 28 Oct 2009 19:34:56 +0000 (UTC) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by pigeon.gentoo.org (Postfix) with ESMTP id 74023E0852 for ; Wed, 28 Oct 2009 19:34:56 +0000 (UTC) Received: by ewy2 with SMTP id 2so1076702ewy.34 for ; Wed, 28 Oct 2009 12:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=YEZd3OiNjvTpUbjTODEWKXU3krxmwdINNPxCknVkIU4=; b=Crdb4NvgJU9sm5g+uuWa2zeL1Et2mjDNj4xM0y3FvfZFrwnaA2wjhG7pAh5mn58UUw 8KQIBPuKoYG+s3bBWU1t8J7NeTY6C6Rb14zCyabPh4L2cTToBGnj55bkJW4PKZdwqohT jikxvoHUGMDSoxXjiMvqWxXDpVkwbmkh9CfiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=UcOfrYcvi83AXQL0eyjxHlGABPX2syA6EcEN6iCoJ9iy2zLmwZ6Q1iawve7Lx6ptdj +1wFrNI91P0/g3pM6YjltkYTsmghNII1JsDp68tsEsp6AU7u25mf959fOXr1Ndhb5JuJ CNrmr+ffDB2tR+kITlqp+CMy06jxlmlCOkjNs= Received: by 10.216.87.69 with SMTP id x47mr3236701wee.97.1256758495662; Wed, 28 Oct 2009 12:34:55 -0700 (PDT) Received: from nazgul.localnet (196-210-153-40-rrdg-esr-2.dynamic.isadsl.co.za [196.210.153.40]) by mx.google.com with ESMTPS id 10sm2916513eyd.4.2009.10.28.12.34.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Oct 2009 12:34:55 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] public mail server for ELOG? Date: Wed, 28 Oct 2009 21:33:51 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.31-zen4; KDE/4.3.2; x86_64; ; ) References: <49bf44f10910280936m47613bfx91827e3c3d4a30c6@mail.gmail.com> <200910282057.47078.alan.mckinnon@gmail.com> <49bf44f10910281227q3d61964ei593fa159d3911256@mail.gmail.com> In-Reply-To: <49bf44f10910281227q3d61964ei593fa159d3911256@mail.gmail.com> 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 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910282133.51141.alan.mckinnon@gmail.com> X-Archives-Salt: b41c47bf-b003-465c-856e-2309c11f8faf X-Archives-Hash: e0111b2aa30e1cc19daa48ea89f2d652 On Wednesday 28 October 2009 21:27:48 Grant wrote: > >> > That kind of delivery limits the access to this mails to the local > >> > maschine. If I want to read local I don't need mails, I could just > >> > read the logfiles from portage in /var/log/ > >> > > >> > But I am aware that solving this problem is nothing that portage has > >> > to do, as it is no problem with portage at all. > >> > > >> > My mail was just to show that not everyone has a local mailserver > >> > running on his maschine. > >> > > >> > Greetings > >> > > >> > Sebastian > >> > >> then let it store everything as elog and read that with elogv. > >> > >> mail is just an additional bonus feature. > > > > His initial mail said that he would like a copy of elogs to go to his > > inbox at his ISP. Later mails imply he might want to read them over IMAP > > so they are accessible at multiple locations. > > > > Sebastian, > > > > Have you looked at ssmtp? Very light, very small and you can protect your > > login password with Unix file permissions instead of leaving them open in > > make.conf > > Could I use ssmtp to send elog mail to my email address? I wouldn't > even need a login password if this is all I use it for, right? Yes. ssmtp is an email sender, it knows how to talk smtp to receiving servers or to relays. It doesn't receive mails. If the relay you use requires a username/password or ssl, it supports that too. [The receiving smtp server likely does not require a username/password, but it is equally likely to not accept connection direct from you, hence you should use your ISPs mail relay] -- alan dot mckinnon at gmail dot com