<?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: Not able to send SMTP Mails in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207160#M90668</link>
    <description>on each system &lt;BR /&gt;$ tcpip show route&lt;BR /&gt;$ tcpip show mail&lt;BR /&gt;$ tcpip show config smtp&lt;BR /&gt;$ tcpip show mx_record&lt;BR /&gt;&lt;BR /&gt;then set up logical names&lt;BR /&gt;$ DEFINE/SYSTEM TCPIP$SMTP_LOG_LEVEL 3&lt;BR /&gt;$ DEFINE/SYSTEM TCPIP$SMTP_SYMB_TRACE 1&lt;BR /&gt;(stop and start smtp to activate)&lt;BR /&gt;&lt;BR /&gt;use telnet on port 25 to test as in&lt;BR /&gt;&lt;A href="http://support.microsoft.com/kb/153119" target="_blank"&gt;http://support.microsoft.com/kb/153119&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;check reply codes from&lt;BR /&gt;&lt;A href="http://www.greenend.org.uk/rjk/2000/05/21/smtp-replies.html" target="_blank"&gt;http://www.greenend.org.uk/rjk/2000/05/21/smtp-replies.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;examine logs in [TCPIP$SMTP]&lt;BR /&gt;&lt;BR /&gt;Phil&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 30 May 2008 00:46:19 GMT</pubDate>
    <dc:creator>Phil.Howell</dc:creator>
    <dc:date>2008-05-30T00:46:19Z</dc:date>
    <item>
      <title>Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207156#M90664</link>
      <description>Two systems from where we would like to send e-mails to the administrators with the result of the backup and so on.&lt;BR /&gt;&lt;BR /&gt;The first system is a DS15 with OpenVMS 7.3-2 and TCP/IP Services 5.4-15 ECO6. Here it is possible to send e-mails to the MS Exchange Server (which has no firewall or other restrictions, the Windows guys told me). I just enabled the SMTP Client component in the TCPIP$CONFIG and that was it...&lt;BR /&gt;&lt;BR /&gt;The second system is a OpenVMS Cluster with two ES40 with OpenVMS 7.3-2 and TCP/IP Services 5.4-15 ECO6. Setup the same way as the DS15. When I am sending a mail with the mail utility there is no error or something else. It looks good, but the mail never shows up on the Exchange Server... &lt;BR /&gt;&lt;BR /&gt;I tried to define logicals as mentioned in the TCP/IP Manuals and using the SMTP% prefix for the e-mail address. The e-mails disappears and goes somehow to the "Data Nirvana". Using different SHOW and ANALYZE commands didn't help.&lt;BR /&gt;&lt;BR /&gt;Does someone have a "How-to" Setup a SMTP Client or Tips &amp;amp; Tricks for me? Thanks in advance</description>
      <pubDate>Thu, 29 May 2008 14:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207156#M90664</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2008-05-29T14:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207157#M90665</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Can you post &lt;BR /&gt;$ tcpip show conf smtp/full&lt;BR /&gt;&lt;BR /&gt;Do you have a gateway defined (general or alternate) ?</description>
      <pubDate>Thu, 29 May 2008 14:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207157#M90665</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-05-29T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207158#M90666</link>
      <description>Hi Adrian&lt;BR /&gt;&lt;BR /&gt;We are using SMTP Mails as well to send Mails to an Exchange Server. My SMTP Config looks as follows:&lt;BR /&gt;&lt;BR /&gt;$ tcpip sho conf smtp&lt;BR /&gt;&lt;BR /&gt;SMTP Configuration&lt;BR /&gt;Options&lt;BR /&gt;Initial interval: 0 00:30:00.00 Address_max: 16 EIGHT_BIT&lt;BR /&gt;Retry interval: 0 01:00:00.00 Hop_count_max: 16 RELAY&lt;BR /&gt;Maximum interval: 3 00:00:00.00 TOP_HEADERS&lt;BR /&gt;&lt;BR /&gt;Timeout Initial Mail Receipt Data Terminate&lt;BR /&gt;Send: 5 5 5 3 10&lt;BR /&gt;Receive: 5&lt;BR /&gt;&lt;BR /&gt;Alternate gateway: your.exchange.server.here&lt;BR /&gt;General gateway: eventually.also.here&lt;BR /&gt;&lt;BR /&gt;Substitute domain: not defined&lt;BR /&gt;Zone: not defined&lt;BR /&gt;&lt;BR /&gt;Postmaster: TCPIP$SMTP&lt;BR /&gt;Log file: SYS$SPECIFIC:[TCPIP$SMTP]TCPIP$SMTP_LOGFILE.LOG&lt;BR /&gt;&lt;BR /&gt;Generic queue Queues Participating nodes&lt;BR /&gt;&lt;BR /&gt;TCPIP$SMTP_GDC00Y_00 1 GDC00Y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This works fine for us. We had problems before too, sending mails, because the Exchange Guys can have a list with hosts, which are able to send mails. Maybe your nodes are missing on this list&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni</description>
      <pubDate>Thu, 29 May 2008 14:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207158#M90666</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-05-29T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207159#M90667</link>
      <description>And if you want to talk to the Exchange server, do &lt;BR /&gt;&lt;BR /&gt;$ Tcpip SET CONFIG SMTP/GATEWAY=ALT=Exchange_server&lt;BR /&gt;$ tcpip STOP MAIL&lt;BR /&gt;$ tcpip START MAIL</description>
      <pubDate>Thu, 29 May 2008 14:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207159#M90667</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-05-29T14:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207160#M90668</link>
      <description>on each system &lt;BR /&gt;$ tcpip show route&lt;BR /&gt;$ tcpip show mail&lt;BR /&gt;$ tcpip show config smtp&lt;BR /&gt;$ tcpip show mx_record&lt;BR /&gt;&lt;BR /&gt;then set up logical names&lt;BR /&gt;$ DEFINE/SYSTEM TCPIP$SMTP_LOG_LEVEL 3&lt;BR /&gt;$ DEFINE/SYSTEM TCPIP$SMTP_SYMB_TRACE 1&lt;BR /&gt;(stop and start smtp to activate)&lt;BR /&gt;&lt;BR /&gt;use telnet on port 25 to test as in&lt;BR /&gt;&lt;A href="http://support.microsoft.com/kb/153119" target="_blank"&gt;http://support.microsoft.com/kb/153119&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;check reply codes from&lt;BR /&gt;&lt;A href="http://www.greenend.org.uk/rjk/2000/05/21/smtp-replies.html" target="_blank"&gt;http://www.greenend.org.uk/rjk/2000/05/21/smtp-replies.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;examine logs in [TCPIP$SMTP]&lt;BR /&gt;&lt;BR /&gt;Phil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2008 00:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207160#M90668</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2008-05-30T00:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207161#M90669</link>
      <description>Following the output of the system not working:</description>
      <pubDate>Mon, 02 Jun 2008 08:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207161#M90669</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2008-06-02T08:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207162#M90670</link>
      <description>This is the output of the system working...:</description>
      <pubDate>Mon, 02 Jun 2008 08:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207162#M90670</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2008-06-02T08:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207163#M90671</link>
      <description>Hi Adrian&lt;BR /&gt;&lt;BR /&gt;I assume, that you changed the real name of your Exchange server in the output file for security reasons.&lt;BR /&gt;&lt;BR /&gt;I assume that in real you did something like&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SET CONF SMTP/GATE=ALTER=172.16.x.y&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SET CONF SMTP/GATE=ALTER=real.dns-name.ofYourExchangeServer&lt;BR /&gt;&lt;BR /&gt;After Changing the SMTP configuration you have to restart SMTP (@sys$startup:tcpip$smtp_shutdown and after @sys$startup:tcpip$smtp_startup)&lt;BR /&gt;&lt;BR /&gt;Does for example the file _$1$DGA1:[SYSCOMMON.SYSMGR]08053013145194_SYSTEM-20200D91.TCPIP_HOST1;1 exists? (It's reported by Opcom). If yes, is the file accessible for the user TCPIP$SMTP&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2008 08:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207163#M90671</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-06-02T08:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207164#M90672</link>
      <description>Sorry for the delay - I am getting ready for vaccation... &lt;BR /&gt;&lt;BR /&gt;I owe you some answers.&lt;BR /&gt;&lt;BR /&gt;Unfortunately my problem comes not from the Exchange Server. It works well using the Telnet on port 25...&lt;BR /&gt;&lt;BR /&gt;Defining the SMTP Gateway I used both &lt;BR /&gt;&lt;BR /&gt;once&lt;BR /&gt;&lt;BR /&gt; $ TCPIP SET CONF SMTP/GATE=ALTER=172.16.x.y&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SET CONF SMTP/GATE=ALTER=real.dns-name.ofYourExchangeServer&lt;BR /&gt;&lt;BR /&gt;The file _$1$DGA1:[SYSCOMMON.SYSMGR]08053013145194_SYSTEM-20200D91.TCPIP_&lt;BR /&gt;HOST1;1&lt;BR /&gt;exists with the same file security settings as on the system where it works. It desn't help if I set the permissions or the ownership to the TCPIP$SMTP User... &lt;BR /&gt;&lt;BR /&gt;I noticed that in the TCPIP$SMTP_LOGFILE.LOG something is written about a CF. Further there seems to be an option for CF-Debug which is set to false. (See my last post on the not working system) How can I set the CF-Debug option to true?&lt;BR /&gt;&lt;BR /&gt;Since the system not working is a cluster - do I need to do the new settings on both nodes? So far it didn't help...  &lt;BR /&gt;&lt;BR /&gt;Thanks for the tips so far!</description>
      <pubDate>Fri, 13 Jun 2008 04:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207164#M90672</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2008-06-13T04:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207165#M90673</link>
      <description>The answer to my problem was, that there is something odd with the mail utility setup for the SYSTEM user on the cluster. As a work around i am using a new user just for the system health check that is e-mailing the results to my Windows workstation.</description>
      <pubDate>Thu, 31 Jul 2008 11:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207165#M90673</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2008-07-31T11:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207166#M90674</link>
      <description>Invoke VMS Mail and enter a MAIL&amp;gt; SHOW ALL to see what's (mis)configured for SYSTEM user.  Any clues there?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2008 17:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207166#M90674</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-07-31T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207167#M90675</link>
      <description>The SHOW ALL command shows the same except for the "Your mail file directory", "Current mail file" and the mail count...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2008 06:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207167#M90675</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2008-08-04T06:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send SMTP Mails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207168#M90676</link>
      <description>Hi Adrian&lt;BR /&gt;&lt;BR /&gt;It's possible that the system account has a mail forwarding address set which is not correct. You may check this with &lt;BR /&gt;$ mail&lt;BR /&gt;MAIL&amp;gt; show forward /user=system&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2008 06:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-send-smtp-mails/m-p/4207168#M90676</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-08-04T06:57:18Z</dc:date>
    </item>
  </channel>
</rss>

