Author: Tamas TEVESZ Date: To: Markus Bengts CC: exim-users Subject: Re: [Exim] lmtp
On Thu, 1 Aug 2002, Markus Bengts wrote:
> T=cyrus_delivery defer (13): Permission denied: failed to chdir to /home/markus
>
> I don't understand why exim tries to chdir to my home directory when it
> should only invoke /usr/local/cyrus/bin/deliver as user cyrus. (I compiled
> with lmtp support and now I have also tried to comment out all other
> directors.)
try passing `home_directory = /' to the localuser director (or some
other place, whatever).
by default, the localuser driver automatically sets
`home_directory = $home', and i could imagine (although i'm not 101%
positive, and lazy to check sources/docs ;) that it too tries to
chdir() to it (either that, or the transport, because home_directory
is set).