destr0yr.com
Advanced
Welcome to destr0yr's asylum
Monday, February 08 2010 @ 11:57 PM PST
     Google Search   
Google
Web destr0yr.com

     Topics   
Home
cPanel (4/0)
GeekLog (2/0)
Linux (17/0)
Gentoo (6/0)
Personal (2/0)
IT News (1/0)
Windows (16/0)
Ubuntu (3/0)
General News (1/0)

     User Functions   
:

:

Don't have an account yet? Sign up as a New User
Lost your password?

     Older Stories   

Saturday 10-Feb

  • Linux: rdesktop and AIGXL (Beryl) = translucent rather than opaque (0)

  • Sunday 21-Jan

  • Ubuntu: X: client 2 rejected from local host (0)

  • Tuesday 16-Jan

  • Microsoft CRM: Application Error (8004022c) SOAP Server Application Faulted (0)

  • Thursday 07-Dec

  • Linux: SMTP Mail Relay, Moxy SMTP Proxy, Qmail and Exim (0)

  • Monday 20-Nov

  • Windows: The current time on this computer and the current time (5)

  • Wednesday 15-Nov

  • Apache: [notice] child pid 13628 exit signal File size limit exceeded (25) (0)

  • Monday 06-Nov

  • Ubuntu: tsclient, rdesktop NOT IMPLEMENTED: System pointer message 0x7f00 (1)

  • Thursday 02-Nov

  • cPanel: su: cannot set user id: Resource temporarily unavailable (0)
  • Linux: CentOS and Out of socket memory (0)
  • Ubuntu: My move from Gentoo to Ubuntu (0)


  •    Gmail and sSMTP on Gentoo  
     
    Monday, March 13 2006 @ 12:27 PM PST
    Contributed by:
    Views:: 21,644

    GentooTo 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


     

      

     
             


         What's Related   
  • http://forums.gentoo.or...
  • http://forums.gentoo.or...
  • http://forums.gentoo.or...
  • More by destr0yr
  • More from Gentoo

  •      Story Options   
  • Printable Story Format

  • Trackback

    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

    Gmail and sSMTP on Gentoo | 1 comments | Create New Account
    The following comments are owned by whomever posted them. This site is not responsible for what they say.
    Gmail and sSMTP on Gentoo
    Authored by: Anonymous on Thursday, December 03 2009 @ 08:30 PM PST

     Thanks!  Worked like a charm!