- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Query regarding rmail processes
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
12-02-2004 02:03 PM
12-02-2004 02:03 PM
Query regarding rmail processes
From 'ps -ef | grep rmail', I can see a lot of "rmail -d root" processes with recent date/time, may I know what are these processes?
Are they normal? Why and how do they exists?
Your explanation is much appreciated, thank you very much!
MJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 03:18 PM
12-02-2004 03:18 PM
Re: Query regarding rmail processes
This is the local delivery agent for mail. Something is wrong with permissions, quite possibly with the /var/mail directory. rmail is trying to deliver messages to the root email address. It is NOT normal for these to exist for more than a second or two. Look in your email log:
tail -100 /var/adm/syslog/mail.log
This will probably be full of errors.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 04:34 PM
12-02-2004 04:34 PM
Re: Query regarding rmail processes
Thank you for your posting.
This is NOT normal? Ohh.. You're right the mail.log is full of this and is very huge in size:
sendmail[17231]: XBU15398: to=root, delay=1+23:10:42, xdelay=00:03:19, mailer=local, stat=Deferred
All stats = Deferred !!
Except the /var/mail directory permissions, what are the other possible causes?
Hope to hear from you again, thanks!
MJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 05:21 PM
12-02-2004 05:21 PM
Re: Query regarding rmail processes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 02:52 AM
12-03-2004 02:52 AM
Re: Query regarding rmail processes
# maximum number of new connections per second
O ConnectionRateThrottle=3
# minimum number of free blocks on filesystem
O MinFreeBlocks=100
# load average at which we just queue messages
O QueueLA=8
# load average at which we refuse connections
O RefuseLA=12
# maximum number of children we allow at one time
#O MaxDaemonChildren=12
# minimum time in queue before retry
#O MinQueueAge=30m
# maximum message size
#O MaxMessageSize=1000000
All of these can in some circumstances (especially heavy loads) cause delays (queued messages) in delivery.
Bill Hassell, sysadmin