[ 
http://jira.nuxeo.org/browse/NXP-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=37356#action_37356
 ] 

Anahide Tchertchian commented on NXP-2451:
------------------------------------------

my notes about mail connection configuration:

SSL authentication: if injection throws a certificate error, the mail server 
certificate needs to be added to the JVM. This can be done easily using the 
script at http://blogs.sun.com/andreas/entry/no_more_unable_to_find.

steps:

1/ run the TestConnection class in eclipse as an application with your
   connection parameters

2/ if not working (error 'unable to find valid certification path to
   requested target') compile the java class:
   $ java InstallCert.java

3/ execute on imap server for instance:
   $ java InstallCert mail.example.com
   or
   $ java InstallCert mail.example.com:993

4/ make sure it is a good key before entering, and make sure it's been
   added to the default keystore in $JAVA_HOME/jre/lib/security/cacerts

5/ reproduce steps if needed, *do not forget to delete* the local file
   'jssecacerts' that's been created (otherwise the default keystore won't
   be updated anymore)

> Add documentation on mail injection
> -----------------------------------
>
>                 Key: NXP-2451
>                 URL: http://jira.nuxeo.org/browse/NXP-2451
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.1.4, 5.2 M1
>            Reporter: Anahide Tchertchian
>            Assignee: Alexandre Russel
>             Fix For: 5.1.5
>
>
> Some documentation is needed when dealing with an ssl connection to an 
> imap/smtp/pop3 server.
> A README.txt referencing the docbook doc at the module root would be a good 
> idea too.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to