- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: missing mail
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-28-2005 04:25 AM
02-28-2005 04:25 AM
missing mail
Q: Now that I have the system running with users, how can I setup mail? My primary concern is for root so the sysop can easily check backup and other nightly cron process.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 04:33 AM
02-28-2005 04:33 AM
Re: missing mail
Also check /etc/rc.config.d/mailsvrs file to enbale sendmail at reboot.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 05:21 AM
02-28-2005 05:21 AM
Re: missing mail
To check for queued mail.
sendmail -v -q
mailq
This will show mail queued up.
/var/spool/mqueue is where mail wanting to go out sits.
For inbound mail you need the sendmail daemon running.
To set for auto start, first variable need to be 1 in /etc/rc.config.d/mailsvrs file.
or /sbin/init.d/sendmail start
as root user.
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
02-28-2005 07:20 AM
02-28-2005 07:20 AM
Re: missing mail
I did find that there are no users listed in /var/mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 07:39 AM
02-28-2005 07:39 AM
Re: missing mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 07:50 AM
02-28-2005 07:50 AM
Re: missing mail
rwx for all
bin/mail for owner/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:52 AM
03-01-2005 01:52 AM
Re: missing mail
I am looking at the files (mail messages) in /var/spool/mqueue and there is a line in the files that common to most of the files..
Malias database unavailable
This is a new HPUX 10.20 installation and mail has never worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 02:28 AM
03-01-2005 02:28 AM
Re: missing mail
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 02:29 AM
03-01-2005 02:29 AM
Re: missing mail
Sample file is in /usr/newconfig/etc/mail
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 10:55 AM
03-04-2005 10:55 AM
Re: missing mail
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 11:01 AM
03-04-2005 11:01 AM
Re: missing mail
swverify on that product. This gives details about current perms and what they were when installed. This good trick to check the problems.