<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ENCRYPTION IN MAIL MESSAGES in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517004#M43003</link>
    <description>Thanks Volker,&lt;BR /&gt;&lt;BR /&gt;The main requirement is that the command procedure that I am executing generates a report file by executing a cobol program the client needs wants the report e-mailed and the e-mail needs to be encrypted.&lt;BR /&gt;&lt;BR /&gt;I am able to attach the report file to the body of the email message but for encrypting the email message I am giving [PGP] in the subject line Is it the correct way or not.The mail will be encrypted or not If I use it like this as shown belo&lt;BR /&gt;&lt;BR /&gt;$SUBJECT_LINE = "[PGP] Encompas FeedRejects,Please reload"&lt;BR /&gt;$@MENU:NOTIFY "prgmname" "''SUBJECT_LINE'" 'R1 "''MAILFILE_SPEC'"&lt;BR /&gt;$   EXIT SAVE_STATUS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where 'R1 is the report file logical name.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think it is clear now.</description>
    <pubDate>Tue, 20 Oct 2009 11:59:39 GMT</pubDate>
    <dc:creator>RAVI KISHORE_1</dc:creator>
    <dc:date>2009-10-20T11:59:39Z</dc:date>
    <item>
      <title>ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4516997#M42996</link>
      <description>I am using Vax Vms and in the dcl i am sending a mail to my mail id&lt;BR /&gt; I am trying to encrypt the mail in the subject line i am giving [PGP] but the mail is not getting encrypted and also I am not able to see the subject line and the mail is coming correctly.Can any one please tell me how to encrypt the email messages in DCL mail uitlity.</description>
      <pubDate>Tue, 20 Oct 2009 05:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4516997#M42996</guid>
      <dc:creator>RAVI KISHORE_1</dc:creator>
      <dc:date>2009-10-20T05:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4516998#M42997</link>
      <description>Ravi,&lt;BR /&gt;&lt;BR /&gt;the VMS Mail utility itself does not support encryption.&lt;BR /&gt;&lt;BR /&gt;There seem to be PGP implementations around for OpenVMS VAX and even a TPU macro for using PGP from VMS mail, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pottsoft.com/pds/pds.html" target="_blank"&gt;http://www.pottsoft.com/pds/pds.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 20 Oct 2009 05:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4516998#M42997</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-10-20T05:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4516999#M42998</link>
      <description>Thanks voller,&lt;BR /&gt;      I am using a PGP encryption provided by my company then how i can code it in the subject line of the mail&lt;BR /&gt;My requirement is to encrypt the message file and how to code it in the subject line is there any syntax for that and  what output i will get if i use the PGP encryption can i see th whole message or it  will be blank.PLease clarify my doubt.</description>
      <pubDate>Tue, 20 Oct 2009 06:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4516999#M42998</guid>
      <dc:creator>RAVI KISHORE_1</dc:creator>
      <dc:date>2009-10-20T06:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517000#M42999</link>
      <description>I am having trougle understanding what you are really doing, and what you intend to happen.&lt;BR /&gt;&lt;BR /&gt;If you are sending mail using VMS mail, and you are hoping that putting "[PGP]" in the subject line will magically cause the message to be encrypted, that will not work.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;"I am using a PGP encryption provided by my company"&lt;BR /&gt;&lt;BR /&gt;Have you considered asking your local support folks, since they are the ones that are providing PGP?</description>
      <pubDate>Tue, 20 Oct 2009 11:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517000#M42999</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-10-20T11:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517001#M43000</link>
      <description>Thanks Jon &lt;BR /&gt;I am using the [pgp] in the subject line it is provided by my company and is the any syntax where to add the encryption to the file attachment especially in DCL Mail Utility is there any encryption.</description>
      <pubDate>Tue, 20 Oct 2009 11:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517001#M43000</guid>
      <dc:creator>RAVI KISHORE_1</dc:creator>
      <dc:date>2009-10-20T11:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517002#M43001</link>
      <description>If I understand you correctly the receiving end is expecting de (encrypted) file as an attachment.&lt;BR /&gt;&lt;BR /&gt;You might want to check the mime tool (run sys$system:mime) for creating mail messages with attachments. &lt;BR /&gt;&lt;BR /&gt;Oswald</description>
      <pubDate>Tue, 20 Oct 2009 11:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517002#M43001</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2009-10-20T11:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517003#M43002</link>
      <description>Ravi,&lt;BR /&gt;&lt;BR /&gt;note that the MIME tool is only available on OpenVMS VAX V7.1 (or higher).&lt;BR /&gt;&lt;BR /&gt;As already said, VMS MAIL does NOT support encryption. You may be able to use some freeware tool to encrypt your mail and then send that encrypted file with OpenVMS Mail, but this needs a better understanding of what you are actually trying to do...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 20 Oct 2009 11:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517003#M43002</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-10-20T11:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517004#M43003</link>
      <description>Thanks Volker,&lt;BR /&gt;&lt;BR /&gt;The main requirement is that the command procedure that I am executing generates a report file by executing a cobol program the client needs wants the report e-mailed and the e-mail needs to be encrypted.&lt;BR /&gt;&lt;BR /&gt;I am able to attach the report file to the body of the email message but for encrypting the email message I am giving [PGP] in the subject line Is it the correct way or not.The mail will be encrypted or not If I use it like this as shown belo&lt;BR /&gt;&lt;BR /&gt;$SUBJECT_LINE = "[PGP] Encompas FeedRejects,Please reload"&lt;BR /&gt;$@MENU:NOTIFY "prgmname" "''SUBJECT_LINE'" 'R1 "''MAILFILE_SPEC'"&lt;BR /&gt;$   EXIT SAVE_STATUS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where 'R1 is the report file logical name.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think it is clear now.</description>
      <pubDate>Tue, 20 Oct 2009 11:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517004#M43003</guid>
      <dc:creator>RAVI KISHORE_1</dc:creator>
      <dc:date>2009-10-20T11:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517005#M43004</link>
      <description>Ravi,&lt;BR /&gt;&lt;BR /&gt;all the handling of your mail is buried in the NOTIFY.COM procedure. We can't know or even guess, what this procedure does. Please contact whoever supports NOTIFY.COM at your site.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 20 Oct 2009 12:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517005#M43004</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-10-20T12:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: ENCRYPTION IN MAIL MESSAGES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517006#M43005</link>
      <description>Is anyone in the company's support group left, or were they all outsourced?</description>
      <pubDate>Wed, 21 Oct 2009 18:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/encryption-in-mail-messages/m-p/4517006#M43005</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-10-21T18:48:34Z</dc:date>
    </item>
  </channel>
</rss>

