Advertisement
Guest User

Untitled

a guest
Apr 19th, 2017
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  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.  
  6. # The place where the mail goes. The actual machine name is required no
  7. # MX records are consulted. Commonly mailhosts are named mail.domain.com
  8. mailhub=smtp.gmail.com:587
  9.  
  10. AuthPass=xxxxxxxxxxxxxx
  11. UseTLS=YES
  12. UseSTARTTLS=YES
  13.  
  14. # Where will the mail seem to come from?
  15. rewriteDomain=gmail.com
  16.  
  17. # The full hostname
  18.  
  19. # Are users allowed to set their own From: address?
  20. # YES - Allow the user to specify their own From: address
  21. # NO - Use the system generated From: address
  22. FromLineOverride=YES
  23.  
  24. # sSMTP aliases
  25. #
  26. # Format: local_account:outgoing_address:mailhub
  27. #
  28. # Example: root:[email protected]:mailhub.your.domain[:port]
  29. # where [:port] is an optional port number that defaults to 25.
  30. root:[email protected]:smtp.gmail.com:587
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement