Author |
|
bradmaudlin Newbie
Joined: 07 June 2012 Location: United States
Online Status: Offline Posts: 3
|
Posted: 10 July 2012 at 11:34am | IP Logged
|
|
|
Has anyone converted WebMail Lite .Net to PHP?
If so, do you have any tips or suggestions?
I'm using a 2008 Windows Server intergrated with hMailServer / MySQL.
Thanks,
Brad
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 July 2012 at 9:56pm | IP Logged
|
|
|
Well, current PHP version has developed much more compared to ASP.NET one, but they still use similar database structure. So in theory, the following approach might work:
- have WebMail Lite PHP placed to web directory;
- copy App_Data folder content into data directory of WebMail PHP;
- with any MySQL admin tool, clone the database used by WebMail Lite .NET; if anything goes wrong, original database is still kept intact;
- don't use WebMail installer (maybe except for its first step which checks the configuration), log into adminpanel with default credentials mailadm/12345;
- in Database Settings screen, enter database credentials and run Update.
Most certainly, that is unsupported solution and you're doing that at your own risk yet it might work for you. hMailServer integration isn't going to work though, as it's only available for ASP.NET version.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
bradmaudlin Newbie
Joined: 07 June 2012 Location: United States
Online Status: Offline Posts: 3
|
Posted: 11 July 2012 at 2:26pm | IP Logged
|
|
|
Thanks, just so I understand: The PHP version does not integrate automatically with hMailServer. I would have to add mail account into both hMail and your Webmail and also change passwords in both (not a big deal)??
What I really need is to get the Attachments working. Other than this the .NET version is working fine for me.
Brad.
|
Back to Top |
|
|
bradmaudlin Newbie
Joined: 07 June 2012 Location: United States
Online Status: Offline Posts: 3
|
Posted: 11 July 2012 at 3:33pm | IP Logged
|
|
|
Just got the attachments working.
Thanks to everyone that posted help for this.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 July 2012 at 1:47am | IP Logged
|
|
|
Quote:
The PHP version does not integrate automatically with hMailServer. I would have to add mail account into both hMail and your Webmail and also change passwords in both (not a big deal)?? |
|
|
It's not exactly that way. If you have email account in hMailServer, you don't have to add it in WebMail explicitly. Assuming the domain is configured correctly in WebMail, you can just log in by supplying your email address and password.
You can't change email account password in WebMail, but if it was changed on hMailServer side, you can simply log in with the new password specified.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|