From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KsdbW-0001yr-6I for garchives@archives.gentoo.org; Wed, 22 Oct 2008 13:18:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23D9EE041B; Wed, 22 Oct 2008 13:18:24 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id D0CC2E041B for ; Wed, 22 Oct 2008 13:18:23 +0000 (UTC) Received: from compaq.stroller.uk.eu.org ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 22 Oct 2008 14:18:21 +0100 Received: from funf.stroller.uk.eu.org (funf.stroller.uk.eu.org [192.168.1.71]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id BB34A137A9F for ; Wed, 22 Oct 2008 14:18:19 +0100 (BST) Message-Id: From: Stroller To: gentoo-user@lists.gentoo.org In-Reply-To: <7481767.29511224637199110.JavaMail.root@mx1.canmail.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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 (Apple Message framework v929.2) Subject: Re: [gentoo-user] ssmtp logs? Date: Wed, 22 Oct 2008 14:18:03 +0100 References: <7481767.29511224637199110.JavaMail.root@mx1.canmail.org> X-Mailer: Apple Mail (2.929.2) X-Archives-Salt: 3f49a3e0-f65b-41fd-8ce2-df72d4c5bf33 X-Archives-Hash: a375cc807cc8c667b7be001b83e68d28 On 22 Oct 2008, at 01:59, RYAN vAN GINNEKEN wrote: > Hello all have been trying to figure out how to use ssmtp as i need > to get email off my system > ...Seems there is no mail command ssmtp is a sendmail replacement. Therefore you would use something like: sendmail adressee@domain.com < file.txt Stroller