Re: [exim] howto set macros depending on ldap request

Top Page
Delete this message
Reply to this message
Author: Kjetil Torgrim Homme
Date:  
To: Jeremy Harris
CC: exim-users
Subject: Re: [exim] howto set macros depending on ldap request
On Fri, 2005-07-22 at 19:07 +0100, Jeremy Harris wrote:
> Macros are set in the top part of the config file, before the first
> "begin".


this was relaxed in Exim 4.51:

PH/06 Macros may now be defined or redefined between router, transport,
      authenticator, or ACL definitions, as well as in the main part of
the
      configuration. They may not, however, be changed within an
individual
      driver or ACL, or in the local_scan, retry, or rewrite sections of
the
      configuration.


(see also PH/05 for other changes in macro handling.)

macros are static aliases parsed on startup and not what the OP wants,
though.
--
Kjetil T.