Dave J. Hornford wrote:
I first tried making the directory world readable, same error. Them tried to lstat [the path] at the console and receive the error: lstat: command not found
I have a manpage on lstat, but no file. "Yum provides" showed the manpages, but no rpm I could find
You are looking at lstat() which is a function you can use in your C programs. There's no program called lstat.
What rpm is it in? (Or, have I started down a path that doesn't involve this application & Dovecot isn't clear)
You might want to take a look at stat, which is in the coreutils rpm. Even if you already solved your problem.
Cheers,
Ralph