<?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: Mailx setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779482#M76872</link>
    <description>stop and start sendmail if you alter the /etc/mail/sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 06 Aug 2002 08:40:44 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-08-06T08:40:44Z</dc:date>
    <item>
      <title>Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779469#M76859</link>
      <description>I need to setup mailx to work on a hpux 11.0 platform. I can "send" a message, I get no error-message, but nothing arrives anywhere. Something with configuring smtp-server (statd)? I cannot really find any explenation on what to do next...</description>
      <pubDate>Mon, 05 Aug 2002 06:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779469#M76859</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-05T06:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779470#M76860</link>
      <description>Hi J.A.R,&lt;BR /&gt;&lt;BR /&gt;Try starting with mailq command in order to see the messages queue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Mon, 05 Aug 2002 06:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779470#M76860</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-08-05T06:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779471#M76861</link>
      <description>&lt;BR /&gt;To get any mail working you will need sendmail running. Can you see its process running ?&lt;BR /&gt;If not you can start by doing; /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Once its running tail -f /var/adm/syslog/mail.log when you do your mailx so you can see in the log where your mail is going or what the error is.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 06:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779471#M76861</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-08-05T06:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779472#M76862</link>
      <description>Okay, thanx...&lt;BR /&gt;&lt;BR /&gt;Sendmail is running.&lt;BR /&gt;In /var/adm/syslog/mail.log I get messages "Unable to qualify my own domain name" and "be sure to set domain name in Dj macro in sendmail.cf". There are messages pending in the mail-queue resulting in occasional dead.letter's. There needs to be a lot configured still, but I cannot find the neccesary documentation...</description>
      <pubDate>Tue, 06 Aug 2002 04:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779472#M76862</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-06T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779473#M76863</link>
      <description>In your /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;file&lt;BR /&gt;&lt;BR /&gt;Make sure that you have these entries.&lt;BR /&gt;&lt;BR /&gt;1.&lt;BR /&gt;DS&lt;SMTP_SERVERNAME.&gt;&lt;/SMTP_SERVERNAME.&gt;eg.&lt;BR /&gt;DSpsldns&lt;BR /&gt;(psldns is my smtp server name)&lt;BR /&gt;&lt;BR /&gt;2.add the domain name to Dj$w&lt;BR /&gt;&lt;BR /&gt;Dj$w.hp.com&lt;BR /&gt;&lt;BR /&gt;Make sure that you could do a nslookup of your smtp server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#nslookup &lt;SMTP servername=""&gt;&lt;BR /&gt;&lt;BR /&gt;If this is not working check whether the smtp server name is there on the DNS server for to resolve.&lt;BR /&gt;or check whether it is there in your hosts file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Restart sendmail.&lt;BR /&gt;/sbin/init.d/sendmail stop &amp;amp; start.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Post your results&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;/SMTP&gt;</description>
      <pubDate>Tue, 06 Aug 2002 05:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779473#M76863</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T05:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779474#M76864</link>
      <description>These could be curcial steps towards victory! Only sendmail stop &amp;amp; start just answer: "Start... User Unknown" and get into indefinite wait! Perhaps trying to communicate with something??</description>
      <pubDate>Tue, 06 Aug 2002 06:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779474#M76864</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-06T06:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779475#M76865</link>
      <description>Are you using a DNS for resolving hostnames&lt;BR /&gt;or the local host file.&lt;BR /&gt;&lt;BR /&gt;For example if you are using hosts file&lt;BR /&gt;&lt;BR /&gt;Just do a entry like&lt;BR /&gt;&lt;XX.XXX.XX.XX&gt; smtp-server-name&amp;gt;.&lt;DOMAINNAME&gt; servername&lt;BR /&gt;&lt;BR /&gt;eg.&lt;BR /&gt;Mine is &lt;BR /&gt;172.16.1.83  psldns.polaris.co.in psldns&lt;BR /&gt;&lt;BR /&gt;If you are using a DNs server for resolving hostnames.&lt;BR /&gt;&lt;BR /&gt;Make sure that the smtp server is getting resolved using that DNS server.&lt;BR /&gt;&lt;BR /&gt;how does your /etc/nsswitch.conf file look like.&lt;BR /&gt;&lt;BR /&gt;what is the output of &lt;BR /&gt;#nslookup &lt;SMTPSERVERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Post the output&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SMTPSERVERNAME&gt;&lt;/DOMAINNAME&gt;&lt;/XX.XXX.XX.XX&gt;</description>
      <pubDate>Tue, 06 Aug 2002 06:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779475#M76865</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779476#M76866</link>
      <description>nslookup works just fine... This doesn't seem to be the problem!&lt;BR /&gt;&lt;BR /&gt;I user files (hosts) and have defined my smtp-server (NTServer01.vir) just as you described!</description>
      <pubDate>Tue, 06 Aug 2002 06:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779476#M76866</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-06T06:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779477#M76867</link>
      <description>When you are receiving messages as user unknown &lt;BR /&gt;it is that the system is unable to find the mailbox of the user you are sending messages.&lt;BR /&gt;&lt;BR /&gt;Is the smtp server a windows machine?&lt;BR /&gt;what is the domain name of your smtp machine?&lt;BR /&gt;What is the mailbox name to which you are sending messages?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Because windows uses netbios to resolve hostname.&lt;BR /&gt;&lt;BR /&gt;Post your answers &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 06 Aug 2002 07:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779477#M76867</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T07:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779478#M76868</link>
      <description>Yes, the smtp-server is a Windows NT 4.0 machine.&lt;BR /&gt;The domain-name we are using is .VIR.NL.&lt;BR /&gt;And the name I am trying to send a mail to is j.karremans@vir.nl (known on this machine).&lt;BR /&gt;&lt;BR /&gt;There could be some problem with domain-names. It could vary between .VIR and .VIR.NL.&lt;BR /&gt;&lt;BR /&gt;We are running Post.Office from Software.com on the NT-machine and on a Unix 10.20 machine.&lt;BR /&gt;I thought e-mail was purely TCP/IP. Where does netbios come in?</description>
      <pubDate>Tue, 06 Aug 2002 07:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779478#M76868</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-06T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779479#M76869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have the file with the contenents:&lt;BR /&gt;HP2 #&amp;gt; vi sendmail.mc&lt;BR /&gt;"sendmail.mc" 9 lines, 183 characters &lt;BR /&gt;LOCAL_CONFIG&lt;BR /&gt;define(`SMART_HOST', `correo')dnl&lt;BR /&gt;FEATURE(accept_unresolvable_domains)&lt;BR /&gt;FEATURE(redirect)dnl&lt;BR /&gt;FEATURE(use_cw_file)dnl&lt;BR /&gt;FEATURE(nodns)dnl&lt;BR /&gt;MAILER_DEFINITIONS&lt;BR /&gt;MAILER(smtp)dnl&lt;BR /&gt;&lt;BR /&gt;You must define it and stop and start the sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Tue, 06 Aug 2002 08:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779479#M76869</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-08-06T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779480#M76870</link>
      <description>From your reply I assume you have these entries for the following &lt;BR /&gt;&lt;BR /&gt;1.In your /etc/mail/sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DS(smart-relayhost)&lt;BR /&gt;DSNTserver01.VIR.NL&lt;BR /&gt;&lt;BR /&gt;for the domain name&lt;BR /&gt;Dj$w.VIR.NL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.In your /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;xx.xx.xx.xx  NTServer01.VIR.NL   NTserver01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3.check your /etc/nsswitch.conf file &lt;BR /&gt;&lt;BR /&gt;so that the lookup is like this&lt;BR /&gt;&lt;BR /&gt;hosts  : files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOw try sending mail as&lt;BR /&gt;&lt;BR /&gt;cat /etc/hosts|mailx -s "test" &lt;USERNAME&gt;@vir.nl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Post your results&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 06 Aug 2002 08:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779480#M76870</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T08:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779481#M76871</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;In this line:&lt;BR /&gt;define(`SMART_HOST', `correo')dnl &lt;BR /&gt;&lt;BR /&gt;you must put:&lt;BR /&gt;define(`SMART_HOST', `yourNTservername')dnl &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Tue, 06 Aug 2002 08:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779481#M76871</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-08-06T08:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779482#M76872</link>
      <description>stop and start sendmail if you alter the /etc/mail/sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 06 Aug 2002 08:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779482#M76872</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779483#M76873</link>
      <description>I have done all adjustments, but the unknown user message still comes with sendmail start!?!&lt;BR /&gt;&lt;BR /&gt;According to my limited mail-configuration knowledge, I have entered everything everywhere correctly...&lt;BR /&gt;&lt;BR /&gt;.........</description>
      <pubDate>Tue, 06 Aug 2002 08:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779483#M76873</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-06T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779484#M76874</link>
      <description>What are the messages in the &lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/mail.log file&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 09:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779484#M76874</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T09:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779485#M76875</link>
      <description>Aug  6 11:55:07 vir_hp5 sendmail[11887]: unable to qualify my own domain name (v&lt;BR /&gt;ir_hp5) -- using short name    --&amp;gt; I don't understand?&lt;BR /&gt;&lt;BR /&gt;Aug  6 11:55:07 vir_hp5 sendmail[11887]:  be sure to set domain name in Dj macro&lt;BR /&gt; in sendmail.cf                --&amp;gt; Has happened. There is just one line with Dj.. in the entrire file and is completed as suggested!&lt;BR /&gt;&lt;BR /&gt;Aug  6 11:55:07 vir_hp5 sendmail[11887]: LAA11887: to=start, delay=00:00:00, mai&lt;BR /&gt;ler=local, stat=User unknown   --&amp;gt; User = root??</description>
      <pubDate>Tue, 06 Aug 2002 09:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779485#M76875</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-06T09:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779486#M76876</link>
      <description>If this is not working then let us try the other way.&lt;BR /&gt;&lt;BR /&gt;Please configure this unix machine to your windows dns server as&lt;BR /&gt;&lt;BR /&gt;#set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;it will ask for the domainname and the ip-address of the dns server.&lt;BR /&gt;&lt;BR /&gt;configure it.&lt;BR /&gt;&lt;BR /&gt;modify your /etc/nsswitch.conf file as&lt;BR /&gt;&lt;BR /&gt;hosts:  dns  files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now do a nslookup for the smtp server whether it is getting resolved.&lt;BR /&gt;&lt;BR /&gt;nslookup&lt;BR /&gt;should give as&lt;BR /&gt;&lt;BR /&gt;lookup on dns server..something like that&lt;BR /&gt;&lt;BR /&gt;Now try sending mail&lt;BR /&gt;Please your results&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 10:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779486#M76876</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779487#M76877</link>
      <description>I am sorry! This is a production system and I'd rather not change too many networking parameters without testing properly...&lt;BR /&gt;&lt;BR /&gt;I got also some help from HP and am currently on the phone! Will keep you informed...&lt;BR /&gt;&lt;BR /&gt;The startup problem was a matter of starting the right sendmail executable (the one in sbin/init.d)...&lt;BR /&gt;&lt;BR /&gt;Thanx again so far!</description>
      <pubDate>Tue, 06 Aug 2002 10:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779487#M76877</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2002-08-06T10:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779488#M76878</link>
      <description>I also checked through the files &lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cw which needs a list of all the names by which this host will be known.&lt;BR /&gt;&lt;BR /&gt;YOu can make entry in the file like&lt;BR /&gt;&lt;BR /&gt;&lt;HOSTNAME&gt;&lt;BR /&gt;&lt;HOSTNAME&gt;.VIR.VL&lt;BR /&gt;Then re-start sendmail to check those messages dont appear again.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 06 Aug 2002 10:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-setup/m-p/2779488#M76878</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-06T10:30:30Z</dc:date>
    </item>
  </channel>
</rss>

