Hello My goal is to add to all outgoing mail a small boilerplate.
My system: FreeBSD acsvfbsd06.acutronic.ch 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Thu Sep 17 17:53:59 CEST 2009 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64 sendmail.mc: [snip] MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=S:1m;R:1m')dnl define(`confINPUT_MAIL_FILTERS', `mimedefang')dnl [snip] sendmail version: ESMTP Sendmail 8.14.3/8.14.3; Fri, 27 Nov 2009 17:58:56 +0100 (CET) acsvfbsd06# mimedefang.pl -test Filter /usr/local/etc/mimedefang/mimedefang-filter seems syntactically correct. acsvfbsd06# mimedefang.pl -features MIMEDefang version 2.67 Archive::Zip : yes HTML::Parser : yes Net::DNS : yes Path:CONFDIR : yes (/usr/local/etc/mimedefang) Path:QUARANTINEDIR : yes (/var/spool/MD-Quarantine) Path:SENDMAIL : yes (/usr/sbin/sendmail) Path:SPOOLDIR : yes (/var/spool/MIMEDefang) SpamAssassin : yes HTML:TokeParser : no HTMLCleaner : no Unix::Syslog : no Virus:AVP : no Virus:AVP5 : no Virus:BDC : no Virus:CLAMAV : no Virus:CLAMD : no Virus:CSAV : no Virus:FPROT : no Virus:FPROTD : no Virus:FPROTD6 : no Virus:FPSCAN : no Virus:FSAV : no Virus:HBEDV : no Virus:KAVSCANNER : no Virus:NAI : no Virus:NOD32 : no Virus:NVCC : no Virus:SAVSCAN : no Virus:SOPHIE : no Virus:SOPHOS : no Virus:SymantecCSS : no Virus:TREND : no Virus:TROPHIE : no Virus:VEXIRA : no Anomy::HTMLCleaner : missing Archive::Zip : Version 1.30 Digest::SHA1 : Version 2.12 HTML::Parser : Version 3.64 HTML::TokeParser : missing IO::Socket : Version 1.31 IO::Stringy : Version 2.110 MIME::Base64 : Version 3.08 MIME::Tools : Version 5.427 MIME::Words : Version 5.427 Mail::Mailer : Version 2.04 Mail::SpamAssassin : Version 3.002005 Net::DNS : Version 0.65 Unix::Syslog : Version 1.1 ps -ax shows 6722 ?? S 0:00,19 /usr/local/bin/mimedefang-multiplexor -l -p /var/spool/MIMEDefang/mimedefang-multiplexor.pid -z /var/spool/MIMEDefang -m 2 -x 10 -U The -l option means to log all stuff to syslog. /var/log/all.log shows: Nov 27 17:57:18 acsvfbsd06 kernel: pid 9919 (perl), uid 26: exited on signal 11 (core dumped) Nov 27 17:57:18 acsvfbsd06 mimedefang-multiplexor[6722]: Reap: slave 0 (pid 9919) exited due to signal 11 (SLAVE DIED UNEXPECTEDLY) Nov 27 17:57:18 acsvfbsd06 mimedefang-multiplexor[6722]: Slave 0 resource usage: req=0, scans=0, user=0.158, sys=0.067, nswap=0, majflt=0, minflt=2832, maxrss The above will repeate any 30 seconds. I also ant find the core files but I could not find it! (Or I did not find the correct directory) Any ideas what is going wrong here? -- Martin Schweizer [email protected] Tel.: +41 32 512 48 54 (VoIP) Fax: +1 619 3300587 _______________________________________________ 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

