Author |
|
hvtech Newbie
Joined: 17 July 2008
Online Status: Offline Posts: 0
|
Posted: 17 July 2008 at 1:54am | IP Logged
|
|
|
How do you recover or replace the mailadm password. I pasted in a generated password when setting it up but the clipboard must have been overwritten because the generated password does not work.
Thank you.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 17 July 2008 at 3:14am | IP Logged
|
|
|
The password is stored in \data\settings\settings.xml file in <AdminPassword>...</AdminPassword> tag.
The path to the data folder is specified in web.config (for ASP.NET version) or in inc_settings_path.php (for PHP version) which can be found in the web folder of your WebMail installation.
Best regards,
Andrew
|
Back to Top |
|
|
hvtech Newbie
Joined: 17 July 2008
Online Status: Offline Posts: 0
|
Posted: 17 July 2008 at 8:21am | IP Logged
|
|
|
Interesting. I checked there and it was blank but the default does not work. I'm using MySQL, would this have transferred it there?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 17 July 2008 at 5:50pm | IP Logged
|
|
|
mailadm password is not stored in a database, but in settings.xml file. Please edit that file, specify <AdminPassword>12345</AdminPassword>, save it and use 12345 password to log into WebMail Admin Console.
Best regards,
Andrew
|
Back to Top |
|
|
hvtech Newbie
Joined: 17 July 2008
Online Status: Offline Posts: 0
|
Posted: 17 July 2008 at 8:16pm | IP Logged
|
|
|
That did it. Thank you Andrew.
|
Back to Top |
|
|