Search 
You are here: Forums   
Latest PostsMinimize
RE: RSET?
by SteveT
on 08 Feb 2012 08:07 PM
Webmail problem with attachments.
by jshaffer@fslgroup.com
on 08 Feb 2012 02:26 PM
RSET?
by electricpet
on 08 Feb 2012 12:28 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 05 Feb 2012 11:46 AM
RE: Hack attempts seem to be taking down POP3
by ub
on 04 Feb 2012 04:52 PM
RE: relaying denied errors
by SteveT
on 02 Feb 2012 10:29 AM
RE: relaying denied errors
by electricpet
on 02 Feb 2012 09:12 AM
RE: relaying denied errors
by SteveT
on 02 Feb 2012 12:57 AM
relaying denied errors
by electricpet
on 30 Jan 2012 10:47 AM
RE: Hack attempts seem to be taking down POP3
by ub
on 25 Jan 2012 07:56 PM
RE: Hack attempts seem to be taking down POP3
by TheOtherBob
on 25 Jan 2012 03:01 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 24 Jan 2012 08:26 PM
RE: I have to migrate mailserver pro > mailserver.net
by vincewarde
on 18 Jan 2012 11:08 AM
I have to migrate mailserver pro > mailserver.net
by vincewarde
on 17 Jan 2012 08:20 PM
RE: How can I set up a DNS server - MySQL
by StephenRussell
on 13 Jan 2012 09:15 AM
RE: How can I set up a DNS server - MySQL
by SteveT
on 12 Jan 2012 01:58 PM
How can I set up a DNS server - MySQL
by StephenRussell
on 12 Jan 2012 05:18 AM
RE: IMAP / iPhone
by Eskissimo
on 06 Jan 2012 07:47 AM

ArGoStuff User to User Support Forums
How do I configure the webmail interface?
Last Post 28 Dec 2009 02:56 PM by Steve Topilnycky. 1 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
AuthorMessages
johnsmUser is Offline
New Member
New Member
Send Private Message
Posts:6

--
28 Dec 2009 12:32 PM  

OK, I have made the move to the .Net version from Pro. Everything basically runs, except there is no info on how to configure the web interface. I am already running IIS for my web sites.

In the pro version I had the port mapped to 2525, so users could go to thier own domain:2525 and get the login prompt. Now this no longer exists. I have the webmail interface set up on the Default web site, but this does not help if each web site can no longer access it directly without going to the "default web site". So as a work around until I can get some help on how to set this up, I had to create a "Virtual Directory" on each web site and point it to the default web site. I hope this is not the only option since I will have to do this every time I set up a new site.

Also, where (specifically) are the files for editing the webmail pages. I know some are in the \Auth directory, but I can not find all of them (especially the log in page). Is there a list of the files somewhere? I used to use the Outlook Clone that I download from this site. Is there anything like that for the .Net version?

Thanks.

 

Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1278
Avatar

--
28 Dec 2009 02:56 PM  

The .NET web interface runs on port 80, or what ever port you have IIS listening to.  Here is what I did:

1. I created a new web site in IIS.  I set the Host Headers to the domains that I wanted to use webmail for.  By doing it this way, I have one install of the web interface that can service several domains.

2. I ran the install program for the web interface and instead of selecting the "Default Web Site" I selected the newly created site. (I named it ArGomail).

3. I placed a default.aspx file in the root of the web site.  The contents of this file will redirect the user to the \webmail folder where the web interface resides.  So if a user types webmail.mysite.com it will redirect them to webmail.mysite.com/webmail.   I will attach my default.aspx to this message. It is Zipped up so not to cause any issues with the web site.

Notes:  When creating the folder for the new site, make sure that IUser_[Computer Name] Account and Network Service account have "Read & Execute", "List Folder Contents" and "Read Permissions".  I throw the Administrator account with Full Control.  In IIS on the Home Directory Tab, click the "Create" Button to create a new application. In the Execute Permission drop down, set this to "Script Only".  For application pool, you can use the default, or create your own application pool.

For me, as a rule of thumb, I never use the default web site for anything, for security purposes. As a matter of fact that site is disabled on my server.

 Currently there are no theme packs like there were for the pro version.  The interface uses "Themes" so you can customize it.  Information on Themes can be found here at http://www.argosoft.com/rootpages/M...hemes.aspx

I have not yet had the time to play around with the themes yet, so I do not know how easy/hard it is to customize.

- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
You are not authorized to post a reply.

Active Forums 4.2
DonationsMinimize

Find our site useful? Make a donation to show your support

Donate

logo_ccMC.giflogo_ccVisa.giflogo_ccDiscover.giflogo_ccAmex.gif

ArGoStuff Supporters

 


News from ArGoSoftMinimize
1 2 3 4 5 6


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


1 2 3 4 5 6

Protect Your Computer today withGet AVG Today


Home:ArGoStuff:Forums:Articles:Cyber Security Tips:FAQ:Downloads:Links
Copyright 2006-2011 by ArGoStuff Terms Of UsePrivacy Statement