Operating System - OpenVMS
1822542
Members
2992
Online
109642
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
тАО09-26-2003 04:42 AM
тАО09-26-2003 04:42 AM
I have been trying to send VMS mail to outside vendors. However, since these emails are coming from VMS logins, such as 123pat, the spam/virus detection software at the vendor site thinks it's spam and won't accept it. How can I initiate mail from VMS with a nonVMS FROM address, like pat.reinert@nisc.cc? Or does anyone know how to send a nonVMS mail from VMS? Thanks.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2003 06:32 AM
тАО09-26-2003 06:32 AM
Re: VMS Mail
Hello Pat,
from a technical point the easiest would be to create an account on the VMS system that does not match the spam filters on the receivers end. (Which are IMHO not very smart, since there are lots of sites where having digits in the username is corporate policy).
Another way is to use e.g. Perl and the Mail::Sender module from the VMS system to access an SMTP server. Using this you can put the address you desire in the from field.
Greetings, Martin
P.S. A general outline of the Perl solution can be found at http://www.decus.de:8080/www/vms/sw/notes/perl_mod.htmlx
from a technical point the easiest would be to create an account on the VMS system that does not match the spam filters on the receivers end. (Which are IMHO not very smart, since there are lots of sites where having digits in the username is corporate policy).
Another way is to use e.g. Perl and the Mail::Sender module from the VMS system to access an SMTP server. Using this you can put the address you desire in the from field.
Greetings, Martin
P.S. A general outline of the Perl solution can be found at http://www.decus.de:8080/www/vms/sw/notes/perl_mod.htmlx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2003 03:24 PM
тАО09-28-2003 03:24 PM
Solution
For recent versions of TCPIP services (V5.0 and above) you can define the logical name TCPIP$SMTP_FROM to specify an IP style from address.
In your case:
$ DEFINE TCPIP$SMTP_FROM "pat.reinet@nisc.cc"
(it's up to you to choose an address that will get somewhere sensible).
Note that this capability may have been deliberately disabled by your system manager. If it's not working, check for the system logical name:
TCPIP$SMTP_PROHIBIT_USER_HEADERS
That said, MAIL should have generated some kind of valid address...
In your case:
$ DEFINE TCPIP$SMTP_FROM "pat.reinet@nisc.cc"
(it's up to you to choose an address that will get somewhere sensible).
Note that this capability may have been deliberately disabled by your system manager. If it's not working, check for the system logical name:
TCPIP$SMTP_PROHIBIT_USER_HEADERS
That said, MAIL should have generated some kind of valid address...
A crucible of informative mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2003 10:05 AM
тАО09-29-2003 10:05 AM
Re: VMS Mail
Martin, thanks for your suggestion. However, we do not have Perl installed and this may be a little over my head.
John, I tried defining the TCPIP logical and this seems to work. Yeah!!!
Thank you both so much!
John, I tried defining the TCPIP logical and this seems to work. Yeah!!!
Thank you both so 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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP