how do i check if my sendmail 8.12.11 has milter support compiled? how should i install it via ports to have milter up?
"sendmail -d0.1" will list the options sendmail was compiled with.
If you want the OS-version of sendmail to include milter support, add lines resembling the following to /etc/make.conf and rebuild sendmail:
# sendmail SENDMAIL_MC= /etc/mail/sec.pkix.net.mc SENDMAIL_CFLAGS+= -DMILTER -DSTARTTLS -DHASURANDOMDEV -DSASL2 SENDMAIL_CFLAGS+= -I/usr/local/include SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 -lssl -lcrypto
-- -Chuck
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
