Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-14 Thread Robert Chalmers
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 w

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Viktor Dukhovni
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_su

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
Well, I keep trying, but I also need SASL in that make line. - From my iPhone. > On 13 Apr 2015, at 3:32 pm, Viktor Dukhovni > wrote: > >> On Mon, Apr 13, 2015 at 02:13:31PM +, Viktor Dukhovni wrote: >> >> What are you doing??? Try eliminating all the line breaks and "\" >> chara

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Viktor Dukhovni
On Mon, Apr 13, 2015 at 02:13:31PM +, Viktor Dukhovni wrote: > What are you doing??? Try eliminating all the line breaks and "\" > characters, one long line is better. Then post what you've used > via a an ASCII mail client that does not use "smart quotes". > I use: make -f Makefile.i

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Viktor Dukhovni
On Mon, Apr 13, 2015 at 10:16:16AM +0100, Robert Chalmers wrote: > So far I have this. > > make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto? \ > AUXLIBS="-L/u

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
@Wietse. This is the makefile setup that produces the almost working build. zeus:postfix-3.0.0 robert$ make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto” \ > >

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
@Weitse. ok, straight out of the box, a $make goes through easily. 1 example line….. cc -I. -I../../include -DBIND_8_COMPAT -DNO_NETINFO -DRESOLVE_H_NEEDS_ARPA_NAMESER_COMPAT_H -DNO_EAI -DHAS_PCRE -I/opt/local/include -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wmissing-prot

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Wietse Venema
Robert Chalmers: > ./sys_defs.h:1761:1: warning: '/*' within block comment [-Wcomment] > /* Yorktown Heights, NY 10598, USA > ^ > ./sys_defs.h:1762:1: warning: '/*' within block comment [-Wcomment] > /*--*/ The Postfix 3.0.0 build procedure issues -Wno-comment which is supposed to suppresses

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Larry Stone
> On Apr 13, 2015, at 4:16 AM, Robert Chalmers wrote: > > So far I have this. > > make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto” \ > > AUXLIBS="-L/usr/l

How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
So far I have this. make makefiles CCARGS='-DUSE_SASL_AUTH \ -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl -lcrypto” \ AUXLIBS="-L/usr/lib -lsasl2” ' Which seems to be ok - however, upon the end of the build, I