Hello,
I got these errormessage if I try to my IMAP Server via
Weblook.
POP3 works fine.
Server said : Certificate failure for ((mailserver)):
unable to get local issuer certificate:
/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST
Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
Do you have a clue?
Logged In: NO
got it.
just add the following into imap_open funtion
replace {sub.mailserver.tld:port} with
{sub.mailserver.tld:110/pop3/notls} or
{sub.mailserver.tld:143/imap/notls}
should be closed.