exam questions

Exam 1z0-580 All Questions

View all questions & answers for the 1z0-580 exam

Exam 1z0-580 topic 1 question 69 discussion

Actual exam question from Oracle's 1z0-580
Question #: 69
Topic #: 1
[All 1z0-580 Questions]

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?

  • A. By default, the "sendmail" software is not installed.
  • B. By default, "sendmail" is not enabled on the system.
  • C. By default, "sendmail'' access is blocked by TCP Wrappers.
  • D. By default, "sendmail" responds to local requests only.
  • E. By default, "sendmail" is running on its encrypted port.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...