Although I run FreeBSD 8.0 on my current box, I do run the same 8.14.4 version of Sendmail that you do. As far as the milter libraries the OS version should not matter. The output for my system is as follows:
ls -la /usr/lib/*milter* -r--r--r-- 1 root wheel 89116 Jul 18 2010 /usr/lib/libmilter.a lrwxr-xr-x 1 root wheel 14 Jul 18 2010 /usr/lib/libmilter.so -> libmilter.so.5 -r--r--r-- 1 root wheel 51344 Jul 18 2010 /usr/lib/libmilter.so.5 Yours points to the .4 version of libmilter, mine points to the .5 ersion. What do your other, working, machines show? Also my lib sizes and dates differ greatly from yours. ls -la /usr/include/libmilter/ total 32 drwxr-xr-x 2 root wheel 512 Jul 18 2010 . drwxr-xr-x 47 root wheel 5120 Jul 18 2010 .. -r--r--r-- 1 root wheel 16791 Jul 18 2010 mfapi.h -r--r--r-- 1 root wheel 5281 Jul 18 2010 mfdef.h The same as yours excpet I do not have milter.h in there. On my box that's in /usr/ports/mail/sendmail-sasl/work/sendmail-8.14.4/include/libmilter/milter.h You may want to move that milter.h file out of there and see if that resolves the issue. On a sidenote, did you compile your sendmail out of the FreeBSD ports? On 2/14/2011 7:21 PM, Kitione Lalakomacoi wrote: > On Tue, Feb 15, 2011 at 12:29 PM, FreeBSD <[email protected]> wrote: > > OK, are all these other machines identical to the problem one as far as > > relevant mimedefang/sendmail versions are concerned? As well as versions > > of all libraries involved? If you have it running on other 6.4 machines > > then it sounds like a version issue on eg a library or port version and > > if you can pinpoint that you should be able to fix it. Unfortunately > > without detailed info on your machines that's all I can offer. > > All machines on Sendmail 8.14.4, but the MD versions vary (2.62, 2.68, 2.71). > > With respect to libraries - how do I check the versions of these? I > presume we are talking mainly about libmilter - here is what /usr/lib and > /usr/include/libmilter look like: > > # ls -la /usr/lib/*milter* > -r--r--r-- 1 root wheel 142144 Nov 11 2005 /usr/lib/libmilter.a > lrwxrwxrwx 1 root wheel 14 Apr 5 2007 /usr/lib/libmilter.so -> > libmilter.so.4 > -r--r--r-- 1 root wheel 42620 Apr 10 2010 /usr/lib/libmilter.so.3 > -r--r--r-- 1 root wheel 51003 Mar 24 2006 /usr/lib/libmilter.so.4 > -r--r--r-- 1 root wheel 143332 Nov 11 2005 /usr/lib/libmilter_p.a > > # ls -la /usr/include/libmilter/ > total 34 > drwxr-xr-x 2 root wheel 512 Apr 9 2010 . > drwxr-xr-x 47 root wheel 4608 Nov 26 2008 .. > -rw-r--r-- 1 root wheel 16791 Feb 9 2010 mfapi.h > -rw-r--r-- 1 root wheel 5281 Feb 9 2010 mfdef.h > -rw-r--r-- 1 root wheel 641 Feb 29 2008 milter.h > > _______________________________________________ > NOTE: If there is a disclaimer or other legal boilerplate in the above > message, it is NULL AND VOID. You may ignore it. > > Visit http://www.mimedefang.org and http://www.roaringpenguin.com > MIMEDefang mailing list [email protected] > http://lists.roaringpenguin.com/mailman/listinfo/mimedefang > _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

