- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail over the intranet
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-27-2002 04:37 AM
11-27-2002 04:37 AM
Sendmail over the intranet
mauro@mydomain.com... Connecting to nt.mydomain.com. via smtp...
mauro@mydomain.com... Deferred: Connection refused by nt.mydomain.com.
And in the mail.log:
stat=Deferred: Connection refused by nt.mydomain.com.
Any ideas about this problem ?
Regards,
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 05:13 AM
11-27-2002 05:13 AM
Re: Sendmail over the intranet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 05:41 AM
11-27-2002 05:41 AM
Re: Sendmail over the intranet
For me, the trouble is not the from, but the to (connection refused)
You can try by hand to see if trouble is on UX side or Notes side :
From the UX side :
telnet nt.mydomain.com 25
helo mydomain.com
mail from: user@mydomain.com
rcpt to: user@mydomain.com
data
.
quit
If the answer from the smtp server is denied, or the telnet doesn't work, it means that the trouble is on the notes side, or the network between notes and UX (firewall ??).
You have to open relay for your IP adress on the notes server (with smtp enable). And I don't know hao to do it !!
hth
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 05:45 AM
11-27-2002 05:45 AM
Re: Sendmail over the intranet
I am not a notes setup person, but have setup the sendmail in many locations to talk with notes, so know that it can be done.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 05:55 AM
11-27-2002 05:55 AM
Re: Sendmail over the intranet
I forgot to use the name of the mail server.
It??s ok now.
Regards,
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 05:55 AM
11-27-2002 05:55 AM
Re: Sendmail over the intranet
I'm not sure, but the message:
... connection refused
means that there is not service listening on port 25 ;-)
Regards,
Armin