freebsd-ports/mail/ssmtp/files/patch-ssmtp.conf
Mateusz Piotrowski e4e4c74805 Clean up patches
- Clean up REINPLACE_CMDs, use patches if possible
- Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one
  patch for the configure script
- Patch ssmtp.8 to refer to the proper path for sendmail
- Remove a patch adding strndup for FreeBSD 7.
2020-10-22 11:10:17 +00:00

19 lines
624 B
Text

--- ssmtp.conf.orig 2008-02-29 02:50:15 UTC
+++ ssmtp.conf
@@ -35,9 +35,15 @@ hostname=_HOSTNAME_
#UseTLSCert=YES
# Use this RSA certificate.
-#TLSCert=/etc/ssl/certs/ssmtp.pem
+#TLSCert=%%ETCDIR%%/ssmtp.pem
# Get enhanced (*really* enhanced) debugging information in the logs
# If you want to have debugging of the config file parsing, move this option
# to the top of the config file and uncomment
#Debug=YES
+
+# Use these parameters for securely authenticating against your
+# mailhub; check ssmtp.conf(5) for further details.
+# UseSTARTTLS=YES
+# AuthUser=you@yourdomain.com
+# AuthPass=your-secret-password