[Mimedefang] Bad Timeouts

David F. Skoll dfs at roaringpenguin.com
Thu Jul 18 10:48:00 EDT 2002


On Thu, 18 Jul 2002, Chad Stalvey wrote:

> My sendmail.mc file has this:

> INPUT_MAIL_FILTER(`mimedefang',
> `S=unix:/var/spool/MIMEDefang/mimedefang.sock, T=S:300s;R:300s;E:5m')dnl

You really should have the F=T flag, too.


> Then I start mimedefang like this:
> # su defang
> % /usr/local/bin/mimedefang -p /var/spool/MIMEDefang/mimedefang.sock&
> % mimedefang-multiplexor -l&

That won't work well -- the multiplexor will not be used (no "-m" on
mimedefang invocation.)  It will be painfully slow (as you've discovered.)

There's a script in examples/init-script which is generic for any UNIX
platform.  Edit it as required, rename to "mimedefang-ctrl" and use:

	mimedefang-ctrl start   # to start MIMEDefang
	mimedefang-ctrl stop    # to stop MIMEDefang

Regards,

David.




More information about the MIMEDefang mailing list