On Sat, Feb 18, 2017 at 07:37:27AM -1000, Larry Stone wrote: > Viktor, did you ever figure out the logging issue?
No. Insufficient time to figure out the innards of the new Apple logging subsystem. My laptop is just for Postfix development, so the issue has not as yet warranted much effort on my part. > I just tried upgrading my test system to Postfix 3.1.4 (from 3.1.1) and > the logging started to go to the new Apple logging system. Immediately > fell back to 3.1.1 and the logging is back to /var/log/mail.log. Is the 3.1.1 build also your own? Built under the same O/S version? > My initial make command (based on what you’ve previously suggested is): > make -f Makefile.init makefiles CCARGS='-DUSE_TLS -I/usr/local/ssl/include \ > -DUSE_SASL_AUTH \ > -DUSE_CYRUS_SASL \ > -I/usr/local/include/sasl \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\"\ > -DDEF_COMMAND_DIR=\"/usr/local/sbin\"\ > -DDEF_CONFIG_DIR=\"/usr/local/etc/postfix\"\ > -DDEF_DAEMON_DIR=\"/usr/local/libexec/postfix\"\ > -DHAS_PCRE -I/usr/local/include' \ > AUXLIBS='-L/usr/local/lib -lpcre -L/usr/local/ssl/lib -lssl -lcrypto \ > -L/usr/local/lib -lsasl2’ Looks ok. Postfix does not introduce new features in patch releases, so there should be nothing different in this regard between 3.1.1 and 3.1.4. The only thing that comes to mind that your build of 3.1.4 is newer. Perhaps older binaries use an older syslog API? If you have a pre-Sierra MacOS/X machine, perhaps building 3.1.4 there and copying the binaries will yield the same behaviour you see with 3.1.1? -- Viktor.