Re: OpenBSD build: 'dovecot' undeclared

2016-08-24 Thread David Benfell
On Wed, 2016-08-24 at 06:57 -0400, Wietse Venema wrote: > David Benfell: > > > > make tidy \ > > && make makefiles CCARGS="-DUSE_TLS > > -I/usr/local/include/eopenssl > INSTALL says: > > make makefiles CCARGS=' ... -Dthis=\"that\" ... ' So I fixed that, and ran headlong into yet anot

Re: OpenBSD build: 'dovecot' undeclared

2016-08-24 Thread Viktor Dukhovni
On Wed, Aug 24, 2016 at 10:42:39AM -0600, The Doctor wrote: > Or postfix could compensate for LibreSSL , an Openssl drop in replacement > for OpenBSD that is standard for OpenBsd, LibreSSL is not quite a "drop in" replacement. > or better yet is Postfix openssl 1.1 ready like exim is? More so

Re: OpenBSD build: 'dovecot' undeclared

2016-08-24 Thread The Doctor
On Wed, Aug 24, 2016 at 06:57:43AM -0400, Wietse Venema wrote: > David Benfell: > > Sorry, I'm still not getting it. The only thing I could see to do > > differently was to put the long make makefiles line all on one line without > > continuations. Thus, > > > > make tidy \ > > && make mak

Re: OpenBSD build: 'dovecot' undeclared

2016-08-24 Thread Wietse Venema
David Benfell: > Sorry, I'm still not getting it. The only thing I could see to do > differently was to put the long make makefiles line all on one line without > continuations. Thus, > > make tidy \ > && make makefiles CCARGS="-DUSE_TLS -I/usr/local/include/eopenssl INSTALL says: ma

Re: OpenBSD build: 'dovecot' undeclared

2016-08-23 Thread David Benfell
Sorry, I'm still not getting it. The only thing I could see to do differently was to put the long make makefiles line all on one line without continuations. Thus, make tidy \ && make makefiles CCARGS="-DUSE_TLS -I/usr/local/include/eopenssl -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\

Re: OpenBSD build: 'dovecot' undeclared

2016-08-23 Thread Wietse Venema
David Benfell: > 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 postfi

OpenBSD build: 'dovecot' undeclared

2016-08-23 Thread David Benfell
Hi, My saga continues (the earlier thread had to do with linking to openssl correctly under OpenBSD). As before, this is OpenBSD 5.9 and postfix 3.1.1. I have built dovecot 2.2.24 from the upstream source and gotten it working (hello, file descriptor limits! hello, user authentication weirdness!)