On Monday, December 8, 2003, at 10:19 AM, <[EMAIL PROTECTED]> wrote:
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.

What you want is a UMASK of 0 to get permissions set to 0777.


VPOPMAIL_QMAIL_MODE can simply be set to 0777.

VPOPMAIL_DIR_MODE 488 is the same as 0750. You'll want it to be 0777 to have directories created with rwxrwxrwx permissions.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/




Reply via email to