- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Forwarding MAIL (VAXMAIL)
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-10-2004 03:42 AM
06-10-2004 03:42 AM
Forwarding MAIL (VAXMAIL)
MAIL has a "SET FORMWARD recipient" option. If I enter a comma separated list, I get an error msg. If I enter a reference to a distribution file,
e.g. SET FORWARD @BLAH.DIS, it's accepted but doesn't work.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 05:04 AM
06-10-2004 05:04 AM
Re: Forwarding MAIL (VAXMAIL)
You may want to check out the 'deliver' tool on teh OpenVMS Freeware. It has this and much more functionality beyond the basic VMSmail.
Attached part of a reply from my buddy Marios made in 1988 explaining the decision back then.
hth,
Hein.
---
Nope, you're not the first and only person to have used this non-feature (it used to work by "luck", not by design) and you are almost certainly amongst the many who have unwittingly caused untold grief by using it.
You've essentially got it -- without serious MAIL-11 protocol changes in the area of address-acknowledgement matching, doing "fan-out" forwarding cannot work. Basically, the protocol isn't built for it.
To, briefly, list the evils of this practice:
It can result in you or OTHER PEOPLE on the sender's "To:" list not receiving a message WITHOUT the sender being told that anything is amiss.
Furthermore, if the sender is using NMAIL, it can result in you or OTHER PEOPLE getting multiple copies of a message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 02:13 PM
06-10-2004 02:13 PM
Re: Forwarding MAIL (VAXMAIL)
actually Deliver is on the Freeware V4
http://h71000.www7.hp.com/freeware/freeware40/deliver/
which did come out quite a while back. While not for this particular purpose, we do use it in our operations to automate processes based on the contents of incoming mail.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:14 PM
06-10-2004 06:14 PM
Re: Forwarding MAIL (VAXMAIL)
I use the MX software (see http://www.madgoat.com/mx.html) mailing list feature for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 08:03 PM
06-10-2004 08:03 PM
Re: Forwarding MAIL (VAXMAIL)
I had to create a multiple send mail com file recently for operators on shift.
The way I got roud it was to do the following:
Create a file file_name.dis
In this should be your mail recipients, ie:
fred.flintstone@bedrock.com
barney.rubble@bedrock.com
etc etc
In your mail command line, do the following:
MAIL /SUBJECT="whatever" -file_to_be_sent.txt; "@file_name.dis;"
Hope this helps.
Terry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 10:29 PM
06-10-2004 10:29 PM
Re: Forwarding MAIL (VAXMAIL)
mynode::Fred
Barney@wherever.com
and if Fred does not exist or mynode is not reachable then Barney will get no mail. What we do in this error case is: read the distribution file line by line and send the mail to each entry. Not much effort and on our side no need to use a special tool.
Cheers,
Eberhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 12:05 AM
06-11-2004 12:05 AM
Re: Forwarding MAIL (VAXMAIL)
I am not sure if you got that set forward right...
Try the following syntax
MAIL> SET FORWARD[/USER=name] user@host
Note: TCPIP SMTP services are needed for this
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 03:55 AM
06-11-2004 03:55 AM
Re: Forwarding MAIL (VAXMAIL)
Just let me restate: I'm looking for a solution for MAIL FORWARDING because we have some production accounts used for batch jobs & etc where no one normally logs in interactively. When mail sent from batch jobs or whatever can't be delivered, it gets returned to those accounts. I would like to be able to set MAIL FORWARDING to a few people so that they would know immediately when mail failed to get sent.
The mail distribution list function (file of xxx.DIS) works when sending mail directly via the MAIL cmd, but does not work with the SET FORWARD cmd, nor does entering a comma separated list to that cmd. Hein has indicated that this "feature" that I want isn't available.
The use of non-commercial products is frowned upon here, so I may not be able to use the freeware suggested.
I seem to be back to my original "klugey" idea of writing a script which, each minute or so, checks to see if there is any mail in the specific accounts and if so forwards it. I was hoping for a simpler, more elegant solution.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 05:39 AM
06-11-2004 05:39 AM
Re: Forwarding MAIL (VAXMAIL)
This works interactively just like sending to a user. It has the same potential for mail delivery failure if one of the accounts is deleted and the list is not updated.
The logical has to include the "@" sign.
- Z. Schleter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2004 04:35 AM
06-12-2004 04:35 AM
Re: Forwarding MAIL (VAXMAIL)
So I assume (hasn't really be stated explicitly) that you would like to receive these mail messages external to VMS, perhaps Exchange Server? Why not just forward the account's VMS mail to an SMTP email address for a distribution list?
MAIL> set forward smtp%"group_emailaddress@yoursupport_domain.com"
Setting up an Exchange distribution list with an email address is routine. Other email servers must have the same capability.
HTH,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2004 12:06 PM
06-12-2004 12:06 PM
Re: Forwarding MAIL (VAXMAIL)
Btw, LISTSERV is available for VMS and MX does contain a mailling list function too.
Greetings, Martin