Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. #
  2. # /etc/ssmtp.conf -- a config file for sSMTP sendmail.
  3. #
  4.  
  5. # The person who gets all mail for userids < 1000
  6. # Make this empty to disable rewriting.
  7. root=razielmine@gmail.com
  8.  
  9. # The place where the mail goes. The actual machine name is required
  10. # no MX records are consulted. Commonly mailhosts are named mail.domain.com
  11. # The example will fit if you are in domain.com and your mailhub is so named.
  12. mailhub=smtp.gmail.com:587
  13. #mailhub=smtp.gmail.com:465
  14.  
  15. # Example for SMTP port number 2525
  16. # mailhub=mail.your.domain:2525
  17. # Example for SMTP port number 25 (Standard/RFC)
  18. # mailhub=mail.your.domain
  19. # Example for SSL encrypted connection
  20. # mailhub=mail.your.domain:465
  21.  
  22. # Where will the mail seem to come from?
  23. rewriteDomain=
  24.  
  25. # The full hostname
  26. hostname=localhost
  27.  
  28. # Set this to never rewrite the "From:" line (unless not given) and to
  29. # use that address in the "from line" of the envelope.
  30. #FromLineOverride=YES
  31.  
  32. # Use SSL/TLS to send secure messages to server.
  33. #UseTLS=YES
  34.  
  35. # Use SSL/TLS certificate to authenticate against smtp host.
  36. #UseTLSCert=YES
  37.  
  38. # Use this RSA certificate.
  39. #TLSCert=/etc/ssl/certs/ssmtp.pem
  40.  
  41. # Get enhanced (*really* enhanced) debugging information in the logs
  42. # If you want to have debugging of the config file parsing, move this option
  43. # to the top of the config file and uncomment
  44. #Debug=YES
  45. UseTLS=Yes
  46. UseSTARTTLS=Yes
  47. AuthUser=razielmine@gmail.com
  48. AuthPass=XXXXXXXXXXXXXXXXXXXXX
  49. FromLineOverride=YES
  50. TLS_CA_File=/etc/ssl/certs/ca-certificates.crt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement