论坛

主页 » Liferay Social Office

组合视图 统一视图 树状图
讨论主题 [ 上一个 | 下一个 ]
toggle
thalis pharlez
Problems setting up mail for social office
2011年10月20日 下午6:03
答复

thalis pharlez

等级: New Member

帖子: 1

加入日期: 2011年10月20日

最近的帖子

Hello all,

I am having problems configuring the mail session that SO uses for notification etc.
There are no error messages produced, however no emails get sent.

Following the instructions in the documentation, i have added the following to the portal-ext.properties file

mail.session.mail.pop3.host=my.host.com
mail.session.mail.pop3.password=****
mail.session.mail.pop3.port=110
mail.session.mail.pop3.user=username
mail.session.mail.smtp.auth=false
mail.session.mail.smtp.host=my.host.com
mail.session.mail.smtp.password=****
mail.session.mail.smtp.port=25
mail.session.mail.smtp.user=username
mail.session.mail.store.protocol=pop3
mail.session.mail.transport.protocol=smtp

I have also tried several proposed solutions to similar problems in this forum, but to no avail.
Note that I can telnet the mail server from the host running SO through the ports above.

I am using SO 1.5b with Tomcat 6.0.18 and MySQL Server 5.5

Any help would be greatly appreciated!
Ravi Kumar Gupta
RE: Problems setting up mail for social office
2011年10月20日 下午9:24
答复

Ravi Kumar Gupta

等级: Liferay Legend

帖子: 1041

加入日期: 2009年6月23日

最近的帖子

Make sure that you did not change any property in UI. Properties modified using UI/control panel always override the properties in portal-ext.properties.