Re: [Exim] NFS and Exim

Top Page
Delete this message
Reply to this message
Author: joe
Date:  
To: exim-users
Subject: Re: [Exim] NFS and Exim
On Mon, Mar 25, 2002 at 03:12:20AM +0100, Phil Pennock wrote:
> } procmail:
> } driver = localuser
> } transport = procmail_pipe
> } require_files = ${local_part}:+${home}:+${home}/.procmailrc:+/usr/local/bin/procmail
> } no_verify
>
> It's trying procmail_pipe. require_files is checked _before_ the
> transport is tried. So you've passed the require_files check.
>
> So each of the files specified was deemed to exist.
>
>
> Are you using deferred delivery, with the first process just going to
> the spool? With a daemon process not running using this test config?


I'm killing the daemon process and running exim with -d2.

> If you add a "debug_print" option to the procmail director, just saying
> something like:
> debug_print = "Foo! LHS=${local_part} Home=${home}"


Yes, the line is printed if the directory is and isn't there.

LHS= and Home= are correct.