Author |
|
mukeshb Newbie
Joined: 03 July 2013 Location: United States
Online Status: Offline Posts: 5
|
Posted: 03 July 2013 at 12:43pm | IP Logged
|
|
|
I am new here, I have installed hMailserver 5.4 and want to use webmail lite php, I can go thru setup page ,but I can't use webmail for user to access email account, I can log in with mailadm to adminpanel, but can not see add domain tab under domain section.
questions.
when install webmail, do I need to setup new database for webmail or I need to point it to hMailServer database?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 04 July 2013 at 12:52am | IP Logged
|
|
|
You don't have to add any domains there, just make sure default domain settings point to IP/host hMailServer is installed on. If WebMail and hMailServer run on the same machine, then the default values can be used just fine.
WebMail uses its own database. If your hMailServer installation uses mySQL you can use the same database, but tables will be different, WebMail doesn't deal with hMailServer tables directly.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mukeshb Newbie
Joined: 03 July 2013 Location: United States
Online Status: Offline Posts: 5
|
Posted: 04 July 2013 at 1:06pm | IP Logged
|
|
|
Thank for quick reply, yes, I am using MySQL server, her is my setting,
Windows Server 2008 R2
IIS 7.5
MySQL 5.6 community edition
hMailServer 5.4
AfterLogic Webmail lite(php)
can you tell me, what am I missing here, I can log in with mailadm to adminpanel page, but as I describe above I don't see any setting where I can add domain to admin panel. sorry if I am asking same question again.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 05 July 2013 at 12:22am | IP Logged
|
|
|
Quote:
I don't see any setting where I can add domain to admin panel. |
|
|
There are no such settings in WebMail Lite. It's designed to work with one specific mail server. Just make sure you supplied correct incoming/outgoing host/port correctly. Domain names used by mail server make no difference, so there's no need to add domains or users through adminpanel, just log into email account(s) via front end of WebMail Lite.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mukeshb Newbie
Joined: 03 July 2013 Location: United States
Online Status: Offline Posts: 5
|
Posted: 05 July 2013 at 7:43am | IP Logged
|
|
|
Thank you Igor,
this is my setting in XML
<AllowWebMail>On</AllowWebMail>
<IncomingMailProtocol>IMAP4</IncomingMailProtocol>
<IncomingMailServer>127.0.0.1</IncomingMailServer>
<IncomingMailPort>143</IncomingMailPort>
<IncomingMailUseSSL>Off</IncomingMailUseSSL>
<OutgoingMailServer>127.0.0.1</OutgoingMailServer>
<OutgoingMailPort>25</OutgoingMailPort>
I have hMail server installed locally, I have added test user on it, I am trying use test user to log on to front page, I get wrong username and password error message.
|
Back to Top |
|
|
mukeshb Newbie
Joined: 03 July 2013 Location: United States
Online Status: Offline Posts: 5
|
Posted: 05 July 2013 at 7:50am | IP Logged
|
|
|
I got it, I have to use my external IP, and it works for me,
how can I hide mail setting properties from user, I try that test account and in setting I can see server setting here, even user can delete his own account from here, I check setting on adminpanel/default domain setting too. b ut I don't find any setting here also.
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 08 July 2013 at 1:27am | IP Logged
|
|
|
Quote:
how can I hide mail setting properties from user, I try that test account and in setting I can see server setting here, even user can delete his own account from here, I check setting on adminpanel/default domain setting too. |
|
|
That's a known issue, it will be fixed in next version of the product.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|