On Fri, 2010-03-12 at 16:53 -0800, Ryan Roegan wrote:
> 2010-03-01 18:17:27 1NmHfr-0003Pz-2n <=
> root@???=root P=local S=443
> 2010-03-01 18:17:27 1NmHfr-0003Pz-2n ==
> root@???=sw_router T=sw_deliver defer
> (13): Permission denied: cannot chdir to
> /home/sw/Maildir
>
>
> What am i missing? Sorry i'm pretty new to exim configuration and developed
> this config based on the delivered configuration.
As a wild guess .. permissions or dir doesn't exist problem.
The appendfile transport runs as the system user the email is destined
for unless the user/group options are used.
In this case you're trying to deliver to /home/sw/Maildir as the sw user
- that user either doesn't have access to that directory, or the
directory doesn't exist and create_dir isn't set. The tmp, cur and new
directories might also be missing.
The appendfile transport
http://docs.exim.org/current/spec_html/ch26.html
--
The Exim manual -
http://docs.exim.org