svn commit: r527841 - in head/mail/ssmtp: . files
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Mar 5 16:26:23 UTC 2020
Author: 0mp
Date: Thu Mar 5 16:26:21 2020
New Revision: 527841
URL: https://svnweb.freebsd.org/changeset/ports/527841
Log:
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 at jpmens.net>
Approved by: aragon at phat.za.net (maintainer timeout)
Added:
head/mail/ssmtp/files/patch-ssmtp.conf (contents, props changed)
Modified:
head/mail/ssmtp/Makefile
head/mail/ssmtp/pkg-descr
Modified: head/mail/ssmtp/Makefile
==============================================================================
--- head/mail/ssmtp/Makefile Thu Mar 5 16:17:19 2020 (r527840)
+++ head/mail/ssmtp/Makefile Thu Mar 5 16:26:21 2020 (r527841)
@@ -3,7 +3,7 @@
PORTNAME= ssmtp
PORTVERSION= 2.64
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= DEBIAN_POOL
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
Added: head/mail/ssmtp/files/patch-ssmtp.conf
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/ssmtp/files/patch-ssmtp.conf Thu Mar 5 16:26:21 2020 (r527841)
@@ -0,0 +1,12 @@
+--- 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 at yourdomain.com
++# AuthPass=your-secret-password
Modified: head/mail/ssmtp/pkg-descr
==============================================================================
--- head/mail/ssmtp/pkg-descr Thu Mar 5 16:17:19 2020 (r527840)
+++ head/mail/ssmtp/pkg-descr Thu Mar 5 16:26:21 2020 (r527841)
@@ -7,4 +7,4 @@ WARNING: the above is all it does; it does not receive
aliases or manage a queue. That belongs on a mail hub with a system
administrator.
-WWW: http://packages.debian.org/stable/mail/ssmtp
+WWW: https://packages.qa.debian.org/s/ssmtp.html
More information about the svn-ports-head
mailing list