Re: [Exim] Exim vs Micro$lop Exchange with smtp priority

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: John Ward
Cc: exim-users@exim.org
Asunto: Re: [Exim] Exim vs Micro$lop Exchange with smtp priority
On Wed, 2 Oct 2002, John Ward wrote:

> Greetings,
>
> I'm not entirely aware of any mechanisms .... but would it be possible for
> exim to run its queue's delivery retries in a similar fashion to Exchanges?
> i.e. a message flagged as high priority gets retried at a higher frequency
> rate if not delivered.
>
> I'm getting some stick from the exchange admins about exchange delivering
> mail faster than exim and therefore want to bypass the AV scanner as well.
>
> Secondly, is this an RFC compliance issue ?


IMHO an MTA should not depend on Mail-headers for such things, BUT it
isn't impossible (at least i think so).
You could try to write some fancy redirect routers and rewrite the
addresses in a special way like $local_part@$domain.highpriority and use
a special retry rule for *.highpriority but thats just an idea ;). This
would need one router BEFORE your dnslookup router to strip .highpriority
and one after the dnslookup router to add it again.

ciao