<?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: how to test whether sendmail is working or not in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606900#M79392</link>
    <description>Reena,&lt;BR /&gt;&lt;BR /&gt;  do&lt;BR /&gt;&lt;BR /&gt;#telnet  &lt;LINUXSERVERNAME&gt; 25&lt;BR /&gt;&lt;BR /&gt;  If this returns sendmailrelated messages, then&lt;BR /&gt;your mail port is working fine&lt;BR /&gt;and the sendmail server is running.&lt;BR /&gt;&lt;BR /&gt; The next test is to see&lt;BR /&gt;whether you can send a mail&lt;BR /&gt;outside&lt;BR /&gt;do&lt;BR /&gt;#sendmail -vt  xyz@abc.com&lt;BR /&gt;&lt;TYPE your="" test="" message=""&gt;&lt;BR /&gt;and then end it with a dot&lt;BR /&gt;below&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;  -&amp;gt; see whether it works.&lt;BR /&gt;If it is not able to send&lt;BR /&gt;the mail, then you would&lt;BR /&gt;need to configure the&lt;BR /&gt;sendmai configuration file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/TYPE&gt;&lt;/LINUXSERVERNAME&gt;</description>
    <pubDate>Mon, 05 Nov 2001 23:15:30 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-11-05T23:15:30Z</dc:date>
    <item>
      <title>how to test whether sendmail is working or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606897#M79389</link>
      <description>hello&lt;BR /&gt;i want to check whether sedmail works on my red hat linux 7.1,how can i check this,coz i have to send mails using php scripts via this linux server..can u help me please..&lt;BR /&gt;thanx in anticipation..&lt;BR /&gt;reena</description>
      <pubDate>Sat, 03 Nov 2001 12:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606897#M79389</guid>
      <dc:creator>Reena_1</dc:creator>
      <dc:date>2001-11-03T12:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to test whether sendmail is working or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606898#M79390</link>
      <description>Hello Reena,&lt;BR /&gt;&lt;BR /&gt;Sendmail is a complex beast. There are many things to test, but I'm guessing you only want some simple tests here.&lt;BR /&gt;&lt;BR /&gt;The most basic (and preliminary) test would be to invoke sendmail with the "-bv" option, giving a valid email address.&lt;BR /&gt;&lt;BR /&gt;You can try:&lt;BR /&gt;&lt;BR /&gt;sendmail -bv youremail@yourdomain.com&lt;BR /&gt;&lt;BR /&gt;You should see a short message indicating that sendmail is able to deliver that message.&lt;BR /&gt;&lt;BR /&gt;After, that, telnet to localhost, port 25 and make sure you see the sendmail greeting.&lt;BR /&gt;&lt;BR /&gt;The final test is to send a few emails, both to local and remote users to make sure everything is working properly. Be careful though, since some programs tend to send mail *directly* to local users, bypassing sendmail.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;-- Paga</description>
      <pubDate>Sun, 04 Nov 2001 00:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606898#M79390</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-04T00:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to test whether sendmail is working or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606899#M79391</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you can not reach your port 25 using telnet command, you may want to check your ipchain-based-firewall configuration.  Since RH7.1, you can setup it at install time.&lt;BR /&gt;Use #ipchains -L to see if packet can reach your server or not.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Nov 2001 04:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606899#M79391</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2001-11-04T04:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to test whether sendmail is working or not</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606900#M79392</link>
      <description>Reena,&lt;BR /&gt;&lt;BR /&gt;  do&lt;BR /&gt;&lt;BR /&gt;#telnet  &lt;LINUXSERVERNAME&gt; 25&lt;BR /&gt;&lt;BR /&gt;  If this returns sendmailrelated messages, then&lt;BR /&gt;your mail port is working fine&lt;BR /&gt;and the sendmail server is running.&lt;BR /&gt;&lt;BR /&gt; The next test is to see&lt;BR /&gt;whether you can send a mail&lt;BR /&gt;outside&lt;BR /&gt;do&lt;BR /&gt;#sendmail -vt  xyz@abc.com&lt;BR /&gt;&lt;TYPE your="" test="" message=""&gt;&lt;BR /&gt;and then end it with a dot&lt;BR /&gt;below&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;  -&amp;gt; see whether it works.&lt;BR /&gt;If it is not able to send&lt;BR /&gt;the mail, then you would&lt;BR /&gt;need to configure the&lt;BR /&gt;sendmai configuration file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/TYPE&gt;&lt;/LINUXSERVERNAME&gt;</description>
      <pubDate>Mon, 05 Nov 2001 23:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-test-whether-sendmail-is-working-or-not/m-p/2606900#M79392</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-05T23:15:30Z</dc:date>
    </item>
  </channel>
</rss>

