Re: macOS X, Operation not permitted - rename sendmail

2018-11-02 Thread Viktor Dukhovni
> On Nov 2, 2018, at 1:37 AM, James Brown wrote: > > make -f Makefile.init makefiles CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > -DDEF_COMMAND_DIR=\"/usr/local/sbin\" \ > -DDEF_CONFIG_DIR=\"/usr/local/etc/postfix\" \ >

Re: macOS X, Operation not permitted - rename sendmail

2018-11-01 Thread James Brown
On 2 Nov 2018, at 4:11 pm, Viktor Dukhovni mailto:postfix-us...@dukhovni.org>> wrote: > > On Fri, Nov 02, 2018 at 03:09:02PM +1100, James Brown wrote: > >> I run make with: >> >> $ make -f Makefile.init makefiles CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \ >> -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ >>

Re: macOS X, Operation not permitted - rename sendmail

2018-11-01 Thread Viktor Dukhovni
On Fri, Nov 02, 2018 at 03:09:02PM +1100, James Brown wrote: > I run make with: > > $ make -f Makefile.init makefiles CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > -DDEF_COMMAND_DIR=\"/usr/local/sbin\" \ > -DDEF_CONFIG_DIR=\"/usr/local/etc/postfix\" \ >

Re: macOS X, Operation not permitted - rename sendmail

2018-11-01 Thread James Brown
> On 1 Oct 2018, at 6:13 pm, Viktor Dukhovni > wrote: > > On Mon, Oct 01, 2018 at 05:56:57PM +1000, James Brown wrote: > >> I’ve just tired to install Postfix 3.3.1 on macOS X 10.13.6 High Sierra. >> >> Sudo make install finishes with: >> >> Updating

Re: macOS X, Operation not permitted - rename sendmail

2018-10-01 Thread Bill Cole
On 1 Oct 2018, at 3:56, James Brown wrote: Is this a SIP thing? Yes. As Viktor said, Apple-populated paths under /usr are immutable while SIP is enabled. Anyone come across this? How to fix? Don't fight it. As Viktor said, you can adjust your build to NOT replace the system 'sendmail'

Re: macOS X, Operation not permitted - rename sendmail

2018-10-01 Thread Larry Stone
> On Oct 1, 2018, at 3:13 AM, Viktor Dukhovni > wrote: > > On Mon, Oct 01, 2018 at 05:56:57PM +1000, James Brown wrote: > >> I’ve just tired to install Postfix 3.3.1 on macOS X 10.13.6 High Sierra. >> >> Sudo make install finishes with: >> >> Updating /usr/sbin/sendmail... > > In MacOSX

Re: macOS X, Operation not permitted - rename sendmail

2018-10-01 Thread Viktor Dukhovni
On Mon, Oct 01, 2018 at 05:56:57PM +1000, James Brown wrote: > I’ve just tired to install Postfix 3.3.1 on macOS X 10.13.6 High Sierra. > > Sudo make install finishes with: > > Updating /usr/sbin/sendmail... In MacOSX /usr is immutable, except during upgrade reboots. You can't install Postfix