[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Majordomo FIX
- Subject: [cobalt-users] Majordomo FIX
- From: "Kevin" <owner@xxxxxxxxxxxxx>
- Date: Tue Dec 14 23:18:41 1999
These are what I set up for Major Domo to Work Finally.
The settings for mail are the same as Stevens.
/home/spool/
drwxrwxr-x 2 root mail 2048 Dec 15 00:05 mail/
drwxr-xr-x 2 root root 2048 Dec 15 00:17 mqueue/
Add this line to:
/etc/sendmail.cf
O DontBlameSendmail=groupwritabledirpathsafe
I added it after this!
# default UID (can be username or userid:groupid)
O DefaultUser=8:12
O DontBlameSendmail=groupwritabledirpathsafe
Permissions:
/usr/local
drwxr-x--x 5 admin daemon 1024 Dec 14 22:13 majordomo
/usr/local/majordomo
drwxr-xr-x 2 admin daemon 1024 Dec 11 10:16 Tools
-rwxr-xr-x 1 admin daemon 5234 Mar 11 1999 archive2.pl
drwxr-xr-x 2 admin daemon 1024 Dec 11 10:16 bin
-rwxr-xr-x 1 admin daemon 2795 Mar 11 1999 bounce-remind
-rwxr-xr-x 1 admin daemon 10671 Mar 11 1999 config-test
-rwxr-xr-x 1 admin daemon 49738 Mar 11 1999 config_parse.pl
-rwxr-xr-x 1 admin daemon 13031 Mar 11 1999 digest
drwxr-xr-x 2 admin daemon 1024 Dec 14 22:08 lists
-rw-rw-r-- 1 admin daemon 97 Mar 11 1999 log
-rwxr-xr-x 1 admin daemon 64251 Mar 11 1999 majordomo
-rw-r--r-- 1 admin daemon 10571 Mar 11 1999 majordomo.cf
-rwxr-xr-x 1 admin daemon 23763 Mar 11 1999 majordomo.pl
-rwxr-xr-x 1 admin daemon 137 Mar 11 1999 majordomo_version.pl
-rw-r--r-- 1 admin daemon 1050 Mar 11 1999 post-install
-rwxr-xr-x 1 admin daemon 3532 Mar 11 1999 request-answer
-rwxr-xr-x 1 admin daemon 29520 Mar 11 1999 resend
-rw-r--r-- 1 admin daemon 10462 Mar 11 1999 sample.cf
-rwxr-xr-x 1 admin daemon 8060 Mar 11 1999 shlock.pl
-rwsr-xr-x 1 root daemon 14033 Mar 11 1999 wrapper NOTE:
chmod 4755 will do it!
Thanks for Cobalt's Fine Tech Support for all There Help --- NOT!!!!
Kevin
owner@xxxxxxxxxxxxx
-----Original Message-----
From: Steven Werby [mailto:steven@xxxxxxxxxxxx]
Sent: Wednesday, December 15, 1999 12:37 AM
To: owner@xxxxxxxxxxxxx
Subject: Re: [cobalt-users] Infomous Majordomo
Hi Kevin.
> This appears to be my main error. Does anyone have any idea what to do?
> shlock: '/usr/local/majordomo/lists' is not writable by UID 8 GID 12
I got the same error before I tried all sorts of fixes, most of which didn't
work and my notes are not very good. Here is what I can tell you. That is
the UID and GID for user "mail". I can't say for sure, but if you check the
following and yours are differnet than mine change the permissions/ownership
to mine. If it doesn't work you can always change back.
from /home/spool/
drwxrwxr-x 2 root mail 2048 Dec 15 00:05 mail/
drwxr-xr-x 2 root root 2048 Dec 15 00:17 mqueue/
And make sure
from /usr/local/majordomo
drwxr-xr-x 2 admin daemon 5120 Dec 13 15:18 lists/
from /usr/local/majordomo/lists/
-rwxrwxr-x 1 admin daemon 53 Dec 6 23:18 mylist
I am pretty sure it's b/c your /home/spool/mail doesn't have group write
permission on the lists directory or the file in lists/.
If none of this works I can tar my majordomo directory and you can install
it in another directory like /usr/local/majordomo2 and edit the records in
aliases and virtusertable to test it out. Let me know if any of this works
so we can post the fix to the list.
Steven