Author |
|
supergamma Newbie
Joined: 13 September 2009 Location: Italy
Online Status: Offline Posts: 19
|
Posted: 08 March 2017 at 3:07am | IP Logged
|
|
|
#0 /web/htdocs/www.latuaemail.it/home/webmail/libraries/MailSo/Imap/ImapClient.php(149): MailSo\Net\NetClient->Connect('imap.gmail.com', 993, 1, false)
#1 /web/htdocs/www.latuaemail.it/home/webmail/libraries/afterlogic/common/managers/mail/manager.php(91): MailSo\Imap\ImapClient->Connect('imap.gmail.com', 993, 1, false)
#2 /web/htdocs/www.latuaemail.it/home/webmail/libraries/afterlogic/common/managers/mail/manager.php(143): CApiMailManager->_getImapClient(Object(CAccount))
#3 /web/htdocs/www.latuaemail.it/home/webmail/libraries/afterlogic/common/managers/integrator/manager.php(788): CApiMailManager->validateAccountConnection(Object(CAccount))
#4 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Actions.php(2928): CApiIntegratorManager->loginToAccount('hello@...', 'provaprova', '', '', Array)
#5 [internal function]: ProjectCore\Actions->AjaxSystemLogin()
#6 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Service.php(341): call_user_func(Array)
#7 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Boot.php(12): ProjectCore\Service->Handle()
#8 /web/htdocs/www.latuaemail.it/home/webmail/index.php(104): include('/web/htdocs/www...')
#9 {main}
[10:58:07.27][94abc06e] Previous Exception: Can't connect to host "ssl://imap.gmail.com:993"
[10:58:07.28][94abc06e] exception 'CApiManagerException' with message 'Connect to mail server failed' in /web/htdocs/www.latuaemail.it/home/webmail/libraries/afterlogic/common/managers/mail/manager.php:147
Stack trace:
#0 /web/htdocs/www.latuaemail.it/home/webmail/libraries/afterlogic/common/managers/integrator/manager.php(788): CApiMailManager->validateAccountConnection(Object(CAccount))
#1 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Actions.php(2928): CApiIntegratorManager->loginToAccount('hello@...', 'provaprova', '', '', Array)
#2 [internal function]: ProjectCore\Actions->AjaxSystemLogin()
#3 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Service.php(341): call_user_func(Array)
#4 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Boot.php(12): ProjectCore\Service->Handle()
#5 /web/htdocs/www.latuaemail.it/home/webmail/index.php(104): include('/web/htdocs/www...')
#6 {main}
Next exception 'ProjectCore\Exceptions\ClientException' with message 'Can't connect to host "ssl://imap.gmail.com:993"' in /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Actions.php:2967
Stack trace:
#0 [internal function]: ProjectCore\Actions->AjaxSystemLogin()
#1 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Service.php(341): call_user_func(Array)
#2 /web/htdocs/www.latuaemail.it/home/webmail/libraries/ProjectCore/Boot.php(12): ProjectCore\Service->Handle()
#3 /web/htdocs/www.latuaemail.it/home/webmail/index.php(104): include('/web/htdocs/www...')
#4 {main}
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 March 2017 at 5:30am | IP Logged
|
|
|
Hello,
The first thing to check is that your PHP setup has OpenSSL extension enabled. You can do that by running the following PHP script and searching for openssl in the output:
Also, it may be an issue caused by external connection disallowed on your host. To check if that's the case, extract test script, put it into your web directory and run from the browser; it already has Gmail connection details supplied in the code. If you get an error message, then it's definitely the host problem of connecting to that server.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
supergamma Newbie
Joined: 13 September 2009 Location: Italy
Online Status: Offline Posts: 19
|
Posted: 08 March 2017 at 7:23am | IP Logged
|
|
|
connect to ssl://imap.gmail.com:993 -
Warning: fsockopen(): unable to connect to ssl://imap.gmail.com:993 (Connection timed out) in /web/htdocs/www.mmmmmmmmmmm.com/home/ssl_connect_test.php on line 13
Connection timed out (code: 110)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 March 2017 at 9:33am | IP Logged
|
|
|
Understood, the problem is unrelated to WebMail Pro then, you need to check that with your host.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
supergamma Newbie
Joined: 13 September 2009 Location: Italy
Online Status: Offline Posts: 19
|
Posted: 08 March 2017 at 9:40am | IP Logged
|
|
|
thank you thank you thank you
|
Back to Top |
|
|