- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail error ..
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
03-01-2002 01:15 PM
03-01-2002 01:15 PM
sendmail -v richardl
test
.
richardl... Connecting to local...
richardl... Can't create output
root... Connecting to local...
root... Can't create output
MAILER-DAEMON... aliased to root
postmaster... aliased to root
root... Connecting to local...
root... Can't create output
MAILER-DAEMON... aliased to root
WARNING: World writable directory /var/tmp
WARNING: World writable directory /var/tmp
MAILER-DAEMON... Saved message in /var/tmp/dead.letter
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:25 PM
03-01-2002 01:25 PM
Re: sendmail error ..
When a user sends a mail out, typically the errors will be returned to sender. If this cannot be done then it tries to send it to dead.letter. Sendmail tries to write to dead.letter, first in the user's home directory (if the user exists on this system) and then /var/tmp/dead.letter. If it cannot do either of them , then " it panics."
Check the permission of sendmail files. Also you will get the error messages from /var/adm/syslog/mail.log.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:31 PM
03-01-2002 01:31 PM
Re: sendmail error ..
ut
Mar 1 15:29:11 lupus sendmail[2678]: PAB02678: to=root, delay=00:00:00, xdelay=
00:00:00, mailer=local, stat=Can't create output
Mar 1 15:29:11 lupus sendmail[2678]: PAB02678: PAC02678: return to sender: Can'
t create output
Mar 1 15:29:11 lupus sendmail[2678]: PAC02678: to=root, delay=00:00:00, xdelay=
00:00:00, mailer=local, stat=Can't create output
Mar 1 15:29:11 lupus sendmail[2678]: PAB02678: Saved message in /var/tmp/dead.l
etter
total 604
-r--r--r-- 1 bin bin 870 Aug 7 2001 aliases
-rw-r--r-- 1 root mail 24576 Mar 1 15:29 aliases.db
-r--r--r-- 1 root sys 92832 Mar 1 15:28 sendmail.cf
-rw------- 1 root sys 92832 Mar 1 15:28 sendmail.cf.gen
-r--r--r-- 1 root sys 94264 Mar 1 15:28 sendmail.cf.org
-rw-r--r-- 1 root sys 702 Mar 1 15:16 sendmail.cw
-rw-r--r-- 1 root mail 34 Mar 1 15:29 sendmail.pid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:37 PM
03-01-2002 01:37 PM
Re: sendmail error ..
Some thing to try:
1) Check the permission of /var/tmp directory.
2) Make it:
# chown bin:bin /var/tmp
# chmod 777 /var/tmp
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:39 PM
03-01-2002 01:39 PM
Re: sendmail error ..
(NET-lupus) /var/mail# chmod 777 /var/tmp
(NET-lupus) /var/mail# sendmail -v richardl
test
.
richardl... Connecting to local...
richardl... Can't create output
root... Connecting to local...
root... Can't create output
MAILER-DAEMON... aliased to root
postmaster... aliased to root
root... Connecting to local...
root... Can't create output
MAILER-DAEMON... aliased to root
WARNING: World writable directory /var/tmp
WARNING: World writable directory /var/tmp
MAILER-DAEMON... Saved message in /var/tmp/dead.lette
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:43 PM
03-01-2002 01:43 PM
Re: sendmail error ..
Another try:
1) Check the /var/spool/mqueue. If it is full, delete the unwanted old files.
2) Stop and start sendmail.
# /sbin/init.d/sendmail (stop/start)
3) Check any messages in /var/adm/syslog/mail.log
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:46 PM
03-01-2002 01:46 PM
Re: sendmail error ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:47 PM
03-01-2002 01:47 PM
Re: sendmail error ..
/tmp was 555 and I changed it to 777 and now it works.
I dont understand why it was complaining about /var/tmp
when the problem was in /tmp.
Anyone ? anyone?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 01:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 02:02 PM
03-01-2002 02:02 PM
Re: sendmail error ..
Believe sendmail uses /tmp as you compose the msg.
The err output was just warning you that /var/tmp was world writeable.
Rgds,
Jeff