<?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: Setup to send email through SMTP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/setup-to-send-email-through-smtp/m-p/5599605#M45724</link>
    <description>&lt;P&gt;There's no direct solution with the HP TCP/IP Services IP stack product, though Process Software does have this capability available via their PMDF product, per &lt;A href="http://www.process.com/tcpip/2008Newsletters/13-1.html" target="_blank"&gt;this text discussing PMDF 6.4&lt;/A&gt;. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also, as was mentioned in another reply here, use a client that implements ESMTP submission-port (TCP 587) support, with CSWB and a few other tools being available, as well as open-source libraries such as phpmailer. This does not implement the SMTP-to-SMTP server connection that you've asked about, however.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's possible to implement an SMTP-to-ESMTP gateway that does this stuff for outbound mail, but that's an exercise left to the reader. &amp;nbsp;In-bound mail could be implemented via imapsync, for the other direction. &amp;nbsp;But rather than implementing your own SMTP-to-ESMTP gateway, it's also easy to configure a relay with a (Linux, Unix, OS X) box running the Postfix mail server, or other similar mail server. &amp;nbsp;Thus can also be set up to relay from TCP/IP Services, which is what I do with the VMS servers that need to use the TCP/IP Services product. &amp;nbsp;(It can also be configured to relay messages back, if you wanted to spend a little more time in Postfix and DNS, and if your Postfix server has a proper DNS configuration and a public static IP address.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An odd coincidence, too: there was a discussion of this topic on the #vms IRC channel (djslocker.2600.net) from a few days ago, too.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2012 17:14:16 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2012-03-27T17:14:16Z</dc:date>
    <item>
      <title>Setup to send email through SMTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setup-to-send-email-through-smtp/m-p/5599427#M45722</link>
      <description>&lt;P&gt;I want to send email to my ISP's mail server through SMTP. It requires a login and specifying a specific port. I looked through TCP/IP manuals but couldn't find how to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guenther&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 14:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setup-to-send-email-through-smtp/m-p/5599427#M45722</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2012-03-27T14:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Setup to send email through SMTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setup-to-send-email-through-smtp/m-p/5599501#M45723</link>
      <description>&lt;P&gt;Guenther,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is a quite recent&amp;nbsp;entry from comp.os.vms, which shows some alternatives:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/browse_thread/thread/c1b76626e3496f43" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/browse_thread/thread/c1b76626e3496f43&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSWB (Mozilla) is also supposed to be able to handle SMTP-AUTH.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setup-to-send-email-through-smtp/m-p/5599501#M45723</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2012-03-27T15:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Setup to send email through SMTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setup-to-send-email-through-smtp/m-p/5599605#M45724</link>
      <description>&lt;P&gt;There's no direct solution with the HP TCP/IP Services IP stack product, though Process Software does have this capability available via their PMDF product, per &lt;A href="http://www.process.com/tcpip/2008Newsletters/13-1.html" target="_blank"&gt;this text discussing PMDF 6.4&lt;/A&gt;. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also, as was mentioned in another reply here, use a client that implements ESMTP submission-port (TCP 587) support, with CSWB and a few other tools being available, as well as open-source libraries such as phpmailer. This does not implement the SMTP-to-SMTP server connection that you've asked about, however.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's possible to implement an SMTP-to-ESMTP gateway that does this stuff for outbound mail, but that's an exercise left to the reader. &amp;nbsp;In-bound mail could be implemented via imapsync, for the other direction. &amp;nbsp;But rather than implementing your own SMTP-to-ESMTP gateway, it's also easy to configure a relay with a (Linux, Unix, OS X) box running the Postfix mail server, or other similar mail server. &amp;nbsp;Thus can also be set up to relay from TCP/IP Services, which is what I do with the VMS servers that need to use the TCP/IP Services product. &amp;nbsp;(It can also be configured to relay messages back, if you wanted to spend a little more time in Postfix and DNS, and if your Postfix server has a proper DNS configuration and a public static IP address.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An odd coincidence, too: there was a discussion of this topic on the #vms IRC channel (djslocker.2600.net) from a few days ago, too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setup-to-send-email-through-smtp/m-p/5599605#M45724</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2012-03-27T17:14:16Z</dc:date>
    </item>
  </channel>
</rss>

