HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail error
Operating System - HP-UX
1838655
Members
3762
Online
110128
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
11-04-2004 04:01 AM
11-04-2004 04:01 AM
Hello,
/var/has just filled due to a user using vi on a large file and created /var/tmp/EX893294
is this the normal function of vi?
also the below error was displayed on the server terminal but when I cleared down old files in var the message was repeated one more time
There is lots of space now so was this a late broadcast of the message?
sendmail[1707]: NOQUEUE: low on space (have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue
Thanks
/var/has just filled due to a user using vi on a large file and created /var/tmp/EX893294
is this the normal function of vi?
also the below error was displayed on the server terminal but when I cleared down old files in var the message was repeated one more time
There is lots of space now so was this a late broadcast of the message?
sendmail[1707]: NOQUEUE: low on space (have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue
Thanks
hello
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:08 AM
11-04-2004 04:08 AM
Solution
That is perfectly normal behaviour. By default, vi uses /var/tmp to create a temp buffer while opening the file.
But, if you are afraid of running out of space in /var/tmp, you can set the TMPDIR variable to a directory that has enough space.
# export TMPDIR=/myown/filesystem
# vi filename
Now the temp file will be created in /myown/flesystem directory.
Check if /var/spool/mqueue is a seperate filesystem than /var.
A big attachment by your user could cause /var/spool/mqueue to fill in. If the system is supposed to handle mail traffic, I will look at increasing /var/spool/mqueue.
But, if you are afraid of running out of space in /var/tmp, you can set the TMPDIR variable to a directory that has enough space.
# export TMPDIR=/myown/filesystem
# vi filename
Now the temp file will be created in /myown/flesystem directory.
Check if /var/spool/mqueue is a seperate filesystem than /var.
A big attachment by your user could cause /var/spool/mqueue to fill in. If the system is supposed to handle mail traffic, I will look at increasing /var/spool/mqueue.
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:11 AM
11-04-2004 04:11 AM
Re: sendmail error
Yes - normal behaviour....
You can stop/start sendmail - in case that queue is stuck...
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
then check the queue: mailq
Rgds...Geoff
You can stop/start sendmail - in case that queue is stuck...
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
then check the queue: mailq
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 04:30 AM
11-04-2004 04:30 AM
Re: sendmail error
great - thanks for your help.
solution stop/start send mail. and increased /var by 512 mb oracle server.
solution stop/start send mail. and increased /var by 512 mb oracle server.
hello
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP