- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- POP 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
10-07-2003 06:14 AM
10-07-2003 06:14 AM
POP question.
First: I get ALL the headers in the message where retrieved from another system, these seem to be hidden (only showing if explicitly requested)
Second: Attachements (MIME?) are NOT translated on receipt (in Outlook), but after saving the message and decode it, it's Ok.
I guess there should be a setting on the VMS machine that would prevent hiding of the full header and the translation of attachements (images, for instance). But which one(s)?
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:27 AM
10-07-2003 06:27 AM
Re: POP question.
I never did POP, just IMAP (via Mozilla on Linux). No special settings
required there to "hide" the headers and decode attachments. Where do you have your headers, TOP or BOTTOM? BOTTOM might confuse Outlook, the parsing algorithms they use seem to be "interesting". Worst case you could use /opt=noheaders to supress them at all.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:19 PM
10-07-2003 06:19 PM
Re: POP question.
The web-based client I use (to check mail from 'outside') is Ok as well: no headers, and attachements translated and downloadable.
But Outlook retrieves the whole message and will handle it as ASCII text completely. Why that? I cannot imagine a principal difference in format - unless VMS needs separate settings.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 09:24 PM
10-07-2003 09:24 PM
Re: POP question.
I have the following logical defined:
def/sys TCPIP$POP_INGORE_MAIL11_HEADERS 1
Check some of your SMTP server definition as well, it must be configured with /options=TOP_HEADERS
Regards
Dieter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 08:57 AM
10-08-2003 08:57 AM
Re: POP question.
SOLVED
*********************
It proved not only a setting of POP (Thanx Dieter), as I could conclude after finding out that mail, created on the VMS machine directly, didn't have this problem. So there should be a SMTP setting involved as well, and the manual should be followed TO THE LETTER : TCPIP$SMTP_JACKET_LOCAL must be set to 1. "TRUE" (as I had it set to) won't do.
OpenVMS Developer & System Manager