Re: [exim] forwarding to multiple addresses using ldap

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jan-Piet Mens
Data:  
Para: Wolfgang Kohnen (FEYERABEND)
CC: exim-users
Asunto: Re: [exim] forwarding to multiple addresses using ldap
On Wed Apr 06 2005 at 15:46:15 CEST, Wolfgang Kohnen (FEYERABEND) wrote:

> Now I would like to forward all messages of the given $local_part to all
> specified addresses in addition to the local delivery.


I think a router somewhere along these lines may help you to grab the forwarding
addresses::

gosaforward:
  driver = redirect
  allow_defer
  data = \
  ${lookup ldapm { \
       ldap:///BASEDN?gosaMailForwardingAdress?sub?(uid=${quote_ldap:${local_part}}) \
       } \
  }


Regards,
    -JP