Post new topic Reply to topic  [ 255 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-02-20 14:29 
Normal user

Joined: 2007-02-13 23:19
Posts: 179
freemailer wrote:
Does this work with version 5 at all, or should I keep using version 4 for now?


Yes, this version works with hMailServer v5. But you should check out the new OSAN beta version, which is using features new in v5 to add functionality like saving of sent/draft messages, thread about that here: viewtopic.php?f=9&t=14143

ronchese wrote:
VERY good! I was getting myself mad with all those php webmails, that requires lots of configuration and download/install additional softwares. Also, every time I ran that php-setup to add or remove a feature, it screwed my installation.

Your Osan webmail worked easy and nicely, and has a good layout (compared against and not so old like squirrel). The good part now is we can remodel the site beautiful and easily as well, once now we have a .net option!!

Thanks for this!!
Cesar


Thank you! There's been some improvements to OSAN aswell, you can get the latest source code from SVN, see instructions at www.osan.se.


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-05-20 08:02 
New user
New user

Joined: 2009-05-20 07:54
Posts: 1
I am having issues with the WebMail. When trying to log in, I receive this Error Message:

Method not found:'hmailserver.Domain hmailserver.IInterfaceDomains.Itembyname(system.string)'.

Sorry I am a Newbie. So, anybody who can help I would greatly appreciate it.

- Gotony


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-05-22 11:08 
Normal user

Joined: 2008-01-05 19:23
Posts: 41
Location: Sweden
gotony wrote:
I am having issues with the WebMail. When trying to log in, I receive this Error Message:

Method not found:'hmailserver.Domain hmailserver.IInterfaceDomains.Itembyname(system.string)'.

Sorry I am a Newbie. So, anybody who can help I would greatly appreciate it.

- Gotony


I would suspect that you're running an old version av HMS, you need to upgrade to v5.

John


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-05-22 19:23 
Normal user

Joined: 2007-02-13 23:19
Posts: 179
gotony wrote:
I am having issues with the WebMail. When trying to log in, I receive this Error Message:

Method not found:'hmailserver.Domain hmailserver.IInterfaceDomains.Itembyname(system.string)'.

Sorry I am a Newbie. So, anybody who can help I would greatly appreciate it.

- Gotony


Also, you might want to check out the HowTos at http://www.osan.se/.


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-05-29 13:28 
New user
New user

Joined: 2008-06-23 17:18
Posts: 3
Are there known problems when trying to install OSAN on a windows 2008 server?
When i try, the installer gets interrupted and needs to be restarted.
Any idea's


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-05-30 23:17 
New user
New user

Joined: 2009-05-30 23:05
Posts: 1
hi,

I had the same problem on my server 2008 x64.

After a few long hours (a new clean server installation) I added the IIS 6 compatibility feature for the web server role (IIS) and it worked out of the box. I think some error messages would be a nice feature for the next version. :-)

Does anyone have a solution for a "change password" feature for the normal users?

Greetings from Berlin,
Flo


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-06-04 09:45 
Site Admin

Joined: 2005-07-29 16:18
Posts: 13628
Location: UK
Please update or remove links for the demo on the first post as they lead nowhere.

Cheers!

_________________
If at first you don't succeed, bomb disposal probably isn't for you! ヅ


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2009-10-27 05:05 
New user
New user

Joined: 2009-04-02 18:31
Posts: 15
Hi, i am using the last version 0.9 beta, and the hmailserver 5.3 (last version to) and i cant login, the system show an error page, and in the log, someone have a solution?:

2009-10-26 21:47:02,125 [1] INFO ASP.login_aspx (null) - IP 186.11.11.206 tried to login with username sxxx@xxxxxx.com.
2009-10-26 21:47:02,234 [1] INFO ASP.login_aspx (null) - IP 186.11.11.206 logged in successfully.
2009-10-26 21:47:03,515 [5] FATAL ASP.global_asax (null) - An error occurred in the OSAN WebMail application:

MESSAGE: La cadena de entrada no tiene el formato correcto.
nSOURCE: mscorlib
FORM: QUERYSTRING:
TARGETSITE: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
nSTACKTRACE: en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
en System.Int32.Parse(String s)
en OSANWeb.WebMail.BindGrid()
en OSANWeb.WebMail.Page_Load(Object sender, EventArgs e)
en System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
en System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
en System.Web.UI.Control.OnLoad(EventArgs e)
en System.Web.UI.Control.LoadRecursive()
en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2010-01-08 13:16 
New user
New user

Joined: 2009-06-02 16:10
Posts: 3
Same here. Fortunately there are sources available, will try to fix


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2010-01-08 14:32 
New user
New user

Joined: 2009-06-02 16:10
Posts: 3
Ok, looks like it is fixed already. You just have to get the sources from SVN and build the installer project. You will need the Visual Studio (at least Standard version) so let me (or author) know if you can't.


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2010-01-19 00:40 
Normal user

Joined: 2007-02-13 23:19
Posts: 179
I found this great open source and free ASP.NET web mail which might replace OSAN (as I currently do not have time to fix bugs and so on): http://www.afterlogic.com/products/webmail-lite

Give it a try!


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2010-01-21 19:50 
New user
New user

Joined: 2010-01-21 19:23
Posts: 11
Hi everybody,

We are trying to connect to hMail server from a win 2003 (IIS) to retrieve domains and email address in that domain. The hMail and web servers are on a different machines. What's the best way of achieving this and how do we connect to hMail server that sits on a seperate machine?

Any help is much apprecaited.


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2010-01-22 00:19 
Moderator
User avatar

Joined: 2007-06-14 05:12
Posts: 9385
Location: 'The Outback' Australia
jdfriday1 wrote:
...how do we connect to hMail server that sits on a seperate machine?

I don't know specifically for OSAN, (if that is what you are asking?)

however in general, you would put the remote server settings in the config file of the webmail app, same as if you were connecting a normal mail client...

_________________
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
Documentation


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2010-01-22 11:45 
New user
New user

Joined: 2010-01-21 19:23
Posts: 11
Thanks mattg,

I meant: I could find code sample (and API) for passing username and password for authentication but didn't find any infomation about on how to pass the hostname. I assume if you don't pass the hostname, then it tries to connect to localhost.

Let's say, the webapp is on host A but the mail server is on host B. The question is: is there any syntax/API that I need to use to say "hostname = B" ?

Thx.


Top
 Profile  
 
 Post subject: Re: Open-Source ASP.NET 2.0 WebMail system
PostPosted: 2010-01-22 13:30 
Moderator
User avatar

Joined: 2007-06-14 05:12
Posts: 9385
Location: 'The Outback' Australia
mattg wrote:
...in general, you would put the remote server settings in the config file of the webmail app.

Certainly this is where they would be for Squirrelmail and all of the other webmail clients that I have tried.

_________________
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
Documentation


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 255 posts ]  Go to page Previous  1, 2, 3, 4, 5


Who is online

Users browsing this forum: No registered users and 3 guests



Search for:
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group