- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ipop3 file permissions setup
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
07-01-2004 06:11 AM
07-01-2004 06:11 AM
**Unmatched Entries** Mailbox vulnerable - directory /var/spool/mail must have 1777 protection: 54 Time(s) ---------------------- ipop3d End -------------------------
Thanks for any response !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 06:29 AM
07-01-2004 06:29 AM
SolutionFirst I'd like to suggest a trip to:
man chmod. You'll find it an invaluable trip.
You can also get similar results on the web at:
http://man.dnswatch.com (for *BSD but very
similar). OK, and now for the answer to your
question...
You need to type chmod 1777 (whatever directory
it's complaining about), eg;
chmod 1777 mymailbox. You might be confused
because of the 4th octet as most ppl are more
accustomed to seeing (or using 3). The extra
octet is the "sticky" bit. Meaning all subs
of the folder inherit the same premissions
as it's parent.
Have fun!
Chris out...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 06:31 AM
07-01-2004 06:31 AM
Re: ipop3 file permissions setup
make the permissions look like this:
-rw------- 1 root mail 31098315 Jul 1 13:18 root
This applies to all files.
The group on allthese files needs to be mail.
The intended user must own it.
When I got this message, what I recommend above is all I did. The message did not go away immediately, but eventually did.
Don't do a chomod 1777, just look for files with those permissions. You probably won't find any.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 06:34 AM
07-01-2004 06:34 AM
Re: ipop3 file permissions setup
Here are my permissions RH ES 3
drwxr-xr-x 17 root root 4096 Feb 21 21:03
Not getting the error.
SEP
Jerusalem
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 08:36 AM
07-01-2004 08:36 AM
Re: ipop3 file permissions setup
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 08:41 AM
07-01-2004 08:41 AM
Re: ipop3 file permissions setup
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 11:00 AM
07-01-2004 11:00 AM