* On 2004.08.12, in <[EMAIL PROTECTED]>,
*       "Randall Perry" <[EMAIL PROTECTED]> wrote:
> I'm still having trouble trying to find info on using milter, clamav with
> OSX.
> 
> I assume I need to compile clamav-milter, but in the INSTALL notes all is
> says about OSX is this:
> 
> Sendmail on MacOS/X (10.1) is provided without a development package so this
> can't be run "out of the box"

This is a little misleading, I think. Most brands of Unix don't have the
components you need to compile ClamAV "out of the box". The only ones I
would expect to have them readily available are the various free (Linux,
BSD) distributions. In other words, MacOS X is nothing special in this
regard; it's just like (almost?) any other commercial Unix.

You need to obtain a sendmail distribution from sendmail.org. Configure
it and compile it with milter support, and install this somewhere
on your system -- preferably not in /usr, but rather /usr/local
or someplace else. (You don't want to risk having your sendmail
installation overwritten by an Apple updater, should they decide on
switching back to sendmail.)

You might need to do the installation by hand. Make sure that
libmilter.* and its header files (include/libmilter/*.h) are installed.
For example, if installing under /usr/local, you'd want to see these
files:

        /usr/local/lib/libmilter.dylib [or libmilter.something.dylib]
        /usr/local/include/libmilter/mfapi.h
        /usr/local/include/libmilter/mfdef.h
        /usr/local/include/libmilter/milter.h

Then return to clamav, and configure it with --enable-milter.

-- 
 -D.    [EMAIL PROTECTED]                               NSIT::ENSS
 The World Wide Web: proof that God exists, and is laughing at us.


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to