<?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 sendmail error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398552#M567072</link>
    <description>Hi :&lt;BR /&gt;I having this error in the /var/adm/syslog.log&lt;BR /&gt;&lt;BR /&gt;The problem is about the sendmail service&lt;BR /&gt;&lt;BR /&gt;Oct 12 11:10:59 crrssv02 sendmail[342]: starting daemon (8.9.3 (PHNE_29773)): qu&lt;BR /&gt;&lt;BR /&gt;eueing@00:30:00                                                                 &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:10:59 crrssv02 sendmail[345]: starting daemon (8.9.3 (PHNE_29773)): SM&lt;BR /&gt;&lt;BR /&gt;TP+queueing@01:00:00                                                            &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:11:00 crrssv02 sendmail[348]: starting daemon (8.9.3 (PHNE_29773)): SM&lt;BR /&gt;&lt;BR /&gt;TP+queueing@01:00:00                                                            &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:11:00 crrssv02 sendmail[348]: NOQUEUE: SYSERR(root): opendaemonsocket:&lt;BR /&gt;&lt;BR /&gt; cannot bind: Address already in use                                            &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:11:00 crrssv02 sendmail[348]: problem creating SMTP socket   &lt;BR /&gt;&lt;BR /&gt;Pls Help me !!!&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Oct 2004 14:51:43 GMT</pubDate>
    <dc:creator>Isaac_4</dc:creator>
    <dc:date>2004-10-12T14:51:43Z</dc:date>
    <item>
      <title>sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398552#M567072</link>
      <description>Hi :&lt;BR /&gt;I having this error in the /var/adm/syslog.log&lt;BR /&gt;&lt;BR /&gt;The problem is about the sendmail service&lt;BR /&gt;&lt;BR /&gt;Oct 12 11:10:59 crrssv02 sendmail[342]: starting daemon (8.9.3 (PHNE_29773)): qu&lt;BR /&gt;&lt;BR /&gt;eueing@00:30:00                                                                 &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:10:59 crrssv02 sendmail[345]: starting daemon (8.9.3 (PHNE_29773)): SM&lt;BR /&gt;&lt;BR /&gt;TP+queueing@01:00:00                                                            &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:11:00 crrssv02 sendmail[348]: starting daemon (8.9.3 (PHNE_29773)): SM&lt;BR /&gt;&lt;BR /&gt;TP+queueing@01:00:00                                                            &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:11:00 crrssv02 sendmail[348]: NOQUEUE: SYSERR(root): opendaemonsocket:&lt;BR /&gt;&lt;BR /&gt; cannot bind: Address already in use                                            &lt;BR /&gt;&lt;BR /&gt;Oct 12 11:11:00 crrssv02 sendmail[348]: problem creating SMTP socket   &lt;BR /&gt;&lt;BR /&gt;Pls Help me !!!&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 14:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398552#M567072</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2004-10-12T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398553#M567073</link>
      <description>The error message explains it all. Sendmail uses port 25 (by default)&lt;BR /&gt;&lt;BR /&gt;On your system something is using port 25.&lt;BR /&gt;Check which process is using it.&lt;BR /&gt;&lt;BR /&gt;netstat -an|grep 25&lt;BR /&gt;&lt;BR /&gt;If you have lsof tool(list open files) on your machine, you can do&lt;BR /&gt;lsof -p tcp:25&lt;BR /&gt;lsof -p udp:25&lt;BR /&gt;&lt;BR /&gt;Unless you change the port or stop the process using port 25, you will not be able to start sendmail.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 12 Oct 2004 15:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398553#M567073</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-12T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398554#M567074</link>
      <description>Is sendmail already running?&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep sendmail&lt;BR /&gt;&lt;BR /&gt;Use lsof to see what is using port 25.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 12 Oct 2004 15:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398554#M567074</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-12T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398555#M567075</link>
      <description>these are my out from netstat but no see the port 25 in any way&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep 25                                                         &lt;BR /&gt;&lt;BR /&gt;tcp        0      0  *.49259                *.*                     LISTEN      &lt;BR /&gt;&lt;BR /&gt;tcp        0      0  *.49258                *.*                     LISTEN      &lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep sendmail                                                        &lt;BR /&gt;&lt;BR /&gt;    root   854   795  4 14:33:58 pts/ta    0:00 grep sendmail                   &lt;BR /&gt;&lt;BR /&gt;    root   840     1  0 14:33:37 ?         0:00 /usr/sbin/sendmail -q30m        &lt;BR /&gt;&lt;BR /&gt;    root   849   827  2 14:33:42 ?         0:04 /etc/iscan/sendmail             &lt;BR /&gt;&lt;BR /&gt;    root   827     1  0 14:33:35 ?         0:04 /etc/iscan/sendmail             &lt;BR /&gt;&lt;BR /&gt;    root   850   827  4 14:33:43 ?         0:04 /etc/iscan/sendmail             &lt;BR /&gt;&lt;BR /&gt;    root   843     1  0 14:33:38 ?         0:00 sendmail: accepting connections &lt;BR /&gt;&lt;BR /&gt;on port 19000                                                                   &lt;BR /&gt;&lt;BR /&gt;    root   846     1  0 14:33:38 ?         0:00 /usr/sbin/sendmail -bd -q1h -C/e&lt;BR /&gt;&lt;BR /&gt;tc/mail/sendmail.cf.delivery   &lt;BR /&gt;&lt;BR /&gt;who can test if the port 25 is open a listen&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 15:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398555#M567075</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2004-10-12T15:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398556#M567076</link>
      <description>You already have sendmail running. There are few of them.&lt;BR /&gt;&lt;BR /&gt;telnet localhost 25&lt;BR /&gt;&lt;BR /&gt;Will tell if sendmail is running on that host or not.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 12 Oct 2004 15:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398556#M567076</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-12T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398557#M567077</link>
      <description>yes is running&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 16:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398557#M567077</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2004-10-12T16:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398558#M567078</link>
      <description>kill it&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;Try that a couple of times...&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep sendmail&lt;BR /&gt;&lt;BR /&gt;If still there - kill it manually by it's pid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 12 Oct 2004 16:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/3398558#M567078</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-12T16:11:20Z</dc:date>
    </item>
  </channel>
</rss>

