- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "World writable directory" problem with sendmail
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
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
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
тАО07-25-2002 06:05 PM
тАО07-25-2002 06:05 PM
Jul 26 10:51:53 poppy sendmail[2215]: KAA02215: forward /users/book/.forward.pop
py: World writable directory
Jul 26 10:51:53 poppy sendmail[2215]: KAA02215: forward /users/book/.forward: Wo
rld writable directory
But, there is no .forward file at /users/book (user book's home directory)!!!
When I try to test by command, I get like this
poppy:/>sendmail -v book
book... forward: /users/book/.forward.poppy: World writable directory
book... forward: /users/book/.forward: World writable directory
test
.
book... Connecting to local...
book... Sent
For other users, I cannot find any problem or warning mesg with sendmail....
poppy:/>ll -d ~book
drwxr-xr-x 13 book dba 3072 Jul 26 10:45 /users/book
...and there's no .forward file at ~book, once more.
How can I keep away from this abnormal mesg?
Thanks for any reply.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2002 06:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2002 06:18 PM
тАО07-25-2002 06:18 PM
Re: "World writable directory" problem with sendmail
Make sure that
/
/etc
/etc/mail
/etc/mail/*
/var
/var/mail
/var/mail/*
/var/spool
/var/spool/mqueue
/users
/users/*
/home
/home/*
/home/*/.forward
are are not world or group writable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2002 06:48 PM
тАО07-30-2002 06:48 PM
Re: "World writable directory" problem with sendmail
I've changed the permission on directory and files like this.
drwxrwxr-x 2 bin mail 1024 Jul 31 11:40 /var/mail
and
-rw-rw---- 1 book mail 71583 Jul 31 11:39 /var/mail/book
When the permission on /var/mail is 755, I got mesg "Can't create output" and when the permission on /var/mail/book is 640, the mesg was "Insufficient permission".
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2002 07:04 PM
тАО07-30-2002 07:04 PM
Re: "World writable directory" problem with sendmail
-rw-rw---- 1 book mail 2709 Feb 5 13:02 book
Thanks