[Mimedefang] filter in sendmail

G. Roderick Singleton gerry at pathtech.org
Tue Jun 10 14:24:01 EDT 2003


On Tue, 2003-06-10 at 12:11, Ramón Alvarez Rayo wrote:
> hello,
> 
> does any body can confirm if the following lines is ok for my sendmail.cf:
> 
> # Input mail filters
> O InputMailFilters=mimedefang
> 
> ...
> 
> #####################################################################
> Xmimedefang, S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, 
> T=S:10m;R:10m;E:10m
> 
> thanks
> 
> 
> _______________________________________________
> MIMEDefang mailing list
> MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

You really shouldn't be playing around in sendmail.cf unless you're a
REAL expert, in which case you'd know the answer ;-) 

Please use sendmail.mc to setup your system. The lines you need for
sendmail.cf are as follows:

define(`MILTER', `1')dnl
define(`confMILTER_LOG_LEVEL', 6)dnl
INPUT_MAIL_FILTER(`mimedefang',`S=unix:/var/spool/MIMEDefang/mimedefang.sock,\ F=T, T=S:1m;R:1m;E:5m')dnl

And watch for linefolding. e.g. the INPUT_* line is one line minus the \

-- 
Gerry Roderick Singleton <gerry at pathtech.org>
416-452-4583




More information about the MIMEDefang mailing list