12 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Qmail, delive...
FromSent OnAttachments
Andreas LundApr 6, 2001 4:52 am 
James HenryApr 6, 2001 5:46 pm 
Andreas LundApr 8, 2001 11:09 am 
James HenryApr 8, 2001 6:37 pm 
James HenryApr 8, 2001 6:49 pm 
James HenryApr 8, 2001 6:53 pm 
Said MadrusApr 8, 2001 9:24 pm 
Said MadrusApr 9, 2001 5:55 pm 
Don HinshawApr 9, 2001 6:11 pm 
Brad DameronApr 9, 2001 7:11 pm 
Said MadrusApr 9, 2001 10:06 pm 
Andreas LundApr 10, 2001 6:35 am.tgz
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: Qmail, delivery to shared folders - SOLVED!Actions...
From:Andreas Lund (flo@atc.no)
Date:Apr 10, 2001 6:35:12 am
List:net.sourceforge.lists.courier-users
Attachments:
qmailpatch.tgz - 0.9k

I understand this is something that a lot of people have been asking about, so I thought I'd share it. The problem can be solved with three simple changes:

1. Manually "chgrp -R Maildir-shared/.Folder/" to whatever group you want 2. Manually "chmod g+s Maildir-shared/.Folder/tmp/" so new messages will be owned by that group 3. Apply the attached patch file to qmail-local.c so new messages will automatically get the same group privileges as the "Maildir-shared/.Folder/tmp/" directory

The patch does not affect normal delivery in any way, the group permissions on a new message is only changed if the relevant "new" subdir group privileges have been changed. After you have applied the qmail patch, stop qmail, recompile with "make setup check" and restart it.

Sam, maybe the modified maildirmake utility could set the g+s flag automatically when creating shared folders? I can't really see that it would harm anyone.

Comments are more than welcome.