Hello,
i'm trying to migrate a Domino to Cyrus. About 500
mailboxes. So, i'm trying to use your wonderful tool, but
i've got a problem :
it appears that the connection to the source server is ok,
but when it try to connect to the cyrus, i've got the
message : certificate error, cannot find an issuer for the
certificate xxxxxxx
Do you have an idea ???
Thank you very much !
Olivier
o.delvigne@gmail.com
Logged In: YES
user_id=7937
search and replace in archivesetup.php and archive.php for
all imap_open calls
add "/novalidate-cert" to each as below:
imap_open("\{$src_server:143/novalidate-cert} ... etc etc