1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/ssmtp/files/patch-ssmtp.conf
Mateusz Piotrowski d4dbb1f66e Mention AuthUser/Pass in sample configuration file
The example file ssmtp.conf.sample does not at all mention either STARTTLS
or authentication for target MTAs. This patch fixes that.

Also, update WWW.

PR:		242602
Submitted by:	Jan-Piet Mens <ports@jpmens.net>
Approved by:	aragon@phat.za.net (maintainer timeout)
2020-03-05 16:26:21 +00:00

13 lines
437 B
Plaintext

--- ssmtp.conf.orig 2020-03-05 16:17:25 UTC
+++ ssmtp.conf
@@ -41,3 +41,9 @@ hostname=_HOSTNAME_
# 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