Not able to captuire the email (Email Injection)

HI,

I have configured Email Injection in nuxeo.conf. Below are the my configuration. But it is not working. Cany any one please help me to configure Email Injection step by Step. I am new to Nuxeo. Kindly please help me to setup the email capture.

cm.mail.import.enable=false
cm.mail.import.server.user=xxxxx@gmail.com
cm.mail.import.server.password=XXXXX
cm.mail.import.server.mail.store.protocol=imap
cm.mail.import.server.mail.imap.host=imap.gmail.com
cm.mail.import.server.mail.imap.starttls.enable=true
cm.mail.import.server.mail.imap.ssl.protocols=SSL
cm.mail.import.server.mail.imap.socketFactory.class=javax.net.ssl.SSLSocketFactory
cm.mail.import.server.mail.imap.port=993
cm.mail.import.server.mail.imap.socketFactory.port=993
cm.mail.import.server.mail.imap.socketFactory.fallback=false

I am getting belo exception in server log:

2012-04-06 16:18:48,203 WARN  [org.hibernate.ejb.Ejb3Configuration] Overriding hibernate.transaction.factory_class is dangerous, this might break the EJB3 specification implementation
2012-04-06 16:19:09,734 ERROR [org.nuxeo.cm.core.service.MailboxManagementServiceImpl] No mailbox found with id 'user-ashokbabu'
2012-04-06 16:19:09,797 ERROR [org.nuxeo.cm.core.service.MailboxManagementServiceImpl] No mailbox found with id 'user-ashokbabu'
2012-04-06 16:24:27,295 INFO  [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Login failed for seharsatya
2012-04-06 16:24:44,298 ERROR [org.nuxeo.cm.core.service.MailboxManagementServiceImpl] No mailbox found with id 'user-sekharsatya'
2012-04-06 16:24:44,314 ERROR [org.nuxeo.cm.core.service.MailboxManagementServiceImpl] No mailbox found with id 'user-sekharsatya'
2012-04-06 16:26:16,245 ERROR [org.nuxeo.cm.core.service.MailboxManagementServiceImpl] No mailbox found with id ''
2012-04-06 16:27:11,158 ERROR [org.nuxeo.cm.core.service.MailboxManagementServiceImpl] No mailbox found with id ''
0 votes

1 answers

1717 views

ANSWER



It seems users “ashokbabu” and “sekharsatya” personal mailboxes are not found so they should log in first (or a global synchronization of all mailboxes should be done first)

0 votes