Search 
You are here: Articles   
ArticlesMinimize
ArgoSoft Mail Plus (1.8.9.2) setup
Posted by westmatrix on Sunday, August 30, 2009 :: Last Updated on Sunday, August 30, 2009:: Views 3234

This is the ArgoSoft 1.8 (1.8.9.2) configuration for the plus version...Screen shots...   User configuration This is for Outlook Express configuration...Screenshots... Enjoy, hope this helps someone!

Read More...

 

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 4186

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 3028

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 6759

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 5489

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 5211

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 3668

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 3897

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 15682

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 3661

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...

 

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


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.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...
7/8/2009 8:56:19 AM
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;
7/2/2009 11:04:16 AM
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.
6/29/2009 10:46:29 AM
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 causingIndex 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...

6/9/2009 12:47:58 PM
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, seethis document for the list of changes.
5/28/2009 10:39:51 AM


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