OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: How to change group permissions (g+rw) on messages

From: felix (felixexoweb.net)
Date: Tue Aug 03 2004 - 02:38:28 CDT


Victor Duchovni wrote:

>On Tue, Aug 03, 2004 at 12:41:02AM +0800, felix wrote:
>
>
>
>>Hi all,
>>I'm using postfix for the MTA and courier-imap for the imap server. I
>>set up some shared folders with group acesses in order to make users in
>>specific group can read shared mails from shared folders.
>>
>>
>
>Use Courier maildrop (MAILDROP_README) instead of local(8) or virtual(8)
>to deliver to shared mailboxes.
>
>
>
I tried to use maildrop for the local delivery with adding
mailbox_command = /usr/bin/maildrop -d "$USER" -f "$SENDER" "$EXTENSION"
in main.cf, but the permission is also 600.

where should be wrong?