<?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: Disabling VMS mail in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026876#M81682</link>
    <description>Don't forget that mail is used by many tools to notify SYSTEM.&lt;BR /&gt;E.g. dfg, sched, DTSS, CA, ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 06 Feb 2007 09:47:51 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2007-02-06T09:47:51Z</dc:date>
    <item>
      <title>Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026875#M81681</link>
      <description>I need to find out what steps I need to take in order to disable VMS mail from a particular node (7.3-2). &lt;BR /&gt;&lt;BR /&gt;I do not want to set the "/dismail" flag on user accounts, but rather disable it altogether for everyone (both on the fly and for a ny future reboot)</description>
      <pubDate>Tue, 06 Feb 2007 09:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026875#M81681</guid>
      <dc:creator>John A.  Beard</dc:creator>
      <dc:date>2007-02-06T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026876#M81682</link>
      <description>Don't forget that mail is used by many tools to notify SYSTEM.&lt;BR /&gt;E.g. dfg, sched, DTSS, CA, ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 06 Feb 2007 09:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026876#M81682</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-02-06T09:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026877#M81683</link>
      <description>Hi Wim,&lt;BR /&gt;&lt;BR /&gt;I didn't think there would be an easy answer. Is there any way of making VMS mail inaccessible to certain groups, or perhaps only available to holders of a particular identifier</description>
      <pubDate>Tue, 06 Feb 2007 09:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026877#M81683</guid>
      <dc:creator>John A.  Beard</dc:creator>
      <dc:date>2007-02-06T09:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026878#M81684</link>
      <description>What are you seeking to avoid here?  (Pointed questions are somewhat difficult for options and alternatives.)  Can you provide some background on the problem and the proposed solution?&lt;BR /&gt;&lt;BR /&gt;DISMAIL and DISNEWMAIL are the usual approaches toward locking out MAIL.  (Removing NETMBX privilege may or may not be feasible.  It usually isn't, but sometimes it is.)&lt;BR /&gt;&lt;BR /&gt;Further along is CAPTIVE or RESTRICTED command procedures, and simply keeping the user out of MAIL.  MAIL is one of a class of utilities with a couple of interesting features, so I tend to avoid permitting a completely untrusted user access into the MAIL command prompt.&lt;BR /&gt;&lt;BR /&gt;If you are specifically targeting remote IP mail access, you can disable SMTP.&lt;BR /&gt;&lt;BR /&gt;There are parts of OpenVMS itself that use MAIL for various purposes, and many command procedures around can expect access to MAIL, so removing it isn't necessarily something I would recommend.&lt;BR /&gt;&lt;BR /&gt;In any case, it would be useful to know some background around why you're locking out MAIL.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 10:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026878#M81684</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-06T10:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026879#M81685</link>
      <description>The only times I have ever disabled mail was on account or group basis.  That was done modifying the UAF entry.&lt;BR /&gt;&lt;BR /&gt;To disable mail for group 300&lt;BR /&gt;mc authorize mod [300,*]/flags=dismail&lt;BR /&gt;&lt;BR /&gt;I don't know if you can set an identifier to remove access to mail.  You might be able to do it through ACLs on the SYS$COMMON:[SYSEXE]MAIL.EXE file.&lt;BR /&gt;&lt;BR /&gt;I personally would stick with UAF modifications.</description>
      <pubDate>Tue, 06 Feb 2007 10:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026879#M81685</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2007-02-06T10:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026880#M81686</link>
      <description>For one-off's... (although discouraged), if it's something you control and the users cannot override you could try $ MAI*L=="!" "do-what-you-want-to-do" and then delete the symbol afterwards.&lt;BR /&gt;&lt;BR /&gt;... or set-up an identifier access ACL on sys$system:mail.exe (note that it's an installed image) but this would return a rather ugly nopriv error and the user could of course have their own mail.exe&lt;BR /&gt;&lt;BR /&gt;I suspect you can't remove NETMBX.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Tue, 06 Feb 2007 10:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026880#M81686</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2007-02-06T10:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026881#M81687</link>
      <description>Thanks to all for your suggestions. &lt;BR /&gt;&lt;BR /&gt;I think for now I will simply set the /dismail flag on selected accounts. &lt;BR /&gt;&lt;BR /&gt;I cannot remove NETMBX, not can I make the accounts in question captive or restricted.... over a 1000 users with all kinds of different access requirements.&lt;BR /&gt;&lt;BR /&gt;I will dig deeper into what you have all suggested and see what I can come up with. Thanks again for your time</description>
      <pubDate>Tue, 06 Feb 2007 10:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026881#M81687</guid>
      <dc:creator>John A.  Beard</dc:creator>
      <dc:date>2007-02-06T10:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026882#M81688</link>
      <description>There are DCL procedures around that can send VMS MAIL quite nicely.  Without using MAIL utility.  I wrote one that lets me send mail from anyone to anyone.  This is similar to what is now called relay spam, but from a previous era.&lt;BR /&gt;&lt;BR /&gt;As for locking out the utility via the command line, that's a fairly soft protection.  It'll certainly slow down some of the script kiddies, but it won't but momentarily delay an experienced user.  And I'd not recommend removing the command verb, but that too has been tried.&lt;BR /&gt;&lt;BR /&gt;FWIW, Whether you're defending against script kiddies or experienced users or complying with corporate auditing requirements isn't yet known, which is why I was looking for some background around the question.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 11:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026882#M81688</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-06T11:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling VMS mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026883#M81689</link>
      <description>you could block access to SYS$SHARE:MAILSHR.EXE with an ACL along the lines of&lt;BR /&gt;&lt;BR /&gt;((ID=MAILUSER,ACCESS=EXECUTE),ID=[*,*],ACCESS=NONE))&lt;BR /&gt;&lt;BR /&gt;sort of thing. This allows chatting to the MAIL DECnet object using MAIL11 protocol for the terminally curious.&lt;BR /&gt;&lt;BR /&gt;Security is often a people problem.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-vms-mail/m-p/5026883#M81689</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-02-06T16:51:38Z</dc:date>
    </item>
  </channel>
</rss>

