I need to create a domain alias function in exim4 so emails to
user@alias_domain are forwarded to user@primary_domain, I use an LDAP
schema that has a domain attribute domainAliasName.
My exim4.conf gets the domainlist from ldap as follows:
I need help in creating a domain_alias router or modifying the one
above to support the domain alias functionality. I found some examples
of routers using the redirect driver but none using ldap.
Some assistance on the best way of achieving the required functionality
would be appreciated.