<?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: Sending mail without sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335690#M874380</link>
    <description>You kind of need sendmail.&lt;BR /&gt;&lt;BR /&gt;You seem to have disabled the daemon in the /etc/rc.config.d/sendmail file.&lt;BR /&gt;&lt;BR /&gt;If you use mailx, it actually passes the mail to the sendmail binary to get it off the box.&lt;BR /&gt;&lt;BR /&gt;elm uses sendmail as mta as well.&lt;BR /&gt;&lt;BR /&gt;You can configure a differenet mail transport, but if you want sendmail to really be gone, remove it or change the permissions on the binaries.&lt;BR /&gt;&lt;BR /&gt;Be prepared for some work getting any mail you need off the machine off of it. Even that DS directive uses in a standard configuration the sendmail binary to process the mail.&lt;BR /&gt;&lt;BR /&gt;The sendmail binary itself used just for sending as you have configured it, is not a security risk, so long as you keep it patched up.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 21 Jul 2004 13:42:52 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-07-21T13:42:52Z</dc:date>
    <item>
      <title>Sending mail without sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335687#M874377</link>
      <description>None of our HP-UX servers receive email so I'd think I should be able to turn off sendmail. However, each server does need to retain the ability to send email; primarily from the HP Event Monitor but there's also a couple of perl programs running which send emails out every now and then.&lt;BR /&gt;&lt;BR /&gt;I've noticed that if I stop the sendmail demon, "mail kevin@foo.com" no longer works. The only thing we change in the sendmail.cf file is "DSmail.foo.com" We also use a .forward file for root so email goes to our email boxes elsewhere on the network.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any suggestions as to how I can remove sendmail yet still be able to send from the server from the cmd line, shell scripts and the Event Monitor?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Kevin Masaryk</description>
      <pubDate>Mon, 19 Jul 2004 17:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335687#M874377</guid>
      <dc:creator>Kevin Masaryk</dc:creator>
      <dc:date>2004-07-19T17:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sending mail without sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335688#M874378</link>
      <description>It is hard to understand why you change the smart relay directive (DS) if you want to send out email from this server.&lt;BR /&gt;&lt;BR /&gt;if you keep this DSmail.foo.com in place, and still shut the sendmail daemons, you should be able to send email out of this bix using a command like &lt;BR /&gt;&lt;BR /&gt;cat mailfile | sendmail kevin@foo.com&lt;BR /&gt;&lt;BR /&gt;The smart relay is who handles the delivery of your outgoing email and should not be removed or changed to something which is not a mail relay.</description>
      <pubDate>Mon, 19 Jul 2004 17:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335688#M874378</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-07-19T17:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sending mail without sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335689#M874379</link>
      <description>To send with queueing, but not to recieve, change the startup script line in /sbin/init.d from something like&lt;BR /&gt;sendmail -bd -q30m &lt;BR /&gt;(run sendmail in daemon mode, run the queue every thirty minutes) &lt;BR /&gt;to&lt;BR /&gt;sendmail -q30m&lt;BR /&gt;(don't accept mail), send immediate if you can, run the queue every 30 minutes if you can't.&lt;BR /&gt;&lt;BR /&gt;For immediate effect, stop sendmail and use the sendmail -q30m command at the command line.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 13:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335689#M874379</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2004-07-21T13:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sending mail without sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335690#M874380</link>
      <description>You kind of need sendmail.&lt;BR /&gt;&lt;BR /&gt;You seem to have disabled the daemon in the /etc/rc.config.d/sendmail file.&lt;BR /&gt;&lt;BR /&gt;If you use mailx, it actually passes the mail to the sendmail binary to get it off the box.&lt;BR /&gt;&lt;BR /&gt;elm uses sendmail as mta as well.&lt;BR /&gt;&lt;BR /&gt;You can configure a differenet mail transport, but if you want sendmail to really be gone, remove it or change the permissions on the binaries.&lt;BR /&gt;&lt;BR /&gt;Be prepared for some work getting any mail you need off the machine off of it. Even that DS directive uses in a standard configuration the sendmail binary to process the mail.&lt;BR /&gt;&lt;BR /&gt;The sendmail binary itself used just for sending as you have configured it, is not a security risk, so long as you keep it patched up.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 Jul 2004 13:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail-without-sendmail/m-p/3335690#M874380</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-21T13:42:52Z</dc:date>
    </item>
  </channel>
</rss>

