mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- 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.
19 lines
624 B
Text
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
|