WAN IPv4 checker & email notifier for computers behind dynamic IP/DHCP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.3 KiB

  1. #
  2. # /etc/ssmtp.conf -- a config file for sSMTP sendmail.
  3. #
  4. # The user that gets all the mails (UID < 1000, usually the admin)
  5. root=mailsender@foo.com
  6. # Username/Password
  7. AuthUser=mailsender@foo.com
  8. AuthPass=password-of-mailsender@foo.com-as-clear-text
  9. AuthMethod=LOGIN
  10. # The mail server (where the mail is sent to), both port 465 or 587 should be acceptable
  11. # See also https://support.google.com/mail/answer/78799
  12. mailhub=smtp.live.com:587
  13. # Email 'From header's can override the default domain?
  14. FromLineOverride=yes
  15. # Use SSL/TLS before starting negotiation
  16. UseTLS=Yes
  17. UseSTARTTLS=Yes
  18. TLS_CA_File=/etc/ssl/certs/ca-certificates.crt
  19. ######################
  20. # The person who gets all mail for userids < 1000
  21. # Make this empty to disable rewriting.
  22. # root=postmaster
  23. # The place where the mail goes. The actual machine name is required
  24. # no MX records are consulted. Commonly mailhosts are named mail.domain.com
  25. # The example will fit if you are in domain.com and you mailhub is so named.
  26. mailhub=mail
  27. # Where will the mail seem to come from?
  28. #rewriteDomain=y
  29. # The full hostname
  30. # hostname=localhost.localdomain
  31. # The full hostname. Must be correctly formed, fully qualified domain name or GMail will reject connection.
  32. # hostname=yourlocalhost.yourlocaldomain.tld
  33. # The address where the mail appears to come from for user authentication.
  34. # rewriteDomain=live.com