- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Can a VMS MAIL account name be masked when sen...
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
09-29-2003 10:36 PM
09-29-2003 10:36 PM
Can a VMS MAIL account name be masked when sending replies?
The question was raised by a DBA whose application responds to external user queries with an automated reply from a VMS MAIL account. The response identifies the sender as username@nodename.domain, which he believes could pose a possible security issue.
I imagine he could set up a forwarding system so replies could come from a nondescript account name, but that still leaves the matter of identifying the node.
If anyone has any suggestions, I'd appreciate it...
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 10:46 PM
09-29-2003 10:46 PM
Re: Can a VMS MAIL account name be masked when sending replies?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 11:01 PM
09-29-2003 11:01 PM
Re: Can a VMS MAIL account name be masked when sending replies?
You find an example that might get you started at http://h71000.www7.hp.com/wizard/wiz_3214.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 11:10 PM
09-29-2003 11:10 PM
Re: Can a VMS MAIL account name be masked when sending replies?
http://h71000.www7.hp.com/freeware/freeware50/srh_examples/callable_mail_test.c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 11:33 PM
09-29-2003 11:33 PM
Re: Can a VMS MAIL account name be masked when sending replies?
Thanks - I've defined that logical on a test environment and I'll see what the application guys make of it.
Age,
Thanks also - I've passed the shortcut along. I had a look at the document; I figure it's something the application developers could customise for their own particular environment. Anyhow I'll wait and see how they get along with it.
I'll post again when I get results back, and probably have a point or two to throw around...
Thanks,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 09:10 AM
09-30-2003 09:10 AM
Re: Can a VMS MAIL account name be masked when sending replies?
TCPIP$SMTP_FROM can be used to change the "from" address. That will mask the real source for cursory examination from most common mail programs. Setting the personal name (SET PERSONAL_NAME="string") can also be used to mask the IP style address. However, the "real" source can usually be determined by examining the SMTP headers.
Although there are other ways to cover your tracks more completely, remember that they're typically only used by SPAMMERS, so any mail you send using the same techniques are likely to be identified as SPAM and may be rejected by automated filters. A "From" address from a bogus domain is a prime candidate for rejection.
You need to consider what security issues you're concerned about and weigh them against the potential problems you might cause.
I'd recommend you set the PERSONAL_NAME to something like "Automated response from XYZ Corporation" and the TCPIP$SMTP_FROM address to a GENUINE address on a less critical node. Or, if you don't want responses, to something like "PleaseDoNotReply@genuine.domain.com".
Whatever you do, make sure you TEST is with a real sample from your target audience. Make sure what they see in their mail program is acceptable.