svn commit: r405234 - in head/mail/postfix: . files

Adam Weinberger adamw at adamw.org
Tue Jan 5 16:11:31 UTC 2016


> On 4 Jan, 2016, at 3:33, Olli Hauer <ohauer at freebsd.org> wrote:
> 
> Author: ohauer
> Date: Mon Jan  4 10:33:26 2016
> New Revision: 405234
> URL: https://svnweb.freebsd.org/changeset/ports/405234
> 
> Log:
>  - rework pkg-install and pkg-message [1]
> 
> -If you not need sendmail anymore, please add in your rc.conf:
> -
> -sendmail_enable="NO"
> -sendmail_submit_enable="NO"
> -sendmail_outbound_enable="NO"
> -sendmail_msp_queue_enable="NO"
> -
> +Run the following commands to enable postfix during startup:
> +  - sysrc postfix_enable="YES"
> +  - sysrc sendmail_enable="NONE"

Hi Olli,

rc.sendmail(8) says:
     sendmail_enable
              The ``NONE'' option is deprecated and should not be
              used.  It will be removed in a future release.

To future-proof the pkg-message, you might want to keep the original 4 _enable="NO" commands in there.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org



More information about the svn-ports-head mailing list