<?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: cron jobs no longer sending email in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694446#M56302</link>
    <description>after doing what Richard suggested above, you can then run (as root) this to force flush the mailq:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -or2h -q&lt;BR /&gt;&lt;BR /&gt;and then do mailq -v too see if they all went.&lt;BR /&gt;&lt;BR /&gt;mark</description>
    <pubDate>Mon, 01 Apr 2002 16:14:34 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-04-01T16:14:34Z</dc:date>
    <item>
      <title>cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694439#M56295</link>
      <description>My HP-UX 11.0 no longer sends email to the user that owns the cron.  It used to work, but now it does not.  I have another HP-UX server that does not have this problem.  Any ideas?</description>
      <pubDate>Mon, 01 Apr 2002 14:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694439#M56295</guid>
      <dc:creator>Christa Foley</dc:creator>
      <dc:date>2002-04-01T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694440#M56296</link>
      <description>Anything unusual in /var/adm/cron/log file ? Is the cron daemon running ?&lt;BR /&gt;# ps -ef|grep cron</description>
      <pubDate>Mon, 01 Apr 2002 15:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694440#M56296</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-01T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694441#M56297</link>
      <description>some things to check:&lt;BR /&gt;&lt;BR /&gt; - check the mail log for errors&lt;BR /&gt; - check the output of mailq -v -d run as root for mail that has been delayed&lt;BR /&gt; - make sure sendmail is still running&lt;BR /&gt; - check the size of the user's mailbox; if you have disk quota's enabled or if the file system is full no new mail can get saved&lt;BR /&gt; - verify that the crontab hasn't changed&lt;BR /&gt; - verify that /etc/mail/sendmail.cf hasn't changed&lt;BR /&gt; - see if you can send mail from that login ID at the command line to that login ID&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 01 Apr 2002 15:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694441#M56297</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-04-01T15:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694442#M56298</link>
      <description>Cron is running and cron jobs are completing successfully according to the log.  It appears to be a sendmail problem.  No mail is being delivered.  The end of the output of mailq -v -d is as follows:&lt;BR /&gt;&lt;BR /&gt;LAA25996     9501   20919501+Mar 27 11:15 swcron&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                          swcron&lt;BR /&gt;KAA23391      245   21000260+Mar 27 10:45 root&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                          swcron&lt;BR /&gt;KAA23382     9501   21009501+Mar 27 10:45 swcron&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                          swcron&lt;BR /&gt;GAC13215  9277253   22626050 Mar 29 06:13 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                      (---:postmaster---)&lt;BR /&gt;                                          root&lt;BR /&gt;CAE27629  9275602   23344639 Mar 29 02:05 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                          root&lt;BR /&gt;PAF20293  5940395   26039192 Mar 27 15:28 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                      (---:postmaster---)&lt;BR /&gt;                                          root&lt;BR /&gt;LAD26402  5938744   26757781 Mar 27 11:20 MAILER-DAEMON&lt;BR /&gt;                 (alias database unavailable)&lt;BR /&gt;                                          root&lt;BR /&gt;KAA09759  (no control file)&lt;BR /&gt; &lt;BR /&gt;====finis: stat 0 e_id=NOQUEUE e_flags=1&lt;OLDSTYLE&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;ANY IDEAS?&lt;/OLDSTYLE&gt;</description>
      <pubDate>Mon, 01 Apr 2002 15:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694442#M56298</guid>
      <dc:creator>Christa Foley</dc:creator>
      <dc:date>2002-04-01T15:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694443#M56299</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; You've lost or corrupted  your /etc/mail/aliases or the .dir or .pag file(s).&lt;BR /&gt;It can be built or rebuilt with the sendmail -bi command.&lt;BR /&gt;See man sendmail for details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 01 Apr 2002 16:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694443#M56299</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-01T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694444#M56300</link>
      <description>If you run /usr/sbin/newalises I think it would report some kind of error as well, it looks like sendmail could not locate the alias file. How does your system gets the alias file from ? Is it from NIS or locally ? Check /etc/nsswitch.conf, for example if the it is NOT suppose to get it from NIS, it should say just .. compare this with other similar system that works fine.&lt;BR /&gt;&lt;BR /&gt;aliases: files&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Apr 2002 16:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694444#M56300</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-01T16:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694445#M56301</link>
      <description>Hello&lt;BR /&gt;check /etc/mail for &lt;BR /&gt;aliases&lt;BR /&gt;and&lt;BR /&gt;aliases.db&lt;BR /&gt;&lt;BR /&gt;if you dont have aliases copy it over form:&lt;BR /&gt;/usr/newconfig/etc/mail/aliases&lt;BR /&gt;&lt;BR /&gt;then run &lt;BR /&gt;sendmail -bi&lt;BR /&gt;and stop and start sendmail&lt;BR /&gt;/sbin/init.d/sendmail sotp&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;if you already have aliases and not the .db just do&lt;BR /&gt;sendmail -bi&lt;BR /&gt;and stop and start sendmail&lt;BR /&gt;/sbin/init.d/sendmail sotp&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 01 Apr 2002 16:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694445#M56301</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-04-01T16:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694446#M56302</link>
      <description>after doing what Richard suggested above, you can then run (as root) this to force flush the mailq:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -or2h -q&lt;BR /&gt;&lt;BR /&gt;and then do mailq -v too see if they all went.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 01 Apr 2002 16:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694446#M56302</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-04-01T16:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694447#M56303</link>
      <description>Hi Christa,&lt;BR /&gt;&lt;BR /&gt; Clarification...aliases.dir &amp;amp; aliases.pag are ONLY created/needed if you are using NIS or NIS+ &lt;BR /&gt;The .db is all you need if you're not.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 01 Apr 2002 16:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694447#M56303</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-01T16:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: cron jobs no longer sending email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694448#M56304</link>
      <description>I don't believe the alias files were the exact problem.  S.K. Chan seemed to hit the problem.  In the nsswitch.conf file, aliases were pointing to NIS and we are not running NIS.  I fixed this and restarted sendmail.  Now all seems to be well.  Thank you all for your help.</description>
      <pubDate>Mon, 01 Apr 2002 16:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-jobs-no-longer-sending-email/m-p/2694448#M56304</guid>
      <dc:creator>Christa Foley</dc:creator>
      <dc:date>2002-04-01T16:32:11Z</dc:date>
    </item>
  </channel>
</rss>

