Hi all
I've installed the Cyrus-SASL on my host as described in the INSTALL file without any trouble. After that I must recompile sendmail to use the sasl libraries. Following the information given in the I did the following:
1. created the devtools/Site/site.conf.m4 file
2. edinted it and filled with the following:
APPENDDEF(ConfLIBDIRS', -L/usr/src/cyrus-sasl-1.5.24/lib')
APPENDDEF(ConfINCDIRS', -I/usr/src/cyrus-sasl-1.5.24/\ include')
APPENDDEF(ConfENVDEF', -DSASL')
APPENDDEF(Conf_sendmail_LIBS', -lsasl')
3. rm -r obj.Linux.2.4.5.i586
4. ./Build
5. make install
according to the manuals it should activate the SASL service, but the test: sendmail -d0.1 -bv root | grep SASL
doesn't pass
Anyone can tell me where did I go wrong?
thanks in advance
I've installed the Cyrus-SASL on my host as described in the INSTALL file without any trouble. After that I must recompile sendmail to use the sasl libraries. Following the information given in the I did the following:
1. created the devtools/Site/site.conf.m4 file
2. edinted it and filled with the following:
APPENDDEF(ConfLIBDIRS', -L/usr/src/cyrus-sasl-1.5.24/lib')
APPENDDEF(ConfINCDIRS', -I/usr/src/cyrus-sasl-1.5.24/\ include')
APPENDDEF(ConfENVDEF', -DSASL')
APPENDDEF(Conf_sendmail_LIBS', -lsasl')
3. rm -r obj.Linux.2.4.5.i586
4. ./Build
5. make install
according to the manuals it should activate the SASL service, but the test: sendmail -d0.1 -bv root | grep SASL
doesn't pass
Anyone can tell me where did I go wrong?
thanks in advance