On Thu, 18 Mar 2004, J.D. Bronson wrote:
> I have f-protd running and can talk to it, but the configure on mimedefang > does not see this program eventhough it is installed in the default > /usr/local/sbin ...
You have to enable the demon variant manually:
$Features{'Virus:FPROTD'} = 1;
Also make sure, your demon and MIMEDefang use the same ports:
$FprotdHost = "127.0.0.1:10200";
This seems to work well. It would be nice to see MD pick this up during a ./configure run though :-/
I am wondering though...I see the defaults to running f-protd are: /usr/local/sbin/f-protd -background /usr/local/f-prot/
Which results in: Scanner arguments: -dumb -archive -packed -remote-dtd
Is this sufficient or are there additional arguments recommended?
Thanks for the feedback.
-- J.D. Bronson Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

