- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to configure the smtp?
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-30-2001 11:33 PM
12-30-2001 11:33 PM
I want to send mail from a hp unix workstation(11.0) A to mail server supporting
smtp B, how to configure the A.
ThanX
Sunny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 02:35 AM
12-31-2001 02:35 AM
SolutionThe default configuration lets you send mails from system A to B with no modifications.
You should try to send an email from system A to root@B.mydomain.com (you have to change B to the B hostname). In order to succeed, you also need to properly resolve the IP address of B from server A (just try to ping B.mydomain.com from A ).
Do you need more help?
Just say it!!
Antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 06:43 AM
12-31-2001 06:43 AM
Re: How to configure the smtp?
--
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 07:16 AM
12-31-2001 07:16 AM
Re: How to configure the smtp?
As pointed out correctly by Antonio, you don't need to do anything on the hp-ux server to send mails out under the following circumstances.
The DNS works correctly on the hp-ux server as well on the smtp server. You should be able to do nslookups on both the servers against each other. The smtp server should be opened to the hp-ux server atleast on the tcp port 25. To test out the connectivity do the following..
hp-ux$telnet smtp 25
trying..
connected to smtp@yourdomain.com
Escape character ...
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 06:33 PM
01-03-2002 06:33 PM
Re: How to configure the smtp?
I telnet B 25 is ok, when sendmail ys@b,
I could not get the mail from my mailbox in A.
the log file of A show :
Jan 4 10:15:51 hp_ov sendmail[24164]: be sure to set domain name in Dj macro i
n sendmail.cf
the log file of B show :smtp connection with A is established.
I have no dns server and domain name on A and B,Must I set the domain name .
The B is NT server with lotus server.
ThanX all
Sunny