| November 06 2011, 06:10 PM GMT |
| 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;
|
| October 08 2011, 11:59 PM GMT |
| 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.
|
| June 07 2011, 01:33 AM GMT |
| 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.
|
| May 23 2011, 09:53 PM GMT |
| 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;
|
| April 27 2011, 01:47 AM GMT |
| 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;
|
| March 09 2011, 02:50 AM GMT |
| How to Use stunnel with our Mail Servers |
We have just released another document: How to use stunnel with our Mail Servers.. Please check it out.
|
| March 04 2011, 05:54 PM GMT |
| New document about Mail Server .NET Freeware |
We have just released a new pdf documents, which explains how to get started with our Mail Server .NET Freeware and set MX records on example of GoDaddy. Here is the direct link.
|
| February 26 2011, 02:34 AM GMT |
| 64 bit Mail Server .NET Freeware |
- Announcing the release of 64 bit version of ArGoSoft Mail Server .NET freeware...
|
| February 16 2011, 01:57 AM GMT |
| ArGoSoft Mail Server .NET v1.0.7.8 (64bit and more) |
- Added support of SpamAssassin well tested and well known anti-spam project by Apache;
Special thanks to Mr Hans Lockermeier for help.
- Released the 64 bit version (requires .NET 4 or higher);
- Fixed ongoing bugs and problems, making server more stable;
|
| February 05 2011, 06:05 PM GMT |
| ArGoSoft FTP Server 1.0.2.2 (64bit) |
- 64 bit version of FTP server is out!!!
- Fixed a problem when connection sometimes was hanging when changing to unexisting directories;
- Fixed a problem with automatic startup problem when starting up computer;
|
| January 23 2011, 01:38 AM GMT |
| 64 bit versions of Mail and FTP Servers |
64 bit versions of Mail Server .NET and FTP Server .NET are coming up shortly. Stay tuned! |
| May 17 2010, 11:35 PM GMT |
| Mail Server v1.0.7.7 - Fix for timeout problems |
Mail Server v.1.0.7.7 is now out.
There are no changes in Web Interface.
Previous version (1.0.7.6) of mail server caused problems with users, who had SImple SMTP option disabled on the Options - Server Options - SMTP page. This version fixes the problem.
|
| May 12 2010, 02:07 AM GMT |
| Mail Server 1.0.7.6 - fix for loaded servers |
Mail Server
- Improved handling of lenghty SMTP connections. New method should eliminate problems with "stuck"
SMTP connections, which waere causing high CPU load and, eventually, server crash on heavy loaded servers;
- Now individual domain groups can be exported and imported. Useful when splitting server between several
computers;
- Fixed several minor problems;
Web Interface
- Fixed several problems with displaying complex messages on the web interface;
|
| February 25 2010, 05:49 PM GMT |
| Mail Server v1.0.7.5 |
|
Mail Server
- Hopefully fixed a problem which was causing mail server to stop
Web Interface
- Web interface now will work with Safari;
|
| February 21 2010, 11:10 PM GMT |
| Mail Server v1.0.7.4 |
|
Mail Server
- SMTP now supports two methods of authentication: AUTH PLAIN and AUTH LOGIN;
- Improved the way how "stuck" delivery threads are getting cancelled. In some cases with previous versions
they could stay connected infinitely long;
- If a domain is in greylisting exception, and SPF is PASS, DNSBL will be not checked - to avoid blocking messages, when
single IP addresses belonging to large ISPs are blacklisted by DNSBL databases;
- Now there is an option to check all IP addresses, referred to in RECEIVED headers, against DNSBL databases;
- If autoresponder is enabled, and return address is not specified, now the server will use username, plus @ symbol,
plus either the first domain in the list belonging to the domain group, or domain group name itself;
- If SMTP for account is disabled for an account, connection will be still accepted, if it comes from web interface;
- If there is an unsuccessful attempt to log into the POP3 or IMAP server, or perform uncussessful
SMTP Authentication, and entry is created in the Windows application log;
Web Interface
- Fixed a problem with messages, containing embedded images with same name - was giving Resource already
in use error when displaying images;
|
| January 03 2010, 10:36 PM GMT |
| Mail Server v1.0.7.3 |
|
Mail Server
- In previous versions "stuck" IMAP connections were not getting disconnected, because it was assumed that
IDLE command can "stick around" infinitely. It turned out, some clients (e.g., iPhone and iPod) do not use
IDLE command, but still leave connections open, which causes open IMAP connections to add up. In this version
IMAP connection gets periodically checked, along with POP3 and SMTP connections, and gets disconnected, if it
was around for long time, and currently is not in IDLE state;
- Fixed a bug in Archiver: copy function was copying entire folder, not just a selection;
- If a list of trusted or banned hosts contained blank entry, it was returning false positives. Now
blank entries are just removed;
- If remoting service cannot start, now it not affect other services. Before
it would crash other services too;
- Added View Log Folder option to the mail server UI;
- Now catching exception when reading server start date/time. It appears, server startup times
was not getting stored properly into the Settings.xml file on non-English versions of Windows;
- License is now checked onlny at server startup, rather then during each connection. It appears,
decrypting of the license and checking it's signature was taking pretty long time on some systems;
Web Interface
- Fixed a problem with processing MIME messages, when part separators (boundaries) contain space;
|
| December 03 2009, 04:58 PM GMT |
| FTP Server v1.0.2.1 |
- Fixed a potential security threat - no longer accepting very long command lines, which would
cause server to crash;
|
| November 27 2009, 12:57 AM GMT |
| Mail Server .NET v1.0.7.2 |
|
Mail Server
- Fixed long delay when sending mail to large mailing lists, containing large number
of local recipients;
- Optimized access to trusted and banned hosts lists;
- Added an option to allow bouncing only to local users (Options - Server Options
- Delivery;
- Further optimized resource consuming processes, such as POP3, IMAP and delivery;
Web Interface
- Fixed multiple problems with displaying complex multipart messages;
|
| August 20 2009, 09:38 PM GMT |
| FTP Server v1.0.1.9 |
|
|
| July 16 2009, 02:02 PM GMT |
| Mail Server v1.0.7.0 |
|
Mail Server
- Outgoing messages would loop infinitely, when there was a DNS server timeout
when retrieving MX records;
- Fixed a problem in IMAP, with displaying ? (question mark) sybmols in sender addresses, containing
"high" ASCII characters. Would occur only when messages had attachments;
- When deleting users, SQL command timeout increased from 30 seconds to 5 minutes. Was causing SQL server
timeout when users had tens of thousands of messages;
Web Interface
No Changes
|
| July 08 2009, 12:56 PM GMT |
| Mail Server v1.0.6.9 |
|
Mail Server
- Fixed a security issue, which was intrduced in v1.0.6.8 after ading Trusted Senders feature...
Web Interface
- Rich text control now also works with Internet Explorer 8, Safari and Chrome...
|
| July 02 2009, 03:04 PM GMT |
| FTP Server v1.0.1.8 |
- Now transfer buffer size is configurable (Tools - Options - Transfer Buffer Size).
In earlier versions it was hardcoded to 32 Kb;
- Fixed a bug when importing data from Win32 version;
|
| June 29 2009, 02:46 PM GMT |
| Mail Server v1.0.6.8 |
|
Mail Server
- Users, domain groups and mailbags can have individual settings for nine anti-spam features supported
by our server. Settings may be inherited from the "above" level, or overriden;
- Added Trusted Senders - you can specify senders (email addresses), and if the value transmitted with
RCPT TO SMTP command matches one of them, connection will be considered as trusted. We do not recommend
to use this option, we added it for backward compatibility;
- Fixed an Object Reference not Set on Object errors when mail was sent to non-existing domains.
This error was not causing any problems, was just showing in the log, causing confusion;
Web Interface
- Made changes to handle individual anti-spam settings (see in the Mail Server sectino above,
first point). They are currently handled only for domain group administration section. For list of
changes see this document.
|
| June 09 2009, 04:47 PM GMT |
| Mail Server v1.0.6.7 |
|
Mail Server
- Added Status page to the UI of mail server, now users can see "live" statistics for server;
- Added buffered output to IMAP. It turns out, that some firewalls are corrupting data, if it is sent in small chunks.
Buffering allows to avoid these problems;
- Optimized database cleanup procedure at server startup. When DNS cache was large, removal of expired records was
causing database server timeouts, and server was not starting up;
- Added status bar to the mailbox viewer, and now message load is performed in a separate thread, which means,
screen will no longer freeze when browsing folders containing large number of messages;
- Fixed a bug with UID COPY IMAP command. When copying 1st message, was causing
Index of Range errors;
- Fixed a problem with accessing newly created users from web interface, default folders were going to
as Shared folders area...
Web Interface
No changes...
|
| May 28 2009, 02:39 PM GMT |
| Mail Server .NET v1.0.6.6 |
|
Mail Server
- Added support of Shared Folders - now server administrator can create folders, which are
accessible for specified users with different levels of rights. Folders can be accessed via IMAP, or
web interface;
- Archiver module is no longer a module. It became an integral part of server now;
- Reverse PTR checking option now allows exceptions - specified IP addresses (on top of trusted hosts) will
be not checked;
- Fixed a problem with the rotation of DNS servers.
Web Interfacer
-
Added support for shared folders. If you have modified web interface, see
this document
for the list of changes.
|
| May 27 2009, 11:55 PM GMT |
| FTP Server 1.0.1.7 |
|
May 27 2009, v1.0.1.7
- ZIP and UNZIP SITE commands now use native, fully managed .NET code from
DotNetZip library, which
replaces older unmanaged, Win32 based library;
-
Fixed a bug - if SQL server was not used, then export from the Win32 FTP server was not
working.
|
| May 18 2009, 12:08 PM GMT |
| Mail Server v1.0.6.5 Quick Fix |
Mail Server:
- Made a quick fix.5: users, who had global filtering enabled would not receive mail. Please download and install 1.0.6.5, released on May 18 2009 (click Help - About).
- Updated GeoIP database
|
| May 15 2009, 01:04 PM GMT |
| Mail Server .NET v1.0.6.5 |
|
IMPORTANT: If you are using one
of Archiver or AutoWhitelisting
optional modules, they also must be upgraded!
Mail Server
- Added PIPELINING and VRFY SMTP extensions;
- Now DSN, PIPELINING, VRFY, SIZE and ETRN extension can be turned on or off;
- Fixed a problem with "hanging" bounced messages, when original messages were included
as message/rfc822 attachments, and they were relateively large;
- Fixed a problem with domain group broadcast messages;
- Domain group quotas now are calcucated correctly;
- If .eml files are dropped to user icons on the mail server controller UI, they will
be added to user inbox;
Web Interface
- Fixed a problem with viewing messages, containing duplicate parameters in headers;
|
| April 26 2009, 03:14 AM GMT |
| Mail Server .NET 1.0.6.4 |
| IMPORTANT: If you are using one of Archiver or AutoWhitelisting
optional modules,
they also must be upgraded!
Mail Server
- Fixed a problem, which was new in 1.0.6.3 - when adding new users
you would get DBNull Cannot be Cast... errors,
because new field tracking usage calculation related fields was not being added;
- Fixed a problem with the v0.95 of Clam-AV antivirus. It appears, new version was not interpreting
properly DOS style paths, and email files were not getting properly scanned;
- Fixed a problem with domain group quotas - was working properly only when each domain group user
also had set domain group quotes;
- Replies to UIDL and LIST commands in POP3
now are getting sent in a "single batch", rather then line
by line - significantly improves performance;
Web Interface
|
| April 14 2009, 03:14 PM GMT |
| Mail Server v1.0.6.3 |
| IMPORTANT: If you are using the web interface
and/or other optional modules,
modules you use also must be upgraded!
Mail Server
- Fixed a problem with mailbox usage calculations;
- Fixed a bug with custom bounce messages;
- If during reception, message size exceeds the maximum allowed size, the server will wait
until entire message is received (without allocating additional memory), and send back a rejection
error message only after sending MTA is done with transmission. In earlier versions server was
sending error message without waiting for end, making delivering MTAs assume that there was just
a transmission error, and making them to do multiple retries to deliver large messages;
- When checking reverse PTR records, in case lookup fails will assume PTR record
does not exist;
- Fixed a problem with Outlook Express in case email addresses of senders contained illegal characters. Outlook Express was just skipping them when accessing a mailbox using IMAP;
- Connectio monitor frequency is now configurable (Options - Server Options -
Advanced);
Web Interface
There are no significant changes, but it must be upgraded to keep shared libraries syncrhonized with
the mail server;
|