<?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: SMTP Services in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201189#M10218</link>
    <description>Sendmail is a complete beast to learn. If you want a more secure and much easier SMTP server to use, I would recommend Qmail. Its the second in popularity to sendmail and it is very well supported.. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.qmail.org" target="_blank"&gt;www.qmail.org&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Feb 2004 08:28:05 GMT</pubDate>
    <dc:creator>Don_89</dc:creator>
    <dc:date>2004-02-26T08:28:05Z</dc:date>
    <item>
      <title>SMTP Services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201184#M10213</link>
      <description>How can i know if my Red Hat linux Server 7.2 has the SMTP services enable?</description>
      <pubDate>Tue, 24 Feb 2004 16:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201184#M10213</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-02-24T16:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201185#M10214</link>
      <description>Hello Edwin,&lt;BR /&gt;&lt;BR /&gt;the easiest will be (assuming you are logged in to this server)&lt;BR /&gt;&lt;BR /&gt;telnet 127.0.0.1 25&lt;BR /&gt;&lt;BR /&gt;If you can connect and talk to port 25 you have an SMTP server listening. &lt;BR /&gt;&lt;BR /&gt;Else /etc/[x]inted.conf should contain the information if the service is supposed to be started and which software you want to run.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 24 Feb 2004 16:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201185#M10214</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-24T16:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201186#M10215</link>
      <description>If it's been turned off however, you might want to test for the existance of an SMTP server, like:&lt;BR /&gt;&lt;BR /&gt;rpm -q sendmail postfix&lt;BR /&gt;&lt;BR /&gt;These are the two main SMTP services that are installed on a standard RH box.  On a RH7.2 box, it'll be sendmail by default.&lt;BR /&gt;&lt;BR /&gt;If you want to use it just for your local machine, just starting it should be sufficient (if it isn't already):&lt;BR /&gt;&lt;BR /&gt;service sendmail start&lt;BR /&gt;chkconfig sendmail on&lt;BR /&gt;&lt;BR /&gt;The second command will make it start after a reboot.&lt;BR /&gt;&lt;BR /&gt;If you want SMTP to be open to the world however, you'll need to make some changes to the configuration, after updating sendmail to the latest version using up2date or pulling the updated RPM's yourself from ftp.redhat.com/pub/redhat/updates/7.2/en/os/i386/sendmail* (or from your favourite mirror).&lt;BR /&gt;&lt;BR /&gt;Once that is done, you'll need to modify the /etc/mail/sendmail.mc, commenting out the DaemonPortOptions line.&lt;BR /&gt;&lt;BR /&gt;Sendmail config is a beast though..  Get back to us if you need more details.&lt;BR /&gt;&lt;BR /&gt;NOTE: &lt;A href="http://www.tldp.org" target="_blank"&gt;www.tldp.org&lt;/A&gt; is your friend ;)</description>
      <pubDate>Tue, 24 Feb 2004 17:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201186#M10215</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-24T17:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201187#M10216</link>
      <description>sendmail is installed in Red Hat Linux unless you go out of your way to exclude it.&lt;BR /&gt;&lt;BR /&gt;To run it as a deamon&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 12345 sendmail on&lt;BR /&gt;&lt;BR /&gt;If the server is exposed to the Internet it is vulnerable to use as a smtp relay server.&lt;BR /&gt;&lt;BR /&gt;It is very important to take the following basic steps after activation.&lt;BR /&gt;&lt;BR /&gt;Makes sure there are no servers set for relay in /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;If you are doing virtual domain hosting have no entries in /etc/aliases, /etc/mail/virtusertable /etc/mail/genericstable with the @domainname.com entry.&lt;BR /&gt;&lt;BR /&gt;This will let someone connect to your server on port 25 and send mail to anyone on the domain and cc hundreds of people.&lt;BR /&gt;&lt;BR /&gt;Its a lot of work to secure an smtp server. Once complete, it does prove to be a very robust tools.&lt;BR /&gt;&lt;BR /&gt;Take a look at recent sendmail threads. You will find them interesting.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Feb 2004 17:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201187#M10216</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-24T17:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201188#M10217</link>
      <description>Ok Thanks all!&lt;BR /&gt;&lt;BR /&gt;Now.. i want to configure my sendmail for send email to other sites on my domain. i use sendmail edruiz@taca.com but messages are missing. want changes can i do?&lt;BR /&gt;&lt;BR /&gt;Pls help me</description>
      <pubDate>Wed, 25 Feb 2004 09:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201188#M10217</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-02-25T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201189#M10218</link>
      <description>Sendmail is a complete beast to learn. If you want a more secure and much easier SMTP server to use, I would recommend Qmail. Its the second in popularity to sendmail and it is very well supported.. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.qmail.org" target="_blank"&gt;www.qmail.org&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2004 08:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smtp-services/m-p/3201189#M10218</guid>
      <dc:creator>Don_89</dc:creator>
      <dc:date>2004-02-26T08:28:05Z</dc:date>
    </item>
  </channel>
</rss>

