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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Langer
Fecha:  
A: exim-users
Asunto: 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