<?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: MAIL on Alpha VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296129#M63004</link>
    <description>thanks guys..... service had not been setup as you mentioned. Machine was bought in pre-configured without smtp enabled. All seems to working ok now. Thanks very much.</description>
    <pubDate>Fri, 04 Jun 2004 09:39:43 GMT</pubDate>
    <dc:creator>Anthony Tyrell_1</dc:creator>
    <dc:date>2004-06-04T09:39:43Z</dc:date>
    <item>
      <title>MAIL on Alpha VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296126#M63001</link>
      <description>Hi there, I am looking for some guidance in getting SMTP mail working on alpha vms 7.3-1. Previously our users made use of wollongong tcp on an old VAX system (vms 5.5-2) which has an 'fmail' function. Now however, we are migrating to new alpha platform and users are looking to use the MAIL function, which has not been configured, to email files to external email addresses. I have ran a few tests but keep hitting a problem with following error message:- &lt;BR /&gt;&lt;BR /&gt;%MAIL-E-ERRACTRNS, error activating transport SMTP&lt;BR /&gt;%LIB-E-ACTIMAGE, error activating image $1$DGA20:[SYS0.SYSCOMMON.][SYSLIB]&lt;BR /&gt;SMTP_MAILSHR.EXE;&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;&lt;BR /&gt;I thought I may have remedied this when I discovered that the smtp_mailshr.exe file was actually called TCPIP$SMTP_MAILSHR.EXE and made a copy of it calling it smtp_mailshr.exe. However, this now gives me the following output :- &lt;BR /&gt;&lt;BR /&gt;MAIL&amp;gt; send $1$dga20:[test]test.com&lt;BR /&gt;To:     xxx.xxx@xxxx.com&lt;BR /&gt;%RMS-E-RNF, record not found&lt;BR /&gt;%RMS-E-RNF, record not found&lt;BR /&gt;&lt;BR /&gt;I have tried to run the script SYS$COMMON:[SYSMGR]TCPIP$SMTP_STARTUP.COM;1 but this comes back with the following output:- &lt;BR /&gt;&lt;BR /&gt;LEDA20&amp;gt; @TCPIP$SMTP_STARTUP.COM&lt;BR /&gt;%TCPIP-I-INFO, image SYS$SHARE:TCPIP$SMTP_MAILSHR.EXE installed&lt;BR /&gt;%TCPIP-I-INFO, image SYS$SHARE:TCPIP$SMTP_PARSESHR_TV.EXE installed&lt;BR /&gt;%TCPIP-I-INFO, image SYS$SYSTEM:TCPIP$SMTP_RECEIVER.EXE installed&lt;BR /&gt;%TCPIP-I-INFO, logical names created&lt;BR /&gt;%TCPIP-E-STARTERROR, error starting SMTP service&lt;BR /&gt;-TCPIP-E-CONFIGERROR, error processing configuration request&lt;BR /&gt;-TCPIP-E-NOQUEUE, no queue information for host LEDA20&lt;BR /&gt;-RMS-E-RNF, record not found&lt;BR /&gt;%TCPIP-E-STARTFAIL, failed to start TCPIP$SMTP&lt;BR /&gt;-TCPIP-E-QUESTRTERR, error starting service queues&lt;BR /&gt;&lt;BR /&gt;Is there anything that I can do to get this to work ?  &lt;BR /&gt;&lt;BR /&gt;Many thanks in advance.&lt;BR /&gt;Ant</description>
      <pubDate>Fri, 04 Jun 2004 07:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296126#M63001</guid>
      <dc:creator>Anthony Tyrell_1</dc:creator>
      <dc:date>2004-06-04T07:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL on Alpha VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296127#M63002</link>
      <description>Hi Ant,&lt;BR /&gt;&lt;BR /&gt;You need to configure SMTP service before starting SMTP. Please see the TCPIP manual for detail explanation. &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh Jain</description>
      <pubDate>Fri, 04 Jun 2004 07:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296127#M63002</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-06-04T07:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL on Alpha VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296128#M63003</link>
      <description>First of all, enable SMTP:&lt;BR /&gt;&lt;BR /&gt;$ @SYS$MANAGER:TCPIP$CONFIG&lt;BR /&gt;Option 2 (Client components)&lt;BR /&gt;Option 5 (SMTP)&lt;BR /&gt;&lt;BR /&gt;This should read "Enabled Started", if not enabled, enable it (option 1, presumably) and start it eventually. That will add required resources (user: TCPIP$SMTP, queue  TCPIP$SMTP_&lt;NODENAME&gt;_&lt;NUMBER&gt; and service SMTP on port 25).&lt;BR /&gt;You may also need to adapt the service to your site's needs. Check TCPIP HELP SET CONFIGURATION SMTP for details on that. &lt;BR /&gt;Don't forget to stop and start SMTP if this has changed (you can user above commandprocedure, but for a shortcut, you can do:&lt;BR /&gt;&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$SMTP_SHUTDOWN&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$SMTP_STARTUP&lt;BR /&gt;&lt;BR /&gt;Eventually, you can edit TCPIP$SMTP_COMMON:SMTP.CONFIG (read TCPIP$SMTP_COMMON:SMTP_CONFIG.TEMPLATE for details) for blocking SPAM from known sites.&lt;BR /&gt;If you have PERL installed, you can also install a VMS-port of Spamasassin. Contact Karol.Zielonko@hp.com for details on this.&lt;BR /&gt;&lt;BR /&gt;After changing this file, you won't need to stop and start SMTP.&lt;BR /&gt;&lt;BR /&gt;Willem&lt;/NUMBER&gt;&lt;/NODENAME&gt;</description>
      <pubDate>Fri, 04 Jun 2004 07:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296128#M63003</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-04T07:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL on Alpha VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296129#M63004</link>
      <description>thanks guys..... service had not been setup as you mentioned. Machine was bought in pre-configured without smtp enabled. All seems to working ok now. Thanks very much.</description>
      <pubDate>Fri, 04 Jun 2004 09:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-on-alpha-vms/m-p/3296129#M63004</guid>
      <dc:creator>Anthony Tyrell_1</dc:creator>
      <dc:date>2004-06-04T09:39:43Z</dc:date>
    </item>
  </channel>
</rss>

