<?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: How to change MAIL FROM: in VMS mail? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729120#M9076</link>
    <description>I am using the native TCP/IP in VMS.   I don't have an aliases file.   What is the '/subst' command?  Is that available in VMS?</description>
    <pubDate>Fri, 10 Feb 2006 12:55:43 GMT</pubDate>
    <dc:creator>Tony Schroeder</dc:creator>
    <dc:date>2006-02-10T12:55:43Z</dc:date>
    <item>
      <title>How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729118#M9074</link>
      <description>I have some processes that send text messages to my cell phone if certain things happen.  Recently, my cell carrier started refusing the e-mail becauase the mail is coming from 'msys.domain.com', where domain.com = our real company name, and msys = our VMS machine name.   I can use a /substitute_domain command in SMTP config to use our real domain name, but then our VMS machine tries to send it right back into VMS mail and not out to the STMP server.   Is there any way to 'spoof' the MAIL FROM: in VMS mail?</description>
      <pubDate>Fri, 10 Feb 2006 11:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729118#M9074</guid>
      <dc:creator>Tony Schroeder</dc:creator>
      <dc:date>2006-02-10T11:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729119#M9075</link>
      <description>&lt;BR /&gt;Which TCPIP product are you using?  Assuming HP's TCPIP are you using /subst=(hidden,name=xxx.domain.com)?  &lt;BR /&gt;&lt;BR /&gt;You should also check the file SYS$SYSROOT:[TCPIP$SMTP]TCPIP$SMTP_LOCAL_ALIASES.TXT . Any host listed here will configure smtp to deliver mail locally.  That is if host1.mydomain.com and host2.mydomain.com are listed in this file, the VMS system will attempt to handle mail to user at either domain.  You'll need to send mail to user@host3.mydomain.com.&lt;BR /&gt;&lt;BR /&gt;Welcome to VMS forums, &lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 10 Feb 2006 12:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729119#M9075</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-02-10T12:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729120#M9076</link>
      <description>I am using the native TCP/IP in VMS.   I don't have an aliases file.   What is the '/subst' command?  Is that available in VMS?</description>
      <pubDate>Fri, 10 Feb 2006 12:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729120#M9076</guid>
      <dc:creator>Tony Schroeder</dc:creator>
      <dc:date>2006-02-10T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729121#M9077</link>
      <description>Excuse me, /subst is short for  /substitute_domain under TCPIP.  &lt;BR /&gt;&lt;BR /&gt;Are you sending mail to a different domain than the VMS system is configured for?  Use&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SHOW CONFIG NAME&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 10 Feb 2006 13:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729121#M9077</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-02-10T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729122#M9078</link>
      <description>"tcpip show config name" shows the bind name.&lt;BR /&gt;If you want to replace it with something else you do:&lt;BR /&gt;set config smtp/SUBSTITUTE_DOMAIN="(whatever you want)"</description>
      <pubDate>Fri, 10 Feb 2006 18:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729122#M9078</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2006-02-10T18:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729123#M9079</link>
      <description>Sorry -- it should be :&lt;BR /&gt;tcpip set config smtp /SUBSTITUTE_DOMAIN="(whatever you want)"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2006 18:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729123#M9079</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2006-02-10T18:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729124#M9080</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;the activate changes done with TCPIP SET CONF SMTP, you need to stop and (re)start the SMTP service. This is best done using the @SYS$MANAGER:TCPIP$CONFIG menue (-&amp;gt; Client -&amp;gt; SMTP).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 12 Feb 2006 07:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729124#M9080</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-12T07:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729125#M9081</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;I've a similar problem and I use the logical TCPIP$SMTP_FROM to make the Mail-FROM comply with company rules :&lt;BR /&gt;DEFINE/PROCES TCPIP$SMTP_FROM  "xxxx.yyyyyy@zzzzzz.com"          &lt;BR /&gt;MAIL /SUBJ="my_message" NL: "@MAIL.DIS"                                           &lt;BR /&gt;&lt;BR /&gt;Watch out for spam-filters which of course don't like mail-spoofing !&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Dirk</description>
      <pubDate>Sun, 12 Feb 2006 10:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729125#M9081</guid>
      <dc:creator>Dirk Bogaerts</dc:creator>
      <dc:date>2006-02-12T10:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MAIL FROM: in VMS mail?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729126#M9082</link>
      <description>Some sites consider TCPIP$SMTP_FROM to be a security risk. Consider:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE/PROC TCPIP$SMTP_FROM "the.boss@mycompany.com"&lt;BR /&gt;$ MAIL NL:/SUBJECT="You're fired" my.enemy@mycompany.com&lt;BR /&gt;&lt;BR /&gt;True, this kind of abuse could be trivially traced back to the source, but that doesn't prevent the kind of damage that could be caused.&lt;BR /&gt;&lt;BR /&gt;TCPIP Services has another logical name TCPIP$SMTP_PROHIBIT_USER_HEADERS which, if defined /SYSTEM/EXEC will prevent TCPIP$SMTP_FROM from working. &lt;BR /&gt;&lt;BR /&gt;If you want to make all OpenVMS users have FROM addresses that conform with corporate policy, while preventing abuse of this feature, you could write a privileged image, executed at login time that works out the correct address for the user and defines a process logical name in EXEC mode with /NAME_ATTRIBUTES=NO_ALIAS.&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Feb 2006 18:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-mail-from-in-vms-mail/m-p/3729126#M9082</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-02-12T18:12:11Z</dc:date>
    </item>
  </channel>
</rss>

