- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Another MAIL question !
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
06-04-2004 03:03 AM
06-04-2004 03:03 AM
just a quick question this time. I have now managed to setup and configure SMTP and therefore MAIL is now working. However, a user has asked whether or not it is possible to use MAIL commands direct from the DCL. From brief tests this does not appear to be possible, just wondered if there was something that can be done with this program? The reason this is an issue is that on the previous system (VAX VMS 5.5-2) we used a 3rd party TCPIP package from wollongon which provided an FMAIL application that could be run directly from the command line ?
Cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 03:13 AM
06-04-2004 03:13 AM
Re: Another MAIL question !
Sorry but, Can you please explain your problem in detail. What you want to mail ? a file etc ?
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 03:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:06 AM
06-04-2004 05:06 AM
Re: Another MAIL question !
MAIL> send/noedit
To: smtp%"atest@somedomain.com"
CC:
Subj: Testing Testing...
Enter your message below. Press CTRL/Z when complete, or CTRL/C to quit:
1 2 3
^Z does an Exit
MAIL>
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 06:19 AM
06-04-2004 06:19 AM
Re: Another MAIL question !
Like Wim asked, how did you determine MAIL is working?
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 04:39 PM
06-04-2004 04:39 PM
Re: Another MAIL question !
I'm not sure what your question is but the answer is "yes".
Seriously, though, what errors are you receiving? The address specification is key to ensuring proper routing.
"From brief tests this does not appear to be possible, just wondered if there was something that can be done with this program?"
What program?
I've set up DecNet IV with Multinet and routed email from DCL interactively and in batch jobs to both VMS Mail accounts and desktop PC email clients.
There are "some" limitations regarding attachments and other popular desktop email niceties (binary attachments).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2004 05:50 AM
06-05-2004 05:50 AM
Re: Another MAIL question !
If the file (should be text-only) already exists, you can:
You have far more control from within the MAIL utility itself. The system manager can influence the facilities as well.
Check HELP MAIL for DCL options, and HELP within MAIL for more deatils.
Non-text files can be sent, but it requires a bit more work. First, you have to create a file to be sent using the MIME utility. After that, you can send the file using MAIL.
You may have to supply a commandprocedure to ease your users....
If you run a web server on the system, and your users access the system using a PC, you could also use a web-based VMS-MAIL interface. I use Mark Daniel's YAHMAIL (check http://wasd.vsm.com.au/wasd).
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 02:39 AM
06-06-2004 02:39 AM
Re: Another MAIL question !
check the settings of the mail$internet_transport and mail$protocol_smtp logicals. Also an actual error message would be
usefull ;-)
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 03:00 AM
06-07-2004 03:00 AM