Operating System - OpenVMS
1752780 Members
6174 Online
108789 Solutions
New Discussion

Re: how to find whether MIME is enabled in my server or not?

 
Meen
Occasional Advisor

how to find whether MIME is enabled in my server or not?

Hello All,

I am trying to insert attachment in email sent using Open VMS mail facility.

But I observed that I cant send attachment if i didnt have MIME or any other similar tools.

How to find whether MIME is enabled or not in my server?

3 REPLIES 3
Steven Schweda
Honored Contributor

Re: how to find whether MIME is enabled in my server or not?

> I am trying to insert attachment in email sent using Open VMS mail
> facility.

   Opening multiple threads for a single problem is not the best way to
communicate:

      https://community.hpe.com/t5/x/x/td-p/7033906

> How to find whether MIME is enabled or not in my server?

      dire sys$system:*mime*
      help mime
      mime

> Current version of Open vms is openvms axp v7 1-2

   VMS V7.1-2 (?) is pretty old.  Even the latest versions of the MIME
utility are not especially good; old ones are worse.

Meen
Occasional Advisor

Re: how to find whether MIME is enabled in my server or not?

Hello Steven,

Thanks for the response.

Could you please let me know how to add the MIME utility to our server?

regards,

meen

Steven Schweda
Honored Contributor

Re: how to find whether MIME is enabled in my server or not?

> Could you please let me know how to add the MIME utility to our
> server?

   I don't know if you can.  In my experience, it always came with VMS
(later versions, probably), but it might have been in a patch kit for
your version.  I haven't kept old VMS versions running on my (few) Alpha
systems, so I don't know much about yours.

   If it's not there, and you can't find it, then you might be stuck
with "pine" or "mpack".

   I've never needed to use VMS MAIL to send attachments, so I know
nothing, but I'd expect that Web search suggested earlier to find many
how-to explanations.  It's certainly been discussed here and in
comp.os.vms many times over many years.