Valid 1Z0-580 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-580 Exam! ExamDiscuss.com now offer the newest 1Z0-580 exam dumps, the ExamDiscuss.com 1Z0-580 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-580 dumps with Test Engine here:
You have just completed a default Oracle Solaris 11 installation of a new server system. While testing network connectivity from your desktop to the server, you find that you are not able to communicate with the "sendmail" service from your desktop. Why is this?
Correct Answer: D
Explanation/Reference: Note: * sendmail * Enabling Access to Remote Clients On an unmodified system, access to sendmail by remote clients is enabled and disabled through the service management facility (see smf(5)). In particular, remote access is determined by the value of the local_only SMF property: svc:/network/smtp:sendmail/config/local_only = true A setting of true, as above, disallows remote access; false allows remote access. The default value is true. The following example shows the sequence of SMF commands used to enable sendmail to allow access to remote systems: # svccfg -s svc:/network/smtp:sendmail setprop config/local_only = false # svcadm refresh svc:/network/smtp:sendmail # svcadm restart svc:/network/smtp:sendmail Reference: man pages section 1M: System Administration Commands, sendmail