Date: Thu, 12 Dec 2019 14:21:48 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 242602] mail/ssmtp Mention AuthUser/Pass in sample configuration file Message-ID: <bug-242602-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242602 Bug ID: 242602 Summary: mail/ssmtp Mention AuthUser/Pass in sample configuration file Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: jp@mens.de CC: aragon@phat.za.net CC: aragon@phat.za.net Flags: maintainer-feedback?(aragon@phat.za.net) The example file ssmtp.conf.sample does not at all mention either STARTTLS = or authentication for target MTAs, something which I assume is needed by many people. Would it be a good idea to at least add, in comments, an indication thereof? Something along these lines, maybe: --- ssmtp.conf.sample 2019-11-15 16:44:44.000000000 +0000 +++ ssmtp.conf.sample.new 2019-12-12 14:18:53.946701000 +0000 @@ -41,3 +41,11 @@ # If you want to have debugging of the config file parsing, move this opti= on # to the top of the config file and uncomment #Debug=3DYES + +# Use these parameters for securely authenticating against your +# mailhub; check ssmtp.conf(5) for further details. + +# UseSTARTTLS=3DYES +# AuthUser=3Dyou@yourdomain.com +# AuthPass=3Dyour-secret-password + I'd also like to point out that the home page for ssmtp as recorded at [1] = is no longer valid and seems to have moved to https://packages.qa.debian.org/s/ssmtp.html --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242602-7788>