On Fri, 29 May 1998 vtmue@??? wrote:
> With standard config, exim wants to check for $homedir/.forward, causing
> an error message and a deferred delivery.
> Simply uncommenting the userforward entries doesn't help.
What happens? Removing the forwardfile director should stop it looking
for forward files!
> How can I configure exim so that it doesn't checks a user's homedir at
> all?
userforward:
driver = forwardfile
file = ${home}/.forward
no_verify
check_ancestor
That will just check for the existence of the file without trying to
stat the home directory first. Or possibly you want to use
userforward:
driver = forwardfile
require_files = ${home}
file = .forward
no_verify
check_ancestor
which checks that a home directory exists as a pre-requisite to running
the director.
--
Philip Hazel University Computing Service,
P.Hazel@??? New Museums Site, Cambridge CB2 3QG,
ph10@??? (sic) England. Phone: +44 1223 334714
--
*** Exim information can be found at
http://www.exim.org/ ***