- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mail home file permissions
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 09:58 AM
02-20-2003 09:58 AM
# sendmail -v username
username... forward: /home/username/.forward.sphpob21+: Group writable directory
username... forward: /home/username/.forward+: Group writable directory
username... forward: /home/username/.forward.sphpob21: Group writable directory
username... forward: /home/username/.forward: Group writable directory
sphpob21:root:/home
however the mail works fine even though the message is disolayed. it is delivered and i see no problems ..is this just a warning? will it cause any problems with mail?
curious .. whoever scripted the home directory creation (running NIS) scripting it with 777 permissions and wondering if i need to make a case to change this
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:04 AM
02-20-2003 10:04 AM
Re: mail home file permissions
Most likely /home and/or /home/username is world writable
chmod g-w /home/username
does that fix it?
If so, I would think that NIS should not be setting the users home directory to 777. Sounds like an unannounced "feature".
Regards
REZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:28 AM
02-20-2003 10:28 AM
Re: mail home file permissions
what bothers me is even tho i get the error mail still delivers
if /var or /etc has world writeable permissions it will not even deliver the message
i just want to know if i can leave the /home/user permissions wide open and just ignore the message
i just know if i make a stink about changing user home dir permissions someone is gonna gripe ...and personaly i see very little problem with leaving them wide open as long as the user knows and doesn'r care
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:36 AM
02-20-2003 10:36 AM
Re: mail home file permissions
If the users are willing to risk the potential consquences, why change it?
;)
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:33 AM
02-21-2003 01:33 AM
Re: mail home file permissions
Writable directories means that people in the group can remove and replace things at will. They can even reset mode/UID/GID and timestamps after a replacemen, so you will not even *see* that things were changed.
Bottom line: Not good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:39 AM
02-21-2003 01:39 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 07:09 AM
02-21-2003 07:09 AM
Re: mail home file permissions
Frank, i realize it is bad, however it is a "design" that was in place before my time with this company ... changing the persmissions on a home directory(s) just because it isn't a best practice will not get all that much attention (home directories are consisdered to be at the whim of the user)
However if i can argue that it was causing a definite problem .. makes things a lot easier
Thanks for all the input
Jim