azzouz wrote:

> I want to store aliases informations in ldap in order to view then from
> a client mail and eventualy to modify then. Is it possible ? Some have
> done it ?

I use the following style router, note that the LDAP schema used is for
GOsa, you'll probably want to adjust it to fit yours.

gosa_aliases:
        debug_print = "R: gosa_aliases for [EMAIL PROTECTED]"
        driver = redirect
        domains = dsearch;/etc/exim4/virtual
        allow_fail
        allow_defer
        data = ${lookup ldap \
                        {ldap://localhost/dc=foo,dc=com?mail?sub?\

(&(|([EMAIL PROTECTED])([EMAIL PROTECTED]))\
                                (objectClass=gosaMailAccount)\
                                )\
                        }\
                }

Regards,

James

-- 
http://www.freecharity.org.uk/ - Free hosting for charities
http://jamesd.ukgeeks.co.uk/

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to