FreeBSD 8.0-RELEASE
I have sendmail+tls+sasl2-8.14.3_1 installed.
I went to add sid-milter.
sid-milter complains:
I don't see an option to tell sid-milter that sendmail is already
installed.
I was looking at the Makefile for sid-milter.
Noticed:
Is this the clue to how to install without sendmail ?
I have sendmail+tls+sasl2-8.14.3_1 installed.
I went to add sid-milter.
sid-milter complains:
Code:
===> sendmail-8.14.3_1 conflicts with installed package(s):
sendmail+tls+sasl2-8.14.3_1
installed.
I was looking at the Makefile for sid-milter.
Noticed:
Code:
.if defined(WITH_SENDMAIL_PORT)
SITE+= ${FILESDIR}/site.config.m4.milter
.endif
Is this the clue to how to install without sendmail ?