- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- smtp mail stopped working
Operating System - OpenVMS
1824846
Members
3698
Online
109674
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО04-01-2004 06:21 AM
тАО04-01-2004 06:21 AM
on my vms 7.1/UCX 5 machine smtp mail has stopped working (after years of no problems)... networking in general seems fine... I've enabled ucx log level to 5 and am getting the following in UCX$SMTP_LOGFILE.LOG:\
Entering build_server_mx_list
#smtp_sender_cmd\4348 Entering new_smtp_sender_gate
#smtp_sender_cmd\4372 new_smtp_sender_gate: SMTP zone = mcvlva.tel.gte.com
#smtp_sender_cmd\4384 new_smtp_sender_gate: comparing remote = verizon.com with
SMTP zone = mcvlva.tel.gte.com
#smtp_sender_cmd\4404 new_smtp_sender_gate: DO need gateway
Sender will relay mail to verizon.com using this ordered list of gateways
Number of MX entries: 0
Expiration Date: 17-NOV-1858 00:00:00.00
#smtp_sender_cmd\1229 entering connect_to_server
#smtp_sender_cmd\1473 exiting connect_to_server st: 1,iosb$st: 16,iosb$count: 4,
iosb$ext_st: 8340
All gateways tried without success.
#smtp_sender\405 UCX$SMTP_NEW_SEND_MAIL after new_smtp_sender_init a_ercode:5104
3898
Also:
[UCX_SMTP]>ucx show mx
Local MX database
Destination Preference Gateway
vamec1 10 smtpirv2.interwan.gte.COM
[UCX_SMTP]>
any ideas or addtional info I could provide to solve this issue?
Entering build_server_mx_list
#smtp_sender_cmd\4348 Entering new_smtp_sender_gate
#smtp_sender_cmd\4372 new_smtp_sender_gate: SMTP zone = mcvlva.tel.gte.com
#smtp_sender_cmd\4384 new_smtp_sender_gate: comparing remote = verizon.com with
SMTP zone = mcvlva.tel.gte.com
#smtp_sender_cmd\4404 new_smtp_sender_gate: DO need gateway
Sender will relay mail to verizon.com using this ordered list of gateways
Number of MX entries: 0
Expiration Date: 17-NOV-1858 00:00:00.00
#smtp_sender_cmd\1229 entering connect_to_server
#smtp_sender_cmd\1473 exiting connect_to_server st: 1,iosb$st: 16,iosb$count: 4,
iosb$ext_st: 8340
All gateways tried without success.
#smtp_sender\405 UCX$SMTP_NEW_SEND_MAIL after new_smtp_sender_init a_ercode:5104
3898
Also:
[UCX_SMTP]>ucx show mx
Local MX database
Destination Preference Gateway
vamec1 10 smtpirv2.interwan.gte.COM
[UCX_SMTP]>
any ideas or addtional info I could provide to solve this issue?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 06:39 AM
тАО04-01-2004 06:39 AM
Re: smtp mail stopped working
No real idea, but if I try to deciper what I think could be a status code I get:
iosb$ext_st:
$ write sys$output f$message (8340)
%SYSTEM-F-UNREACHABLE, remote node is not currently reachable
iosb$ext_st:
$ write sys$output f$message (8340)
%SYSTEM-F-UNREACHABLE, remote node is not currently reachable
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 07:37 AM
тАО04-01-2004 07:37 AM
Re: smtp mail stopped working
Tim,
What is the outcome of:
$ TCPIP SHOW ROUTE/ALL
and try to locate the destination nodes (that is: both the mail gateways and the receiving nodes) by trying to trace them down (TRACERT, probably).
You may also try to DIG the domains (mcr TCPIP$DIG, I don't know if this exists in the TCPIP version, use TCPIP$NSLOOKUP instead)
What is the outcome of:
$ TCPIP SHOW ROUTE/ALL
and try to locate the destination nodes (that is: both the mail gateways and the receiving nodes) by trying to trace them down (TRACERT, probably).
You may also try to DIG the domains (mcr TCPIP$DIG, I don't know if this exists in the TCPIP version, use TCPIP$NSLOOKUP instead)
Willem Grooters
OpenVMS Developer & System Manager
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 07:51 AM
тАО04-01-2004 07:51 AM
Solution
Hi,
do a
tcpip show config smtp/full
Check the Gateways you have defined, then see if you can reach them (ping and traceroute being the first tests, followed by a telnet to
port 25). Is it possible that somebody has put a firewall up somewhere in the route between you and the gateway?
Greetings, Martin
do a
tcpip show config smtp/full
Check the Gateways you have defined, then see if you can reach them (ping and traceroute being the first tests, followed by a telnet to
port 25). Is it possible that somebody has put a firewall up somewhere in the route between you and the gateway?
Greetings, Martin
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP