<?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 Sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307848#M670141</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running HP-UX 11.11. I'm working on system security, and one of the recommendations from a recent security audit is to shutdown sendmail, if possible. I recently installed the 8.13.3 version of sendmail on our test server and configured the /etc/mail/submit.cf file to send mail out to our email server for delivery of mail. The sendmail daemon is not running. Delivery of outgoing mail works fine. However, local mail to root and other mail that should stay local does not get delivered to root on the local host.&lt;BR /&gt;&lt;BR /&gt;I have created the smmsp user and group, and have tried several changes to the submit.cf file, but still cannot deliver local mail to the local host. All mail seems to get sent to our mail server instead. Mail for systems administrators should be sent to our mail server for delivery.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to send local mail (like root mail) to the local and send other mail (eg. someuser@ourdomain.com) to our mail server? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Nov 2008 20:52:40 GMT</pubDate>
    <dc:creator>R Harris</dc:creator>
    <dc:date>2008-11-17T20:52:40Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307848#M670141</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running HP-UX 11.11. I'm working on system security, and one of the recommendations from a recent security audit is to shutdown sendmail, if possible. I recently installed the 8.13.3 version of sendmail on our test server and configured the /etc/mail/submit.cf file to send mail out to our email server for delivery of mail. The sendmail daemon is not running. Delivery of outgoing mail works fine. However, local mail to root and other mail that should stay local does not get delivered to root on the local host.&lt;BR /&gt;&lt;BR /&gt;I have created the smmsp user and group, and have tried several changes to the submit.cf file, but still cannot deliver local mail to the local host. All mail seems to get sent to our mail server instead. Mail for systems administrators should be sent to our mail server for delivery.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to send local mail (like root mail) to the local and send other mail (eg. someuser@ourdomain.com) to our mail server? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2008 20:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307848#M670141</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-17T20:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307849#M670142</link>
      <description>You need a running sendmail to deliver local mail!&lt;BR /&gt;So deactivating sendmail is not always the best way of securing things.&lt;BR /&gt;You should modify the listening port in /etc/mail/sendmail.cf to listen only on 127.0.0.1 like&lt;BR /&gt;O ClientPortOptions=Family=inet, Address=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;With this setup everything should work fine again. From the security point of view you now have an open port 25 listening on localhost. But this does not matter because those users should be able to send mail anyway.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Assign points if you find answers useful!&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2008 12:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307849#M670142</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-11-18T12:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307850#M670143</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;To answer your question, I'd need to at least see the DS directive in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Take a look at /var/adm/mail.log to see whats going on with this mail.&lt;BR /&gt;&lt;BR /&gt;Further it would be helpful to see the commands or cron job entries that are sending the mail to get some contest.&lt;BR /&gt;&lt;BR /&gt;Normally, even if you relay all mail with a DS directive, local mail gets delivered.&lt;BR /&gt;&lt;BR /&gt;However without sendmail running, it may be getting auto rejected.&lt;BR /&gt;&lt;BR /&gt;Additional information required to give good help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Nov 2008 13:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307850#M670143</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-18T13:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307851#M670144</link>
      <description>I have to correct myself. It's not ClientPortOptions but DaemonPortOptions.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2008 13:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307851#M670144</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-11-18T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307852#M670145</link>
      <description>Prior to upgrading sendmail I was able to send local main without sendmail running.&lt;BR /&gt;&lt;BR /&gt;As for settings, I have:&lt;BR /&gt;O DaemonPortOptions=Family=inet, Address=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;and DS is:&lt;BR /&gt;DSlocalhost&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2008 16:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307852#M670145</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-18T16:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307853#M670146</link>
      <description>Prior to upgrading sendmail I was able to send local main without sendmail running.&lt;BR /&gt;&lt;BR /&gt;As for settings, I have:&lt;BR /&gt;O DaemonPortOptions=Family=inet, Address=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;and DS is:&lt;BR /&gt;DSlocalhost&lt;BR /&gt;&lt;BR /&gt;The last entry in the mail log is:&lt;BR /&gt;Nov 18 08:44:46 newpc sendmail[9213]: mAIDifNc009213: to=root, ctladdr=reharris (259/20), delay=00:00:05, xdelay=00:00:05, mailer=relay, pri=30129, relay=gwiaout.crhc.org. [198.212.6.44], dsn=2.0.0, stat=Sent (Ok)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2008 16:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307853#M670146</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-18T16:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307854#M670147</link>
      <description>I don't know what your old sendmail version was? There were some major changes after sendmail 8.9.3.&lt;BR /&gt;Now the configuration is splitted into 2 processes configured with sendmail.cf and submit.cf.&lt;BR /&gt;The sendmail.cf is responsible for receiving mail, submit.cf for sending mail. Local delivery is part of receiving, therefore you need a receiving configuration.&lt;BR /&gt;You need to modify DaemonPortOptions in sendmail.cf, not in submit.cf!&lt;BR /&gt;&lt;BR /&gt;I don't see any reason why DSlocalhost makes any sense because it's implicitly localhost if not set.&lt;BR /&gt;The syslog entry looks OK. But it looks like DS is set to gwiaout.crhc.org or [198.212.6.44] in submit.cf.&lt;BR /&gt;For some reason your address is not recognized as local. Did you configure anything else?&lt;BR /&gt;From my point of view I'd start over from the beginning, and just change DaemonPortOptions and DS.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Assign points if you find answers useful!</description>
      <pubDate>Tue, 18 Nov 2008 17:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307854#M670147</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-11-18T17:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307855#M670148</link>
      <description>The entrys from the previous post are from the sendmail.cf file. &lt;BR /&gt;&lt;BR /&gt;In the submit.cf file, DS is:&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;and the D{MTAHost} entry is:&lt;BR /&gt;D{MTAHost}[gwiaout.crhc.org]&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris</description>
      <pubDate>Tue, 18 Nov 2008 17:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307855#M670148</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-18T17:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307856#M670149</link>
      <description>The documentation regarding MTAHost looks like:&lt;BR /&gt;"All messages will be forwarded to the ${MTAHost}."&lt;BR /&gt;This seems to work exactly as described.&lt;BR /&gt;&lt;BR /&gt;There is still a DS available in 8.13.&lt;BR /&gt;Quick guess: Unset MTAHost and set the smart relay DS again.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Assign points if you find answers useful!&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2008 10:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307856#M670149</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-11-19T10:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307857#M670150</link>
      <description>&amp;gt;I have assigned points to   0  of   14  responses to  my questions.&lt;BR /&gt;&lt;BR /&gt;I want you to kindly remind you to follow the rules of this forum.&lt;BR /&gt;&lt;BR /&gt;It might happen that you won't get any answers in the future if you ignore the efforts of those who answer your questions!&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2008 10:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307857#M670150</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-11-19T10:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307858#M670151</link>
      <description>@Armin (and @Ray) - this is a useful link about points-assignment:&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Keep on foruming,&lt;BR /&gt;Volkmar</description>
      <pubDate>Wed, 19 Nov 2008 10:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307858#M670151</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-11-19T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307859#M670152</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have tried all the suggestions. None work. Seems all mail (remote and local) gets sent to the mail server. &lt;BR /&gt;&lt;BR /&gt;It's also interesting to note that only the 'mailx' command will now send mail. The regular mail command fails to send mail.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris.</description>
      <pubDate>Wed, 19 Nov 2008 14:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307859#M670152</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-19T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307860#M670153</link>
      <description>You did restart sendmail after changing configurations, didn't you?&lt;BR /&gt;&lt;BR /&gt;What changes did you make to the default configuration? Did you set DH, DR? Anything else? Did you set MTAHost back to the default [127.0.0.1]?&lt;BR /&gt;Check /usr/newconfig/etc/mail for differences from default config files!&lt;BR /&gt;&lt;BR /&gt;Did local delivery work in the default setup?&lt;BR /&gt;&lt;BR /&gt;From my point of view your setup needs only 2 modifications from the default setup:&lt;BR /&gt;1. DaemonPortOptions in sendmail.cf&lt;BR /&gt;2. DS in submit.cf&lt;BR /&gt;&lt;BR /&gt;You can always try test mode like:&lt;BR /&gt;sendmail -Csubmit.cf -bt&lt;BR /&gt;&amp;gt; /try smtp root&lt;BR /&gt;&lt;BR /&gt;This should write *LOCAL* some lines later for local addresses.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2008 18:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307860#M670153</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-11-19T18:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307861#M670154</link>
      <description>No, I have not started the sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;I renamed the submit.cf file. After doing so, I was still able to send out-bound mail, and the mail command now functions again.&lt;BR /&gt;&lt;BR /&gt;I just tried a mail -d root command to send local mail, and that worked fine. Without the -d option, it fails to send local mail.&lt;BR /&gt;&lt;BR /&gt;Here are the errors showing up in the mail.log file for local mail sent without the -d option (eg. mail root):&lt;BR /&gt;&lt;BR /&gt;Nov 19 13:11:45 newpc sendmail[26215]: mAJGtKHq022966: to=root@localhost, ctladdr=root (0/3), delay=01:16:25, xdelay=00:03:19, mailer=local, pri=300010, dsn=4.0.0, stat=Deferred: local mailer (/usr/bin/rmail) exited with EX_TEMPFAIL&lt;BR /&gt;Nov 19 13:11:54 newpc sendmail[26369]: mAJI9st8026367: timeout waiting for input from local during Draining Input&lt;BR /&gt;Nov 19 13:13:13 newpc sendmail[26369]: mAJI9st8026367: to=root, ctladdr=root (0/3), delay=00:03:19, xdelay=00:03:19, mailer=local, pri=120010, dsn=4.0.0, stat=Deferred: local mailer (/usr/bin/rmail) exited with EX_TEMPFAIL&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris.</description>
      <pubDate>Wed, 19 Nov 2008 19:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307861#M670154</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-19T19:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307862#M670155</link>
      <description>Shalom Ray,&lt;BR /&gt;&lt;BR /&gt;After any changes to sendmail.cf you need to restart the sendmail daemon to have any effect.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;As for settings, I have:&lt;BR /&gt;O DaemonPortOptions=Family=inet, Address=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;and DS is:&lt;BR /&gt;DSlocalhost&lt;BR /&gt;&lt;BR /&gt;The DS directive and deamon options only permit inbound mail from localhost, that is good. &lt;BR /&gt;&lt;BR /&gt;The DSlocalhost option tries to use the local system to relay mail. That is bad. Your relay server needs to be a system set up to get your mail to its final destination.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 19 Nov 2008 19:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307862#M670155</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-19T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307863#M670156</link>
      <description>&amp;gt;local mailer (/usr/bin/rmail) exited with EX_TEMPFAIL&lt;BR /&gt;&lt;BR /&gt;/usr/include/sysexits.h lists EX_TEMPFAIL as:&lt;BR /&gt;EX_TEMPFAIL -- temporary failure, indicating something that is not really an error.  In sendmail, this means that a mailer (e.g.) could not create a connection, and the request should be reattempted later.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2008 21:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307863#M670156</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-19T21:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307864#M670157</link>
      <description>This server is not defined in DNS, so other servers can't resolve it's name or IP. That might have something to do with it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris.</description>
      <pubDate>Thu, 20 Nov 2008 18:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307864#M670157</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-20T18:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307865#M670158</link>
      <description>No DNS can be a problem. But I suppose not here.&lt;BR /&gt;It's always a good idea to place any server into DNS.&lt;BR /&gt;&lt;BR /&gt;What are the permissions of /var/mail?&lt;BR /&gt;/var/mail should be 775 owned by root:mail.&lt;BR /&gt;Do the mail files have the right permissions?&lt;BR /&gt;The mailfiles have to be 660 owned by &lt;USER&gt;:mail.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;/USER&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307865#M670158</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-11-24T12:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307866#M670159</link>
      <description>I tried to telnet on port 25, but could not connect. The reason is the sendmail daemon was not running. I started the sendmail daemon, and was able to telnet on port 25 after doing so. However, local mail is still not locally delivered. Ownership and permissions of /var/mail are correct. According to the mail log, mail to root was delivered to the mail server:&lt;BR /&gt;&lt;BR /&gt;Nov 24 08:28:44 hptest sendmail[19910]: mAODShRG019910: to=root, ctladdr=root (0/3), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=3001&lt;BR /&gt;7, relay=gwiaout.crhc.org. [198.212.6.44], dsn=2.0.0, stat=Sent (Ok)&lt;BR /&gt;&lt;BR /&gt;It seems that since the MTA is set to the mail server, it wants to send all mail there. If the mail server doesn't know what to do with it, it'll toss it into the bit bucket. &lt;BR /&gt;&lt;BR /&gt;I'm thinking we're gonna set up a folder on the mail server to catch all that mail, and configure the submit.cf and sendmail.cf files for send_only mode.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ray Harris.</description>
      <pubDate>Mon, 24 Nov 2008 13:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4307866#M670159</guid>
      <dc:creator>R Harris</dc:creator>
      <dc:date>2008-11-24T13:43:32Z</dc:date>
    </item>
  </channel>
</rss>

