<?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: Send mail problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212963#M168885</link>
    <description>Hi,&lt;BR /&gt;don't get into the problem if you are not using the sendmail.Just Disable it using&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Mar 2004 05:50:39 GMT</pubDate>
    <dc:creator>Shaikh Imran</dc:creator>
    <dc:date>2004-03-09T05:50:39Z</dc:date>
    <item>
      <title>Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212956#M168878</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have encountered the following problem recently, but I don't use it to send and receive mail:&lt;BR /&gt;&lt;BR /&gt;myServer above message repeats 79 times&lt;BR /&gt;myServer sendmail[820]: NOQUEUE: low on space (have 91, SMTP-DAEMON needs 101 in &lt;BR /&gt;/var/spool/mqueue)&lt;BR /&gt;myServer sendmail[820]: NOQUEUE: low on space (have 21, SMTP-DAEMON needs 101 in &lt;BR /&gt;/var/spool/mqueue)&lt;BR /&gt;&lt;BR /&gt;How come often this message pop up?&lt;BR /&gt;&lt;BR /&gt;Regards and thanks a lot!&lt;BR /&gt;Alex</description>
      <pubDate>Tue, 09 Mar 2004 03:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212956#M168878</guid>
      <dc:creator>Achilles_2</dc:creator>
      <dc:date>2004-03-09T03:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212957#M168879</link>
      <description>May be /var is running out of space. post bdf output.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 09 Mar 2004 03:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212957#M168879</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-09T03:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212958#M168880</link>
      <description>Hi,&lt;BR /&gt;If you have no space problem in /var check the properties of the /var/spool/mqueue&lt;BR /&gt;drwxr-xr-x   2 bin        bin          57344 Mar  9 09:06 mqueue&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 09 Mar 2004 03:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212958#M168880</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-03-09T03:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212959#M168881</link>
      <description>check /var and /tmp file system.&lt;BR /&gt;check whether the file systems have space.</description>
      <pubDate>Tue, 09 Mar 2004 03:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212959#M168881</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-03-09T03:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212960#M168882</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;Your /var filesystem is running out of space.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=45441" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=45441&lt;/A&gt;</description>
      <pubDate>Tue, 09 Mar 2004 03:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212960#M168882</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-03-09T03:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212961#M168883</link>
      <description>Use this command to check whether you are running sendmail or not.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sendmail&lt;BR /&gt;&lt;BR /&gt;If you have sendmail running, stop the sendmail server.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;Also, disable sendmail from starting after a reboot&lt;BR /&gt;&lt;BR /&gt;mv /sbin/rc2.d/S540sendmail /sbin/rc2.d/s540sendmail&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Vijay</description>
      <pubDate>Tue, 09 Mar 2004 03:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212961#M168883</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-03-09T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212962#M168884</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check also /var/mail properties:&lt;BR /&gt;drwxrwxr-x   2 bin        mail            96 Mar  7 04:30 mail&lt;BR /&gt;&lt;BR /&gt;If not correct:&lt;BR /&gt;chown bin:mail /var/mail&lt;BR /&gt;chmod 775 /var/mail&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 09 Mar 2004 03:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212962#M168884</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-03-09T03:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212963#M168885</link>
      <description>Hi,&lt;BR /&gt;don't get into the problem if you are not using the sendmail.Just Disable it using&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 05:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212963#M168885</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-09T05:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Send mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212964#M168886</link>
      <description>If it does indeed turn out to be a space issue, you might want to setup a script that checks for logs and or mail files and zeros them out every so often using cron&lt;BR /&gt;-Jason&lt;BR /&gt;===Script Begin===&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;for i in `ls -1 /var/mail`&lt;BR /&gt;do&lt;BR /&gt;&amp;gt; /var/mail/$i&lt;BR /&gt;done&lt;BR /&gt;&amp;gt; /var/adm/syslog/mail.log&lt;BR /&gt;exit&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 06:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-problem/m-p/3212964#M168886</guid>
      <dc:creator>jason morgan_3</dc:creator>
      <dc:date>2004-03-09T06:10:52Z</dc:date>
    </item>
  </channel>
</rss>

