<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951429#M290318</link>
    <description>Now that's an entirely different question. The answer is "yes" is you have sendmail properly configured and "no" otherwise. A very common way to deal with your situation is to designate a smart relay so that all external email processing is haned off to another mail server. Look in the file /etc/mail/sendmail.cf and look for "Smart". The comments will tell you how to set the DS macro.&lt;BR /&gt;&lt;BR /&gt;The difference between running in daemonm mode and what I'll call vanilla mode is that in daemon mode, sendmail is rinning all the time listening for requests from external mail processes. In "vanilla" mode, a new instance of sendmail is spawned with every mail request (from mail, mailx, elm, et al); the new sendmail instance performs its task and then terminates.</description>
    <pubDate>Mon, 26 Feb 2007 13:09:57 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-02-26T13:09:57Z</dc:date>
    <item>
      <title>sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951422#M290311</link>
      <description>My network person is telling me my HP server is showing as an open relay - so my sendmail is being refused. How can I change my server to only sendmail from itself and not acted as an open relay for any server on our network to use.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2007 12:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951422#M290311</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2007-02-26T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951423#M290312</link>
      <description>If all you want to do is send mail then sendmail does not have to run as a daemon. Sendmail only needs to run as a daemon if you need it to receive mail.</description>
      <pubDate>Mon, 26 Feb 2007 12:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951423#M290312</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-26T12:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951424#M290313</link>
      <description>I am new at this, so explain this further:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2007 12:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951424#M290313</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2007-02-26T12:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951425#M290314</link>
      <description>stop sendmail process on your hpux server.&lt;BR /&gt;You don't have to run this all the time if your server is not meant for receive mails&lt;BR /&gt;/sbin/init.d/sendmail stop.&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 26 Feb 2007 12:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951425#M290314</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2007-02-26T12:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951426#M290315</link>
      <description>1) Execute /sbin/init.d/sendmail stop&lt;BR /&gt;2) Edit /etc/rc.config.d/mailservs and set SENDMAIL_SERVER=0 and save the file.&lt;BR /&gt;&lt;BR /&gt;You should then be able to send mail (internally and externally) just as you always have but no external email will be received.</description>
      <pubDate>Mon, 26 Feb 2007 13:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951426#M290315</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-26T13:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951427#M290316</link>
      <description>So if a user on the HPUX sends a confirmation from our application to user@whater.com it will go out to them?&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2007 13:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951427#M290316</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2007-02-26T13:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951428#M290317</link>
      <description>Now that's an entirely different question. The answer is "yes" is you have sendmail properly configured and "no" otherwise. A very common way to deal with your situation is to designate a smart relay so that all external email processing is haned off to another mail server. Look in the file /etc/mail/sendmail.cf and look for "Smart". The comments will tell you how to set the DS macro.&lt;BR /&gt;&lt;BR /&gt;The difference between running in daemonm mode and what I'll call vanillas mode is that in daemon mode, sendmail is rinning all the time listening for requests from external mail processes. In "vanilla" mode, a new instance of sendmail is spawned with every mail request (from mail, mailx, elm, et al); the new sendmail instance performs its task and then terminates.</description>
      <pubDate>Mon, 26 Feb 2007 13:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951428#M290317</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-26T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951429#M290318</link>
      <description>Now that's an entirely different question. The answer is "yes" is you have sendmail properly configured and "no" otherwise. A very common way to deal with your situation is to designate a smart relay so that all external email processing is haned off to another mail server. Look in the file /etc/mail/sendmail.cf and look for "Smart". The comments will tell you how to set the DS macro.&lt;BR /&gt;&lt;BR /&gt;The difference between running in daemonm mode and what I'll call vanilla mode is that in daemon mode, sendmail is rinning all the time listening for requests from external mail processes. In "vanilla" mode, a new instance of sendmail is spawned with every mail request (from mail, mailx, elm, et al); the new sendmail instance performs its task and then terminates.</description>
      <pubDate>Mon, 26 Feb 2007 13:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951429#M290318</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-26T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951430#M290319</link>
      <description>Which would you recommend doing? &lt;BR /&gt;Set the server to 0? and shut sendmail off? &lt;BR /&gt;all of the requests to send mail are from users on the HP server. &lt;BR /&gt;&lt;BR /&gt;Linda&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2007 14:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951430#M290319</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2007-02-26T14:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951431#M290320</link>
      <description>Do it just as I said earlier and in this order:&lt;BR /&gt;&lt;BR /&gt;1) Execute /sbin/init.d/sendmail stop&lt;BR /&gt;2) Edit /etc/rc.config.d/mailservs and set SENDMAIL_SERVER=0 and save the file.&lt;BR /&gt;&lt;BR /&gt;Unless SENDMAIL_SERVER=1 initially the /sbin/init.d/sendmail stop will do nothing so leave it at 1 until the sendmail daemon is terminated THEN edit the config file and set it to 0 so that subsequent reboots will not start the daemon.&lt;BR /&gt;&lt;BR /&gt;After doing these steps, do a test such as &lt;BR /&gt;echo "This is test mail." | mail user@somewhere.com.</description>
      <pubDate>Mon, 26 Feb 2007 14:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951431#M290320</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-26T14:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951432#M290321</link>
      <description>You might want to look at the O'Reilly books 'Sendmail' and 'Sendmail 8.13 Companion.' They have good explanations of the features of sendmail.</description>
      <pubDate>Mon, 26 Feb 2007 23:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3951432#M290321</guid>
      <dc:creator>Sam McKnight</dc:creator>
      <dc:date>2007-02-26T23:36:40Z</dc:date>
    </item>
  </channel>
</rss>

