[Mimedefang] MIMEdefang working?

Fox, Randy Randy_Fox at csgsystems.com
Wed Jan 15 09:09:00 EST 2003


> From: Rainer Koschnick [mailto:arkay at gmx.net]
> Sent: Wednesday, January 15, 2003 7:20 AM
> INPUT_MAIL_FILTER(`mimedefang', 
> `S=unix:/var/spool/MIMEDefang/mimedefang.sock, T=S:5m;R:5m')

> 
> Does anyone have any idea how I can get more information or 
> what I might
> have forgotten?
> 
> The only other messages I see sporadically are those:
> 
> Jan 15 14:15:01 www sendmail[11097]: dangerous 
> permissions=40755 on queue directory /var/spool/clientmqueue/

My INPUT_MAIL_FILTER option are a little different:
`mimedefang',`S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=S:60s;R:60s;E:5m'

but I think your will work alright.  You also didn't mention recompiling sendmail with milter support.  Add the following lines to sendmail-8.12.6/devtools/Site/site.Linux.m4:
dnl add support for Mail Filters (Milter)
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')
APPENDDEF(`conf_libmilter_ENVDEF', `-DMILTER')

Finally, unrelated to MIMEDefang, change the right of /var/spool/clientmqueue/ to 770.

Randy




More information about the MIMEDefang mailing list