Hello,
I'm storing my mailboxes in the following directory# ls -l /var/mail/
drwx------  11 _virtmail  _virtmail     512 Jun 28 19:37 _virtmail

And it has subdirectories per domain# ls -l /var/mail/_virtmail/
drwx------  4 _virtmail  _virtmail  512 May  6 12:16 domain1.org


The problem is that the security routine /usr/libexec/security expects 
permissions to be rw------- and mine are rwx-------nag S_IMODE($mode) != 
(S_IRUSR | S_IWUSR),
                    sprintf 'user %s mailbox is %s, group %s',
                        $name, strmode($mode), $gname;
Can't it be possible to have this routine accept rwx------- ?

Reply via email to