<?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: sendmail not getting through proxy server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567146#M30101</link>
    <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I am not sure if this can be applied to your setup. The way in which our site is setup that we keep aliases on the name server.&lt;BR /&gt;&lt;BR /&gt;For example, on all our systems, we do site hiding by enabling DM and CM macros. So whenever a mail is sent from this system, it goes as &lt;BR /&gt;&lt;BR /&gt;me@mydomain.com&lt;BR /&gt;&lt;BR /&gt;Now, when people reply to this mail, it first gets into my name server (because it is addressed to mydomain.com) where "me" is aliased to "me@mysystem" and reaches me. Then it will be forwarded to "me" on "mysystem". &lt;BR /&gt;We don't have to worry about internal mail as my CM macro will take care of it.&lt;BR /&gt;&lt;BR /&gt;This way we can have good control over the mail.&lt;BR /&gt;&lt;BR /&gt;I didn't use nullclient feature either.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 20 Aug 2001 19:01:28 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-08-20T19:01:28Z</dc:date>
    <item>
      <title>sendmail not getting through proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567142#M30097</link>
      <description>I have sendmail on hpux11 box.  The reverse dns lookup entry for this box is not known to the internet, nor will it be.  It has an internal entry.  Let's call it mybox.company.com.  The mail goes through a windows NT proxy server.  Let's call this mail.company.com.&lt;BR /&gt;&lt;BR /&gt;When mail is sent so SOME websites, they kick it back because it can't resolve mybox.company.com.  &lt;BR /&gt;&lt;BR /&gt;In linux, the solution would be to add FEATURE('nullclient','mail.company.com') in file sendmail.mc.   But in HPUX there is no sendmail.mc file.&lt;BR /&gt;&lt;BR /&gt;In mybox.company.com:/etc/mail/sendmail.cf...&lt;BR /&gt;#Dj$  not used.&lt;BR /&gt;DSmail.company.com&lt;BR /&gt;&lt;BR /&gt;I would like the mail to be from mail.company.com when going out to the world, but stay mybox.company.com when inside.  &lt;BR /&gt;&lt;BR /&gt;Anyway to do this?&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Aug 2001 12:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567142#M30097</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2001-08-20T12:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not getting through proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567143#M30098</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;There is a nullclient feature.  The O'Reilly book documents how to set this up, but basically you create a 3-line null.mc file, e.g.&lt;BR /&gt;&lt;BR /&gt;include('../m4/cf.m4')&lt;BR /&gt;OSTYPE('sunos4.1')&lt;BR /&gt;FEATURE('nullclient','mail.company.com')&lt;BR /&gt;&lt;BR /&gt;then m4 null.mc &amp;gt; client.cf&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Mon, 20 Aug 2001 12:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567143#M30098</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-08-20T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not getting through proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567144#M30099</link>
      <description>Did you try the Masquerading option?.&lt;BR /&gt;&lt;BR /&gt;Enable DM macro in your sendmail.cf&lt;BR /&gt;file?&lt;BR /&gt;For your localdomain you use CM macro.&lt;BR /&gt;So, it will not masquerade for your local domain&lt;BR /&gt;&lt;BR /&gt;DMyourdomain.com &lt;BR /&gt;CMyourdomain.com&lt;BR /&gt;&lt;BR /&gt;This should fix your problem&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Aug 2001 16:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567144#M30099</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-20T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not getting through proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567145#M30100</link>
      <description>I did not try the nullclient feature because I did not know where to put it.  I did try the  the CM macro, and that worked.  ...as long as I'm not sending the mail as root.  (I should NOT send as root anyway).&lt;BR /&gt;&lt;BR /&gt;But here's an question I that came out of this.  What if I send to a bogus email account? It would try to respond back to me@mail.company.com, a bogus account.  So, I would never know I never made it right?&lt;BR /&gt;&lt;BR /&gt;I really have a good email address in the From: field.  But it looks like it uses the "Return Path&lt;ME&gt; instead.  Anyway to insist it reply to the legitimate from-field instead of the bogus Return-Path? &lt;BR /&gt;&lt;/ME&gt;</description>
      <pubDate>Mon, 20 Aug 2001 17:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567145#M30100</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2001-08-20T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not getting through proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567146#M30101</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I am not sure if this can be applied to your setup. The way in which our site is setup that we keep aliases on the name server.&lt;BR /&gt;&lt;BR /&gt;For example, on all our systems, we do site hiding by enabling DM and CM macros. So whenever a mail is sent from this system, it goes as &lt;BR /&gt;&lt;BR /&gt;me@mydomain.com&lt;BR /&gt;&lt;BR /&gt;Now, when people reply to this mail, it first gets into my name server (because it is addressed to mydomain.com) where "me" is aliased to "me@mysystem" and reaches me. Then it will be forwarded to "me" on "mysystem". &lt;BR /&gt;We don't have to worry about internal mail as my CM macro will take care of it.&lt;BR /&gt;&lt;BR /&gt;This way we can have good control over the mail.&lt;BR /&gt;&lt;BR /&gt;I didn't use nullclient feature either.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 20 Aug 2001 19:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567146#M30101</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-20T19:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not getting through proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567147#M30102</link>
      <description>There's a sendmail.mc:&lt;BR /&gt;&lt;BR /&gt;% find / -name '*.mc'&lt;BR /&gt;&lt;BR /&gt;even on HP-UX</description>
      <pubDate>Wed, 22 Aug 2001 15:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567147#M30102</guid>
      <dc:creator>Ralf Hildebrandt</dc:creator>
      <dc:date>2001-08-22T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not getting through proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567148#M30103</link>
      <description>There is no sendmail.mc file on this system.  But that's ok.  It works good enough for now.  Perhaps the version of sendmail I have is old. &lt;BR /&gt;&lt;BR /&gt;The outbound email works thanks to &lt;BR /&gt;"DM legit.dns.name".  Where legit.dns.name is where I put my real dns name. &lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2001 15:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-not-getting-through-proxy-server/m-p/2567148#M30103</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2001-08-22T15:57:56Z</dc:date>
    </item>
  </channel>
</rss>

