nerdexam
Oracle

1Z0-580 · Question #44

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…

The correct answer is D. By default, "sendmail" responds to local requests only. 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…

Managing Services (SMF)

Question

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?

Options

  • ABy default, the "sendmail" software is not installed.
  • BBy default, "sendmail" is not enabled on the system.
  • CBy default, "sendmail'' access is blocked by TCP Wrappers.
  • DBy default, "sendmail" responds to local requests only.
  • EBy default, "sendmail" is running on its encrypted port.

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    4% (1)
  • D
    79% (19)
  • E
    13% (3)

Explanation

  • 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 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

Topics

#sendmail#local-only#service defaults#network access

Community Discussion

No community discussion yet for this question.

Full 1Z0-580 Practice