Author |
|
sea220 Newbie
Joined: 17 February 2018
Online Status: Offline Posts: 4
|
Posted: 17 February 2018 at 7:34am | IP Logged
|
|
|
Hi there,
i just tried the new version on my webserver.
Installing was easy, i created a new schema in mysql. The logon as superadmin works, tables could be created.
Securing the superadmin with a new password also worked.
I created the mailserver entry then and saved it.
But i am unable to logon with the mail user credentials.
This is the log excerpt, any ideas?
Best regards, Michael
[15:23:38.63][f289b4f0] Execute subscription: Mail::onLogin
[15:23:38.63][f289b4f0] Arguments before subscription:
[15:23:38.63][f289b4f0] Array
(
[Login] => mibo@***.de
[Password] => ***
[SignMe] =>
)
[15:23:38.63][f289b4f0] Arguments after subscription:
[15:23:38.63][f289b4f0] Array
(
[Login] => mibo@***.de
[Password] => ***
[SignMe] =>
)
[15:23:38.64][f289b4f0] Subscription result:
[15:23:38.64][f289b4f0]
[15:23:38.64][f289b4f0] Event: 0 > login-failed: mibo@***.de
[15:23:38.64][f289b4f0] exception 'Aurora\System\Exceptions\ApiException' with message 'ApiException' in C:\xampp\htdocs\mibocam.de\webmail\modules\Core\Module.php:1871
Stack trace:
#0 [internal function]: Aurora\Modules\Core\Module->Login('mibo@***.d...', '***', '', false)
#1 C:\xampp\htdocs\mibocam.de\webmail\system\Module\AbstractModule.php(853): call_user_func_array(Array, Array)
#2 C:\xampp\htdocs\mibocam.de\webmail\system\Module\Decorator.php(41): Aurora\System\Module\AbstractModule->CallMethod('Login', Array)
#3 C:\xampp\htdocs\mibocam.de\webmail\modules\StandardLoginFormWebclient\Module.php(44): Aurora\System\Module\Decorator->__call('Login', Array)
#4 C:\xampp\htdocs\mibocam.de\webmail\modules\StandardLoginFormWebclient\Module.php(44): Aurora\System\Module\Decorator->Login('mibo@***.d...', '***', '', false)
#5 [internal function]: Aurora\Modules\StandardLoginFormWebclient\Module->Login('mibo@***.d...', '***', '', false)
#6 C:\xampp\htdocs\mibocam.de\webmail\system\Module\AbstractModule.php(853): call_user_func_array(Array, Array)
#7 C:\xampp\htdocs\mibocam.de\webmail\modules\Core\Module.php(522): Aurora\System\Module\AbstractModule->CallMethod('Login', Array, true)
#8 [internal function]: Aurora\Modules\Core\Module->EntryApi()
#9 C:\xampp\htdocs\mibocam.de\webmail\system\Module\AbstractModule.php(605): call_user_func_array(Array, Array)
#10 C:\xampp\htdocs\mibocam.de\webmail\system\Module\Manager.php(684): Aurora\System\Module\AbstractModule->RunEntry('api')
#11 C:\xampp\htdocs\mibocam.de\webmail\system\Application.php(88): Aurora\System\Module\Manager->RunEntry('api')
#12 C:\xampp\htdocs\mibocam.de\webmail\index.php(21): Aurora\System\Application::Start()
#13 {main}
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 February 2018 at 1:28am | IP Logged
|
|
|
The first thing to recheck is that the list of domains is specified correctly for the mailserver you added. If you wish the same mailserver to be used for any domain, you need to supply "*" instead of domains list.
Also, make sure AutocreateMailAccountOnNewUserFirstLogin is set to true in data/settings/modules/Mail.config.json file.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
sea220 Newbie
Joined: 17 February 2018
Online Status: Offline Posts: 4
|
Posted: 24 February 2018 at 8:43am | IP Logged
|
|
|
Hi Igor, it was the Setting in the Config-file. Thanks a lot and best regards, Michael
|
Back to Top |
|
|