Sendt: Mon, 23 Feb 2009 16:11:13 +0000
Fra: Peter Bowyer
> 2009/2/23 Daniel Aleksandersen
> > I am at a loss. This is probably a basic error on my part. I hope
> > someone can advice. :-)
> >
> > My error from running invoke-rc.d exim4 restart
> >
> > Exim configuration error.
> > router dovecot_transport: cannot find router driver "appendfile"
> 
> appendfile is a transport type, not a router type. I'm not totally
> familiar with the Debian split config system, but it looks like you
> put your new transport in a directory where it expects to have
> routers. Is there a 'transport' directory you could move it to?

Of course!! Thanks. :-)

> > My setup on Debian Lenny:
> >
> > # /etc/exim4/conf.d/router/881_local-dovecot_mailbox_bind
> > dovecot_router:
> >   driver = accept
> >   local_part_suffix = +*
> >   local_part_suffix_optional
> >   require_files = +/home/postmaster/mailboxes/${local_part}/
> >   transport = dovecot_transport
> >
> > # /etc/exim4/conf.d/router/881_local-dovecot_mailbox_store
> > dovecot_transport:
> >   driver = appendfile
> >   user = dovecot
> >   group = dovecot
> >   mode = 0600
> >   directory=/home/postmaster/mailboxes/${lc:$local_part}/
> >   maildir_format = true
> >   mode_fail_narrower = false
> >   envelope_to_add = true
> >   return_path_add = true
> >
> > Based on http://wiki.dovecot.org/HowTo/VirtualhostingWithExim
-- 
Daniel

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

Reply via email to