Michael Sharp wrote:
>
> Ok, thx to DAN and everyone else, I think I am getting somewhere.
> Here is where I am at now. I went to one of my other email addresses
> and sent mail to carolinas-request@my-host and majordomo responded like it
> should, I sent the auth back and again, it responded like it should and my
> email address was added to /lists/carolinas and majordomo made a
> carolinas.config file. But, below is the message I get when I actually
> send email to carolinas@my-host
>
> ----- The following addresses had permanent fatal errors -----
> :include:/usr/local/majordomo-1.94.5/lists/carolinas
> (expanded from: carolinas-list)
>
> ----- Transcript of session follows -----
> 550 5.2.4 :include:/usr/local/majordomo-1.94.5/lists/carolinas... Cannot
> open /usr/local/majordomo-1.94.5/lists/carolinas: World writable directory
> -------------------------------------------------------------------------
This error message is from sendmail. Sendmail 8.6 and higher do not like
world writable directories. It is a security hole that can be exploited.
What the error does not tell you though, is what directory in the tree is
world writable. Looking at your next section, I see at least one world
writable directory of /usr/local/majordomo-1.94.5/lists. Be safe and turn
off this bit in the entire tree. `chmod o-w / /usr /usr/local`
and `chmod -R o-w /usr/local/majordomo-1.94.5`.
> I was also getting something about carolinas-approval... Unknown User
> but its not happening now.
Make sure the "carolinas-approval: owner-carolinas" line is in /etc/aliases,
or set "moderator = someone@your.com" in the lists/carolinas.config file.
>
> Here are the perms on /lists and the carolinas file in /lists
>
> /lists = owner/group = majordomo chmod 774
----^^^^------that's the bad one
> carolinas = owner/group = majordomo chmod 644
this file is OK...
Dan Liston
References:
|
|