- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail startup problems in HP-UX 11i
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
12-15-2002 07:23 AM
12-15-2002 07:23 AM
Sendmail startup problems in HP-UX 11i
I'm using B-serial work station with HP-UX 11i. The work station gets it's ip-address from dhcp-server. When I startup my station so starting of the sendmail daemon takes about 10 minutes.
How I should change the configuration of sendmail.cf file?
- Jouni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 09:40 PM
12-15-2002 09:40 PM
Re: Sendmail startup problems in HP-UX 11i
Edit /etc/mail/sendmail.cf file and add this line.
O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA
And restart the sendmail
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2002 06:34 AM
12-16-2002 06:34 AM
Re: Sendmail startup problems in HP-UX 11i
I'm using ADSL (asymmetric digital subscriper lines) connection. I think that sendmail configuration should be different when I use ADSL connection? What do you think about it?
- Jouni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 03:30 AM
12-17-2002 03:30 AM
Re: Sendmail startup problems in HP-UX 11i
The main problem here is the DHCP . since DHCP allots random addresses everytime to clients in normal setup. you cannot configure sendmail to listen in a fixed IP address and sendmail cannot resolve the hostname and IP address. Therefore SMTP connections will not come to your server.
Why are you using DHCP for servers ?. Better use Fixed IP addresses.
In the case , you strictly want to use DHCP , then you have configure Dynamic DNS client in the Linux server which would update it's DHCP ip address to a DNS server against a fixed hostname. The fixed hostname can be then used in sendmail.cf Port option
O DaemonPortOptions=Port=smtp,Addr=linux.mydomain.com, Name=MTA
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 03:30 AM
12-17-2002 03:30 AM
Re: Sendmail startup problems in HP-UX 11i
The main problem here is the DHCP . since DHCP allots random addresses everytime to clients in normal setup. you cannot configure sendmail to listen in a fixed IP address and sendmail cannot resolve the hostname and IP address. Therefore SMTP connections will not come to your server.
Why are you using DHCP for servers ?. Better use Fixed IP addresses for Servers
In the case , you strictly want to use DHCP , then you have configure Dynamic DNS client in the Linux server which would update it's DHCP ip address to a DNS server against a fixed hostname. The fixed hostname can be then used in sendmail.cf Port option
O DaemonPortOptions=Port=smtp,Addr=linux.mydomain.com, Name=MTA
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 11:45 AM
12-23-2002 11:45 AM
Re: Sendmail startup problems in HP-UX 11i
Since the DHCP lease is acquired by /sbin/rc _before_ any of the runlevel directories/scripts, it should not be a factor in bringing up sendmail unless there is a delay in being able to use the address after acquiring it.
I'd look very closely at what's going on in the 10 minutes that it appears to take to start sendmail. Is sendmail really where the delay occurs?