|
|
|
|
|
|
|
|
|
|
|  |
| |
Monday, March 13 2006 @ 12:27 PM PST Contributed by: Views:: 21,644 |
|
To get this running, I followed the documents @ the bottom of this post. Here's the condensed version:
# emerge ssmtp (USE="ipv6 -mailwrapper -md5sum ssl") # cd /etc/ssmtp
In /etc/ssmtp/ssmtp.conf, set the following:
root=youraccount@gmail.com mailhub=smtp.gmail.com:587 rewriteDomain= hostname=youraccount@gmail.com UseSTARTTLS=YES AuthUser=youraccount AuthPass=yourpasword FromLineOverride=YES
In /etc/ssmtp/revaliases:
root:youraccount@gmail.com:smtp.gmail.com:587 mainuser:youraccount@gmail.com:smtp.gmail.com:587
Test with:
# echo test | mail -s "testing ssmtp" user@domain.tld
Check the remote account (user@domain.tld) to make sure the mail arrived.
Resources and troubleshooting: http://forums.gentoo.org/viewtopic-p-3011748.html http://forums.gentoo.org/viewtopic-t-412468.html
|
|
|
| |
|
|
|
|
|
Trackback URL for this entry: http://www.destr0yr.com/trackback.php/Gmail_and_sSMTP
Here's what others have to say about 'Gmail and sSMTP on Gentoo':
/dev/blog » Googlemail and sSMTP on CentOS
[...] Resources and further reading:
http://www.boristheengineer.co.uk/slug/configuring_ssmtp.htmhttp://www.destr0yr.com/article.php/Gmail_and_sSMTPAuthor: RaftaMan Categories: Uncategorized Tags: CentOS Comments (0) Trackbacks (0) Leave a [...] [read more]
Tracked on Wednesday, May 13 2009 @ 12:41 AM PDT
|