<?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: re : mailx help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204444#M690446</link>
    <description>&amp;gt;Any advice on how can I resolve the problem&lt;BR /&gt;&lt;BR /&gt;Well, the first thing to do is to fix the Dj macro in sendmail.cf.  I'm not sure if this will fix your delivery problem?&lt;BR /&gt;&lt;BR /&gt;After editing sendmail.cf, start and stop sendmail:&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start</description>
    <pubDate>Tue, 27 May 2008 04:26:01 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-05-27T04:26:01Z</dc:date>
    <item>
      <title>re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204436#M690438</link>
      <description>Hi Guys,&lt;BR /&gt;    Can anyone advice how can I send mail from a unix system to my lotus notes. I use to be able to do this with the attach script, but now after running the script, it does not work any more. Please advice???&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent</description>
      <pubDate>Mon, 26 May 2008 08:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204436#M690438</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2008-05-26T08:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204437#M690439</link>
      <description>&lt;!--!*#--&gt;This should work.  What happens when you run the script by hand?&lt;BR /&gt;Does "mailq" show you messages that are stuck?&lt;BR /&gt;&lt;BR /&gt;Note you shouldn't have a blank line between:&lt;BR /&gt;        " | \&lt;BR /&gt;&lt;BR /&gt;       mailx -s "REMINDER! MONTHLY JOBS !!" Boon_Poh_Chua@ap.irco.com</description>
      <pubDate>Mon, 26 May 2008 08:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204437#M690439</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-26T08:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204438#M690440</link>
      <description>Shalom Vincent,&lt;BR /&gt;&lt;BR /&gt;Diagnostics:&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/mail.log&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d 8.99 -d38.99 someone@yourdomain.com&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 26 May 2008 09:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204438#M690440</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-26T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204439#M690441</link>
      <description>sendmail -bv Boon_Poh_Chua@ap.irco.com &lt;BR /&gt;&lt;BR /&gt;This should tell you if the address is deliverable.&lt;BR /&gt;&lt;BR /&gt;Otherwise open two sessions to your server&lt;BR /&gt;&lt;BR /&gt;In the first do&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/mail.log&lt;BR /&gt;  This will scroll as mail related messages appear.&lt;BR /&gt;&lt;BR /&gt;In the 2nd window&lt;BR /&gt;echo "this is a test" | mailx -s "testing" Boon_Poh_Chua@ap.irco.com&lt;BR /&gt;&lt;BR /&gt;When you press enter in the 2nd window look at the 1st window and see if see any error messages.&lt;BR /&gt;&lt;BR /&gt;If there are too many messages in mail.log you can filter the tail -f command&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;tail -f /var/adm/syslog/mail.log | grep ap.irco.com&lt;BR /&gt;&lt;BR /&gt;This will show only emails with ap.irco.com as part of the message or the To/From fields.&lt;BR /&gt;&lt;BR /&gt;You can filter it further by using Boon_Poh_Chua@ap.irco.com instead of ap.irco.com.  But you may miss some information.&lt;BR /&gt;&lt;BR /&gt;Make sure sendmail is running&lt;BR /&gt;  ps -ef | grep -i sendmail&lt;BR /&gt;&lt;BR /&gt;Make sure mail isn't stuck&lt;BR /&gt;   mailq&lt;BR /&gt;&lt;BR /&gt;If you see lots of mail in the queue then check your DNS (resolv.conf etc)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2008 09:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204439#M690441</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-05-26T09:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204440#M690442</link>
      <description>If all that doesn't work....&lt;BR /&gt;&lt;BR /&gt;Check with your Notes admin.  Maybe they put in a rule to not accept SMTP mail from your server.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 26 May 2008 09:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204440#M690442</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-05-26T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204441#M690443</link>
      <description>Hi Guys,&lt;BR /&gt;    Thanks for the info, attach is the output from mail.log. Please advice&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent</description>
      <pubDate>Tue, 27 May 2008 02:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204441#M690443</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2008-05-27T02:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204442#M690444</link>
      <description>&amp;gt;attach is the output from mail.log. Please advice&lt;BR /&gt;&lt;BR /&gt;Interesting lines are:&lt;BR /&gt;unable to qualify my own domain name (irsgp) -- using short name&lt;BR /&gt;be sure to set domain name in Dj macro in sendmail.cf&lt;BR /&gt;&lt;BR /&gt; QAA04986: from=root, size=2799, class=0, pri=32799, nrcpts=1, msgid=&amp;lt;200805230827.QAA04986@irsgp&amp;gt;, relay=root@localhost&lt;BR /&gt;QAA04986: to=Boon_Poh_Chua@ap.irco.com, delay=00:00:00, mailer=esmtp, stat=queued&lt;BR /&gt;QAA04986: VAC06042: return to sender: Warning: could not send message for past 4 hours&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2008 03:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204442#M690444</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-27T03:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204443#M690445</link>
      <description>Hi Dennis,&lt;BR /&gt;    Any advice on how can I resolve the problem. Thanks. Attach is the output of &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;VIncent</description>
      <pubDate>Tue, 27 May 2008 04:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204443#M690445</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2008-05-27T04:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: re : mailx help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204444#M690446</link>
      <description>&amp;gt;Any advice on how can I resolve the problem&lt;BR /&gt;&lt;BR /&gt;Well, the first thing to do is to fix the Dj macro in sendmail.cf.  I'm not sure if this will fix your delivery problem?&lt;BR /&gt;&lt;BR /&gt;After editing sendmail.cf, start and stop sendmail:&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start</description>
      <pubDate>Tue, 27 May 2008 04:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-mailx-help/m-p/4204444#M690446</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-27T04:26:01Z</dc:date>
    </item>
  </channel>
</rss>

