Thanks - I will give it a try.  Is there any side effect of commenting this out?  <br>As per the BugID the workaround was <br> <br>svccfg -s sendmail setprop config/local_only=false<br><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;"><br>
</span><table class="NoBorder" border="0" cellpadding="2" cellspacing="0"><tbody><tr><td align="right" valign="top"><font face=""><b>Description</b></font> 
                 </td>
                 <td align="left">
                     <pre><br>--------------------------------<br>sendmail[1581]: daemon MTA-v6: problem creating SMTP socket<br>sendmail[1581]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA-v6: cannot bind: Cannot assign requested address<br>
--------------------------------<br><br>these are printed into console and cause problem during expect automation.<br>Similar problem is described in CR <b style="color: black; background-color: rgb(160, 255, 255);">6722022</b> but only on local zones in Nevada, however root cause is the same ipv6 lo0 interface is not present on S10, but value config/local_only is set to true, therefor sendmail tries to bind to ipv6 interface which fails.<br>
grep DaemonPortOptions /etc/mail/<a href="http://sendmail.cf">sendmail.cf</a> on S10 nightly s10u9_2010-02-18(RE) or s10u9_2010-02-21(RE) is reporting the same as on Nevada:<br>-------------------------------<br># grep DaemonPortOptions /etc/mail/<a href="http://sendmail.cf">sendmail.cf</a><br>
O DaemonPortOptions=Name=MTA-v4, Family=inet<br>O DaemonPortOptions=Name=MTA-v6, Family=inet6<br>O DaemonPortOptions=Port=587, Name=MSA, M=E<br>-------------------------------<br><br>We did just the standard install, no modification to sendmail configurations.</pre>

                 </td>
             </tr>
             <tr>
                 <td align="right" valign="top">
                     <font face=""><b>Work Around</b></font> 
                 </td>
                 <td align="left">
                     <pre>change config/local_only property of sendmail to false or bring up inet6 lo0 interface</pre></td></tr></tbody></table><br><br><div class="gmail_quote">On Thu, Feb 17, 2011 at 2:25 PM, Jeff Wieland <span dir="ltr">&lt;<a href="mailto:wieland@purdue.edu">wieland@purdue.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">little help wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
It appears the latest solaris10 patches/kernel update split sendmail into two separate services (client and server).  However, once I reboot my host I get the error below.  I found a bug on this but it states it has been fixed in svn_103.  Being that I am running an earlier version it appear my only option is a workaround noted on the bug report.  Has anyone else seen this issue and do you know if there is a fix on the way?  Thanks.<br>

<br>
opendaemonsocket: daemon MTA-v6: server SMTP socket wedged: exiting<br>
daemon MTA-v6: problem creating SMTP socket<br>
</blockquote>
<br></div></div>
Yep.  It&#39;s because you don&#39;t have IPv6 configured, but your <a href="http://sendmail.cf" target="_blank">sendmail.cf</a><br>
is trying to use it anyway.  Check your <a href="http://sendmail.cf" target="_blank">sendmail.cf</a> file for the following<br>
line:<br>
<br>
O DaemonPortOptions=Name=MTA-v6, Family=inet6<br>
<br>
comment it out, and clear the error with svcadm.<br><font color="#888888">
<br>
-- <br>
         Jeff Wieland            |         Purdue University<br>
  Network Systems Administrator  |        ITN&amp;S Data Networks<br>
      Voice: (765)496-8234       |        155 S. Grant Street<br>
       FAX: (765)494-6620        |   West Lafayette, IN 47907-2115<br>
<br>
<br>
</font></blockquote></div><br>