ports/84345: mail/postfix: sync pkg-message with rc.sendmail(8)

Vasil Dimov vd at datamax.bg
Sat Jul 30 14:40:14 UTC 2005


>Number:         84345
>Category:       ports
>Synopsis:       mail/postfix: sync pkg-message with rc.sendmail(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 30 14:40:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

According to rc.sendmail(8) value of NONE for sendmail_enable in
rc.conf is deprecated and should not be used. (for 5.x and up)

So we should better not advise the users to disable sendmail with
sendmail_enable="NONE", instead advise them to use what rc.sendmail(8)
suggests.

>How-To-Repeat:

>Fix:

--- postfix_pkg-message.diff begins here ---
Index: pkg-message
===================================================================
RCS file: /home/ncvs/ports/mail/postfix/pkg-message,v
retrieving revision 1.9
diff -u -r1.9 pkg-message
--- pkg-message	20 May 2005 11:43:18 -0000	1.9
+++ pkg-message	30 Jul 2005 14:25:23 -0000
@@ -18,7 +18,10 @@
 the other local services, for example, after your database server starts if
 you need it to be running for postfix.  To do this, set in your rc.conf file:
 
-sendmail_enable="NONE"
+sendmail_enable="NO"
+sendmail_submit_enable="NO"
+sendmail_outbound_enable="NO"
+sendmail_msp_queue_enable="NO"
 
 Then make the following symbolic link:
 
--- postfix_pkg-message.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list