Sun GlassFish Web Space Server 10.0 Administration Guide

Mail Portlet

Mail Portlet is a property in the portal.properties file, which is the default configuration file for Sun GlassFish Web Space Server. You can override this property using portal-ext.properties file.

Set the following to false if administrator should not be allowed to change the mail domain via the Admin portlet.


mail.mx.update=true

Set the name of a class that implements com.liferay.mail.util.Hook. The mail server will use this class to ensure that the mail and portal servers are synchronized on user information. The portal will not know how to add, update, or delete users from the mail server except through this hook.

Available hooks are:

Example:


mail.hook.impl=com.liferay.mail.util.DummyHook