Re: [Exim] rate-limit for forking, sort of

Top Page
Delete this message
Reply to this message
Author: Marc Langer
Date:  
To: exim-users
Subject: Re: [Exim] rate-limit for forking, sort of
On Wed, Mar 05, 2003 at 08:10:33 +0100, Alexander Koch wrote:
> Can I possibly set 'queue only' in the call to rsmtp? Or
> should I go the whole way and do batched smtp so I have more
> mails in one batch (i.e., per forked exim)?


Delete the symbolic link rsmtp and create a shellscript instead:

#! /bin/sh
/usr/sbin/exim4 -odf

(or other suitable paramters, this is my setup)

Marc