Go to main content

Managing sendmail Services in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

Changes in Version 8.14 of sendmail

    Some significant changes to sendmail in version 8.14 are:

  • The system can be configured to automatically rebuild the sendmail.cf and the submit.mc configuration files. The required steps are documented in Automatically Rebuilding Configuration Files.

  • By default, the sendmail daemon runs in the new local daemon mode. The local-only mode accepts only incoming mail from the local host, for instance, mail from a cron job or between local users. Outbound mail is routed as expected; only the incoming mail is changed. Use the –bl option to select the local-only mode, also known as the Become Local mode. For more information about this mode, see the sendmail(8) man page. For instructions about how to change back to the –bd or Become Daemon mode, see Using sendmail in Open Mode.

  • The –t and –u options to the makemap command now work as expected. The delimiter declared with the –t option is used as the delimiter, even when used with the –u option. Previously a space would be used as a delimiter if the –u option was used regardless of the delimiter defined by the –t option. See the makemap(8) man page for more information about these options.