[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Neomail 1.25-3.pkg
- Subject: Re: [cobalt-developers] Neomail 1.25-3.pkg
- From: "Billy Kimbler" <kimbler01@xxxxxxxxxxxxxxx>
- Date: Fri Sep 21 15:22:13 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
how about a raq4
- I got the same problem on my RaQ3i.
- The /~mail dir created by NeoMail is set to GID "users".
- - I changed it to "mail" which works fine.
You just need to add two lines into the
/home/neomail/cgi-bin/neomail file.
Search the following line (#338):
chown ($uid, $gid, $folderdir);
Comment this line and add the following two lines below:
chown ($uid, 12, $folderdir); # change GID to mail (RaQ3i)
chmod 0700,$folderdir; # chmod drwx------
Cheers
Phil Bast