Ted Cooper
Sat, 13 Mar 2010 01:48:30 -0800
On Fri, 2010-03-12 at 16:53 -0800, Ryan Roegan wrote: > 2010-03-01 18:17:27 1NmHfr-0003Pz-2n <= > r...@debian-blackhole.salesworks.comu=root P=local S=443 > 2010-03-01 18:17:27 1NmHfr-0003Pz-2n == > r...@debian-blackhole.salesworks.comr=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 -- ## 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/