Hi,
I have configured OpenKM 5.1.8-2 at ubuntu server 11.10 server x64 without any problem except "users to notify" option and Mail client. I already integrated it with my active directory and when checking users at administration tab, i see every user with his corresponded email address, i configured mail-service.xml as follows:
I have configured OpenKM 5.1.8-2 at ubuntu server 11.10 server x64 without any problem except "users to notify" option and Mail client. I already integrated it with my active directory and when checking users at administration tab, i see every user with his corresponded email address, i configured mail-service.xml as follows:
Code: Select all
i think there is an error at server.log as follows:
<!-- OpenKM -->
<mbean code="org.jboss.mail.MailService" name="jboss:service=OpenKM">
<attribute name="JNDIName">java:/mail/OpenKM</attribute>
<attribute name="User">xxx</attribute>
<attribute name="Password">xxx</attribute>
<attribute name="Configuration">
<configuration>
<property name="mail.transport.protocol" value="smtp"/>
<property name="mail.smtp.host" value="192.168.2.2"/>
<property name="mail.smtp.port" value="25"/>
<property name="mail.from" value="xxx@domain.com"/>
<property name="mail.debug" value="true"/>
</configuration>
</attribute>
<depends>jboss:service=Naming</depends>
</mbean>
</server>Code: Select all
Would you please help if there is any other configuration i have to do other than mail-services.xml and also IMAP test pass when configuring user mail but not getting any mails.2012-01-17 16:28:17,278 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map
2012-01-17 16:28:17,278 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/javamail.address.maess.map (No such file or directory)
2012-01-17 16:28:17,278 INFO [org.jboss.mail.MailService] Mail Service bound to java:/mail/OpenKM