- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mail problem
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
05-13-2002 05:58 AM
05-13-2002 05:58 AM
mail problem
I've the following problem.
I create a user on my server HP-UX (version 10.20) after I delete it (it was an error!!!)
When I try to connect or to execute the su command I've got on terminal the following error message :
mail:permission denied.
Have you any suggest to solve my problem?
Thanks in advance for your help and your support.
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 06:03 AM
05-13-2002 06:03 AM
Re: mail problem
Can you go into a little more detail.
Regds
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 06:28 AM
05-13-2002 06:28 AM
Re: mail problem
/var/mail/
permission should be 660 (owned by "username" , group ownership is "mail")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 06:30 AM
05-13-2002 06:30 AM
Re: mail problem
The .profile file should run mail to advice the exitence of mail for that user, but the user-id do not macth the previous user-id, so the mailbox cant be opened.
Check it:
ll /var/mail/username -> it must show a numeric value for owner.
Just do a chown or delete the /var/mail file for user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 06:57 AM
05-13-2002 06:57 AM
Re: mail problem
As a standard part of the suer removal , the OS alos deletes its mail box. In /etc/profile is the subroutine which checks for the mail .
If the command doenst work for that user then may be there is a problem in the mail file . You can just go and delte the file under /var/mail and you should be good to go , or id ther /usr/bin/mail command is not working for that user.
Manoj Srivastava