<?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: vms mail in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396621#M94126</link>
    <description>I ran TCPIP&amp;gt; HELP SET CONFIG SMTP /SUBSTITUTE_DOMAIN=NAME=domain.com and now i don't even receive a mail when i send it?&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Apr 2009 14:11:16 GMT</pubDate>
    <dc:creator>Peter Clarke</dc:creator>
    <dc:date>2009-04-07T14:11:16Z</dc:date>
    <item>
      <title>vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396614#M94119</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Our ES40 sends our statements out to our customers however when the customers reply it comes back to the wrong address.&lt;BR /&gt;It is putting the user@node.domain.com and i don't want the node part how can i change this?&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Apr 2009 12:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396614#M94119</guid>
      <dc:creator>Peter Clarke</dc:creator>
      <dc:date>2009-04-07T12:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396615#M94120</link>
      <description>Hi Peter,&lt;BR /&gt;You could define the logical TCPIP$SMTP_FROM like this:&lt;BR /&gt;&lt;BR /&gt;$ Define TCPIP$SMTP_FROM "user@domain.com"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Tue, 07 Apr 2009 12:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396615#M94120</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2009-04-07T12:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396616#M94121</link>
      <description>The former reply presumes DCL-level MAIL access and that's usually a very safe bet, and a good approach for most cases.&lt;BR /&gt;&lt;BR /&gt;If you're doing this from within some local application code via the MAIL$ API and not directly from DCL, you can also choose to set the return address via the API, too.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 12:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396616#M94121</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-07T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396617#M94122</link>
      <description>Yes i have changed for dcl and works fine but it is from the software that they are getting a problem.... so there is no global setting that will make all mail have the reply address user@domain.com?</description>
      <pubDate>Tue, 07 Apr 2009 13:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396617#M94122</guid>
      <dc:creator>Peter Clarke</dc:creator>
      <dc:date>2009-04-07T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396618#M94123</link>
      <description>Assuming SMTP through TCPIP services for VMS (UCX), then IMHO the right way to do it is through defining a substitute domain.&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; HELP SET CONFIG SMTP /SUBSTITUTE&lt;BR /&gt;&lt;BR /&gt;This will insert from user@domain for all users, wether Mail from DCL or program API.</description>
      <pubDate>Tue, 07 Apr 2009 13:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396618#M94123</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-04-07T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396619#M94124</link>
      <description>If the mail API is VMS callable mail, then the TCPIP SMTP settings should be honoured I think.&lt;BR /&gt;If the API is through some direct socket call to a mail server, then of course not.&lt;BR /&gt;&lt;BR /&gt;For VMS mail also check logicals:&lt;BR /&gt;  "MAIL$INTERNET_MODE" = "SMTP"&lt;BR /&gt;  "MAIL$INTERNET_TRANSPORT" = "SMTP"&lt;BR /&gt;  "MAIL$PROTOCOL_SMTP" = "TCPIP$SMTP_MAILSHR"&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396619#M94124</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-04-07T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396620#M94125</link>
      <description>I'd expect the logical name to be honored, but I've (also) learned not to assume anything around how unknown application code and an unknown server is implemented.  &lt;BR /&gt;&lt;BR /&gt;It would not surprise me to find that, for instance, there's some php code in use here that sends out the mail directly.  And that likely won't honor the logical name.&lt;BR /&gt;&lt;BR /&gt;Go look at the code and see what it's actually doing.&lt;BR /&gt;&lt;BR /&gt;The classic OpenVMS approach of MAIL at DCL or the MAIL API isn't as ubiquitous as it once was.   It's trivial to connect into a remote email server from php code, for instance.&lt;BR /&gt;&lt;BR /&gt;And we don't even know that this is the TCP/IP Services IP stack yet.  Off-hand, I don't know if the Process IP stacks uniformly implement the TCPIP$SMTP_FROM mechanism.  &lt;BR /&gt;&lt;BR /&gt;If this is TCP/IP Services here (and if you are using the stack directly and not a remote stack!), then the replacement domain command syntax is a decent bet.&lt;BR /&gt;&lt;BR /&gt;Do some digging on your server, and see what you have for an IP stack, and take a look at how this stuff is implemented in your environment.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396620#M94125</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-07T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396621#M94126</link>
      <description>I ran TCPIP&amp;gt; HELP SET CONFIG SMTP /SUBSTITUTE_DOMAIN=NAME=domain.com and now i don't even receive a mail when i send it?&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 14:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396621#M94126</guid>
      <dc:creator>Peter Clarke</dc:creator>
      <dc:date>2009-04-07T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396622#M94127</link>
      <description>You mean, You don't get a reply ?&lt;BR /&gt;Of course You can have a from address of user@mail_domain only, if there is a mail receiver at address mail_domain, and the receiver must be able to find the user.&lt;BR /&gt;Is the VMS system the receiver ? or some other mail server system ?&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 14:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396622#M94127</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-04-07T14:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396623#M94128</link>
      <description>Upstream mail servers (those that do permit relay, and relay is almost certainly restricted) can get cranky when they receive relays from new or changed or "spoofed" domains.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 14:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396623#M94128</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-07T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396624#M94129</link>
      <description>Basically we are sending out from the Alpha but want to get the replies on a different Linux mailserver.....</description>
      <pubDate>Tue, 07 Apr 2009 15:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396624#M94129</guid>
      <dc:creator>Peter Clarke</dc:creator>
      <dc:date>2009-04-07T15:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396625#M94130</link>
      <description>&amp;gt;Basically we are sending out from the Alpha but want to get the replies on a different Linux mailserver.....&lt;BR /&gt;&lt;BR /&gt;Yes.  That is quite clear.  To move forward here with resolution, specific information on the application software and on how the SMTP server(s) are configured and operated is now needed.  That information is site-specific.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 16:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396625#M94130</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-07T16:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: vms mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396626#M94131</link>
      <description>This means the incoming Linux mail server needs to know where to send the mail for the VMS userids.&lt;BR /&gt;I don't know how it is done in a particular mailserver system, on my organization there is a mail alias file, which basically has an entry  for each user which looks like this:&lt;BR /&gt;&lt;BR /&gt;vmsuserid,firstname.lastname vmsuser@vms.ourdomain.&lt;BR /&gt;&lt;BR /&gt;vms.ourdomain is the TCPIP cluster alias, where the VMS SMTP receiver is running.</description>
      <pubDate>Tue, 07 Apr 2009 16:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail/m-p/4396626#M94131</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-04-07T16:21:37Z</dc:date>
    </item>
  </channel>
</rss>

