<?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 smtp problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994991#M911697</link>
    <description>BINGO!!  The generics entries did the trick.  It's now sending through our corporate relay.  You're a genius Armin!&lt;BR /&gt;&lt;BR /&gt;I've now got another problem.  As this system only has a connection to internal DNS, it won't resolve domain names for internet addresses.  Can't I just tell sendmail to not worry about the recpient's address and have the relay resolve it?&lt;BR /&gt;&lt;BR /&gt;Thanks again Armin, and everybody else for your help so far.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Thu, 12 Jun 2003 14:39:53 GMT</pubDate>
    <dc:creator>Christopher Little_2</dc:creator>
    <dc:date>2003-06-12T14:39:53Z</dc:date>
    <item>
      <title>sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994978#M911684</link>
      <description>I am trying to have sendmail forward all outbound SMTP mail to our corporate smtp server.  This smtp server will only accept message from valid users.  My account on the HP-UX system is named littlch1 whereas my mail account is christopher.little.  Is there a way to fool the smtp server that my account name is christopher.little?&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 11 Jun 2003 17:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994978#M911684</guid>
      <dc:creator>Christopher Little_2</dc:creator>
      <dc:date>2003-06-11T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994979#M911685</link>
      <description>Don't know if this will help, but have you tried the DM macro in sendmail.cf?&lt;BR /&gt;&lt;BR /&gt;# who I masquerade as (null for no masquerading) (see also $=M)&lt;BR /&gt;DMnameofcorpsmtpserver&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also set the DS macro:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSnameofcorpsmtpserver&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2003 17:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994979#M911685</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-11T17:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994980#M911686</link>
      <description>I ran into a similar problem a while ago when our Network Admins locked down our Exchange server because of some spoofing issues.&lt;BR /&gt;&lt;BR /&gt;I had them manually add my IP addresses to their Exchange server and allow message relaying for me.  As soon as they did, I was able to mail from any Unix account.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 11 Jun 2003 17:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994980#M911686</guid>
      <dc:creator>Jim Mallett</dc:creator>
      <dc:date>2003-06-11T17:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994981#M911687</link>
      <description>DS was already set.&lt;BR /&gt;&lt;BR /&gt;Setting DM made the smtp server think that I was littlch1@christopher.little.  Different error but still didn't go.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 11 Jun 2003 17:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994981#M911687</guid>
      <dc:creator>Christopher Little_2</dc:creator>
      <dc:date>2003-06-11T17:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994982#M911688</link>
      <description>I wish I could get them to make a change to the smtp server but that would be about as successful as asking them to turn night into day :-)  Thanks though.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 11 Jun 2003 17:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994982#M911688</guid>
      <dc:creator>Christopher Little_2</dc:creator>
      <dc:date>2003-06-11T17:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994983#M911689</link>
      <description>sorry - DM should be your domain name - not server name.&lt;BR /&gt;&lt;BR /&gt;DMyourdomain.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2003 18:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994983#M911689</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-11T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994984#M911690</link>
      <description>After checking some more, what you need to do is add your id's to /etc/mail/aliases:&lt;BR /&gt;&lt;BR /&gt;littlch1:     christopher.little@yourdomian.com&lt;BR /&gt;&lt;BR /&gt;Then run newaliases&lt;BR /&gt;&lt;BR /&gt;Then restart sendmail...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2003 18:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994984#M911690</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-11T18:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994985#M911691</link>
      <description>Setting DM to the mail domain name had no impact.&lt;BR /&gt;&lt;BR /&gt;I already had the alias set up in the manner suggested.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 11 Jun 2003 18:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994985#M911691</guid>
      <dc:creator>Christopher Little_2</dc:creator>
      <dc:date>2003-06-11T18:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994986#M911692</link>
      <description>what happens when you try this:&lt;BR /&gt;&lt;BR /&gt;telnet yourcorpsmtpserver 25&lt;BR /&gt;helo yourdomain.com&lt;BR /&gt;mail from: christopher.little&lt;BR /&gt;rcpt to: christopher.little&lt;BR /&gt;data&lt;BR /&gt;test&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2003 19:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994986#M911692</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-11T19:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994987#M911693</link>
      <description>after mail from: christopher.little I get:&lt;BR /&gt;&lt;BR /&gt;553 christopher.little... Domain name required&lt;BR /&gt;&lt;BR /&gt;If I put in my full e-mail address it works fine.</description>
      <pubDate>Wed, 11 Jun 2003 19:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994987#M911693</guid>
      <dc:creator>Christopher Little_2</dc:creator>
      <dc:date>2003-06-11T19:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994988#M911694</link>
      <description>okay - so the telnet works...what about:&lt;BR /&gt;&lt;BR /&gt;mailx -s "test" christopher.little@yourdomain.com &lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 11 Jun 2003 20:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994988#M911694</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-11T20:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994989#M911695</link>
      <description>Try using the generics table feature of sendmail:&lt;BR /&gt;&lt;BR /&gt;uncomment the generics line in /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Kgenerics dbm -o /etc/mail/genericstable&lt;BR /&gt;&lt;BR /&gt;and the apropriate rules (in S93, see "# handle generics database")&lt;BR /&gt;&lt;BR /&gt;Add a CG entry with your FQDN-hostname e.g.:&lt;BR /&gt;CGmyhost.wherever&lt;BR /&gt;&lt;BR /&gt;Then create the generics table entries:&lt;BR /&gt;littlch1 christopher.little@somedomain.com&lt;BR /&gt;root master@bofh.com&lt;BR /&gt;&lt;BR /&gt;Finally build the generics db file:&lt;BR /&gt;makemap dbm /etc/mail/genericstable &lt;BR /&gt;and then everything should (hopefully) work...&lt;BR /&gt;&lt;BR /&gt;PS: don't forget to set DS to the name of your mailhub...&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2003 13:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994989#M911695</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2003-06-12T13:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994990#M911696</link>
      <description>BINGO!!  The generics entries did the trick.  It's now sending through our corporate relay.  You're a genius Armin!&lt;BR /&gt;&lt;BR /&gt;I've not got another problem.  As this system only has a connection to internal DNS, it won't resolve domain names for internet addresses.  Can't I just tell sendmail to not worry about the recpient's address and have the relay resolve it?&lt;BR /&gt;&lt;BR /&gt;Thanks again Armin, and everybody else for your help so far.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 12 Jun 2003 14:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994990#M911696</guid>
      <dc:creator>Christopher Little_2</dc:creator>
      <dc:date>2003-06-12T14:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994991#M911697</link>
      <description>BINGO!!  The generics entries did the trick.  It's now sending through our corporate relay.  You're a genius Armin!&lt;BR /&gt;&lt;BR /&gt;I've now got another problem.  As this system only has a connection to internal DNS, it won't resolve domain names for internet addresses.  Can't I just tell sendmail to not worry about the recpient's address and have the relay resolve it?&lt;BR /&gt;&lt;BR /&gt;Thanks again Armin, and everybody else for your help so far.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 12 Jun 2003 14:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994991#M911697</guid>
      <dc:creator>Christopher Little_2</dc:creator>
      <dc:date>2003-06-12T14:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail smtp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994992#M911698</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not sure about this issue.&lt;BR /&gt;I'm using the default HP-UX sendmail.cf with&lt;BR /&gt;just DS set and generics table enabled.&lt;BR /&gt;DNS works only for internal addresses.&lt;BR /&gt;sendmail accepts mail from local to all external&lt;BR /&gt;addresses by default.&lt;BR /&gt;Can you post the error message (from syslog) and&lt;BR /&gt;maybe your sendmail.cf?&lt;BR /&gt;&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 10:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-smtp-problem/m-p/2994992#M911698</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2003-07-02T10:45:51Z</dc:date>
    </item>
  </channel>
</rss>

