afterlogic / webmail-lite

AfterLogic WebMail Lite PHP. Fast and easy-to-use webmail front-end for your existing IMAP mail server, Plesk or cPanel.
https://afterlogic.org/webmail-lite
GNU Affero General Public License v3.0
443 stars 120 forks source link

This webmail client only for one user? #49

Closed uitlaber closed 7 years ago

uitlaber commented 7 years ago

This webmail client only for one user?

mailbee commented 7 years ago

User number is unlimited, can be thousands.

uitlaber commented 7 years ago

[20:56:53.11][1b07eec9] SMTP[NOTE]: Start connection to "ssl://mail.mydomain.com:465" [20:56:53.11][1b07eec9] SMTP[NOTICE]: Socket: [2] stream_socket_client(): unable to connect to ssl://mail.mydomain.com:465 (Connection refused) [20:56:53.11][1b07eec9] SMTP[NOTICE]: exception 'MailSo\Net\Exceptions\SocketCanNotConnectToHostException' with message 'Can't connect to host "ssl://mail.mydomain.com:465"' in /var/www/mydomain.com/mail/libraries/MailSo/Net/NetClient.php:283 Stack trace:

0 /var/www/mydomain.com/mail/libraries/MailSo/Smtp/SmtpClient.php(164): MailSo\Net\NetClient->Connect('mail.mydomain.com', 465, 1, false)

1 /var/www/mydomain.com/mail/libraries/afterlogic/common/managers/mail/manager.php(1150): MailSo\Smtp\SmtpClient->Connect('mail.mydomain.com', 465, 'mydomain.com', 1, false)

2 /var/www/mydomain.com/mail/libraries/ProjectCore/Actions.php(1598): CApiMailManager->sendMessage(Object(CAccount), Object(MailSo\Mime\Message), NULL, 'Sent', '', '')

3 [internal function]: ProjectCore\Actions->AjaxMessageSend()

4 /var/www/mydomain.com/mail/libraries/ProjectCore/Service.php(341): call_user_func(Array)

5 /var/www/mydomain.com/mail/libraries/ProjectCore/Boot.php(12): ProjectCore\Service->Handle()

6 /var/www/mydomain.com/mail/index.php(104): include('/var/www/post.a...')

7 {main}

[20:56:53.11][1b07eec9] Previous Exception: Can't connect to host "ssl://mail.mydomain.com:465" [20:56:53.11][1b07eec9] exception 'CApiManagerException' with message 'Connect to mail server failed' in /var/www/mydomain.com/mail/libraries/afterlogic/common/managers/mail/manager.php:1175 Stack trace:

0 /var/www/mydomain.com/mail/libraries/ProjectCore/Actions.php(1598): CApiMailManager->sendMessage(Object(CAccount), Object(MailSo\Mime\Message), NULL, 'Sent', '', '')

1 [internal function]: ProjectCore\Actions->AjaxMessageSend()

2 /var/www/mydomain.com/mail/libraries/ProjectCore/Service.php(341): call_user_func(Array)

3 /var/www/mydomain.com/mail/libraries/ProjectCore/Boot.php(12): ProjectCore\Service->Handle()

4 /var/www/mydomain.com/mail/index.php(104): include('/var/www/post.a...')

5 {main}

Next exception 'ProjectCore\Exceptions\ClientException' with message 'Can't connect to host "ssl://mail.mydomain.com:465"' in /var/www/mydomain.com/mail/libraries/ProjectCore/Actions.php:1619 Stack trace:

0 [internal function]: ProjectCore\Actions->AjaxMessageSend()

1 /var/www/mydomain.com/mail/libraries/ProjectCore/Service.php(341): call_user_func(Array)

2 /var/www/mydomain.com/mail/libraries/ProjectCore/Boot.php(12): ProjectCore\Service->Handle()

3 /var/www/mydomain.com/mail/index.php(104): include('/var/www/post.a...')

4 {main}

[20:56:53.11][1b07eec9] INFO[MEMORY]: Memory peak usage: 50.75MB [20:56:53.11][1b07eec9] INFO[TIME]: Time delta: 0.12535119056702 [20:56:53.11][1b07eec9] DB : disconnect from root@localhost [20:56:53.11][1b07eec9] IMAP[DATA]: > TAG2 LOGOUT\r\n [20:56:53.11][1b07eec9] IMAP[DATA]: < * BYE Logging out\r\n [20:56:53.11][1b07eec9] IMAP[DATA]: < TAG2 OK Logout completed.\r\n [20:56:53.11][1b07eec9] IMAP[NOTE]: Disconnected from "ssl://mail.mydomain.com:993" (success)

[20:56:53.27][99d3a278] [POST(9)][ip:127.0.0.1] /mail/?/Ajax/ [20:56:53.27][99d3a278] POST > [Action, Folder, Offset, Limit, Search, Filters, UseThreads, AccountID, Token] [20:56:53.27][99d3a278]

uitlaber commented 7 years ago

i replaced real domain name for mydomain

mailbee commented 7 years ago

I tried your mail.post.** host, there is no port 465 open, you're trying to connect to a closed port. Please note that this is not a support forum, it's a place where to submit bugs found in this open source product. If you're interested in getting technical support from Afterlogic, please use http://helpdesk.afterlogic.com/ to learn more on support options available. Thanks!