Thank you Viktor. I’m using the first option. "# Dovecot only with Dovecot as default”, and it makes and compiles 3.0.0, and 3.1 with no problems.
I can’t believe I had so much trouble getting that line right. Considering I helped add a bit of code way back when to Sendmail many years ago, you would think I’d be familiar with it all. Live and learn… Robert Robert Chalmers racu...@icloud.com <mailto:racu...@icloud.com> Quantum Radio: http://tinyurl.com/lwwddov Mac mini 6.2 - 2012, Intel Core i7,2.3 GHz, Memory:16 GB. Yosemite 10.10.2. 2TB Storage made up of - Drive 0:HGST HTS721010A9E630. Upper bay. Drive 1:ST1000LM024 HN-M101MBB. Lower Bay > On 13 Apr 2015, at 17:37, Viktor Dukhovni <postfix-us...@dukhovni.org> wrote: > > On Mon, Apr 13, 2015 at 05:19:19PM +0100, Robert Chalmers wrote: > >> Well, I keep trying, but I also need SASL in that make line. > > Add it. But to try to not mess up the quoting or syntax. > > http://www.postfix.org/SASL_README.html#build_dovecot > > http://www.postfix.org/SASL_README.html#sasl_support > >>> make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE >>> -I/opt/local/include' AUXLIBS='-L/opt/local/lib -lssl -lcrypto' >>> AUXLIBS_PCRE='-L/opt/local/lib -lpcre' makefiles > > # Dovecot only with Dovecot as default > # > make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE > -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -I/opt/local/include' > AUXLIBS='-L/opt/local/lib -lssl -lcrypto' AUXLIBS_PCRE='-L/opt/local/lib > -lpcre' makefiles > > # Cyrus and Dovecot with Cyrus as default: > # > make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE > -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/opt/local/include' > AUXLIBS='-L/opt/local/lib -lsasl2 -lssl -lcrypto' > AUXLIBS_PCRE='-L/opt/local/lib -lpcre' makefiles > > -- > Viktor