- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail on hpux 11.0
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
11-04-2004 06:45 AM
11-04-2004 06:45 AM
sendmail on hpux 11.0
Can't create transcript file ./xfiA4JCTQ25049: Permission denied
queueup: cannot create queue temp file ./tfiA4JCTQ25049,
But if i check sendmail is working, the process sendmail -accepting connections &
thr. elm i can send or receive mails.
so can u someone tell me about this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 06:57 AM
11-04-2004 06:57 AM
Re: sendmail on hpux 11.0
# ls -lrt `which sendmail`
-r-sr-sr-t 1 root mail 831488 Oct 15 2003 /usr/sbin/sendmail
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:01 AM
11-04-2004 07:01 AM
Re: sendmail on hpux 11.0
lr-sr-sr-t 1 root sys 18 Dec 28 2001 /usr/lib/sendmail@ -> /usr/sbin/sendmail
only group is not mail but sys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:03 AM
11-04-2004 07:03 AM
Re: sendmail on hpux 11.0
# ls -lrt /usr/sbin/sendmail
???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:07 AM
11-04-2004 07:07 AM
Re: sendmail on hpux 11.0
ls -lrt /usr/sbin/sendmail
lrwxr-xr-x 1 root root 39 Mar 14 2003 /usr/sbin/sendmail@
-> /usr/contrib/sendmail/usr/sbin/sendmail
so what u suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:09 AM
11-04-2004 07:09 AM
Re: sendmail on hpux 11.0
# ls -lrt /usr/contrib/bin/usr/sbin/sendmail
Please tell me /usr/contrib/bin/usr/sbin/sendmail
is not a symbolic link :-)
# which sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:16 AM
11-04-2004 07:16 AM
Re: sendmail on hpux 11.0
which sendmail
/usr/lib/sendmail
adedd13n:root [/home/kulkavg] ls -alrt
adedd13n:root [/home/kulkavg] ls -lrt /usr/lib/sendmail
lr-sr-sr-t 1 root sys 18 Dec 28 2001 /usr/lib/sendmail@ -> /usr/sbin/sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 04:50 PM
11-07-2004 04:50 PM
Re: sendmail on hpux 11.0
2. Check the permissions of DIR /var/spool/mqueue and /var/mail(The owner should be bin and should have writable permissions)
regard