On Thu, 2002-04-18 at 11:40, Jeff Allison wrote:
> Hi all quick question I keep getting this error in my logs. The only thing
> is I don't have a /home/jeff/.forward and what is
> /home/jeff/.forward.dalston.
> 
> Apr 17 22:00:06 dalston sendmail[23944]: g3HC05123944: forward
> /home/jeff/.forward.dalston: Group writable directory
> Apr 17 22:00:06 dalston sendmail[23944]: g3HC05123944: forward
> /home/jeff/.forward: Group writable directory

Group writable home directories are considered bad policy - other people
shold not be allowed to write to your home directory. Even being able to
read is considered poor by most sysadmins. 

Run the following command:

chmod g-w /home/jeff 

and the the error should go away. To make your home directory even more
private run:

chmod go-rwx /home/jeff

Hope this helps.

-- 

Cheers,
      Craige.

http://mcwhirter.com.au/
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to