Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Config file for sSMTP sendmail
  2. #
  3. # The person who gets all mail for userids < 1000
  4. # Make this empty to disable rewriting.
  5. #root=postmaster
  6. root=****@gmail.com
  7.  
  8. # The place where the mail goes. The actual machine name is required no
  9. # MX records are consulted. Commonly mailhosts are named mail.domain.com
  10. #mailhub=mail
  11. mailhub=smtp.gmail.com:587
  12.  
  13. AuthUser=****@gmail.com
  14. AuthPass=****
  15. UseTLS=YES
  16. UseSTARTTLS=YES
  17.  
  18. # Where will the mail seem to come from?
  19. #rewriteDomain=
  20. rewriteDomain=gmail.com
  21.  
  22. # The full hostname
  23. #hostname=MyMediaServer.home
  24. hostname=****@gmail.com
  25.  
  26. # Are users allowed to set their own From: address?
  27. # YES - Allow the user to specify their own From: address
  28. # NO - Use the system generated From: address
  29. FromLineOverride=YES