Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2020 16:26:21 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527841 - in head/mail/ssmtp: . files
Message-ID:  <202003051626.025GQLJi018753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@jpmens.net>
  Approved by:	aragon@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003051626.025GQLJi018753>