[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Neomail 1.25-3.pkg



At 00:06 22/09/01 -0600, you wrote:
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.

This is odd My RaQ4 works fine and neomail by default set the mail dir to this

[root barry]# ls -l
total 2
drwx--S---   2 barry    home         1024 Sep 16 19:25 mail
drwxrwsr-x   2 barry    home         1024 Sep  9 11:04 web
[root barry]# ls mail
sent-mail
[root barry]# ls -l mail
total 1
-rw-------   1 barry    home          443 Sep 16 19:25 sent-mail
[root barry]#

This is a RaQ4 that has been scrubbed and then OSRCD'd and then patched from the start~todate.

maybe you have missed an important patch?

Barry




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
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers