Jason C. Leach wrote:
> hi,
>
> This is the router. It does not like me un-commenting the 'file' bit.
> If you notice any othe problems, please comment on them.
>
>
> # This router matches virtual local user mailboxes.
> virtual_localuser:
> driver = accept
> #file_transport = address_file
> #pipe_transport = address_pipe
> domains = lsearch;/etc/exim/local-domains
> #file = /etc/exim/virtual/${domain}/passwd
> transport = virtual_localdelivery
Please check the docs for the accept-router, it has no option like
file=, maybe you meant require_files= ?
Nico