- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to compile sendmail 8.11.3 on HP-UX 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
05-19-2001 06:25 PM
05-19-2001 06:25 PM
How to compile sendmail 8.11.3 on HP-UX 11.0?
My steps:
1. Extract tar.gz file
2. cd sendmail-8.11.3/sendmail
3. ./makesendmail install
while install script copy manual to /usr/share/man/cat1, cat5, cat8, there does not exist these directorys?
Please help me, thank you very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2001 07:19 PM
05-19-2001 07:19 PM
Re: How to compile sendmail 8.11.3 on HP-UX 11.0?
When you installed HP-UX, did you install the man pages? Often, on workstations the man commands are not installed. If that is the case, then you can 1) install man or 2) modify the make file to ignore than man page create/copy commands.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 06:45 AM
05-20-2001 06:45 AM
Re: How to compile sendmail 8.11.3 on HP-UX 11.0?
While I compiled and installed sendmail 8.11.3 (./makesendmail install), the installation script already change owner and permissions of /usr/sbin/sendmail, while I test send mail to a mail address, the error message is "could not create ./df34kk3kerer", I check the permission of /var/spool/mqueue, it's right, I don't know what's wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 08:20 PM
05-21-2001 08:20 PM
Re: How to compile sendmail 8.11.3 on HP-UX 11.0?
Have you checked the setuid bit of your sendmail binary ie.
# ll `which sendmail`
-r-sr-sr-t 1 root mail 409600 Feb 27 1999 /usr/sbin/sendmail
I remember replying to your query in another post, but I could no longer find that post. Strange.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 05:27 AM
05-23-2001 05:27 AM
Re: How to compile sendmail 8.11.3 on HP-UX 11.0?
I didn't use the install option of the Build script, but installed the components
I wanted by hand.
Below is the entire installation sequence I used:
tar xf sendmail.8.11.3.tar
cd sendmail-8.11.3
./Build
cpset -o sendmail/sendmail /usr/sbin 3555 root mail
rm -f /usr/bin/praliases
ln /usr/sbin/sendmail /usr/bin/praliases
cpset -o makemap/makemap /usr/sbin 0555 bin bin
cpset -o smrsh/smrsh /usr/sbin 0511 bin bin
cpset -o vacation/vacation /usr/bin 0511 bin bin
Seems to work just fine.