<?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 8 start sm-client only in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314559#M12852</link>
    <description>You are better off turning it all off. When mail needs to go outbound, any script referencing sendmail will work exactly as it did before.&lt;BR /&gt;&lt;BR /&gt;If the system is exposed on the Internet, do secure any sendmail/cgi scripts as they can be used to relay spam and don't need a sendmail daemon running to work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 24 Jun 2004 11:32:15 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-06-24T11:32:15Z</dc:date>
    <item>
      <title>sendmail 8 start sm-client only</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314558#M12851</link>
      <description>Normally on my UNIX/Linux systems I turn off the sendmail daemon becuase I only have outgoing email.  I have sendmail 8.12.10 runninng on a new Linux server and there is now a client sendmail daemon.  How can I just start the client daemon for outgoing email and turn off the sendmail daemon so there will be no incoming email.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 24 Jun 2004 10:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314558#M12851</guid>
      <dc:creator>Jeff Hoevenaar</dc:creator>
      <dc:date>2004-06-24T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8 start sm-client only</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314559#M12852</link>
      <description>You are better off turning it all off. When mail needs to go outbound, any script referencing sendmail will work exactly as it did before.&lt;BR /&gt;&lt;BR /&gt;If the system is exposed on the Internet, do secure any sendmail/cgi scripts as they can be used to relay spam and don't need a sendmail daemon running to work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 24 Jun 2004 11:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314559#M12852</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-24T11:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8 start sm-client only</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314560#M12853</link>
      <description>There are 2 processes started instead of just one.  I tried stopping them both but the email will not go out.  I am using Fedora 1.0.&lt;BR /&gt;&lt;BR /&gt;service sendmail start&lt;BR /&gt;Starting sendmail:      [  OK  ]&lt;BR /&gt;Starting sm-client:     [  OK  ]&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep send&lt;BR /&gt;root      4738     1  0 12:51 ?        00:00:00 sendmail: accepting connections&lt;BR /&gt;smmsp     4747     1  0 12:51 ?        00:00:00 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue&lt;BR /&gt;&lt;BR /&gt;When I stop sendmail and try to send an email I get the following:&lt;BR /&gt;sendmail -v xxx@xxx.com&lt;BR /&gt;test email text&lt;BR /&gt;.&lt;BR /&gt;root... Connecting to [127.0.0.1] via relay...&lt;BR /&gt;root... Deferred: Connection refused by [127.0.0.1]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2004 11:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314560#M12853</guid>
      <dc:creator>Jeff Hoevenaar</dc:creator>
      <dc:date>2004-06-24T11:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8 start sm-client only</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314561#M12854</link>
      <description>Its rather shocking, but apparently you have your sendmail configuration so that it won't even relay mail from the localhost.&lt;BR /&gt;&lt;BR /&gt;That does keep spammers from abusing you server, but can safely be openned up a bit.&lt;BR /&gt;&lt;BR /&gt;/etc/mail/access&lt;BR /&gt;&lt;BR /&gt;127.0.01    RELAY&lt;BR /&gt;&lt;BR /&gt;Save the file&lt;BR /&gt;&lt;BR /&gt;Make sure no external email addresses allow relay, while you look at that file.&lt;BR /&gt;&lt;BR /&gt;Next you want to put that change into production. go to &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt; and make a m4 macro script.&lt;BR /&gt;&lt;BR /&gt;This will build you a new sendmail.cf file and put it in production. You can cut and paste the code. I've posted a good script called buildmail that does the same thing.&lt;BR /&gt;&lt;BR /&gt;Did you run my diagnostic?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 24 Jun 2004 18:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314561#M12854</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-24T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8 start sm-client only</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314562#M12855</link>
      <description>/etc/mail/access already had and entry for the local host:&lt;BR /&gt;&lt;BR /&gt;localhost.localdomain           RELAY&lt;BR /&gt;localhost                       RELAY&lt;BR /&gt;127.0.0.1                       RELAY</description>
      <pubDate>Fri, 25 Jun 2004 07:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314562#M12855</guid>
      <dc:creator>Jeff Hoevenaar</dc:creator>
      <dc:date>2004-06-25T07:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8 start sm-client only</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314563#M12856</link>
      <description>With sendmail started, what does 'netstat -ntlp' return?</description>
      <pubDate>Mon, 28 Jun 2004 17:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314563#M12856</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-28T17:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8 start sm-client only</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314564#M12857</link>
      <description>This seems like a somewhat intelligent forum so I wanted to share the results of my solution after trying different things. In order for me to recieve mail from the outside  world I had to set SMTP port options in the sendmail.conf file to my outward facing address like this:&lt;BR /&gt;Port=smtp,Addr=192.xxx.xxx.xxx, Name=MTA.&lt;BR /&gt;This is the address of the box hosting my mail server in the dmz.&lt;BR /&gt;With this conguration I would get relaying denied when any of the system logs tried to send me messages. So I experimented with sendmail.conf and added a line:&lt;BR /&gt;Port=smtp,Addr=127.0.0.1, Name=MTA &lt;BR /&gt;I stopped sendmail and restarted it with no error messages. Previously I got relaying denied &lt;BR /&gt; When I do this:&lt;BR /&gt;mail -v -s "test email" soandso@soandso.com &amp;lt; /dev/null&lt;BR /&gt;I get no longer get error messages.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 10:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-8-start-sm-client-only/m-p/3314564#M12857</guid>
      <dc:creator>Steve Sullam</dc:creator>
      <dc:date>2004-07-22T10:03:26Z</dc:date>
    </item>
  </channel>
</rss>

