OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
compile postfix ssl/tls an mysql support?

From: Achim Altmann (aacom-gate.com)
Date: Sat Sep 20 2003 - 08:06:38 CDT


Hello,

i would like postfix-2.0.15 compile with mysql and ssl support like the
patch from Lutz Jaenicke

I have now downloaded postfix2.0.15 and patched with Lutz Jaenickes patch

I would like alos supported mysql-lookups
I use also cyrus-sasl.2.1.10

i would now create the makefile so

#!/bin/sh
make makefiles CCARGS="-DHAS_MYSQL \
-I/usr/include/mysql \
-DUSE_SASL_AUTH \
-DUSE_SSL -DHAS_SSL \
-I/usr/include/sasl" \
AUXLIBS="-L/usr/lib/mysql \
-lmysqlclient \
-lz -lm -L/usr/lib -lsasl2 \
-L/usr/local/ssl/lib -lssl -lcrypto"

I think this is a little to mutch or?

could any check this and post what is better?

Thank's a lot

regards
Achim