<?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: sendmail mqueue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634236#M42004</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check whether sendmail daemon is running on both the servers. (ps -ef | grep sendmail )&lt;BR /&gt;if not start sendmail by this command  /sbin/init.d/sendmail start &lt;BR /&gt;&lt;BR /&gt;Also check if var/mail has read/write permissions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Goodluck,&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
    <pubDate>Thu, 20 Dec 2001 20:15:55 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2001-12-20T20:15:55Z</dc:date>
    <item>
      <title>sendmail mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634235#M42003</link>
      <description>Hello All,&lt;BR /&gt;I have the problem when I sendmail from clients to mail server:&lt;BR /&gt;  1. Client 1: after sendmail the message go through to the mail server, then store in  /var/spool/mqueue directory instead of send to /var/mail directory and distribution to the users.&lt;BR /&gt;  2. Client 2: after sendmail the message send to it /var/spool/mqueue directory, then stay there&lt;BR /&gt;When I check in /var/adm/syslog/mail.log:&lt;BR /&gt;  1. Client 1: stat=send, but I did not get 'you have mail' form the user that I send mail out. &lt;BR /&gt;  2. Client 2: the log file show that warning: "could not send message for past 4 hours". The stat=queued.&lt;BR /&gt;I also try to sendmail inside server local users; the message send out OK without problem, so I don't know what is causing problem (server/client).&lt;BR /&gt;Would you give me the idea that what is causing the problem, and what should I check.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Happy Holiday season&lt;BR /&gt;Regards&lt;BR /&gt;Jennifer Lam&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2001 20:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634235#M42003</guid>
      <dc:creator>Jennifer Lam</dc:creator>
      <dc:date>2001-12-20T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634236#M42004</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check whether sendmail daemon is running on both the servers. (ps -ef | grep sendmail )&lt;BR /&gt;if not start sendmail by this command  /sbin/init.d/sendmail start &lt;BR /&gt;&lt;BR /&gt;Also check if var/mail has read/write permissions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Goodluck,&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 20 Dec 2001 20:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634236#M42004</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-20T20:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634237#M42005</link>
      <description>Jennifer,&lt;BR /&gt;&lt;BR /&gt;Try using a verbose mail message...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/lib/sendmail -v user@client2 &amp;lt; /etc/host&lt;BR /&gt;&lt;BR /&gt;This will give you a much better idea on what is going on and just where your message is failing.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2001 20:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634237#M42005</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-20T20:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634238#M42006</link>
      <description>You can also try:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d21 user@host &lt;BR /&gt;which will give you some debug information about DNS resolution, canonical mapping, etc.</description>
      <pubDate>Thu, 20 Dec 2001 21:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634238#M42006</guid>
      <dc:creator>Steve Miller_4</dc:creator>
      <dc:date>2001-12-20T21:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail mqueue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634239#M42007</link>
      <description>Hello Jennifer,&lt;BR /&gt;&lt;BR /&gt;do you use DNS on that station?&lt;BR /&gt;Are the mails sent are targeted to a domain which doe snot have an "MX" record in DNS?&lt;BR /&gt;Check your "/etc/mail/services.switch" to NOT use "dns" in case you are NOT using DNS...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Fri, 21 Dec 2001 13:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mqueue/m-p/2634239#M42007</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-21T13:25:48Z</dc:date>
    </item>
  </channel>
</rss>

