Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #
  2. # Config file for sSMTP sendmail
  3. #
  4. # The person who gets all mail for userids < 1000
  5. # Make this empty to disable rewriting.
  6. root=postmaster
  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=y0d3180@gmail.com
  14. AuthPass=xxxx
  15. UseTLS=YES
  16. UseSTARTTTLS=YES
  17. FromLineOverride=YES
  18. TLS_CA_FILE=/etc/ssl/certs/ca-certificates.crt
  19.  
  20. # Where will the mail seem to come from?
  21. #rewriteDomain
  22. rewriteDomain=gmail.com
  23.  
  24. #revalias
  25. root:y0d3180@gmail.com:smtp.gmail.com:587
  26. # The full hostname
  27. #hostname=ionut-PC
  28. hostname=ionut-PC
  29.  
  30. # Are users allowed to set their own From: address?
  31. # YES - Allow the user to specify their own From: address
  32. # NO - Use the system generated From: address
  33. FromLineOverride=YES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement