<?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 restart the smtp service in Red Hat Enterprise in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343271#M34944</link>
    <description>Hi Reynaldo,&lt;BR /&gt;&lt;BR /&gt;if you changed syslogd's config, to me it would make more sense to send its rather than sendmail's (or whatever MTA you use) PID a SIGHUP.&lt;BR /&gt;I assume the following should suffice:&lt;BR /&gt;&lt;BR /&gt;# pkill -1 -P1 syslogd&lt;BR /&gt;&lt;BR /&gt;on RHEL alternatively this should also work:&lt;BR /&gt;&lt;BR /&gt;# service syslog restart</description>
    <pubDate>Fri, 23 Jan 2009 09:13:27 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2009-01-23T09:13:27Z</dc:date>
    <item>
      <title>How to restart the smtp service in Red Hat Enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343269#M34942</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Does any one knows how to restart smtp after a change has been made the /etc/syslog.conf to take effect? I would really appreciated your respond as soon as possible. I will give points.&lt;BR /&gt;&lt;BR /&gt;Thank you so much!&lt;BR /&gt;&lt;BR /&gt;RT</description>
      <pubDate>Fri, 23 Jan 2009 00:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343269#M34942</guid>
      <dc:creator>Reynaldo Torres</dc:creator>
      <dc:date>2009-01-23T00:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart the smtp service in Red Hat Enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343270#M34943</link>
      <description>SMTP service is asscoaited with sendmail service . you can see that in "netstat -tpln"&lt;BR /&gt;&lt;BR /&gt;Why do u want to restart SMTP?&lt;BR /&gt;&lt;BR /&gt;you should see some thing like SMTP to work&lt;BR /&gt;&lt;BR /&gt;tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN      17396/sendmail: acc&lt;BR /&gt;&lt;BR /&gt;NOT "127.0.0.1:25"               &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See if the below is applicable to you.&lt;BR /&gt;&lt;BR /&gt;sendmail.cf file coming with RH7.2 only listens on loopback interface. u can see that in netstat -an &lt;BR /&gt;&lt;BR /&gt;it looks like this&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN &lt;BR /&gt;&lt;BR /&gt;I Commented following option and restarted the sendmail daemon. &lt;BR /&gt;&lt;BR /&gt;O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then after restarting the daemon using netstat -an. &lt;BR /&gt;the output changed to&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN &lt;BR /&gt;&lt;BR /&gt;My mail now works&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 01:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343270#M34943</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-01-23T01:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart the smtp service in Red Hat Enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343271#M34944</link>
      <description>Hi Reynaldo,&lt;BR /&gt;&lt;BR /&gt;if you changed syslogd's config, to me it would make more sense to send its rather than sendmail's (or whatever MTA you use) PID a SIGHUP.&lt;BR /&gt;I assume the following should suffice:&lt;BR /&gt;&lt;BR /&gt;# pkill -1 -P1 syslogd&lt;BR /&gt;&lt;BR /&gt;on RHEL alternatively this should also work:&lt;BR /&gt;&lt;BR /&gt;# service syslog restart</description>
      <pubDate>Fri, 23 Jan 2009 09:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343271#M34944</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2009-01-23T09:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart the smtp service in Red Hat Enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343272#M34945</link>
      <description>Try with below commands&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/smtpd start&lt;BR /&gt;or&lt;BR /&gt;#/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Taifur</description>
      <pubDate>Sun, 25 Jan 2009 13:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343272#M34945</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-01-25T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart the smtp service in Red Hat Enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343273#M34946</link>
      <description>Check and which smtpd you're using.  On RHEL, the default is sendmail, but I see more and more admins changing it to postfix after installation -&lt;BR /&gt;&lt;BR /&gt;# alternatives --config mta&lt;BR /&gt;&lt;BR /&gt;If it is sendmail, then&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/sendmail restart&lt;BR /&gt;&lt;BR /&gt;if it is postfix, then&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/postfix restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Sun, 08 Feb 2009 16:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restart-the-smtp-service-in-red-hat-enterprise/m-p/4343273#M34946</guid>
      <dc:creator>Maulvi Bakar</dc:creator>
      <dc:date>2009-02-08T16:39:03Z</dc:date>
    </item>
  </channel>
</rss>

