On 12/06/2005 12:27 am, Matt Kettler wrote: > David Buttrick wrote: > > Is there a control for the permissions on the bayes_journal file? > > > > I'm using a shared bayes db, and users do not have permissiosn on the > > file because it is created chmod 600. > > > > Is there something i can do in the config files? > > What's your bayes_file_mode setting set to? > > If you have a shared bayes db, it should be 0777 (note: 0777 not 0666 due > to use in dir creation)
Wouldn't it be better to set bayes_file_mode to 0770 and add the users to the same group as the file, say "users" group? 8)