<?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 does not ! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125254#M8082</link>
    <description>oppp submit before attach ...&lt;BR /&gt;&lt;BR /&gt;J-P</description>
    <pubDate>Thu, 20 Nov 2003 14:06:40 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-11-20T14:06:40Z</dc:date>
    <item>
      <title>sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125247#M8075</link>
      <description>I am having a real fight with sendmail the environment is &lt;BR /&gt;&lt;BR /&gt;sendmail-8.12.8-9.90 on a Redhat 9.0 kernel 2.4.20-20.9&lt;BR /&gt;&lt;BR /&gt;this sendmail is only for a local mail delivery nothing fancy here &lt;BR /&gt;&lt;BR /&gt;Sometime ago after upgrading from 7.2 to 9.0 I noticed that I did not receive anymore mails&lt;BR /&gt;&lt;BR /&gt;service sendmail at boot is flagged OK &lt;BR /&gt;&lt;BR /&gt;so after some searching I found loads of messages like the following in  /var/log/maillog&lt;BR /&gt;&lt;BR /&gt;sendmail[1514]: hAK9hIeh001514: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30065, relay=[127.0.0.1]&lt;BR /&gt;[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]&lt;BR /&gt;&lt;BR /&gt;At first I checked all sendmail files in old mail directory (/etc/) theses have moved upgrade and are now in /etc/mail as it should be all those files looked good&lt;BR /&gt;&lt;BR /&gt;I then turn my attention to port smtp (25) i am still using ipchains here but this worked before so there no reason it should not work now ...this is always seen as close no matter what is in  sendmail.fc &lt;BR /&gt;&lt;BR /&gt;in /etc/hosts localhost is there I can ping this see it with ifconfig.&lt;BR /&gt;&lt;BR /&gt;I try-ed lots of different m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;In fact I have an other linux 9.0 (also migrated to from 7.2 to 9.0) I copied the sendmail.mc&lt;BR /&gt;from there and created a sendmail.cf from that no luck ! it works on one system not on the other ?   ... the only differences I see are as follow-es (from /var/log/maillog)&lt;BR /&gt;&lt;BR /&gt;sendmail[6530]: hAKAo0vw001852: to=&lt;ROOT&gt;, ctladdr=&lt;ROOT&gt; (0/0), delay=00:00:02, xdelay=00:00:00, mailer=local, pri=30688, dsn=2.0.0, stat=Sent&lt;BR /&gt;&lt;BR /&gt;why is one dsn=2.0.0 and the other dsn=4.0.0&lt;BR /&gt;&lt;BR /&gt;I am probably failing to see the obvious here  and I am looping, I never have been a sendmaid&lt;BR /&gt;expert  but would like some help to get me on the way.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P&lt;/ROOT&gt;&lt;/ROOT&gt;</description>
      <pubDate>Thu, 20 Nov 2003 13:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125247#M8075</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T13:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125248#M8076</link>
      <description>I guess the problem is that in up to redhat 7.3 the configuration file was in /etc/ i.e&lt;BR /&gt;/etc/sendmail.cf&lt;BR /&gt;but starting from 8.0 it is&lt;BR /&gt;/etc/mail/sendmail.cf</description>
      <pubDate>Thu, 20 Nov 2003 13:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125248#M8076</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-20T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125249#M8077</link>
      <description>OK sorry I didn't read  till the end (so tipical).&lt;BR /&gt;What's the entry of /etc/mail/access ?&lt;BR /&gt;did you try to telnet to port 25&lt;BR /&gt;and -is there an answer?</description>
      <pubDate>Thu, 20 Nov 2003 13:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125249#M8077</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-20T13:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125250#M8078</link>
      <description>try to execute the following:&lt;BR /&gt;telnet ip_address 25 &lt;ENTER&gt;&lt;BR /&gt;helo test &lt;ENTER&gt;&lt;BR /&gt;mail from: huc@yyyy.mydom &lt;ENTER&gt;&lt;BR /&gt;rcpt to: root@yyyy.mydom &lt;ENTER&gt;&lt;BR /&gt;data &lt;ENTER&gt;&lt;BR /&gt;test message &lt;ENTER&gt;&lt;BR /&gt;. &lt;ENTER&gt;&lt;BR /&gt;quit &lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;of course instead of writing &lt;ENTER&gt; just oress on it.... :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 20 Nov 2003 13:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125250#M8078</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-20T13:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125251#M8079</link>
      <description>Dont worry I do the same fly over questions, then opps!&lt;BR /&gt;&lt;BR /&gt;Yes I tryed but port 25 always and up closed after I service sendmail restart with a new sendmail.cf&lt;BR /&gt;&lt;BR /&gt;in /ztc/mail/access&lt;BR /&gt;&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;J-P</description>
      <pubDate>Thu, 20 Nov 2003 13:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125251#M8079</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125252#M8080</link>
      <description>Maybe your /etc/mail/access file got stomped on. Right now it appears your server can not relay off itself.&lt;BR /&gt;&lt;BR /&gt;Or if you are using smart relay DS in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Is relay authorized by hostname or ip address.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Nov 2003 13:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125252#M8080</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-20T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125253#M8081</link>
      <description>Sorry for delay, but here is some more&lt;BR /&gt;&lt;BR /&gt;telnet localhost 25&lt;BR /&gt;&lt;BR /&gt;telnet: connect to address 127.0.0.1: Connection refused&lt;BR /&gt;&lt;BR /&gt;Because port close &lt;BR /&gt;&lt;BR /&gt;DS is null&lt;BR /&gt;&lt;BR /&gt;I have attached sendmail.mc (in fact this is default one because figure t should work ... it does on the second linux !)&lt;BR /&gt;&lt;BR /&gt;Perhaps some could send me an even more basic one ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 14:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125253#M8081</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T14:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125254#M8082</link>
      <description>oppp submit before attach ...&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Thu, 20 Nov 2003 14:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125254#M8082</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T14:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125255#M8083</link>
      <description>Huc,&lt;BR /&gt;There is a slight change on how sendmail is run on RH8-9.  The easiest way I know of is start up sendmail, this starts up sendmail which listen on localhost and responsible for recieving, and a mail queue client which is responsible for sending mail. The spool dir is now /var/spool/mqueue and /var/spool/clientmqueue.  Both sendmail daemon listen on locahost. One for dequeueing /var/spool/mqueue and the other for /var/spool/clientmqueue.  Correct me if I am wrong, this is how I understand and got my to work.&lt;BR /&gt;&lt;BR /&gt;If you feel you don't want to start up sendmail service then you need to do this on /etc/mail/submit.cf, edit "Ds" smart relay to forward mail to your mail server.  Then you have to make sure all your cron messages are not going to root@localhost; otherwise it will be bounce back because there is no sendmail listening on localhost(Unless you start up sendmail offcourse, which listen on localhost by default).&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 14:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125255#M8083</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-11-20T14:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125256#M8084</link>
      <description>Hey Huc! locate this line in your sendmail.mc file:&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl&lt;BR /&gt;and remove "Addr=127.0.0.1," from it.&lt;BR /&gt;Then &lt;BR /&gt;m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;and then&lt;BR /&gt;service sendmail restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards...</description>
      <pubDate>Thu, 20 Nov 2003 14:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125256#M8084</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-20T14:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125257#M8085</link>
      <description>Alexander I tryed this but no luck &lt;BR /&gt;&lt;BR /&gt;When I start service sendmail and then do an nmap localhost i don't even get port 25 close ... port 25 is not there ...&lt;BR /&gt;&lt;BR /&gt;I am going to try DS smart relay now &lt;BR /&gt;&lt;BR /&gt;Will get get back to you with results&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Thu, 20 Nov 2003 15:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125257#M8085</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125258#M8086</link>
      <description>Diagnostic: &lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8 -d38 person@yourdomain.com&lt;BR /&gt;Type some text&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 20 Nov 2003 15:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125258#M8086</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-20T15:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125259#M8087</link>
      <description>Connecting to [127.0.0.1] via relay...&lt;BR /&gt;jphuc@whatever... Deferred: Connection refused by [127.0.0.1]&lt;BR /&gt;&lt;BR /&gt;I also tryed DS smart relay host in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;... Yesterday I could at least get to a stage&lt;BR /&gt;where nmap localhost would give port 25 as closed ... Dont get this far now ...&lt;BR /&gt;&lt;BR /&gt;Boy am I glad this is not a very important system&lt;BR /&gt;&lt;BR /&gt;... I wonder if this is not more an Ipchain problem ... because I have an other system that works and I have compared both the only diff i see now is one run ipchains the other iptables apart from that ??? well don't know&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Thu, 20 Nov 2003 15:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125259#M8087</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125260#M8088</link>
      <description>Thank all for your help here I will grab some sleep now and ponder on this (will have a serious read at sendmail.doc ) and probably turn to iptables if  I find the time ... I am getting stuborn on this one...&lt;BR /&gt;&lt;BR /&gt;Hey SEP, pass the last 100 mark nearly there ! &lt;BR /&gt;I am already rejoycing for you ..&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Thu, 20 Nov 2003 15:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125260#M8088</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T15:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125261#M8089</link>
      <description>OK could not leave it at that well i am a stubborn b......&lt;BR /&gt;could not let it rest !&lt;BR /&gt;&lt;BR /&gt;Found it in fact I turn off ipchains and turn on to iptables&lt;BR /&gt;same result ... then i started looking at file security &lt;BR /&gt;&lt;BR /&gt;It hit me I had been trying/testing out Bastille&lt;BR /&gt;on this node ... week prior to migrate 7.3 to 9.0&lt;BR /&gt;&lt;BR /&gt;Review bastille decided to invoke bastille -r  (revert) &lt;BR /&gt;&lt;BR /&gt;I will have to turn it on again after but this is a test node right !&lt;BR /&gt;&lt;BR /&gt;Well sendmail now works ! (received a lots of mail)&lt;BR /&gt;&lt;BR /&gt;A lesson I shall not forget !&lt;BR /&gt;&lt;BR /&gt;Thank you all, you have great merit for supporting/helping such an i....&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Thu, 20 Nov 2003 18:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125261#M8089</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-20T18:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125262#M8090</link>
      <description>I'm discovering your thread. Whow, what an adventure !&lt;BR /&gt;That's why in fact (sorry Steven) I do not like Bastile too much, I feel it too 'turning you to a mind where you close your machine too much'.&lt;BR /&gt;Could you post what did exactly Bastille stop in your machine ?&lt;BR /&gt;Tks&lt;BR /&gt;(of course 0)&lt;BR /&gt;J</description>
      <pubDate>Fri, 21 Nov 2003 09:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125262#M8090</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-21T09:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125263#M8091</link>
      <description>Oops ! I hit the 3 pts bottom, I dont know what has been wrong with ITRC forums, but I could not reach until, now !&lt;BR /&gt;&lt;BR /&gt;I will invetigate and post finding here, I dont have much time right now, but will get to the bottom.., not to urgent because this is a home test system.&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Fri, 21 Nov 2003 10:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125263#M8091</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-21T10:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125264#M8092</link>
      <description>When you let Bastille touch sendmail, you have to test immediately. I've had problems with what it does to sendmail and BIND over the past 15 months I've used it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 21 Nov 2003 12:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125264#M8092</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-21T12:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125265#M8093</link>
      <description>Yes I gave you our point to get there hourra Hourra&lt;BR /&gt;&lt;BR /&gt;And yes you always said thar bastile is for the carefull and it probaly me, just sloppy on thar one ...&lt;BR /&gt;&lt;BR /&gt;I am realy please to see you as a salad head !!&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Fri, 21 Nov 2003 12:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125265#M8093</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-21T12:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does not !</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125266#M8094</link>
      <description>Hi Huc,&lt;BR /&gt;&lt;BR /&gt;Good to see you fixed the problem already, just a little trick that you could have used to spare some time investigating the firewall side of things :&lt;BR /&gt;&lt;BR /&gt;netstat -alpnt | grep sendmail would have shown you if sendmail was listening on port 25 or not, so you could have skipped the fw tests if it wasn't even listening on the port behind the fw.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 26 Nov 2003 10:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-does-not/m-p/3125266#M8094</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-11-26T10:35:10Z</dc:date>
    </item>
  </channel>
</rss>

