Project WebSynergy Milestone 4 Administration Guide

Mail Portlet

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