Christopher> I am trying to configure sendmail on SXDE to send mail through Christopher> an authenticated SMTP relay (owned by my ISP).
Christopher> I have been following this: Christopher> http://www.sendmail.org/~ca/email/auth.html which seems to be Christopher> quite thorough, however it appears that the included version Christopher> of sendmail was not compiled with SASL support. Correct. Christopher> So has anyone gotten this to work? If not, does anyone know Christopher> if the sendmail source was included in the release so I could Christopher> recompile it - if so where? The source for sendmail in OpenSolaris is the same as the source available from sendmail.org; for the flags we compile it with, see: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/sendmail/Makefile.cmd http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/sendmail/src/Makefile Christopher> I know I could download sendmail and compile it myself but I Christopher> would rather use the one included with SXDE. Then you'll have to wait a while. I have an RFE for this, but it has been on hold for a long time and not likely to see action any time soon. The short version is that you can build with -DSASL=2 and link with -lsasl and you can get things to work if the only mech you're using is GSSAPI. But if you want the {CRAM,DIGEST}-MD5 mechs, then you'll have to roll your own libsasl. -- John http://blogs.sun.com/jbeck _______________________________________________ opensolaris-discuss mailing list [email protected]
