- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: local messaging not working
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
06-19-2005 08:15 PM
06-19-2005 08:15 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 08:21 PM
06-19-2005 08:21 PM
Re: local messaging not working
what is the permission for that file:
# ll /var/mail/root
any user write permission granted to it?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 09:26 PM
06-19-2005 09:26 PM
Re: local messaging not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 09:40 PM
06-19-2005 09:40 PM
Re: local messaging not working
# sendmail -v root@localhost
hi
bye
root@localhost... Connecting to local...
root@localhost... Sent
It is saying that it is connecting and sent mail.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 11:02 PM
06-19-2005 11:02 PM
Re: local messaging not working
if you delete the root mail file under /var/mail you shouldn't need to re-create manually that file because when a new mail arrives to root the root mail file should be created automatically by the system. I have just tried:
- rename file /var/mail/root;
- send a mail to root by sendmail;
/var/mail/root is re-created automatically.
Please don't forget to assign points to people that helped you.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 08:48 PM
06-23-2005 08:48 PM
Re: local messaging not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 11:42 PM
06-23-2005 11:42 PM
Re: local messaging not working
-r-sr-sr-x root mail /usr/bin/rmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 11:47 PM
06-23-2005 11:47 PM
Re: local messaging not working
sendmail -v
hi
bye
ctr+d
Check in mail command, whether new mail is sent to that user.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 02:29 PM
06-24-2005 02:29 PM
SolutionCheck the ownership on /usr/bin/rmail. It should look like this:
-r-sr-sr-x 2 root mail 45056 Nov 7 1997 rmail
If it does not, the following commands will set everything correctly:
chown root:mail /usr/bin/rmail
chmod 6555 /usr/bin/mail
set the /var/mail/root permission as
-rw-rw---- 1 root mail 14264665 Jun 24 22:19 root
regards
vinod k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 10:35 PM
06-24-2005 10:35 PM
Re: local messaging not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 06:34 PM
06-27-2005 06:34 PM
Re: local messaging not working
Jun 28 11:07:02 nmssrv2 sendmail[22856]: LAA22856: from=root, size=267, class=0,
pri=30267, nrcpts=1, msgid=<200506280537.LAA22856@nmssrv2.r01.netact.hutch.com>
, relay=root@localhost
Jun 28 11:10:22 nmssrv2 sendmail[22858]: LAA22856: to=root, ctladdr=root (0/3), delay=00:03:20, xdelay=00:03:20, mailer=local, stat=Can't create output
Jun 28 11:10:22 nmssrv2 sendmail[22858]: LAA22856: LAA22858: DSN: Can't create output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:47 AM
06-28-2005 12:47 AM
Re: local messaging not working
'll /usr/sbin/sendmail' and the file /var/mail/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:50 AM
06-28-2005 12:50 AM
Re: local messaging not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 06:38 PM
07-07-2005 06:38 PM