Hi misc@ What should the group ownerships be of /var/mail/* Maildirs?
wheel? The user's primary group? Permissions are 0700 of course, eg: drwx------ 9 joe-blow wheel drwx------ 21 super-smooth wheel or: drwx------ 9 joe-blow users drwx------ 21 super-smooth staff As /etc/security expects 0600 mboxes, here is a wee diff for 0700 maildirs: $ diff security security.orig 254c254 < /bin/ksh << end-of-ksh > /dev/null 2>&1 --- > /bin/ksh << end-of-sh > /dev/null 2>&1 262c262 < end-of-ksh --- > end-of-sh 428c428 < $1 != "-rw-------" && $1 != "drwx------" \ --- > $1 != "-rw-------" -- Craig Skinner | http://www.kepax.co.uk | [EMAIL PROTECTED]

