<?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 basic configuration without using DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442934#M8273</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;now I'am on the point. My NT-Box only accepts&lt;BR /&gt;in the from Dialog username@domain. The HP-UX&lt;BR /&gt;box sends in FROM: username@HP-Box.domain &lt;BR /&gt;If I change the hostname of the HP-UX Box &lt;BR /&gt;for testing to only domain the mail is delivered local on the HP-UX box &lt;BR /&gt;regards&lt;BR /&gt;L. Wahl&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Sep 2000 06:12:01 GMT</pubDate>
    <dc:creator>michi79</dc:creator>
    <dc:date>2000-09-08T06:12:01Z</dc:date>
    <item>
      <title>Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442921#M8260</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Can anybody tell me which steps I've to do&lt;BR /&gt;to configure sendmail without DNS. I use &lt;BR /&gt;NIS instead. My smtp-server is a NT-box&lt;BR /&gt;which provides contact to the internet &lt;BR /&gt;regards &lt;BR /&gt;L. Wahl &lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 11:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442921#M8260</guid>
      <dc:creator>michi79</dc:creator>
      <dc:date>2000-09-06T11:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442922#M8261</link>
      <description>&lt;BR /&gt;If youre talking about the basic sendmail configuration on an HP server then you dont need to make any changes at all, just modify the /etc/nsswitch.conf file to include nis for host lookups so that when you try to send an email, eg;&lt;BR /&gt;echo test | mailx -s"subject" firstname.givenname@domain.com&lt;BR /&gt;&lt;BR /&gt;sendmail can resolve the name youre trying to email to by looking it up in nis instead of dns. eg. the line in /etc/nsswitch.conf should look like;&lt;BR /&gt;hosts nis [NOTFOUND=continue] files&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 11:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442922#M8261</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-06T11:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442923#M8262</link>
      <description>in your sendmail.cf file , add the name of your NT server under DS heading i.e. DSntserver ( you may have to put in the full domain) i.e. DSnt.fred.com &lt;BR /&gt;&lt;BR /&gt;Also check you can talk to your smtp NT server , by telnetting to port 25&lt;BR /&gt;&lt;BR /&gt;telnet server 25 ( if you get a response and your sendmail.cf file is set) &lt;BR /&gt;also you can type in once connected to port 25&lt;BR /&gt;HELO dev &lt;BR /&gt;(you'll get ok prompt back)&lt;BR /&gt;MAIL from:(your server name e.g. unixbox)&lt;BR /&gt;&lt;BR /&gt;RCPT TO:(who you want to send it to i.e. fred@abc.com)&lt;BR /&gt;DATA&lt;BR /&gt;354 Send data.  End with CRLF.CRLF&lt;BR /&gt;(enter your message)&lt;BR /&gt;test message&lt;BR /&gt;.&lt;BR /&gt;250 OK&lt;BR /&gt;&lt;BR /&gt;The recipient should receive the email. if you cannot connect to port 25 check sendmail is listening on this port ( /etc/services) and check whether the NT server is allow requests through.&lt;BR /&gt;&lt;BR /&gt;HTP&lt;BR /&gt;DEV&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 11:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442923#M8262</guid>
      <dc:creator>Devbinder Singh Marway</dc:creator>
      <dc:date>2000-09-06T11:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442924#M8263</link>
      <description>Check this thread: &lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc35fc5ea0230d411ade80090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc35fc5ea0230d411ade80090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 11:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442924#M8263</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-06T11:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442925#M8264</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;thanks for the tipps. The problem is stil&lt;BR /&gt;not solved. It is not the NT-Box. The example&lt;BR /&gt;with telnet to port 25 worked fine.&lt;BR /&gt;The pronlem is the UX-Box. In mail.log &lt;BR /&gt;I have the error message: &lt;BR /&gt;Name Server: NT-Box.FQDN : host name lookup &lt;BR /&gt;failure &lt;BR /&gt;&lt;BR /&gt;I changed the /etc/nsswitch.conf as above&lt;BR /&gt;discribed. I can nslookup to the NT-Box&lt;BR /&gt;Why trys my UX-Box to use the NT-Box as &lt;BR /&gt;a Name-Server ???&lt;BR /&gt;regards &lt;BR /&gt;L. Wahl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 07:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442925#M8264</guid>
      <dc:creator>michi79</dc:creator>
      <dc:date>2000-09-07T07:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442926#M8265</link>
      <description />
      <pubDate>Thu, 07 Sep 2000 08:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442926#M8265</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-09-07T08:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442927#M8266</link>
      <description>Wahl, &lt;BR /&gt;&lt;BR /&gt;Lets try this again - since you are not using dns, make sure that you do not have a /etc/resolv.conf  (this file lists the servers that will be your name server)&lt;BR /&gt;&lt;BR /&gt;2. make sure that the IP address of your relay (ie. the NT box) is listed in your /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;3. Then confirm that your /etc/nsswitch.conf contains the line:&lt;BR /&gt;&lt;BR /&gt;hosts:      files [NOTFOUND=continue] nis&lt;BR /&gt;&lt;BR /&gt;4. make sure that your /etc/mail/sendmail.cf file has a relay defined by the DS directive - (make sure that the name you specify on this directive is what you have defined in your /etc/hosts file for your NT box)&lt;BR /&gt;&lt;BR /&gt;5. make sure that your /etc/mail/sendmail.cw contains ONLY localhost (or the hostname of your HPUX machine)&lt;BR /&gt;&lt;BR /&gt;6. try restarting sendmail with /sbin/init.d/sendmail stop ; /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;good luck...</description>
      <pubDate>Thu, 07 Sep 2000 08:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442927#M8266</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-07T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442928#M8267</link>
      <description>Thank you all,&lt;BR /&gt;&lt;BR /&gt;sendmail is particulary running. &lt;BR /&gt;With: echo "test" | mailx -s "test" wahl@domain&lt;BR /&gt;I get a mail in the NT-Box. But there is no&lt;BR /&gt;sender and no subject and no message. &lt;BR /&gt;From the HP-UX box i get in mail.log the &lt;BR /&gt;following messages stat=Data format error &lt;BR /&gt;and              DSN=data format error       &lt;BR /&gt;Any ideas &lt;BR /&gt;regards &lt;BR /&gt;L. Wahl&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 10:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442928#M8267</guid>
      <dc:creator>michi79</dc:creator>
      <dc:date>2000-09-07T10:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442929#M8268</link>
      <description>DSN stands for Delivery Status Notification - I believe it was added in Sendmail 8.8 and above - you can disable from sendmail by editing your /etc/mail/sendmail.cf and modifying the O PrivacyOptions=noreceipts (check the comments in the sendmail.cf file for more info) as well as /usr/share/doc/sendmail8*delta*txt for more info.</description>
      <pubDate>Thu, 07 Sep 2000 12:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442929#M8268</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-07T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442930#M8269</link>
      <description>Hi,&lt;BR /&gt;First of all check /etc/nsswitch.conf. It should have entry for hosts and aliases. e.g.&lt;BR /&gt;hosts : files&lt;BR /&gt;aliases : files&lt;BR /&gt;&lt;BR /&gt;Modify /etc/mail/sendmail.cf to change following lines:&lt;BR /&gt;Dj$w{the name of your domain}&lt;BR /&gt;DS{ip of relay host/relay host}&lt;BR /&gt;&lt;BR /&gt;Run newaliases command&lt;BR /&gt;&lt;BR /&gt;run following two commands:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt; Regards.&lt;BR /&gt;P V Patel&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 17:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442930#M8269</guid>
      <dc:creator>P V Patel</dc:creator>
      <dc:date>2000-09-07T17:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442931#M8270</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;thank you all so far. I have done all you&lt;BR /&gt;suggested. Also I' ve ugraded to sendmail &lt;BR /&gt;8.9.3 with PHNE_18979. I think I have another&lt;BR /&gt;problem that RELAYING is not possible. &lt;BR /&gt;sendmail -v username@domain return error &lt;BR /&gt;code 501 the adress of username@domain &lt;BR /&gt;ist not known to the NT-Mail server although&lt;BR /&gt;the user is the defined. &lt;BR /&gt;Any ideas ?&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;L. Wahl&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2000 04:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442931#M8270</guid>
      <dc:creator>michi79</dc:creator>
      <dc:date>2000-09-08T04:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442932#M8271</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;now I'am on the point. My NT-Box only accepts&lt;BR /&gt;in the from Dialog username@domain. The HP-UX&lt;BR /&gt;box sends in FROM: username@HP-Box.domain &lt;BR /&gt;If I change the hostname of the HP-UX Box &lt;BR /&gt;for testing to only domain the mail is delivered local on the HP-UX box &lt;BR /&gt;regards&lt;BR /&gt;L. Wahl&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2000 06:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442932#M8271</guid>
      <dc:creator>michi79</dc:creator>
      <dc:date>2000-09-08T06:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442933#M8272</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;now I'am on the point. My NT-Box only accepts&lt;BR /&gt;in the from Dialog username@domain. The HP-UX&lt;BR /&gt;box sends in FROM: username@HP-Box.domain &lt;BR /&gt;If I change the hostname of the HP-UX Box &lt;BR /&gt;for testing to only domain the mail is delivered local on the HP-UX box &lt;BR /&gt;regards&lt;BR /&gt;L. Wahl&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2000 06:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442933#M8272</guid>
      <dc:creator>michi79</dc:creator>
      <dc:date>2000-09-08T06:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail basic configuration without using DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442934#M8273</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;now I'am on the point. My NT-Box only accepts&lt;BR /&gt;in the from Dialog username@domain. The HP-UX&lt;BR /&gt;box sends in FROM: username@HP-Box.domain &lt;BR /&gt;If I change the hostname of the HP-UX Box &lt;BR /&gt;for testing to only domain the mail is delivered local on the HP-UX box &lt;BR /&gt;regards&lt;BR /&gt;L. Wahl&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2000 06:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-basic-configuration-without-using-dns/m-p/2442934#M8273</guid>
      <dc:creator>michi79</dc:creator>
      <dc:date>2000-09-08T06:12:01Z</dc:date>
    </item>
  </channel>
</rss>

