Guest User

Untitled

a guest
Apr 10th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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=johnny@localmomentum.net
  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=mail.localmomentum.net:465
  13.  
  14. # Where will the mail seem to come from?
  15. rewriteDomain=
  16.  
  17. # The full hostname
  18.  
  19. # Gentoo bug #47562
  20. # Commenting the following line will force ssmtp to figure
  21. # out the hostname itself.
  22.  
  23. # hostname=_HOSTNAME_
  24.  
  25. FromLineOverride=YES
  26.  
  27. # Use SSL/TLS to send secure messages to server.
  28. #UseTLS=YES
  29.  
  30.  
  31. AuthUser=johnny@localmomentum.net
  32. AuthPass=yourpass
  33. # Use SSL/TLS certificate to authenticate against smtp host.
  34. #UseTLSCert=YES
  35.  
  36. # Use this RSA certificate.
  37. #TLSCert=/etc/ssl/certs/ssmtp.pem
Add Comment
Please, Sign In to add comment