Re: [Exim] Choosing smarthost based on message size

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Andreas Metzler
Fecha:  
A: exim-users
Asunto: Re: [Exim] Choosing smarthost based on message size
On Wed, Aug 27, 2003 at 10:57:19PM +1200, Scott Truman wrote:
>     I want messages over a certain size to be sent to a different
> smarthost. How do I go about this in a router?


How about using two routers defaultsmarthost and bigmail, the former
having condition = ${if >{$message_size}{10M}{no}{yes}}
to deny the message and pass it to the bigmail router.
             cu andreas