Date: Tue, 5 Jan 2016 09:11:18 -0700 From: Adam Weinberger <adamw@adamw.org> To: Olli Hauer <ohauer@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r405234 - in head/mail/postfix: . files Message-ID: <6905C58D-FB6E-4FAA-9E83-2FDD0CCDDFD7@adamw.org> In-Reply-To: <201601041033.u04AXQsP045550@repo.freebsd.org> References: <201601041033.u04AXQsP045550@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 4 Jan, 2016, at 3:33, Olli Hauer <ohauer@freebsd.org> wrote: >=20 > Author: ohauer > Date: Mon Jan 4 10:33:26 2016 > New Revision: 405234 > URL: https://svnweb.freebsd.org/changeset/ports/405234 >=20 > Log: > - rework pkg-install and pkg-message [1] >=20 > -If you not need sendmail anymore, please add in your rc.conf: > - > -sendmail_enable=3D"NO" > -sendmail_submit_enable=3D"NO" > -sendmail_outbound_enable=3D"NO" > -sendmail_msp_queue_enable=3D"NO" > - > +Run the following commands to enable postfix during startup: > + - sysrc postfix_enable=3D"YES" > + - sysrc sendmail_enable=3D"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=3D"NO" commands in there. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6905C58D-FB6E-4FAA-9E83-2FDD0CCDDFD7>