The problem is the default installation permissions for the vpopmail lib on
~vpopmail/lib . This directory and it's files are root owned and only readable
by that user.
Try something like:
chmod 755 ~vpopmail/lib
chmod 644 ~vpopmail/lib/*
make whatever
Regards...
"Hubbard, David" wrote:
> I jus
I just built and installed vpopmail 5.0, upgrading
from 4.9.10, it seemed to go fine. I used the following
configure options:
./configure \
--enable-hardquota=3 \
--enable-ip-alias-domains=n \
--enable-ldap=n \
--enable-logging=y \
--enable-log-name=vpopmail \
--enable-mysql=n \
--enable