<?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: no sendmail shown, and it is working? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087314#M6971</link>
    <description>Also that there is a script in /init.d does not &lt;BR /&gt;actually mean it is executed ;-) It just indicates that sendmail is a viable configuration option for the various runlevels.&lt;BR /&gt;How exactly this happens depends on the flavor of Linux you use. As for SuSE, there needs to be a link to the script in the rc[0-6].d directories to actually execute the script.</description>
    <pubDate>Tue, 07 Oct 2003 15:27:05 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2003-10-07T15:27:05Z</dc:date>
    <item>
      <title>no sendmail shown, and it is working?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087312#M6969</link>
      <description>If I type ps -ef | grep sendmail, it is not running, but the system is able to send out emails. why?&lt;BR /&gt;&lt;BR /&gt;the script /sbin/init.d/sendmail shows "sendmil -bd.."&lt;BR /&gt;&lt;BR /&gt;Also when I do telnet mysystem 25, get connection refused, why?&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2003 14:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087312#M6969</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2003-10-07T14:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: no sendmail shown, and it is working?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087313#M6970</link>
      <description>The fact that you get connection refused strongly indicates that sendmail isn't running.  &lt;BR /&gt; &lt;BR /&gt;What do you use to send email?.  Many e-mail clients ar eperfectly able to send and receive mails on their own. For example kmail can use sendmail but it can use smtp or pop or whatever  as it has the protocols built in.&lt;BR /&gt; &lt;BR /&gt;It is highly unlikely that sendmail is your mail agent in this case.</description>
      <pubDate>Tue, 07 Oct 2003 14:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087313#M6970</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-07T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: no sendmail shown, and it is working?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087314#M6971</link>
      <description>Also that there is a script in /init.d does not &lt;BR /&gt;actually mean it is executed ;-) It just indicates that sendmail is a viable configuration option for the various runlevels.&lt;BR /&gt;How exactly this happens depends on the flavor of Linux you use. As for SuSE, there needs to be a link to the script in the rc[0-6].d directories to actually execute the script.</description>
      <pubDate>Tue, 07 Oct 2003 15:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087314#M6971</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-07T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: no sendmail shown, and it is working?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087315#M6972</link>
      <description>What about 'ps -elf | grep sendmail' ? 'ef' could be cutting the command short.&lt;BR /&gt; &lt;BR /&gt;In any case, to avoid speculation as to what is listening on port 25, use the command 'netstat -ntlp | grep :25'.  It will return the LISTEN line, including the PID and process name of the daemon listening on that port.&lt;BR /&gt; &lt;BR /&gt;You should be able to track it down from there.</description>
      <pubDate>Tue, 07 Oct 2003 18:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087315#M6972</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-10-07T18:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: no sendmail shown, and it is working?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087316#M6973</link>
      <description>There is another possibility too: you don't have to have sendmail running to be able to send mail, just to receive mail. And to send mail that could not be sent immediately and is queued for the time being (try a mailq).&lt;BR /&gt;&lt;BR /&gt;When you send mail to an address not located on your own server, sendmail is started and it tries to send that to its relay or directly to the server in question. If that fails, the mail is put on the mailqueue.&lt;BR /&gt;&lt;BR /&gt;When you only send and receive locally sendmail is not started: the mail will be delivered directly into the user's mailbox.&lt;BR /&gt;&lt;BR /&gt;It is a good practice to not have sendmail running in daemon mode if you don't want to receive mails from other locations on your machine, but in that case put a line in your scheduler to run a sendmail to flush your mailqueue frequently (once every hour, for instance).</description>
      <pubDate>Fri, 17 Oct 2003 05:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087316#M6973</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-10-17T05:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: no sendmail shown, and it is working?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087317#M6974</link>
      <description>Generally you don't want to run a sendmail, just to be able to send email. You only need it when you want to recieve email.  From what I gather from previous respones, you already have an email server set up. Why are you setting up another one?</description>
      <pubDate>Fri, 17 Oct 2003 13:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087317#M6974</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-10-17T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: no sendmail shown, and it is working?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087318#M6975</link>
      <description>try this:&lt;BR /&gt; &lt;BR /&gt;sendmail -v -d8 -d38 someone@yahoo.com&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;&lt;BR /&gt;You shold see things happen interactively.  &lt;BR /&gt;This will definitively tell you whether sendmail is working or not.&lt;BR /&gt; &lt;BR /&gt;The daemon only needs to run to accept mail, not to send it.&lt;BR /&gt;&lt;BR /&gt;Also, try &lt;BR /&gt;service sendmail status&lt;BR /&gt; &lt;BR /&gt;This checks daemon status.&lt;BR /&gt; &lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Fri, 17 Oct 2003 14:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-sendmail-shown-and-it-is-working/m-p/3087318#M6975</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-17T14:03:17Z</dc:date>
    </item>
  </channel>
</rss>

