HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- MAIL on Alpha VMS
Operating System - OpenVMS
1827293
Members
2873
Online
109717
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
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
06-04-2004 12:14 AM
06-04-2004 12:14 AM
Hi there, I am looking for some guidance in getting SMTP mail working on alpha vms 7.3-1. Previously our users made use of wollongong tcp on an old VAX system (vms 5.5-2) which has an 'fmail' function. Now however, we are migrating to new alpha platform and users are looking to use the MAIL function, which has not been configured, to email files to external email addresses. I have ran a few tests but keep hitting a problem with following error message:-
%MAIL-E-ERRACTRNS, error activating transport SMTP
%LIB-E-ACTIMAGE, error activating image $1$DGA20:[SYS0.SYSCOMMON.][SYSLIB]
SMTP_MAILSHR.EXE;
-RMS-E-FNF, file not found
I thought I may have remedied this when I discovered that the smtp_mailshr.exe file was actually called TCPIP$SMTP_MAILSHR.EXE and made a copy of it calling it smtp_mailshr.exe. However, this now gives me the following output :-
MAIL> send $1$dga20:[test]test.com
To: xxx.xxx@xxxx.com
%RMS-E-RNF, record not found
%RMS-E-RNF, record not found
I have tried to run the script SYS$COMMON:[SYSMGR]TCPIP$SMTP_STARTUP.COM;1 but this comes back with the following output:-
LEDA20> @TCPIP$SMTP_STARTUP.COM
%TCPIP-I-INFO, image SYS$SHARE:TCPIP$SMTP_MAILSHR.EXE installed
%TCPIP-I-INFO, image SYS$SHARE:TCPIP$SMTP_PARSESHR_TV.EXE installed
%TCPIP-I-INFO, image SYS$SYSTEM:TCPIP$SMTP_RECEIVER.EXE installed
%TCPIP-I-INFO, logical names created
%TCPIP-E-STARTERROR, error starting SMTP service
-TCPIP-E-CONFIGERROR, error processing configuration request
-TCPIP-E-NOQUEUE, no queue information for host LEDA20
-RMS-E-RNF, record not found
%TCPIP-E-STARTFAIL, failed to start TCPIP$SMTP
-TCPIP-E-QUESTRTERR, error starting service queues
Is there anything that I can do to get this to work ?
Many thanks in advance.
Ant
%MAIL-E-ERRACTRNS, error activating transport SMTP
%LIB-E-ACTIMAGE, error activating image $1$DGA20:[SYS0.SYSCOMMON.][SYSLIB]
SMTP_MAILSHR.EXE;
-RMS-E-FNF, file not found
I thought I may have remedied this when I discovered that the smtp_mailshr.exe file was actually called TCPIP$SMTP_MAILSHR.EXE and made a copy of it calling it smtp_mailshr.exe. However, this now gives me the following output :-
MAIL> send $1$dga20:[test]test.com
To: xxx.xxx@xxxx.com
%RMS-E-RNF, record not found
%RMS-E-RNF, record not found
I have tried to run the script SYS$COMMON:[SYSMGR]TCPIP$SMTP_STARTUP.COM;1 but this comes back with the following output:-
LEDA20> @TCPIP$SMTP_STARTUP.COM
%TCPIP-I-INFO, image SYS$SHARE:TCPIP$SMTP_MAILSHR.EXE installed
%TCPIP-I-INFO, image SYS$SHARE:TCPIP$SMTP_PARSESHR_TV.EXE installed
%TCPIP-I-INFO, image SYS$SYSTEM:TCPIP$SMTP_RECEIVER.EXE installed
%TCPIP-I-INFO, logical names created
%TCPIP-E-STARTERROR, error starting SMTP service
-TCPIP-E-CONFIGERROR, error processing configuration request
-TCPIP-E-NOQUEUE, no queue information for host LEDA20
-RMS-E-RNF, record not found
%TCPIP-E-STARTFAIL, failed to start TCPIP$SMTP
-TCPIP-E-QUESTRTERR, error starting service queues
Is there anything that I can do to get this to work ?
Many thanks in advance.
Ant
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 12:28 AM
06-04-2004 12:28 AM
Re: MAIL on Alpha VMS
Hi Ant,
You need to configure SMTP service before starting SMTP. Please see the TCPIP manual for detail explanation.
Thanks & regards,
Lokesh Jain
You need to configure SMTP service before starting SMTP. Please see the TCPIP manual for detail explanation.
Thanks & regards,
Lokesh Jain
What would you do with your life if you knew you could not fail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 12:47 AM
06-04-2004 12:47 AM
Solution
First of all, enable SMTP:
$ @SYS$MANAGER:TCPIP$CONFIG
Option 2 (Client components)
Option 5 (SMTP)
This should read "Enabled Started", if not enabled, enable it (option 1, presumably) and start it eventually. That will add required resources (user: TCPIP$SMTP, queue TCPIP$SMTP__ and service SMTP on port 25).
You may also need to adapt the service to your site's needs. Check TCPIP HELP SET CONFIGURATION SMTP for details on that.
Don't forget to stop and start SMTP if this has changed (you can user above commandprocedure, but for a shortcut, you can do:
$ @SYS$STARTUP:TCPIP$SMTP_SHUTDOWN
$ @SYS$STARTUP:TCPIP$SMTP_STARTUP
Eventually, you can edit TCPIP$SMTP_COMMON:SMTP.CONFIG (read TCPIP$SMTP_COMMON:SMTP_CONFIG.TEMPLATE for details) for blocking SPAM from known sites.
If you have PERL installed, you can also install a VMS-port of Spamasassin. Contact Karol.Zielonko@hp.com for details on this.
After changing this file, you won't need to stop and start SMTP.
Willem
$ @SYS$MANAGER:TCPIP$CONFIG
Option 2 (Client components)
Option 5 (SMTP)
This should read "Enabled Started", if not enabled, enable it (option 1, presumably) and start it eventually. That will add required resources (user: TCPIP$SMTP, queue TCPIP$SMTP_
You may also need to adapt the service to your site's needs. Check TCPIP HELP SET CONFIGURATION SMTP for details on that.
Don't forget to stop and start SMTP if this has changed (you can user above commandprocedure, but for a shortcut, you can do:
$ @SYS$STARTUP:TCPIP$SMTP_SHUTDOWN
$ @SYS$STARTUP:TCPIP$SMTP_STARTUP
Eventually, you can edit TCPIP$SMTP_COMMON:SMTP.CONFIG (read TCPIP$SMTP_COMMON:SMTP_CONFIG.TEMPLATE for details) for blocking SPAM from known sites.
If you have PERL installed, you can also install a VMS-port of Spamasassin. Contact Karol.Zielonko@hp.com for details on this.
After changing this file, you won't need to stop and start SMTP.
Willem
Willem Grooters
OpenVMS Developer & System Manager
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 02:39 AM
06-04-2004 02:39 AM
Re: MAIL on Alpha VMS
thanks guys..... service had not been setup as you mentioned. Machine was bought in pre-configured without smtp enabled. All seems to working ok now. Thanks very much.
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