Didn't work :( drwx------ 3 vpopmail vchkpw 20 Dec 8 13:22 test
I edited the vars, recompiled, reinstalled. Note this user was added via qmailadmin, which as far as I know just does calls to vadduser/vadddomain/etc. -Robertson ----- Original Message ----- From: "Tom Collins" <[EMAIL PROTECTED]> To: "vpopmail list" <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 12:39 PM Subject: Re: [vchkpw] vpopmail.h question > 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/ > > >
