- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- send 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
08-27-2001 01:05 AM
08-27-2001 01:05 AM
send mail problem..
It seems our V2500 server is running with lot of sendmail processes and somehow lot of "0"byte files with sticky bit enabled are being created in the directory /var/spool/sockets/pwgr .Approx 7 files are being created per one minute. Can anyone tell me what is this all about.?
If i restart this sendmail will this affect anything else in the system like telnetd or the Informix database running in the system.As far as i know we don't use the sendmail for any purpose.
Thanx in advance
Cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 01:17 AM
08-27-2001 01:17 AM
Re: send mail problem..
1) This files are not sticky bit enabled. The first
letter (s in your case) get the file's type.
s is for sockets file.
2) I don't know why your sendmail seems to fork
every time ... But if you don't want to receive
or send mail outside your server you can stop
sendmail. Local mail already works... (modifiy
/etc/rc.config.d/mailsrvs and put sendmail_server=0).
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 05:33 AM
08-27-2001 05:33 AM
Re: send mail problem..
I don't know th answer of first question. For second question if you are not sending any mail from that V-class system you can shutdown sendmail. System can still receive the mail.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 02:29 PM
08-27-2001 02:29 PM
Re: send mail problem..
retry the mail queue. If it is too frequent, then
you end up with a bunch of sendmail processes
trying to send mail at the same time. They quickly
get tied up waiting for locks.
The command mailq will tell you how many messages
are waiting to be be sent.
If you have a big backlog, try turning off automatic
retrys and flushing the que mainually.
If this doesn't solve your problem try check the crontabs
for entries starting "* *". They will run once a minute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 04:33 AM
08-28-2001 04:33 AM
Re: send mail problem..
A) Consider the latest patches. What you're seeing might be the effect of a root exploit
B) Consider removeing sendmail altogether: www.postfix.org
Actually, that is what HP themselves do. Only the customers are left suffering (HP uses Postfix exclusively on their MX'es!)