Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: how to install mailbee in webhost? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Alex
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 06 October 2004 at 8:32pm | IP Logged Quote Alex

Alex,

How can I install MailBee in a webhost?
I'm developing the website for a customer, who does not have a proper webserver!

Sory, I'm still learning English! ;-(
Back to Top View Alex's Profile Search for other posts by Alex
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 07 October 2004 at 8:37am | IP Logged Quote Alex

If I understand you correctly, you mean how to install WebMail Pro on shared hosting server where you're not allowed to run .exe files to install components required by WebMail's ASP scripts.

Thus, to install WebMail Pro on such server, you can use installation_instructions.html from WebMail package as a main guide, with the following exceptions:

Instead of running MailBee.exe, take MailBee.dll from the your existing WebMail installation (by default, this file is installed in "C:\Program Files\MailBee\MailBee.dll" and send it to support staff of the shared hosting server. They must place this file to the location they use for ActiveX server components, and register MailBee.dll as COM object with regsvr32 tool.

Repeat the procedure above for messagecensor.exe. By default, MC.dll is installed in "C:\Program Files\MessageCensor\MC.dll".

MessageCensor component requires VB6 runtime in order to run. Usually, it's already installed on the server. If not, ask the support staff to install it from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9 a24f9-b5c5-48f4-8edd-cdf2d29a79d5&displaylang=en
. This link points to .exe file but usually it's ok because hosters are known to trust downloads from Microsoft.

Also, ask their support team to make sure that:
- you have access to database (and have all necessary credentials (e.g. username/password/DSN) if SQL Server is used)
- WebMail's 'data' directory has 'Full Control' permissions for IIS default user account IUSR_YOUR_SERVER_NAME

Should you have more questions, please feel free to ask.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
fliberato
Newbie
Newbie
Avatar

Joined: 16 December 2008
Location: Italy
Online Status: Offline
Posts: 2
Posted: 16 December 2008 at 6:35am | IP Logged Quote fliberato

Alex wrote:

- WebMail's 'data' directory has 'Full Control' permissions for IIS default user account IUSR_YOUR_SERVER_NAME

Should you have more questions, please feel free to ask.

Regards,
Alex


Dear Alex,
I would like to know if it's possible to install the "data" folder in the same place of "web" folder on my own space.
I haven't full access on the server and so my question is: What kind of problem can I have if I publish on the web the "data" folder?
Security problem? Or what?
Pleas note that my web space is running under linux OS.

Sorry for my little english.
Thanks in advance.
Regards, Federico
Back to Top View fliberato's Profile Search for other posts by fliberato
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6086
Posted: 16 December 2008 at 7:07am | IP Logged Quote Igor

Usually, it's not recommended to place the data folder inside the web folder, as this would make it available over the WWW and create a security hole. However, it's possible to restrict access to the folder. For example, if Apache web server is used (it's a typical choice for Linux servers), you can place .htaccess file there with the following content:
Code:
deny from all


This should prevent accessing the data folder via web browser, but it can still be accessed by WebMail scripts.

If you log into your web hosting account via FTP and you get into some folder above the main folder of your website (www, htdocs, public_html etc.), it's safe to place the data folder there. If you're not sure about the filesystem path to that location, use phpinfo() function or contact your webhosting provider in this regard.

Regards,
Igor
Back to Top View Igor's Profile Search for other posts by Igor
 
fliberato
Newbie
Newbie
Avatar

Joined: 16 December 2008
Location: Italy
Online Status: Offline
Posts: 2
Posted: 16 December 2008 at 7:19am | IP Logged Quote fliberato

Thanks a lot! :)
Back to Top View fliberato's Profile Search for other posts by fliberato
 

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