<?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: Any way to force SMTP to relay all mail to external mailserver? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375304#M47730</link>
    <description>are there any relevent MX records?&lt;BR /&gt;Try DEF/SYS UCX$SMTP_LOG_LEVEL 5 and restart SMTP. This will write debug information to the log file in SYS$SPECIFIC:[UCX_SMTP])</description>
    <pubDate>Fri, 10 Sep 2004 08:51:41 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2004-09-10T08:51:41Z</dc:date>
    <item>
      <title>Any way to force SMTP to relay all mail to external mailserver?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375299#M47725</link>
      <description>Is there any posibility to force SMTP in UCX 4.2 to always relay all mail to external mailserver. The problem is today that the mailserver think some mailadresses are local even if they are external due to problems with domain naming. I want UCX smtp to always relay every mail to the external mailerver even if it thinks its belongs to the LOCAL domain. Any nice command?</description>
      <pubDate>Thu, 09 Sep 2004 02:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375299#M47725</guid>
      <dc:creator>Peter Forsell_1</dc:creator>
      <dc:date>2004-09-09T02:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force SMTP to relay all mail to external mailserver?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375300#M47726</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;Have you tried the&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SET CONFIG SMTP /GATEWAY=host_or_domain&lt;BR /&gt;&lt;BR /&gt;command (or the equivalent for UCX)?&lt;BR /&gt;&lt;BR /&gt;Maybe also include the /OPTIONS=RELAY (although I haven't tried that one).&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 02:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375300#M47726</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-09-09T02:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force SMTP to relay all mail to external mailserver?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375301#M47727</link>
      <description>if you define the smtp zone to be the local system &lt;BR /&gt;&lt;BR /&gt;UCX SET CONFIG/SMTP=ZONE="name.domain.com"&lt;BR /&gt;&lt;BR /&gt;then restart SMTP&lt;BR /&gt;@SYS$STARTUP:UCX$SMTP_SHUTDOWN&lt;BR /&gt;@SYS$STARTUP:UCXSMTP_STARTUP</description>
      <pubDate>Thu, 09 Sep 2004 05:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375301#M47727</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-09T05:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force SMTP to relay all mail to external mailserver?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375302#M47728</link>
      <description>There is also the logical UCX$SMTP_ALTGATE_ALWAYS which you can &lt;BR /&gt;DEFINE/SYSTEM/EXEC which is supposed to force all email via the alternate gateway</description>
      <pubDate>Thu, 09 Sep 2004 05:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375302#M47728</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-09T05:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force SMTP to relay all mail to external mailserver?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375303#M47729</link>
      <description>I have tried a lot, but I can only tranfer mail outside the server if I use a external mail receptient (other domain name). I want the external mailserver to have every mail undepending the domain name.&lt;BR /&gt;&lt;BR /&gt;Adding the logical name def/sys/exec ucx$smtp_altgate_always yes dont change anything. I restartet smtp&lt;BR /&gt;I have tried to change the zone to gfksr1.gfk.stockholm.se with no change.Also gfk.stockholm.se no change&lt;BR /&gt;&lt;BR /&gt;Some facts :&lt;BR /&gt;Server name :Gfksr1&lt;BR /&gt;Domain:gfksr1.gfk.stockholm.se&lt;BR /&gt;external mailserver (altgateway): remail.stockholm.se&lt;BR /&gt;Ps! this mailserver asume that my domain as sender is gfk.stockholm.se or it refuse connection (server out of our control)&lt;BR /&gt;As server normally shows gfksr1.gfk.stockholm.se to mailserver,I have changed domain name in UCX by substitute domain: hidden, gfk.stockholm.se&lt;BR /&gt;Right now the zone is :gfk.stockholm.se&lt;BR /&gt;&lt;BR /&gt;Still the server thinks a mail as xx@gfk.stockholm.se is local in the Alpha server and the sends it back with notice "no such user"&lt;BR /&gt;Any more ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 08:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375303#M47729</guid>
      <dc:creator>Peter Forsell_1</dc:creator>
      <dc:date>2004-09-10T08:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force SMTP to relay all mail to external mailserver?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375304#M47730</link>
      <description>are there any relevent MX records?&lt;BR /&gt;Try DEF/SYS UCX$SMTP_LOG_LEVEL 5 and restart SMTP. This will write debug information to the log file in SYS$SPECIFIC:[UCX_SMTP])</description>
      <pubDate>Fri, 10 Sep 2004 08:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375304#M47730</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-10T08:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force SMTP to relay all mail to external mailserver?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375305#M47731</link>
      <description>Today I added the mx record "set mx gfk.stockholm.se/gatew=remail.stockholm.se&lt;BR /&gt;It already containded mx record "stockholm.se gatew =remail.stockholm.se"&lt;BR /&gt;I have used the log level 5 for some time .Really a very good trace tool.&lt;BR /&gt;I sent a mail today and looked in the log. Very early in the log it looks up the domain name that is "gfk.stockholm.se" and then sets the bit "local". Then everything is runned in local mode</description>
      <pubDate>Mon, 13 Sep 2004 02:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/any-way-to-force-smtp-to-relay-all-mail-to-external-mailserver/m-p/3375305#M47731</guid>
      <dc:creator>Peter Forsell_1</dc:creator>
      <dc:date>2004-09-13T02:54:27Z</dc:date>
    </item>
  </channel>
</rss>

