On 22 Jan 2019, at 5:22 pm, James Brown <jlbr...@bordo.com.au <mailto:jlbr...@bordo.com.au>> wrote: > > On 22 Jan 2019, at 5:18 pm, Larry Stone <lston...@stonejongleux.com > <mailto:lston...@stonejongleux.com>> wrote: >> >> On Jan 21, 2019, at 6:04 PM, Wietse Venema <wie...@porcupine.org >> <mailto:wie...@porcupine.org>> wrote: >>> >>> postfix-3.4-20190121-nonprod-logger has lightly-tested code for >>> logging to file without using syslogd. >>> >> >> I just successfully built it on a Mojave system and so far, all looks good. >> One test email sent out (my Postfix is outgoing only) was properly logged. >> Have not tested anything yet involving log rotation. Unlike James Brown and >> his Unsupported Berkeley DB version, I do not have Berkeley DB on my system >> (unless a version comes with MacOS), do not use mySQL, and do not have >> anything from Homebrew on the system. >> >> -- >> Larry Stone >> lston...@stonejongleux.com <mailto:lston...@stonejongleux.com> > > I’ll try removing Berkeley DB and give it another go. Thanks Larry. > > James.
I removed Berkeley DB (via Homebrew uninstall) and it gets much further. Now stops on: In file included from abounce.c:187: ./mail_params.h:20:10: fatal error: 'openssl/opensslv.h' file not found #include <openssl/opensslv.h> /* OPENSSL_VERSION_NUMBER */ ^~~~~~~~~~~~~~~~~~~~ 1 error generated. Shouldn’t this line in my make command find it? -DHAS_SSL -I/usr/local/opt/openssl@1.1/1.1.1a/include $locate openssl/opensslv.h /usr/local/Cellar/openssl/1.0.2p/include/openssl/opensslv.h /usr/local/Cellar/openssl/1.0.2q/include/openssl/opensslv.h /usr/local/Cellar/openssl@1.1/1.1.1/include/openssl/opensslv.h /usr/local/Cellar/openssl@1.1/1.1.1a/include/openssl/opensslv.h