Hi,
ich habe ein Problem mit SASL in Postfix 2.5.6.
Ich habe Postfix mit SASL kompiliert, aber es funktioniert nicht.
kompiliert habe ich so:
Kann mir einer sagen, was ich falsch mache?
OS ist CentOS 5.2
ich habe ein Problem mit SASL in Postfix 2.5.6.
Ich habe Postfix mit SASL kompiliert, aber es funktioniert nicht.
Code:
warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in
kompiliert habe ich so:
Code:
make tidy
make makefiles \
CCARGS='-DUSE_SASL -DHAS_SSL -DHAS_MYSQL -DHAS_LDAP \
-I/usr/include/sasl -I/usr/include/ssl \
-I/usr/include/mysql -I/usr/include' \
AUXLIBS='-L/usr/lib/sasl2 -L/usr/lib/openssl \
-L/usr/lib/mysql -L/usr/lib \
-lsasl2 -lcrypto -lssl -lmysqlclient -lz -lm -lldap -llber'
make upgrade
Kann mir einer sagen, was ich falsch mache?
OS ist CentOS 5.2