I need vpopmail to always create directories as chmod 777. Yes, I know this is a huge security issue, but I need it done anyway.
I know I need to change one of the following variables, but no matter what I try (yes, 777..), it doesn't create the directories as 777. #define VPOPMAIL_UMASK 0077 #define VPOPMAIL_DIR_MODE 488 #define VPOPMAIL_QMAIL_MODE S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH Any help would be appreciated. -Robertson