About the author
Sendmail on Solaris by default is configured to run in secure mode.Therefore, it only listens on the local loopback interface, ie, 127.0.0.1.
In order to enable it to listen on its network interface, the following command must be executed:
svccfg -s sendmail setprop config/local_only = false
which then enables sendmail to listen on the configured network interface listed in sendmail.cf under /etc/mail.
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.
This article discusses the new Delphi 8 property access specifiers.
A method pointer is now the same as a global procedure, ie, procedure of object = procedure.