<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div class="h5">&gt; i&#39;d like to install only what&#39;s necessary in a container to send mail.<br>


&gt; /bin/mail works fine in the centos [actually rhel] default container. in the minimal<br>
&gt; container i&#39;ve added mailx, sendmail, sendmail-cf, and m4, but still<br>
&gt; can&#39;t send mail. what do i still need?<br>
<br>
</div></div>Unless you installed them someway that didn&#39;t honor the dependencies, that should be plenty.  Any error messages in your logs?</blockquote><div><br>nada.  the default container isn&#39;t making any logs either, but it did send the mail<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">WHY can&#39;t it send mail?</blockquote><div><br>sure wish i knew!  /bin/mail of course gives no error.<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Look at the CentOS/RHEL deployment guide and you&#39;ll see that by default they only accept inbound connections from 127.0.0.1 (<a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Deployment_Guide/s1-email-mta.html#s2-email-mta-sendmail" target="_blank">http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Deployment_Guide/s1-email-mta.html#s2-email-mta-sendmail</a>) so if you haven&#39;t changed that, you&#39;ll need to.  So far as sending email goes, you should be able to send just fine.<br>

</blockquote></div><br>sending is all i want.  nagios is working fine.  nagios and sendmail is all i all i have or want in this container.  everything installed from rhn repositories with rhel yum, no conflicts or errors.<br>