Re: [Exim] Exim With Openmail...

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Phil Brutsche
CC: exim-users
Subject: Re: [Exim] Exim With Openmail...
On 2000-10-09 at 10:54 -0500, Phil Brutsche gifted us with:
> That's almost exactly how it works - OpenMail has what I would call a
> weird address format (firstname.lastname/organization) that the MTA uses
> to figure out what to send to OpenMail.


You can do this with a 'condition' rule on the Director. Something like
(untested):

condition = ${if match {${lc:local_part}{/myorganisation$} {yes}{no}}

to just do it for one organisation.

See online Exim docs,

Common generic options for directors and routers
condition (director or router) option

String expansions

HTH,
--
Civilisation: where they cut down the trees and name streets after them.