- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- mails from VMS to exchange server not going.
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
03-02-2009 11:34 PM
03-02-2009 11:34 PM
mails from VMS to exchange server not going.
Recently, OLD DNS resolver server decommisioned and new DNS server configured. application team reported that after reboot system generated mails are not getting on their mail id in exchange server as they used to get 3 time in d day.
i cheked TCPIP$SMTP_LOGFILE.LOG; file
---------------------------------------
%MAIL-E-USERDSABL, user xyz_12 cannot receive new mail
%TCPIP-E-SMTP_UNKHST, remote host unknown, citi.com
-SYSTEM-F-NOSUCHNODE, remote node is unknown
-----------------------------------------
$ ucx sho name
BIND Resolver Parameters
Local domain: abc.xyz.COM
System
State: Started, Enabled
Transport: UDP
Domain: abc.xyz.COM
Retry: 4
Timeout: 4
Servers: IP address1, IPaddr2,
Path: No values defined
Process
State: Enabled
Transport:
Domain:
Retry:
Timeout:
Servers:
Path:
$tcpip show config smtp /full
---------------------------------------------
SMTP Configuration
Options
Initial interval: 0 00:30:00.00 Address_max: 16 NOEIGHT_BIT
Retry interval: 0 01:00:00.00 Hop_count_max: 16 NORELAY
Maximum interval: 3 00:00:00.00 TOP_HEADERS
Timeout Initial Mail Receipt Data Terminate
Send: 5 5 5 3 10
Receive: 5
Alternate gateway: not defined
General gateway: not defined
Substitute domain: not defined
Zone: not defined
Postmaster: TCPIP$SMTP
Log file: SYS$SPECIFIC:[TCPIP$SMTP]TCPIP$SMTP_LOGFILE.LOG
Generic queue Queues Participating nodes
TCPIP$SMTP_SVMU04_00 1 LONDON
----------------------------------------
MAIL> send
To: user@domain.com
Subj: test messages..
Enter your message below. Press CTRL/Z when complete, or CTRL/C to quit:
test messages .. Exit
mail>read/since=today
---- Transcript of session follows ----
%TCPIP-E-SMTP_UNKHST, remote host unknown, citi.com
-SYSTEM-F-NOSUCHNODE, remote node is unknown
---- Unsent message follows ----
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 11:55 PM
03-02-2009 11:55 PM
Re: mails from VMS to exchange server not going.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 12:38 AM
03-03-2009 12:38 AM
Re: mails from VMS to exchange server not going.
"TCPIP SHOW HOST citi.com"
if this does not return an IP address, then talk to the DNS admin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 01:44 AM
03-03-2009 01:44 AM
Re: mails from VMS to exchange server not going.
ucx set conf smtp/gat=alt=xxx
Thus it tries to access the mail server without a hostname, t.i. with the domain name citi.com. And it fails.
Tried the same thing here and I get unknown host to.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 01:47 AM
03-03-2009 01:47 AM
Re: mails from VMS to exchange server not going.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 04:10 AM
03-03-2009 04:10 AM
Re: mails from VMS to exchange server not going.
It is o.k. to send mail directly without a gateway (if firewalls allow it), and since DNS is the only change made in the OP's system, I assume the SMTP setup has not changed since it was working.
citi.com is an existing domain, and should be usable. So I still suspect the DNS server in question is not getting the address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 05:05 AM
03-03-2009 05:05 AM
Re: mails from VMS to exchange server not going.
So, or citi.com is a host name and your domain is .com or the host is missing.
You can simply try it. Fill in the host name of your mail server and test it again.
BTW : how would you like that VMS contacts the mailserver without any config item ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 06:14 AM
03-03-2009 06:14 AM
Re: mails from VMS to exchange server not going.
The destination address is either node address or a MX record. The node address can directly be contacted and has a smtp server (port 25),
or an MX record finally is resolved to the mail server node address.
There is no need for gateways in simple systems, of course most environments do not allow each node to directly send mail through port 25, they have to go through a gateway.
I just DID test this on my system:
tcpip set config smtp /nogateway=noalt
tcpip set config smtp /nogateway=nogen
tcpip$smtp_shutdown , tcpip$smtp_startup
and still could send mail to a destination node, and to an MX address.
As I sayed, the OP problem happened after a DNS server change, not after SMTP configuration change.
citi.com translates perfectly in my systems. but not in his.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 06:58 AM
03-03-2009 06:58 AM
Re: mails from VMS to exchange server not going.
Now is the time to learn how to run dig and such, too. This tool will tell you what the DNS response is, and which DNS server returned it. Among other details.
The DNS resolver (and I'd expect you're running a resolver and not a DNS server) is set up via TCPIP$CONFIG menu system. If you're running a full-on DNS server, you should probably stop doing that, or at least be prepared to go rummaging through that.
Then work your way up to SMTP and such.
There are many potentially interesting parts within this configuration that are well worth investigating, but I'm not going to grope blindly around here; masking of DNS and of addresses is to be expected but also makes troubleshooting these cases all the more interesting and difficult. Bogus data is very hard to use to debug DNS.
There are also some complete wildcards here, as there are active malware infestations around which seek to deliberately alter DNS resolution and that can attempt to jam up ARP traffic; that target DNS and routing.
What's also interesting are the DNS-related and network-related questions in your ITRC history; somebody's been overhauling DNS and the networking in this organization. Which can mean that any or all of the stack involved here can be a potential trigger for this.
And if this is urgent, do consider ceasing the use of ITRC here, and contact your formal support and escalation organization directly; that'll get you the fastest answer. Get some help. DNS isn't hugely difficult, but it's also not an entirely trivial area. Your local DNS environment appears particularly volatile, too.
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 07:39 PM
03-03-2009 07:39 PM
Re: mails from VMS to exchange server not going.
New DNS implementation i've done 1 month ago and this mail receiving issue experiencing since last 2 days.
I checked with Mail server team they said "At there end VTM patching and server relocation has been done in weekend "
But our system and application side no changes.
Pl. let me know if you want see see any cmd output to figure out this issue.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2009 02:21 AM
03-04-2009 02:21 AM
Re: mails from VMS to exchange server not going.
Can you at teast try to fill the mail server info ? Wouldn't be the first time config data is lost.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2009 11:53 PM
03-04-2009 11:53 PM
Re: mails from VMS to exchange server not going.
I checked with Mail server team they said "At there end VTM patching and server relocation has been done in weekend "
Which is rather irrelevant, since You showed us the TCPIP SMTP configuration does not use a gateway.
If You have an SMTP server/gateway in the organization, then use it, define it as gateway for VMS SMTP as Wim suggested, and see what happens.
Then If the mail sending again fails with a DNS error, then it is a general problem in Your organization, not VMS specific.
But of course the underlying DNS problem is another issue to be resolved, and should be checked first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 08:40 PM
03-05-2009 08:40 PM
Re: mails from VMS to exchange server not going.
Right from begining we've not define gateway. So do you thing if i define the gateway this issue will resolve.
SMTP Configuration
Options
Initial interval: 0 00:30:00.00 Address_max: 16 NOEIGHT_BIT
Retry interval: 0 01:00:00.00 Hop_count_max: 16 NORELAY
Maximum interval: 3 00:00:00.00 TOP_HEADERS
Timeout Initial Mail Receipt Data Terminate
Send: 5 5 5 3 10
Receive: 5
Alternate gateway: not defined
General gateway: not defined
Substitute domain: not defined
Zone: not defined
Postmaster: TCPIP$SMTP
Log file: SYS$SPECIFIC:[TCPIP$SMTP]TCPIP$SMTP_LOGFILE.LOG
Generic queue Queues Participating nodes
TCPIP$SMTP_LONDON_00 1 LONDON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 11:49 PM
03-05-2009 11:49 PM
Re: mails from VMS to exchange server not going.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 11:18 AM
03-06-2009 11:18 AM
Re: mails from VMS to exchange server not going.
At least it will show if the DNS problem is local to the VMS system or also present in wider local net.
Read the help in TCPIP:
"help set config smtp".
and in particular the /GATEWAY and /ZONE, and /SUBSTUTE_DOMAIN options.
I don't know what the policy in Your organization is for mail, in mine it is simply not possible to send smtp mail to the outside directly by an individual node, and mail can only be received/addressed to the mail domain, not an individual node inside the domain.
How does the VMS system RECEIVE mail ? Also directly addressed, or through the incoming mail server ?
But even if the mail via gateway will work, there might still be the original DNS (bind resolver) problem.
If the mail destination citi.com in Your first posting was not just an example, then try if "TCPIP SHOW HOST citi.com" is resolved. It should return the address of citibank.com if the bind resolver is working correctly.