[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] alias: :include:/home/sites/siteX/list won't forward
- Subject: Re: [cobalt-users] alias: :include:/home/sites/siteX/list won't forward
- From: Jeff Lovell <jlovell@xxxxxxxxxx>
- Date: Fri Jan 7 20:41:43 2000
WebMost wrote:
> The mail returns with:
>
> 550 :include:/home/sites/site3/mail_lists/test.list... Cannot
> open /home/sites/site3/mail_lists/test.list: Group writable directory
> 554 <testmail@xxxxxxxxxx>... aliasing/forwarding loop broken
>
> At line 380 of my sendmail.cf, I find this comment:
>
> # are group-writable :include: and .forward files (un)trustworthy?
> #O UnsafeGroupWrites
There is a good page that explains some of the security checks and why
Sendmail implements them. By default, in most cases sendmail will not
trust group writable directories. It considers it a security risk.
http://www.sendmail.org/~ca/email/doc8.9/op-sh-4.html
This page lists some tuning issues as well as how to turn off some of
those security checks. I recommend evaluating what you are trying to
do, and make sure you are aware of the risks involved in changing the
permissions structure of sendmail.
Jeff