I'm insufficiently familiar with gmail's web interface (grrrr!!!!!) and it appears I sent my last only to Wietse, not the list.
---------- Forwarded message ---------- From: David Benfell <dbenf...@gmail.com> Date: Tue, Aug 23, 2016 at 12:42 PM Subject: Re: OpenBSD build 'OPENSSL_VERSION' undeclared To: Wietse Venema <wie...@porcupine.org> That appears to have fixed that. Now I'm having what looks to be a similar problem linking to dovecot. Oy vey. But I'll start a separate thread for that if necessary. What I have now, which should not be considered complete because the dovecot part isn't working (and I suspect I want to rebuild dovecot from the upstream source as well), is: make tidy \ && make makefiles \ CCARGS="-DUSE_TLS -I/usr/local/include/eopenssl -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\"" \ AUXLIBS="-L/usr/local/lib/eopenssl -lssl -lcrypto" \ && make \ && sudo sh postfix-install On Tue, Aug 23, 2016 at 12:16 PM, Wietse Venema <wie...@porcupine.org> wrote: > David Benfell: > > So now I have: > > > > make tidy \ > > && make makefiles CCARGS="-DUSE_TLS > > -I/usr/local/include/eopenssl/openssl > > Try: -I/usr/local/include/eopenssl > > Wietse >