Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: live.com Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
jpgrilo
Newbie
Newbie


Joined: 18 June 2014
Location: Portugal
Online Status: Offline
Posts: 1
Posted: 18 June 2014 at 8:35am | IP Logged Quote jpgrilo

Hello all

First of all congratulations for the great product.

Yesterday i found and download the website lite software and today i have tried to configure it but i am having problems and cannot login with the error ""The username or password you entered is incorrect."

My scenario

Webmail lite version [7.3.0] on Linux
Apache     2.2.23
PHP     5.3.21
MySQL     5.0.96-community

I am trying to connect do live.com mail accounts with personal domains. For what i know the microsoft live.com service only allows POP3/SMTP connections


<AllowWebMail>On</AllowWebMail>
<IncomingMailProtocol>IMAP4</IncomingMailProtocol>
<IncomingMailServer>pop3.live.com</IncomingMailServer>
<IncomingMailPort>995</IncomingMailPort>
<IncomingMailUseSSL>On</IncomingMailUseSSL>
<OutgoingMailServer>smtp.live.com</OutgoingMailServer>
<OutgoingMailPort>25</OutgoingMailPort>
<OutgoingMailAuth>AuthCurrentUser</OutgoingMailAuth>
<OutgoingMailLogin />
<OutgoingMailPassword />
<OutgoingMailUseSSL>On</OutgoingMailUseSSL>
<OutgoingSendingMethod>Specified</OutgoingSendingMethod>

For start i the protocol defined specified is IMAP, i have started to put POP3 or POP but the problem continues this is the log(the username and password have been altered )


[15:28:21.05] [POST(6)] /mail/?/Ajax/
[15:28:21.05] POST > [Action, Email, IncLogin, IncPassword, SignMe, Token]
[15:28:21.05]
AJAX: Action: Login
DB(PDO/mysql) : start connect to anairsof_webmail@localhost
DB : PDO(mysql:dbname=anairsof_webmail;host=localhost;charset=utf8)
DB : connected to anairsof_webmail@localhost
DB[1] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `def_acct` = 1 AND `email` = 'admin@myemaildomain.com'
DB[2] > SELECT `id_domain`, `id_tenant`, `disabled`, `name`, `url`, `override_settings`, `is_internal`, `site_name`, `lang`, `def_user_timezone`, `def_user_timeformat`, `def_user_dateformat`, `allow_registration`, `allow_pass_reset`, `allow_webmail`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_auth`, `mail_out_login`, `mail_out_pass`, `mail_out_ssl`, `mail_out_method`, `check_interval`, `skin`, `msgs_per_page`, `allow_change_interface_settings`, `allow_change_account_settings`, `allow_users_add_acounts`, `allow_new_users_register`, `layout`, `xlist`, `use_threads`, `allow_contacts`, `contacts_per_page`, `global_addr_book`, `allow_calendar`, `cal_show_weekends`, `cal_workday_starts`, `cal_workday_ends`, `cal_show_workday`, `cal_week_starts_on`, `cal_default_tab`, `allow_files`, `allow_helpdesk` FROM awm_domains WHERE `name` = 'myemaildomain.com'
DB[3] > SELECT COUNT(id_acct) as acct_count FROM awm_accounts
WHERE def_acct = 1 AND `email` = 'admin@myemaildomain.com' AND `mail_inc_login` = 'admin@myemaildomain.com' LIMIT 1
IMAP[NOTE]: Start connection to "ssl://pop3.live.com:995"
[PHP] /home/anairsof/public_html/mail/libraries/MailSo/Net/NetClient.php (line:201, code:2)
[PHP] Error: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://pop3.live.com:995 (Connection timed out)
IMAP[NOTICE]: exception 'MailSo\Net\Exceptions\SocketCanNotConnectToHostException' with message 'Can't connect to host "ssl://pop3.live.com:995"' in /home/anairsof/public_html/mail/libraries/MailSo/Net/NetClient.php:220
Stack trace:
#0 /home/anairsof/public_html/mail/libraries/MailSo/Imap/ImapClient.php(141): MailSo\Net\NetClient->Connect('pop3.live.com', 995, 1)
#1 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/users/manager.php(410): MailSo\Imap\ImapClient->Connect('pop3.live.com', 995, 1)
#2 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/webmail/manager.php(112): CApiUsersManager->CreateAccount(Object(CAccount), true)
#3 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/integrator/manager.php(756): CApiWebmailManager->CreateAccountProcess('admin@anairsoft...', 'Password', '', Array)
#4 /home/anairsof/public_html/mail/libraries/ProjectSeven/Actions.php(2375): CApiIntegratorManager->LoginToAccount('admin@anairsoft...', 'Password', '', '')
#5 [internal function]: ProjectSeven\Actions->AjaxLogin()
#6 /home/anairsof/public_html/mail/libraries/ProjectSeven/Service.php(268): call_user_func(Array)
#7 /home/anairsof/public_html/mail/libraries/ProjectSeven/Boot.php(5): ProjectSeven\Service->Handle()
#8 /home/anairsof/public_html/mail/index.php(80): include('/home/anairsof/...')
#9 {main}
Exception[1004]: Authentication failed
~ /libraries/afterlogic/common/managers/users/manager.php (465)
----------------------------------------------------------------------
#0 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/webmail/manager.php(112): CApiUsersManager->CreateAccount(Object(CAccount), true)
#1 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/integrator/manager.php(756): CApiWebmailManager->CreateAccountProcess('admin@anairsoft...', 'Password', '', Array)
#2 /home/anairsof/public_html/mail/libraries/ProjectSeven/Actions.php(2375): CApiIntegratorManager->LoginToAccount('admin@anairsoft...', 'Password', '', '')
#3 [internal function]: ProjectSeven\Actions->AjaxLogin()
#4 /home/anairsof/public_html/mail/libraries/ProjectSeven/Service.php(268): call_user_func(Array)
#5 /home/anairsof/public_html/mail/libraries/ProjectSeven/Boot.php(5): ProjectSeven\Service->Handle()
#6 /home/anairsof/public_html/mail/index.php(80): include('/home/anairsof/...')
#7 {main}
Exception[1004]: Authentication failed
~ /libraries/afterlogic/common/managers/users/manager.php (465)
----------------------------------------------------------------------
#0 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/webmail/manager.php(112): CApiUsersManager->CreateAccount(Object(CAccount), true)
#1 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/integrator/manager.php(756): CApiWebmailManager->CreateAccountProcess('admin@anairsoft...', 'Password', '', Array)
#2 /home/anairsof/public_html/mail/libraries/ProjectSeven/Actions.php(2375): CApiIntegratorManager->LoginToAccount('admin@anairsoft...', 'Password', '', '')
#3 [internal function]: ProjectSeven\Actions->AjaxLogin()
#4 /home/anairsof/public_html/mail/libraries/ProjectSeven/Service.php(268): call_user_func(Array)
#5 /home/anairsof/public_html/mail/libraries/ProjectSeven/Boot.php(5): ProjectSeven\Service->Handle()
#6 /home/anairsof/public_html/mail/index.php(80): include('/home/anairsof/...')
#7 {main}
exception 'CApiManagerException' with message 'Authentication failed' in /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/users/manager.php:465
Stack trace:
#0 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/webmail/manager.php(112): CApiUsersManager->CreateAccount(Object(CAccount), true)
#1 /home/anairsof/public_html/mail/libraries/afterlogic/common/managers/integrator/manager.php(756): CApiWebmailManager->CreateAccountProcess('admin@anairsoft...', 'Password', '', Array)
#2 /home/anairsof/public_html/mail/libraries/ProjectSeven/Actions.php(2375): CApiIntegratorManager->LoginToAccount('admin@anairsoft...', 'Password', '', '')
#3 [internal function]: ProjectSeven\Actions->AjaxLogin()
#4 /home/anairsof/public_html/mail/libraries/ProjectSeven/Service.php(268): call_user_func(Array)
#5 /home/anairsof/public_html/mail/libraries/ProjectSeven/Boot.php(5): ProjectSeven\Service->Handle()
#6 /home/anairsof/public_html/mail/index.php(80): include('/home/anairsof/...')
#7 {main}

Next exception 'ProjectSeven\Exceptions\ClientException' with message 'ClientException' in /home/anairsof/public_html/mail/libraries/ProjectSeven/Actions.php:2413
Stack trace:
#0 [internal function]: ProjectSeven\Actions->AjaxLogin()
#1 /home/anairsof/public_html/mail/libraries/ProjectSeven/Service.php(268): call_user_func(Array)
#2 /home/anairsof/public_html/mail/libraries/ProjectSeven/Boot.php(5): ProjectSeven\Service->Handle()
#3 /home/anairsof/public_html/mail/index.php(80): include('/home/anairsof/...')
#4 {main}
DB : disconnect from anairsof_webmail@localhost
INFO[MEMORY]: Memory peak usage: 16.5MB

[15:31:37.35] /mail/adminpanel/index.php?tab=system
[15:31:37.35]
call CCommonModule->PopulateData->SystemDb()
call CWebMailModule->PopulateData->SystemDb()

[15:31:39.03] /mail/adminpanel/index.php?mode=logging
[15:31:39.03]
call CCommonModule->PopulateData->SystemLogging()
call CWebMailModule->PopulateData->SystemLogging()

[15:31:41.78] /mail/adminpanel/index.php?pop&type=dllog
[15:31:41.78]
call CCommonModule->StandardPopAction->System()
call CWebMailModule->StandardPopAction->System()
Back to Top View jpgrilo's Profile Search for other posts by jpgrilo
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 19 June 2014 at 2:30am | IP Logged Quote Igor

WebMail Lite doesn't support POP3, so it wouldn't work indeed.

As for IMAP support in Live.com / Outlook.com, I believe it was added less than a year ago. Information about IMAP server details can be found in Outlook.com help resources or at other pages like this one.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide