Dear all,

i compiled postfix with : 
make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL
-I/usr/include/mysql/' CCARGS='-DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=
\"dovecot\"' CCARGS='-DUSE_TLS -I/usr/include/openssl/'
'AUXLIBS=-L/usr/lib64/mysql -L/usr/lib -lmysqlclient -lz -lm -lssl
-lcrypto '


i checked their path on my machine. they was correct.library and include
files.
Question: can i use many CCARGS when i use make command?
because when i compiled and use ehlo localhost, i didn't startls, i saw:
//////////////////
root@mail:/opt/postfix/etc/postfix# telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 mail.pahlevanzadeh.info ESMTP Postfix
ehlo localhost
250-mail.pahlevanzadeh.info
250-PIPELINING
250-SIZE 30720000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
/////////////////////////////////////

Yours,
Mohsen

Reply via email to