| ArGoStuff User to User Support Forums |
Help installing .Net web interface Last Post 04 Jul 2007 06:00 AM by Dave. 3 Replies. | Sort: |
| Prev Next | You are not authorized to post a reply. | |
oprice
 New Member
 Posts:1
 | | 29 Apr 2007 08:04 AM |
| tring to install the web interface.. but cant get the web site up.. New version of windows 2003 server install Windows 2003 SP2 installed IIS installed .Net frameworks 2.0 installed installed SQL express Mail Server installed and running Installed WEB interface, justy cant get the site up getting 401 errors then 403 errors - -HELP I thought it was really going to be easy.. Even Archie try to help ... Oliver | | |
|
|
Dave
 New Member
 Posts:2
 | | 02 Jul 2007 06:53 PM |
| I'm having the same problem - the mail server works, but havent been able to access the web based mail - and my customers need it - any ideas anyone? Thanks. | | | |
| LFoss
 New Member
 Posts:1
 | | Dave
 New Member
 Posts:2
 | | 04 Jul 2007 06:00 AM |
| I finally found the problem - in IIS I changed the ASP version from 1.+ to 2.+ and the web interface started.
Archie sent me this:
First, you have to make sure that web interface is running under ASP.NET v2.0.50727, and the "webmail" virtual folder allows anonymous access:
Go to Control Panel - Administrative Tools - Internet Information Services, select and expand your web site node, select the virtual directory WebMail (or, under which name you have installed the web interface), click Properties on the toolbar, select ASP.NET tab, and make sure that ASP.NET version box shows 2.0.50727. After that, go to Directory Security tab, click Edit button in the Anonymous access and authentication control box, make sure Anonymous access box is checked, then close all boxes by clicking OK.
Second, if you are getting errors when accessing MailServerData database, make sure that an account, under which IIS runs (ASPNET in XP), has an access to MailServerData database, and has db_accessadmin, db_datareader and db_datawriter rights. It can be done using SQL Server Management Studio.
If you are getting problems with access rights to your mail server folders, then try to "impersonate" your ASP.NET connection, to do it, find the file web.config in the root of the mail server web interface installation, and somewhere inside of system.web section, insert:
Where TheUserName and ThePassword are username and password of user on your computer, who has full access to your mail server folders.
| | | |
|
| You are not authorized to post a reply. |
|
Active Forums 4.2 |
|  | | Mail Server v1.0.8.3 |
- Added support of STARTTLS (STLS) command for SMTP, POP3, IMAP, and SMTP relay and delivery, which will
allow secure, fully encrypted connections, when possible;
| | 11/6/2011 1:10:34 PM |
| Mail Server v1.0.8.2 |
- Optimized delivery speed. In earlier versions each "tick" which was checking whether messages were
in the outbox queue, was picking up only one message at a time. Now it will attempt to pick MaximumAllowedThreads-ActiveDelivery threads
messages, which should considerably increase deliver speed;
- Optimized SEARCH and STATUS IMAP commands. They appear to be used very extensively by Android, and (not that extensively, but still) by
iPhone. Now users who use mobile phones to access their IMAP accounts will see considerable improvement;
- Optimized STORE IMAP command. Before storing of IMAP flags was occuring one message at a time, which seemed to be fine
with SQL server, but proved to be slow for SQLite... Now it happens with single SQL call.
| | 10/8/2011 7:59:35 PM |
| ArGoSoft Mail Server v1.0.8.1 | -
Fixed a bug: when using IMAP via Firefox with "When I delete a message, move it
to Trash folder" option, marking messages in the trash folder was causing high CPU usage,
and was taking some time, making the server pretty much non-responsive. The problem was
happening only when using SQLite.
| | 6/6/2011 9:33:36 PM |
| ArGoSoft Mail Server v1.0.8.0 |
- Fixed a problem with web interface - was showing only first page of messages, and would not
switch to other pages; In order to fix the web interface, mail server itself has to be updated;
- When installint initially, was still using SQLite, even when SQL was requested;
- There was a problem with switching from SQLite database engine to SQL server database engine:
the SQL database was not being created;
| | 5/23/2011 5:53:55 PM |
| ArGoSoft Mail Server .NET v1.0.7.9 |
- The server no longer requires Microsoft SQL Server. If SQL server is not found, it will use
SQLite engine, which does not require separate installation. If SQL server is found, then user will be
prompted whether he wants to use it;
- Made other improvements, such as, now mailbox rebuild indexes orphaned records, rather then deleting them,
also added an opotion to increment UIDL validity of folder (both on the Mailbox viewer box);
- Made minor improvements on web interface;
| | 4/26/2011 9:47:25 PM |
| |
|  |  | |  |
|