<?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: Command elm and mailx in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678492#M244971</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To find out the different between mailx &amp;amp; elm, just check on the man page of both command :&lt;BR /&gt;&lt;BR /&gt;# man elm&lt;BR /&gt;# man mailx&lt;BR /&gt;&lt;BR /&gt;For the issue about 'Unable to qualify my own domain name', check the url below (docID : KBRC00003446) :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079998670" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079998670&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To restart the sendmail process :&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
    <pubDate>Fri, 25 Nov 2005 01:53:07 GMT</pubDate>
    <dc:creator>Adisuria Wangsadinata_1</dc:creator>
    <dc:date>2005-11-25T01:53:07Z</dc:date>
    <item>
      <title>Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678487#M244966</link>
      <description>Hi !!!&lt;BR /&gt;Could you tell me what is the diference between mailx and elm commands?&lt;BR /&gt;i know they have same sintaxis:&lt;BR /&gt;mailx -s "subject" mail@xxxxxx.com &amp;lt; text_file&lt;BR /&gt;elm -s "subject" mail@xxxxxx.com &amp;lt; text_file&lt;BR /&gt;&lt;BR /&gt;and ..&lt;BR /&gt;what daemon does server need for send a mail?&lt;BR /&gt;what do i must configure in etc/hosts, /etc/services ..or another file to send a mail?&lt;BR /&gt;&lt;BR /&gt;do i need some patch for hp-ux 10.x or hp-ux11.x ?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 10:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678487#M244966</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-11-24T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678488#M244967</link>
      <description>Hi,&lt;BR /&gt;No daemon require for mail client, but you need to setup name server on /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;try to insert your DNS on the file /etc/resolv.conf and take a try again:&lt;BR /&gt;&lt;BR /&gt;nameserver 10.1.2.1</description>
      <pubDate>Thu, 24 Nov 2005 10:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678488#M244967</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2005-11-24T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678489#M244968</link>
      <description>Shalom Manuales,&lt;BR /&gt;&lt;BR /&gt;If nslookup hp.com turns up a valid answer the mail will go through.&lt;BR /&gt;&lt;BR /&gt;sendmail needs to run in daemon form to accept mail. Both elm and mailx use sendmail as their mail transport, but they use the binary to try and connect and get it off the server.&lt;BR /&gt;&lt;BR /&gt;If for some reason the mail can not be delivered then it is queued locally.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 24 Nov 2005 13:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678489#M244968</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-24T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678490#M244969</link>
      <description>Shalom !!!&lt;BR /&gt;&lt;BR /&gt;check, i'm new in this ..&lt;BR /&gt;mmm ...&lt;BR /&gt;&lt;BR /&gt;in my emulation i wrotte next:&lt;BR /&gt;&lt;BR /&gt;mailx -s "SUBJECT" manuales@xxx.com.mx &amp;lt; /home/manuales/test.txt&lt;BR /&gt;&lt;BR /&gt;test.txt contains: this is a test&lt;BR /&gt;&lt;BR /&gt;when i execute it i verify mail.log localized in /var/adm/syslog  and the answer is:&lt;BR /&gt;Nov 24 14:32:13 hostname sendmail[7198]: gethostbyaddr(x.y.z.a) failed: 1&lt;BR /&gt;Nov 24 14:25:28 hostname sendmail[5146]: OAA05146: from=username, size=207, class=0&lt;BR /&gt;, pri=30207, nrcpts=1, msgid=&amp;lt;200511241925.OAA05146@hostname.xxx.com&amp;gt;, relay =username@localhost                          Nov 24 14:25:28 hostname sendmail[5148]: OAA05146: to=manuales@xxx.com.ms, c&lt;BR /&gt;tladdr=username (3208/201), delay=00:00:00, xdelay=00:00:00, mailer=relay, relay=c&lt;BR /&gt;zzzz.sss.ccc [23.34.45.56], stat=Sent (2.6.0  &amp;lt;200511241925.OAA05146@hostname&lt;BR /&gt;.xxx.com&amp;gt; Queued mail for delivery)                                     &lt;BR /&gt;what is the meaning of this?&lt;BR /&gt;&lt;BR /&gt;thanks, Manuales.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 14:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678490#M244969</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-11-24T14:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678491#M244970</link>
      <description>Hi, i have next doubt .. if i change sendmail.cf file, do i must reset daemon called sendmail?? if so, how do i do it??&lt;BR /&gt;&lt;BR /&gt;this is because in mail.log told me:&lt;BR /&gt;&lt;BR /&gt;Nov 24 22:55:43 hostname sendmail[8985]: unable to qualify my own domain name (hostname) -- using short name                                                        &lt;BR /&gt;Nov 24 22:55:43 hostname sendmail[8985]:  be sure to set domain name in Dj macro in sendmail.cf        &lt;BR /&gt;i have already modified the file sendmail.cf with next:&lt;BR /&gt;in sendmail.cf file i put next line:&lt;BR /&gt;# my official domain name                                         &lt;BR /&gt;# ... define this only if sendmail cannot automatically determine your domain   &lt;BR /&gt;Dj$w.mydomain.com                             but it isn't work !!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i have a server where mailx command is working very well and i can see that in this server is running a daemon sendmail of this form:&lt;BR /&gt;sendmail: accepting connections on port ##&lt;BR /&gt;&lt;BR /&gt;but in another server where mails aren't arrive to may mail isnn't this daemon ...&lt;BR /&gt;&lt;BR /&gt;how do i must run this daemon like in server where mail is working o.k.??&lt;BR /&gt;&lt;BR /&gt;thanks, Manuales.                                  &lt;BR /&gt;                                                                                &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Nov 2005 00:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678491#M244970</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-11-25T00:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678492#M244971</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To find out the different between mailx &amp;amp; elm, just check on the man page of both command :&lt;BR /&gt;&lt;BR /&gt;# man elm&lt;BR /&gt;# man mailx&lt;BR /&gt;&lt;BR /&gt;For the issue about 'Unable to qualify my own domain name', check the url below (docID : KBRC00003446) :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079998670" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079998670&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To restart the sendmail process :&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Fri, 25 Nov 2005 01:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678492#M244971</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-11-25T01:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678493#M244972</link>
      <description>Hi ... &lt;BR /&gt;i know that if i use mailx command i must have a file where is the message "&amp;lt;"&lt;BR /&gt;&lt;BR /&gt;mailx -s "RED ALERT" user1@patito.com.mx &amp;lt; /home/messages.txt&lt;BR /&gt;&lt;BR /&gt;but. how can i use this one using a variable which contains the string (message).. i don't want use a file that contains messages i need use a variable with the message, what is the sintaxis to use it in this form, without a file that contains the message?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
      <pubDate>Wed, 14 Dec 2005 12:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678493#M244972</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-12-14T12:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678494#M244973</link>
      <description>help please !!!</description>
      <pubDate>Wed, 14 Dec 2005 15:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678494#M244973</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-12-14T15:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678495#M244974</link>
      <description>echo $MYVARIABLE | mailx -s "my subject" me@mydomain.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 14 Dec 2005 15:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678495#M244974</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-14T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Command elm and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678496#M244975</link>
      <description>Thanks !!!!&lt;BR /&gt;&lt;BR /&gt;:0)&lt;BR /&gt;&lt;BR /&gt;:0)&lt;BR /&gt;&lt;BR /&gt;:0)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Dec 2005 16:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-elm-and-mailx/m-p/3678496#M244975</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-12-14T16:16:28Z</dc:date>
    </item>
  </channel>
</rss>

