HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- smtp host and sendmail
Operating System - HP-UX
1825715
Members
3144
Online
109686
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
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
05-01-2002 08:42 AM
05-01-2002 08:42 AM
smtp host and sendmail
Hi ,
Need you help:
I am using the sendmail to send the mail.
if i do a sendmail -v x@x.com , i get the mail.
However when i use a Java servlet to send the mail it does not send the mail
I have no idea on the smtp and the localhost.
props.put("mail.smtp.host", smtpHost);
Actually this is the smtpHost which sends the mail.
I guess the smtpHost needs to be identified.
I have the value of the smtpHost as the IP address present in /etc/hosts file
This Java servlet works fine on other HP-UX boxes. The problem is on a new HP-UX box which is confirgured recently. I am sure it is do with some configuration.
Please help me in this regards,
Nag
Need you help:
I am using the sendmail to send the mail.
if i do a sendmail -v x@x.com , i get the mail.
However when i use a Java servlet to send the mail it does not send the mail
I have no idea on the smtp and the localhost.
props.put("mail.smtp.host", smtpHost);
Actually this is the smtpHost which sends the mail.
I guess the smtpHost needs to be identified.
I have the value of the smtpHost as the IP address present in /etc/hosts file
This Java servlet works fine on other HP-UX boxes. The problem is on a new HP-UX box which is confirgured recently. I am sure it is do with some configuration.
Please help me in this regards,
Nag
Knowledge is Power
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 08:54 AM
05-01-2002 08:54 AM
Re: smtp host and sendmail
Just a note :
The only difference i see is when i start the sendmail i get the following error
/sbin/init.d/sendmail[36]: tcp_conn_request_max: not found.
/sbin/init.d/sendmail[36]: tcp_keepalive_interval: not found.
Does this create a problem.
The only difference i see is when i start the sendmail i get the following error
/sbin/init.d/sendmail[36]: tcp_conn_request_max: not found.
/sbin/init.d/sendmail[36]: tcp_keepalive_interval: not found.
Does this create a problem.
Knowledge is Power
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 09:31 AM
05-01-2002 09:31 AM
Re: smtp host and sendmail
hi
what version of sendmail are you running?
#sendmail -bs
you might have a corrupt sendmail.cf file if you get that error i am not too sure. But here is what you can do if you would like to try:
cd /etc/mail
mv sendmail.cf sendmail.cf.old
cd /usr/newconfig/etc/mail
cp sendmail.cf /etc/mail/sendmail.cf
make your changes to that sendmail.cf file that you made to the other one. Then restart sendmail.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
depending on what version of sendmail you have you can also generate a new sendmail.cf file. By going to:
/usr/newconfig/etc/mail/cf/cf
and running gen_cf
#./gen_cf
this will promt you for what options you want in sendmail besides the default.
Richard
what version of sendmail are you running?
#sendmail -bs
you might have a corrupt sendmail.cf file if you get that error i am not too sure. But here is what you can do if you would like to try:
cd /etc/mail
mv sendmail.cf sendmail.cf.old
cd /usr/newconfig/etc/mail
cp sendmail.cf /etc/mail/sendmail.cf
make your changes to that sendmail.cf file that you made to the other one. Then restart sendmail.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
depending on what version of sendmail you have you can also generate a new sendmail.cf file. By going to:
/usr/newconfig/etc/mail/cf/cf
and running gen_cf
#./gen_cf
this will promt you for what options you want in sendmail besides the default.
Richard
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP