<?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: Very strange problem on RH 8.0 server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321263#M12978</link>
    <description>When you  first install and start sendmail service -it suppose to listen on 127.0.0.1 port 25 by default.&lt;BR /&gt;Check if you have some definition that blockes connection there.&lt;BR /&gt;Could be iptables,hosts.deny/hosts.allow.</description>
    <pubDate>Fri, 02 Jul 2004 05:50:08 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-07-02T05:50:08Z</dc:date>
    <item>
      <title>Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321259#M12974</link>
      <description>Hi all,&lt;BR /&gt;I'm a newby on this forum so please excuse me if I'm using it not correct.&lt;BR /&gt;&lt;BR /&gt;I have the strangest problem on my Linux server with RH 8.0 (2.4.20-24.8).&lt;BR /&gt;problem is that after the latest reboot my sendmail won't work anymore. After two days of forum browsing, I'm complete lost right now.&lt;BR /&gt;So I hope someone here can help.&lt;BR /&gt;&lt;BR /&gt;Here are some details about the problem.&lt;BR /&gt;I installed the lastest sendmail version by the book. Sendmail starts normally but it can't connect to localhost. &lt;BR /&gt;&lt;BR /&gt;A telnet gives the following result&lt;BR /&gt;[root@server mail]# telnet localhost 25&lt;BR /&gt;Trying 127.0.0.1...&lt;BR /&gt;telnet: connect to address 127.0.0.1: Connection refused&lt;BR /&gt;&lt;BR /&gt;A netstat also shows no port 25 at all.&lt;BR /&gt;[root@server mail]# netstat -an | grep LISTEN&lt;BR /&gt;tcp        0      0 0.0.0.0:199             0.0.0.0:*               LISTEN      &lt;BR /&gt;tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      &lt;BR /&gt;tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN      &lt;BR /&gt;tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      &lt;BR /&gt;tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      &lt;BR /&gt;tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      &lt;BR /&gt;tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN  &lt;BR /&gt; &lt;BR /&gt;I included the sendmail.cf file, which is completely standard ,since it is a fresh install.&lt;BR /&gt;I already changed the Daemon Options in the sendmail.cf file, but with no results.&lt;BR /&gt;&lt;BR /&gt;Hope someone can help.</description>
      <pubDate>Fri, 02 Jul 2004 03:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321259#M12974</guid>
      <dc:creator>Jeroen A.Geurtsen</dc:creator>
      <dc:date>2004-07-02T03:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321260#M12975</link>
      <description>You have probably configured sendmail into this state.&lt;BR /&gt;&lt;BR /&gt;To start, check the /etc/mail/access file and make sure localhost is allowed to relay mail.&lt;BR /&gt;&lt;BR /&gt;Then rebuild the sendmail.cf file from macros. This is laid out on the &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt; site and many of my prior posts.&lt;BR /&gt;&lt;BR /&gt;For diagnostics:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8 -d38 someone@some.net&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;The diagnostics will be helpful.&lt;BR /&gt;&lt;BR /&gt;The service sendmail is not running, but you still should be able to send mail.&lt;BR /&gt;&lt;BR /&gt;Just in case you disabled the daemon&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 12345 sendmail on&lt;BR /&gt;service sendmail start&lt;BR /&gt;&lt;BR /&gt;See if it remains running.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;Jerusalem&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Fri, 02 Jul 2004 04:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321260#M12975</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-02T04:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321261#M12976</link>
      <description>Thanks, I tried it, and it came back with this :&lt;BR /&gt;&lt;BR /&gt;[root@server mail]# sendmail -v -d8 -d38 test@test.nl     &lt;BR /&gt;blabla &lt;BR /&gt;.&lt;BR /&gt;test@test.nl... Connecting to [127.0.0.1] via relay...&lt;BR /&gt;test@test.nl... Deferred: Connection refused by [127.0.0.1]&lt;BR /&gt;&lt;BR /&gt;I also looked in my access file which looks like this :&lt;BR /&gt;# by default we allow relaying from localhost...&lt;BR /&gt;localhost.localdomain           RELAY&lt;BR /&gt;localhost                       RELAY&lt;BR /&gt;127.0.0.1                       RELAY&lt;BR /&gt;&lt;BR /&gt;Problem is that the sendmail service starts up nicely and runs right now. It only complains in the maillog about a refused connection.&lt;BR /&gt;Jul  2 11:18:14 server sm-msp-queue[9786]: i619Dk6g020390: to=s,test@hebbizz.nl, ctladdr=root (0/0), delay=1+00:04:28, xdelay=00:00:00, mailer=relay, pri=9060044, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]</description>
      <pubDate>Fri, 02 Jul 2004 04:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321261#M12976</guid>
      <dc:creator>Jeroen A.Geurtsen</dc:creator>
      <dc:date>2004-07-02T04:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321262#M12977</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; Did you check your sendmail service working. check with chkconfig. &lt;BR /&gt;&lt;BR /&gt; netstat is showing that your sendmail is not working. It is not showing the LISTEN state on *:25 port. &lt;BR /&gt;&lt;BR /&gt; Did you try to your hostname with 25. Is your sendmail working for other hostname's.&lt;BR /&gt;&lt;BR /&gt; It may be the service startup problem. see the syslog and mail.log file to analyse the problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Fri, 02 Jul 2004 05:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321262#M12977</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-02T05:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321263#M12978</link>
      <description>When you  first install and start sendmail service -it suppose to listen on 127.0.0.1 port 25 by default.&lt;BR /&gt;Check if you have some definition that blockes connection there.&lt;BR /&gt;Could be iptables,hosts.deny/hosts.allow.</description>
      <pubDate>Fri, 02 Jul 2004 05:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321263#M12978</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-07-02T05:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321264#M12979</link>
      <description>Muthukumar , you just pointed me in the right direction I think. When I startup sendmail, I get this message in the maillog &lt;BR /&gt;&lt;BR /&gt;Jul  2 13:11:46 server sendmail[17307]: alias database /etc/mail/aliases rebuilt by root&lt;BR /&gt;Jul  2 13:11:46 server sendmail[17307]: /etc/mail/aliases: 53 aliases, longest 100 bytes, 1139 bytes total&lt;BR /&gt;Jul  2 13:11:46 server sm-msp-queue[17314]: starting daemon (8.13.0): queueing@00:30:00&lt;BR /&gt;Jul  2 13:11:46 server sm-msp-queue[17322]: starting daemon (8.13.0): queueing@00:30:00&lt;BR /&gt;&lt;BR /&gt;When running, I do a ps -ef | grep sendmail and get this :&lt;BR /&gt;smmsp    17314     1  0 13:11 ?        00:00:00 sendmail: Queue runner@00:30:00 &lt;BR /&gt;root     17322     1  0 13:11 ?        00:00:00 sendmail: Queue runner@00:30:00 &lt;BR /&gt;root     17968   471  0 13:23 pts/2    00:00:00 grep sendmail&lt;BR /&gt;&lt;BR /&gt;On my other machine there are more sendmail processes , like this.&lt;BR /&gt;root     30537     1  0 13:10 ?        00:00:00 sendmail: accepting connections&lt;BR /&gt;smmsp    30546     1  0 13:10 ?        00:00:00 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue&lt;BR /&gt;root     30608 30451  0 13:23 pts/0    00:00:00 grep sendmail&lt;BR /&gt;&lt;BR /&gt;So I suppose the sendmail daemon is not running at all, explaining the connect failures. Well this raises the following question. Why won't sendmail startup ?&lt;BR /&gt;&lt;BR /&gt;Meanwhile I also installed a version of Postfix on the system, leaving me with the same problem. very weird.</description>
      <pubDate>Fri, 02 Jul 2004 06:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321264#M12979</guid>
      <dc:creator>Jeroen A.Geurtsen</dc:creator>
      <dc:date>2004-07-02T06:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321265#M12980</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; The log file and ps command is telling that,sendmail process ID 17307 is not running. &lt;BR /&gt;sendmail process id is stored in /etc/mail/sendmail.pid.&lt;BR /&gt;&lt;BR /&gt; I think the problem may be because of sendmail.sf file. Stop the sendmail service and analyse the sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt; I am not much experienced in setting sendmail.cf file. But the problem may be because of the config file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Fri, 02 Jul 2004 06:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321265#M12980</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-02T06:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321266#M12981</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;have gone through your sendmail.cf..&lt;BR /&gt;&lt;BR /&gt;Why don't you think of defining your hostname (FQDN) in your sendmail.cf just after the Dj$w.&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Fri, 02 Jul 2004 07:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321266#M12981</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-07-02T07:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321267#M12982</link>
      <description>No, that didn't help. I didn't use that option in the previous version.&lt;BR /&gt;&lt;BR /&gt;Part of the problem is that this sendmail configuration did work. I rebooted the machine last day and now it's not working anymore. This is what me frustrates so much.</description>
      <pubDate>Fri, 02 Jul 2004 08:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321267#M12982</guid>
      <dc:creator>Jeroen A.Geurtsen</dc:creator>
      <dc:date>2004-07-02T08:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Very strange problem on RH 8.0 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321268#M12983</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;why don't u edit the sendmail.mc and think of recreating the sendmail.cf from the scratch. or if you have a backup of sendmail.cf, that could also help&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Fri, 02 Jul 2004 08:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-strange-problem-on-rh-8-0-server/m-p/3321268#M12983</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-07-02T08:41:21Z</dc:date>
    </item>
  </channel>
</rss>

