HeadachesAbound wrote:
451 qq trouble creating files in queue (#4.3.0)
"make setup" from the qmail source directory should rebuild your mail queue, fixing any permission or other problems.
HeadachesAbound wrote:
I have tried to download and compile queue-fix with no luck. I'm getting linker errors stating that there is an undefined reference to errno. Ideas?
I've never used with queue-fix, but odds are that you'll find
extern int errno;
somewhere in the source, replace it with
#include <errno.h>
If you do end up reinstalled, I'd _highly_ suggest using the directions at lifewithqmail.org. These directions are "newbie proof" and if you ever want to get support from the qmail mailing list, this is almost a requirement.