----- Original Message ----- From: "Fernando Gleiser" <[EMAIL PROTECTED]>
I've installed mimedefang-2.56 from source on a Solaris 8 system.
Perl's version is 5.6.1 from sunfreeware.

It seems to be working fine, except for one little detail: it doesn't
log anything to syslog. the md_graphdefang_log_enable('mail', 1); line
in mimedefan-filter is enabled and syslogd is runing, but in /var/log/syslog I only see sendmail's messages.

I even tried manually setting "setlogsock('inet');" by hand on
/usr/local/bin/mimedefang.pl and restarting mimedefang, but that didn't
solve it.

Any hints/pointers? I'm starting to run out of ideas.
You have enabled the mimedefang-milter call in from sendmail and restarted it?
For sendmail.m4 use something like
INPUT_MAIL_FILTER(`mimedefang', `S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=C:15m;S:5m;R:5m;E:15m')

And if you edit sendmail.cf by hand
O InputMailFilters=mimedefang
Xmimedefang, S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=C:15m;S:5m;R:5m;E:15m

Cheers
Roland
_______________________________________________
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

Reply via email to