<?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: Use of route_gateway in /etc/hosts for SMTP traffic in Communications and Wireless</title>
    <link>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839689#M551</link>
    <description>Thanks.  I have tried but no luck.  This is what I have done.&lt;BR /&gt;&lt;BR /&gt;Appended /etc/hosts&lt;BR /&gt;ip.ip.ip.ip smtp_server&lt;BR /&gt;&lt;BR /&gt;Ammended sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Dj$w.mydomain&lt;BR /&gt;&lt;BR /&gt;CP.&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSsmtp_server  (no gap)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nslookup works and when I send a test message I get the following reponse at the end&lt;BR /&gt;&lt;BR /&gt;354 Send data.  End with CRLF.CRLF&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 OK&lt;BR /&gt;user.surname@mydomain.com... Sent (OK)&lt;BR /&gt;Closing connection to smtp_server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Nov 2002 12:44:43 GMT</pubDate>
    <dc:creator>Mark Daintree</dc:creator>
    <dc:date>2002-11-06T12:44:43Z</dc:date>
    <item>
      <title>Use of route_gateway in /etc/hosts for SMTP traffic</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839686#M548</link>
      <description>I have what I hope is a simple question. I have a server running HP-UX 11 which hosts an application that sends out mail using SMTP.  We use dns and have not configured sendmail.cf for traffic.&lt;BR /&gt;&lt;BR /&gt;All mail is routed using the default route_gateway value in /etc/hosts (I believe).  This works fine but I have been asked to redirect the mails to a new smtp server.&lt;BR /&gt;&lt;BR /&gt;I would like to know what I need to do.  Do I need to just add the new smtp server into the /etc/hosts and remove route_gateway or is it a config on my route_gateway router.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 06 Nov 2002 09:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839686#M548</guid>
      <dc:creator>Mark Daintree</dc:creator>
      <dc:date>2002-11-06T09:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use of route_gateway in /etc/hosts for SMTP traffic</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839687#M549</link>
      <description>is very easy&lt;BR /&gt;&lt;BR /&gt;add the name to the /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;now you must edit the /etc/mail/sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;edit this fields&lt;BR /&gt;&lt;BR /&gt;Dj$w.domain.com&lt;BR /&gt;(Here your domain.com)&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;DS new_smtp_Server&lt;BR /&gt;&lt;BR /&gt;here you specify a samrt relay... that is, sendmail pass all outgoing mail to it and this sends the mail. the same for incoming mail to myhost.domain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P.D.: Post this kind of questions sin the HP-UX forum.... there are a lot of people that can reply you very fast and accurate... ;-?-)&lt;BR /&gt;you must now restart sendmail daemon&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 09:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839687#M549</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-11-06T09:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use of route_gateway in /etc/hosts for SMTP traffic</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839688#M550</link>
      <description>sorry&lt;BR /&gt;&lt;BR /&gt;remeber restart sendmail!&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start</description>
      <pubDate>Wed, 06 Nov 2002 09:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839688#M550</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-11-06T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use of route_gateway in /etc/hosts for SMTP traffic</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839689#M551</link>
      <description>Thanks.  I have tried but no luck.  This is what I have done.&lt;BR /&gt;&lt;BR /&gt;Appended /etc/hosts&lt;BR /&gt;ip.ip.ip.ip smtp_server&lt;BR /&gt;&lt;BR /&gt;Ammended sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Dj$w.mydomain&lt;BR /&gt;&lt;BR /&gt;CP.&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSsmtp_server  (no gap)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nslookup works and when I send a test message I get the following reponse at the end&lt;BR /&gt;&lt;BR /&gt;354 Send data.  End with CRLF.CRLF&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 OK&lt;BR /&gt;user.surname@mydomain.com... Sent (OK)&lt;BR /&gt;Closing connection to smtp_server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 12:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839689#M551</guid>
      <dc:creator>Mark Daintree</dc:creator>
      <dc:date>2002-11-06T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use of route_gateway in /etc/hosts for SMTP traffic</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839690#M552</link>
      <description>Thanks for the help. Problem solved.</description>
      <pubDate>Wed, 06 Nov 2002 14:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/use-of-route-gateway-in-etc-hosts-for-smtp-traffic/m-p/2839690#M552</guid>
      <dc:creator>Mark Daintree</dc:creator>
      <dc:date>2002-11-06T14:30:50Z</dc:date>
    </item>
  </channel>
</rss>

