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 1PhzBE-0004ot-3E for garchives@archives.gentoo.org; Wed, 26 Jan 2011 06:48:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6393FE0D29; Wed, 26 Jan 2011 06:46:45 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 12B45E0D29 for ; Wed, 26 Jan 2011 06:46:44 +0000 (UTC) Received: by wyf22 with SMTP id 22so738787wyf.40 for ; Tue, 25 Jan 2011 22:46:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=7GCyjjnMcf4C2hDbmEteOZdt5TKB1LXK3pmYAHXhgTY=; b=JmCYVcPRA8E3krqy98vkShk8l+aVf5CUmNA57Sh5ML/QxRVf9PlZyTsZYXnTKkB3Mx 70ixJrAmWLD9MC/lLzASF/M+gBZIH00SJQx4+KQKr8KR1oNG3XHwjI+im5rttcIqQHxI TbRBEna9VPLAhBGvNYbDKqkZJrTrnGk9NciMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=hfhhBukyngemrhvqTrVNEKH2opMdlcp+C/bi71rdwYvMvYz8O9+mNjtuFwmqRmZUQA xiXrVm205xItOzGfS7PfZIYF11zF9ZmxKnoCz11tHfCGmUsntN5zhVU+b/4ULDQK0pkb OARrCaOUD59M7GEZU4MhWfkB/6o/sT6gm4Fnc= Received: by 10.227.24.73 with SMTP id u9mr691483wbb.168.1296024404160; Tue, 25 Jan 2011 22:46:44 -0800 (PST) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id u9sm611096wbg.12.2011.01.25.22.46.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 Jan 2011 22:46:42 -0800 (PST) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Setting up SMTP relay Date: Wed, 26 Jan 2011 06:46:42 +0000 User-Agent: KMail/1.13.5 (Linux/2.6.36-gentoo-r5; KDE/4.4.5; x86_64; ; ) References: <4D3B4D53.7000209@wonkology.org> <20110126040416.GA18712@waltdnes.org> In-Reply-To: <20110126040416.GA18712@waltdnes.org> 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: multipart/signed; boundary="nextPart4601563.qqQC6Bqd4z"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201101260646.52306.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: edc4fd2dcd609376abe7079e430c84c3 --nextPart4601563.qqQC6Bqd4z Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Wednesday 26 January 2011 04:04:16 Walter Dnes wrote: > On Sat, Jan 22, 2011 at 10:34:11PM +0100, Alex Schuster wrote >=20 > > This is working fine. But there are other PCs in the LAN, which I > > would also like to get status emails from. Being not the only one > > with root access there, I do not want to duplicate the ssmtp setup > > because of the password stored in ssmtp.conf. >=20 > ??? What password in ssmtp.conf ??? My /etc/ssmtp/ssmtp.conf has 4 > uncommented lines. They are... >=20 > The "root=3D" entry > The "mailhub=3D" entry > The "hostname=3D" entry > FromLineOverride=3DYES >=20 > That's it. What setup are you using that requires a password in > ssmtp.conf? If you set it up to email you stuff using e.g. your email account, you woul= d=20 also need authentication credentials: AuthUser=3Dwaltdnes@waltdnes.org AuthPass=3Dwalters_secret_passwd and to stop sending such info in the clear you would also use something lik= e: UseSTARTTLS=3DYES or=20 UseTLS=3DYES =2D-=20 Regards, Mick --nextPart4601563.qqQC6Bqd4z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEABECAAYFAk0/w1wACgkQVTDTR3kpaLaoZQCeKM+HIwcyb+IjwfFsffVZ3cCr +igAn0mfVdY4o96T5u0mMyelbw9nGOom =E3vt -----END PGP SIGNATURE----- --nextPart4601563.qqQC6Bqd4z--