When you ls -ld a directory that is group writable, it looks like;
drwxrwx---
^----the second w is the group write flag
It needs to be changed to look like this;
drwxr-x---
or
drwxr-x--x
or
drwxr-xr-x
by doing a chmod 750 or 751 or 755 respectively.
Which directory sendmail is complaining about could be anything in
the tree between / and /usr/local/majordomo/lists, so check;
/
/usr
/usr/local
/usr/local/majordomo
/usr/local/majordomo/lists
for group write flags, and change them.
Dan Liston
Joshua Job wrote:
> can someone help me resolve this error message
>
> ----- The following addresses had permanent fatal errors -----
> :include:/usr/local/majordomo/lists/test
> (expanded from: <test-list@mt-zion-lutheran.org>)
>
> ----- Transcript of session follows -----
> 550 5.2.4 :include:/usr/local/majordomo/lists/test... Cannot open
> /usr/local/majordomo/lists/test: Group writable directory
> Message delivered to mailing list <test@mt-zion-lutheran.org>
References:
|
|