Jonas Meurer wrote:

> so what's the best way to deliver the maildir path fetched from ldap
> from my router to the transport?

I really don't understand all this debian gizmos, but address_data is
made just for that:

your_router:
  [conditions...]
  address_data = ${lookup...}
  transport = your_transport
 ...

your_transport:
  driver = appendfile
  directory = /var/spool/vmail/$address_data
 ...


-- 
## 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