<?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 Using sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367588#M195063</link>
    <description>Hi all,&lt;BR /&gt;Need assistant to use sendmail.&lt;BR /&gt;&lt;BR /&gt;The way I run as below :&lt;BR /&gt;# cat sendmail_msg.txt | sendmail -t&lt;BR /&gt;&lt;BR /&gt;Then I issue mailq, it no error and mailq is empty but I don't received the email.&lt;BR /&gt;Rgds.&lt;BR /&gt;-Kamarul</description>
    <pubDate>Sun, 29 Aug 2004 21:41:59 GMT</pubDate>
    <dc:creator>KAMARULZAMAN HJ ALI</dc:creator>
    <dc:date>2004-08-29T21:41:59Z</dc:date>
    <item>
      <title>Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367588#M195063</link>
      <description>Hi all,&lt;BR /&gt;Need assistant to use sendmail.&lt;BR /&gt;&lt;BR /&gt;The way I run as below :&lt;BR /&gt;# cat sendmail_msg.txt | sendmail -t&lt;BR /&gt;&lt;BR /&gt;Then I issue mailq, it no error and mailq is empty but I don't received the email.&lt;BR /&gt;Rgds.&lt;BR /&gt;-Kamarul</description>
      <pubDate>Sun, 29 Aug 2004 21:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367588#M195063</guid>
      <dc:creator>KAMARULZAMAN HJ ALI</dc:creator>
      <dc:date>2004-08-29T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367589#M195064</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suppose you have started Sendmail daemon with -bd options. For testing you can use    -bt options to enter in interactive test-mode. You can also use -V option for Verbose mode or -X LogfileName for logging in and out sendmail traffic (See man page).&lt;BR /&gt;&lt;BR /&gt;So sendmail is usually use only like mail server (sendmail -bd). Instead of sendmail -t, prefer using mail or mailx (or interactive elm interface).  &lt;BR /&gt;&lt;BR /&gt;See also:&lt;BR /&gt;&lt;A href="http://docs.hp.com/fr/5187-2222/ch03s08.html" target="_blank"&gt;http://docs.hp.com/fr/5187-2222/ch03s08.html&lt;/A&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90776/B2355-90776_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90776/00/00/17-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90776/00/00/17-toc.html&amp;amp;searchterms=sendmail&amp;amp;queryid=20040830-030115" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90776/B2355-90776_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90776/00/00/17-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90776/00/00/17-toc.html&amp;amp;searchterms=sendmail&amp;amp;queryid=20040830-030115&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;JMB</description>
      <pubDate>Mon, 30 Aug 2004 04:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367589#M195064</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2004-08-30T04:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367590#M195065</link>
      <description>Problem may be resolvation of account@FQDN of hostname.&lt;BR /&gt;&lt;BR /&gt;Try to resolve that as,&lt;BR /&gt;&lt;BR /&gt; are you using hosts: entry on /etc/nsswitch.conf as,&lt;BR /&gt;&lt;BR /&gt; hosts: dns files ..&lt;BR /&gt;&lt;BR /&gt; so that,&lt;BR /&gt;&lt;BR /&gt; it will start to resolve domain name over dns as,&lt;BR /&gt;&lt;BR /&gt; /etc/resolv.conf&lt;BR /&gt; domain celcom.com.my&lt;BR /&gt; nameserver IP1&lt;BR /&gt; nameserver IP2&lt;BR /&gt;&lt;BR /&gt; nslookup celcom.com.my&lt;BR /&gt; Is it working fine.&lt;BR /&gt;&lt;BR /&gt; or &lt;BR /&gt; &lt;BR /&gt; nsquery hosts celecom.com.my "dns"&lt;BR /&gt;&lt;BR /&gt; If you resolve these then you will get mail now. I have tested in my domain it is working fine. So the problem is because of domain name resolvation.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 30 Aug 2004 05:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367590#M195065</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-30T05:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367591#M195066</link>
      <description>Other possible problem: the text file seems a DOS file, containing the CTRL-M characters at the end of the line... Make sure this is not the case on your file, otherwise sendmail will try to lookup the hostname including the CTRL-M&lt;BR /&gt;&lt;BR /&gt;And running the sendmail in address-test mode can help too, of course. Also, check out your local mail file for errors, and /var/adm/syslog/mail.log for messages from sendmail.</description>
      <pubDate>Mon, 30 Aug 2004 07:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367591#M195066</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-08-30T07:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367592#M195067</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;sendmail -v email_address &amp;lt; message.txt&lt;BR /&gt;&lt;BR /&gt;That generally works for me and the -v option allows you to see the mail server in action.</description>
      <pubDate>Mon, 30 Aug 2004 08:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367592#M195067</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2004-08-30T08:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367593#M195068</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;what does sendmail_msg.txt look like?&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 30 Aug 2004 11:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367593#M195068</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2004-08-30T11:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367594#M195069</link>
      <description>The text file is attached to the original question... That's where I saw the CTRL-M characters, but those can be caused by transferring the file to windows for posting this question, of course.</description>
      <pubDate>Wed, 01 Sep 2004 03:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367594#M195069</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-09-01T03:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367595#M195070</link>
      <description>What mail.log say? any error there ?&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/mail.log&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Wed, 01 Sep 2004 04:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-sendmail/m-p/3367595#M195070</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-09-01T04:42:14Z</dc:date>
    </item>
  </channel>
</rss>

