[Exim] NFS and Exim

Top Page
Delete this message
Reply to this message
Author: joe
Date:  
To: Phil.Pennock, exim-users
Subject: [Exim] NFS and Exim
Hi,

I looked at the man page. I tried the following, however it doesn't seem
to work: (the problem is occuring with both .procmailrc and .forward
files missing due to home directories not being available)

procmail:
driver = localuser
transport = procmail_pipe
require_files =
${local_part}:+${home}:+${home}/.procmailrc:+/usr/local/bin/procmail
no_verify

and with:

userforward:
driver = forwardfile
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
no_verify
check_ancestor
check_local_user
require_files = ${local_part}:+${home}:+${home}/.forward
file = .forward
modemask = 002
filter

with the above, .forward files aren't even read.

messages are still being deferred.

could someone please give me a working syntax? i need this working asap.

thanks