Search  
You are here:  Articles    
Article Categories Minimize

Articles Minimize

Current Articles | Categories | Search

IN FOCUS: Is ClamAV Vulnerable to a Corporate Attack?
Posted by SteveT on Thursday, February 07, 2008 :: Last Updated on Thursday, February 07, 2008:: Views 542

Mark Joseph Edwards, News Editor, mark at ntsecurity / net Software vulnerabilities caused by faulty code pop up every day, and most of them are fixed in a reasonably quick fashion. But there's another type of software vulnerability that's going unpatched. That vulnerability has to do with intellectual property and patent claims. As you might kno...

Read More...

 

Glossary of Terms
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 543

Term Definitions Authentication A device used in network access control. It stores the usernames and passwords that identify the clients logging on, or it may hold the algorithms for token access. For access to specific network resources, the server may itself store user permissions and com...

Read More...

 

Winsock Error Codes
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 1352

Error# Error Code Description 10004 WSAEINTR Interrupted system call. 10009 WSAEBADF Bad file number. 10013 WSEACCES Permission denied. ...

Read More...

 

RAS DUN Error Codes
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 687

Error # Description 600 An operation is pending. 601 The port handle is invalid. 602 The port is already open. 603 Caller's buffer is too small. ...

Read More...

 

Outlook Express IMAP Error Codes
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 740

Error Code Error Type Description 0x800CCCD1 IMAP_LOGINFAILURE Login failed. 0x800CCCD2 IMAP_TAGGED_NO_RESPONSE Message tagged. 0x800CCCD3 IMAP_BAD_RESPONSE ...

Read More...

 

Outlook Express Winsock Error Codes
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 585

Error Code Error Type Description 0x800CCC40 WINSOCK_WSASYSNOTREADY Network subsystem is unusable. 0x800CCC41 WINSOCK_WSAVERNOTSUPPORTED Windows Sockets cannot support this application. ...

Read More...

 

Outlook Express RAS/DUN Error Codes
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 695

Error Code Error Type Description 0x800CCCC2 RAS_NOT_INSTALLED RAS/DUN not installed. 0x800CCCC3 RAS_PROCS_NOT_FOUND RAS/DUN process not found. 0x800CCCC4 RAS_...

Read More...

 

Using Telnet to test your connection
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 1485

Telnet can be a very useful tool to test your ArGo Mail Server and connection. Telnet can test all mail ports, and by default, Telnet connects to Port 23.To Use Telnet to access your SMTP server, you need to connect on port the appropriate port ([25 – SMTP] [110– POP3] [143– IMAP]). The steps below were tested from a remote locati...

Read More...

 

IN FOCUS: Vendors' Lax Security is Our Problem
Posted by SteveT on Thursday, January 31, 2008 :: Last Updated on Thursday, January 31, 2008:: Views 573

by Mark Joseph Edwards, News Editor, mark at ntsecurity / net Last week, I blogged about a rather shocking incident. It's shocking both because it even happened and because it continues to happen. The incident I'm referring to is that Best Buy shipped digital picture frames that contained a virus that was installed during the manufacturing process...

Read More...

 

Outlook Express SMTP Error Codes
Posted by SteveT on Sunday, January 27, 2008 :: Last Updated on Sunday, January 27, 2008:: Views 1015

Error Code Error Type Description 0x800CCC60 SMTP_RESPONSE_ERROR Unknown error code. 0x800CCC61 SMTP_UNKNOWN_RESPONSE_CODE Syntax error returned. 0x800CCC62 SM...

Read More...

 

Page 1 of 3First   Previous   [1]  2  3  Next   Last   


Donations Minimize

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 ArGoSoft Minimize
1 2 3 4 5 6


ArGoSoft Mail Server .NET v1.0.5.3

Mail Server

  • Added data rebuild external utitlity (MailServerReset.exe), and a popup menu option to reset/rebuild user mailboxes and entire domain groups;
  • Mailbags and domains now support a * wildcard as a subdomain name, e.g., *.argosoft.com includes mail.argosoft.com, junk.argosoft.com, and so on...
  • When bouncing messages to local addresses, using local delivery handler, which have been recently used for local delivery... It turned out, it was not working when sending bounced messages to local users, messages were going to the queue. This change will considerably reduce server load;
  • Added a Sort by Email feature to distribution lists;

Web Interface

  • No Changes;
7/28/2008 2:33:17 PM
ArGoSoft Mail Server .NET v1.0.5.2

Mail Server

  • Added Available Updates checking. Of course, it will show up only after we release the next version... If new version is avialable, a link will be displayed on the bottom of the UI, suggesting to upgrade
  • "SMTP Log In" will be no longer be registered in the last login database, because it causes confusion when the web interface displays last login protocol;
  • Updated help files, now they reflect new Remoting services;

Web Interface

  • "Wiping" of trash folder now works. With each login, messages, located in the trash folder, and older than 3 days will be wiped out;
6/16/2008 8:45:05 AM
German Resources for Web Interface

Now we have a German translation of the web interface of Mail Server .NET! Thanks to Roland Bieri.

6/6/2008 10:50:26 PM
ArGoSoft Mail Server .NET v1.0.5.1

Mail Server

  • Fixed a bug from 1.0.5.0 - was impossible to add domain groups and domains from the UI;

Web Interface

  • Created a page for localized resource files. If you are willing to contribute your resources, we would be very thankful;
  • It turns out, major IMAP clients do not allow rename of the Inbox folder. They display localized name of Inbox, but an actual name of folder on the server stays "Inbox". Now the web interface will allow the same - you can specify the name of inbox, but it will be just a display name, how it will appear on the web interface. It will keep compatibility with IMAP clients;
  • CC and BCC headers on the Write Email page are now initially hidden.
  • When accessing the web interface initially, user will be prompted to enter default SMTP server address;
6/3/2008 11:43:33 AM
ArGoSoft Mail Server .NET v1.0.5.0

Web Interface

It is a major change, even though there are no significant changes in the "look and feel" of the web interface.

  • Now all the communication with mail server is performed via a remoting object, which is hosted in the mail server.
    • It allows to run the mail server and the web interface on separate computers;
    • Eliminates access right problems to directories and databases;
    • Web interface no longer requires SQL Server 2005 or SQL Server Express on the computer where it runs;
  • Something you've been asking for very long time! Now users can send out HTML messages
  • Almost entire text that appears in the UI is placed in resource files, allowing easy localization of string resources;
  • When going out, mail is relayd to mail server via SMTP, instead of going directly to outbox. It ensures, that all server plugins are called, and all server generated headers (including Domain Keys) are properly inserted;
  • Server and Domain Group administration temporarily are not available. We will be releasing new separate web application, which will be doing that. Currently, you still can use old version of web interface for administering server via web, old and new version can co-exist peacefully;

Mail Server

  • Now each account has No SMTP access flag, allowing to have "incoming only" accounts; Works only when SMTP authentication is enabled;
  • Optimized the load of Edit Domain Group box. In earlier versions it was taking long time, because that calculation of the usage was being performed at the box load. Now calculation will be not perfomed, unless user clicks Calculate Usage link;

Following changes are related to the major change of the web interface (see above):

  • Added remoting object, which is used to communicate with the web interface;
  • Added Default Content-Type field to users, allowing them to select in which initial state is the Compose Mail message body editor: plain text or HTML;
  • Now each user can select the name for their Inbox.  Useful when creating localized versions.
5/30/2008 11:18:43 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-2008 by ArGoStuff Terms Of Use Privacy Statement