Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2011 15:29:12 GMT
From:      Sam Cassiba <sam@cassiba.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160257: [patch] mail/ssmtp: pkg-message needs further description for package installs
Message-ID:  <201108281529.p7SFTCxK014949@red.freebsd.org>
Resent-Message-ID: <201108281530.p7SFUEWo052466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160257
>Category:       ports
>Synopsis:       [patch] mail/ssmtp: pkg-message needs further description for package installs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 15:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sam Cassiba
>Release:        n/a
>Organization:
>Environment:
n/a
>Description:
When installing ssmtp from a package, there is no mention of what "make replace" does. This patch adds that additional information into pkg-message
>How-To-Repeat:
Install ssmtp from package
>Fix:
See included patch

Patch attached with submission follows:

--- ssmtp/files/pkg-message.in.orig	2008-11-19 15:23:49.000000000 -0600
+++ ssmtp/files/pkg-message.in	2011-08-28 10:25:29.793091010 -0500
@@ -1,6 +1,15 @@
 sSMTP has been installed successfully.
 
-To replace sendmail with ssmtp type "make replace"
+To replace sendmail with ssmtp type "make replace" or change 
+your /etc/mail/mailer.conf to:
+
+sendmail	/usr/local/sbin/ssmtp
+send-mail	/usr/local/sbin/ssmtp
+mailq		/usr/local/sbin/ssmtp
+newaliases	/usr/local/sbin/ssmtp
+hoststat	/usr/bin/true
+purgestat	/usr/bin/true
+
 
 However, before you can use the program, you should copy the files
 "revaliases.sample" and "ssmtp.conf.sample" in %%PREFIX%%/etc/ssmtp


>Release-Note:
>Audit-Trail:
>Unformatted:



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