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




_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to