Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ELOG and GMail's smtp
Date: Wed, 06 Sep 2006 00:30:48
Message-Id: 200609060223.33134.bo.andresen@zlin.dk
1 On Tuesday 05 September 2006 21:14, David Grant wrote:
2 > Has anyone gotten elog working with GMail's smtp servers? If anyone figures
3 > out the syntax for the PORTAGE_ELOG_MAILURI, please let me know. I have
4 > tried every possible port number combination and nothing works. I am using
5 > gsmtp163.google.com by the way.
6
7 Just tested and this does work for me (be sure to replace USER and PASSWORD):
8
9 # grep ^PORTAGE_ELOG_MAILURI /etc/make.conf
10 PORTAGE_ELOG_MAILURI="USER@×××××.com /usr/sbin/sendmail"
11
12 # grep -v ^#\\\|^$ /etc/ssmtp/ssmtp.conf
13 root=postmaster
14 mailhub=smtp.gmail.com:465
15 AuthUser=USER@×××××.com
16 AuthPass=PASSWORD
17 UseTLS=YES
18
19 Note, however, that this setup requires that you use portage 2.1.1. In other
20 words use the latest ~ARCH portage.
21
22 # eix -e ssmtp -e portage -c
23 [I] mail-mta/ssmtp (2.61-r2): Extremely simple MTA to get mail off the system to a Mailhub
24 [I] sys-apps/portage (2.1.1_rc1-r4): The Portage Package Management System. The primary package management and distribution system for Gentoo.
25
26 --
27 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] ELOG and GMail's smtp ellotheth rimmwen <ellotheth@×××××.com>