[Mimedefang] negotiate error: version 13 not 2?

Jason Englander jason at englanders.cc
Tue Mar 5 16:03:17 EST 2002


On Tue, 5 Mar 2002, Nicholas Brealey wrote:

<SNIP>
> I ran into a problem where I had old versions of mfapi.h and
> mfdef.h in /usr/include/libmilter and new versions in /usr/include
> and mimedefang picked up the old include files. I think mimedefang.c
> should be changed to include just mfapi.h so that it will work with
> the standard sendmail 8.12.2 installation.
</SNIP>

Whenever I install MD on a box I just do something like this after the
sendmail build before the MD build:

mkdir /usr/include/libmilter
ln -s /usr/include/mfapi.h /usr/include/libmilter/mfapi.h
ln -s /usr/include/mfdef.h /usr/include/libmilter/mfdef.h
cp /usr/local/src/sendmail-8.12.2/obj.Linux.*/*/*.a /usr/lib

...then everybody is happy.

  Jason





More information about the MIMEDefang mailing list