Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Set the JNDI name to lookup the Java Mail session. If none is set, then the portal will attempt to create the Java Mail session based on the properties prefixed with mail.session..
Example:
mail.session.jndi.name=mail/MailSession
Set the properties used to create the Java Mail session. The property prefix mail.session. will be removed before it is used to create the session object. These properties will only be read if the property mail.session.jndi.name is not set.
mail.session.mail.pop3.host=localhost
mail.session.mail.pop3.password=
mail.session.mail.pop3.port=110
mail.session.mail.pop3.user=
mail.session.mail.smtp.auth=false
mail.session.mail.smtp.host=localhost
mail.session.mail.smtp.password=
mail.session.mail.smtp.port=25
mail.session.mail.smtp.user=
mail.session.mail.store.protocol=pop3
mail.session.mail.transport.protocol=smtp
Set this to false if administrator should not be allowed to change the mail domain via the Admin portlet.
mail.mx.update=true
Input a list of comma delimited email addresses that will receive a BCC of every email sent through the mail server.
mail.audit.trail=
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.
Examples:
mail.hook.impl=com.liferay.mail.util.CyrusHook
mail.hook.impl=com.liferay.mail.util.DummyHook
mail.hook.impl=com.liferay.mail.util.FuseMailHook
mail.hook.impl=com.liferay.mail.util.GoogleHook
mail.hook.impl=com.liferay.mail.util.SendmailHook
mail.hook.impl=com.liferay.mail.util.ShellHook