Main > Free Download Search >

Free axigen mail server isp software for linux

axigen mail server isp

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4921
SurgeMail 37b8

SurgeMail 37b8


SurgeMail is the fastest, most robust and secure, full-featured email server on the market today supporting all the protocols an more>>
SurgeMail is the fastest, most robust and secure, full-featured email server on the market today supporting all the protocols and standards. Surgewall works with every mail server and can be installed in minutes, instantly gives you the uniquely advanced, Spam Blocking, Virus Scanning and even user configurable filtering and friends modes normally only found in our SurgeMail product.
Main features:
- User existence is checked at rcpt stage to prevent major spam problems
- Spam and virus free email
- Friends mail screening system.
- Integrated mail server and web based email
- Web based administration (user, domain and server)
- Full SSL secure support for all protocols
- Runs on platform of choice (Windows, most Unix versions)
- Installs in minutes and unparalleled after sales service
<<less
Download (10.7MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1649 downloads
AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta

AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta


AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta is an ideal software which can help you render email messaging quick and easy! more>> <<less
Added: 2009-07-22 License: Freeware Price: FREE
1 downloads
 
Other version of AXIGEN Mail Server Office Edition Free
AXIGEN Mail Server Office Edition Free 7.1Gecad Technologies - AXIGEN Office Edition is a FREE, reliable and secure ... AXIGEN Mail Server Office
Price: $0.00
License:Freeware
Download (26.38MB)
189 downloads
Added: 2009-04-23
Price: $0.00
License:Freeware
Download (26.32MB)
179 downloads
Added: 2009-04-28
AXIGEN Mail Server Office Edition Free 6.2.2Gecad Technologies - AXIGEN Office Edition is a FREE, reliable and secure mail server for Linux, BSD, Solaris. It ... AXIGEN Mail Server Office
Price: $0.00
License:Freeware
Download (16.07MB)
192 downloads
Added: 2009-04-14
AXIGEN Mail Server Office Edition Free 6.1.0GECAD TECHNOLOGIES - AXIGEN FREE mail server-(E)SMTP,POP3,IMAP4 ... AXIGEN Mail Server Office
License:Freeware
Download (16.07MB)
182 downloads
Added: 2009-04-26
AXIGEN Mail Server Office Edition Free 5.0.2secure Linux and FreeBSD mail server intended for ... AXIGEN Mail Server Specifications: Mail Services - SMTP/ESMTP, POP3, IMAP4 and Webmail - SSL
License:Freeware
Download (11.51MB)
204 downloads
Added: 2009-04-02
AXIGEN Mail Server Office Edition Free 4.0.1(E)SMTP, POP3, IMAP4, Webmail server and support. AXIGEN Office Edition is a FREE, reliable and secure Linux and FreeBSD mail server intended for
License:Freeware
Download (MB)
836 downloads
Added: 2007-07-23
AXIGEN Mail Server StartUp Edition 5.0.1

AXIGEN Mail Server StartUp Edition 5.0.1


AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support more>> AXIGEN Office Edition is a FREE, reliable and secure Linux and FreeBSD mail server intended for home users and small companies. AXIGEN Mail Server, offering integrated mail services and basic support, can successfully replace several open source applications.
This is a full-featured version, available free of charge, part of a time-limited promotional offer. This type of license offered is perpetual and you will get to keep it even if this promotion expires.
AXIGEN is available for many Linux distributions (Gentoo, Redhat/Fedora Core, Slackware, Debian, Ubuntu, Mandrake/Mandriva, SUSE), for BSD platforms and for Solaris.
Main AXIGEN services:
1. Mail transfer is ensured by SMTP / ESMTP modules, which include a powerful Mail Processing engine with an API (Application Programming Interface) for custom filtering.
2. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management.
3. The Webmail module provides improved security and efficiency and allows users anywhere on the Internet to access and send mails from their Web browsers.
All services are controlled from centralized WEB / CLI Administration, enabling full control of the email traffic.
AXIGEN Mail Server Specifications:
Mail Services
- SMTP/ESMTP, POP3, IMAP4 and Webmail
- SSL/TLS encryption
Connectivity and architecture:
- Multithreaded engine with module thread control
- Simultaneous resource access
- Mail storage with index based access
- In depth connection control
- WebMail available in 21 languages
- Firewall-like communication rules
- User authentication: plain, login, CRAM MD5
Server Security
- Multilevel filtering system
- Integration with 16 Antivirus and AntiSPAM applications
- Script interface for external custom filters
Download your copy now!
<<less
Download (18.52MB)
Added: 2009-04-09 License: Freeware Price: Free
197 downloads
 
Other version of AXIGEN Mail Server StartUp Edition
AXIGEN Mail Server StartUp Edition 1.2.2AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support. AXIGEN Mail Server ... AXIGEN Mail Server Specifications: Mail Services - SMTP/ESMTP, POP3, IMAP4 and Webmail - SSL
License:Freeware
Download (10800K)
192 downloads
Added: 2009-04-15
AXIGEN Mail Server StartUp Edition 1.2.0bAXIGEN StartUp Edition is a modular, FREE mail server for 9 ... AXIGEN Mail Server Specifications: Mail Services - SMTP/ESMTP, POP3, IMAP4 and Webmail - SSL
License:Freeware
Download (6.5MB)
1270 downloads
Added: 2006-05-03
Mail::Bulkmail::Server 3.12

Mail::Bulkmail::Server 3.12


Mail::Bulkmail::Server is a Perl module that handles server connections and communication for Mail::Bulkmail. more>>
Mail::Bulkmail::Server is a Perl module that handles server connections and communication for Mail::Bulkmail.

SYNOPSIS

my $server = Mail::Bulkmail::Server->new(
Smtp => your.smtp.com,
Port => 25
) || die Mail::Bulkmail::Server->error();

#connect to the SMTP relay
$server->connect || die $server->error();

#talk to the server
my $response = $server->talk_and_respond("RSET");

Mail::Bulkmail::Server now handles server connections. Mail::Bulkmail 1.x and 2.x had all the server functionality built into the module itself. That was nice in terms of simplicity - one module, one connection, one server, and so on. But it had some downsides. For one thing, it only allowed for one connection. And since I wanted to allow multiple server connections in 3.00, that had to go. For another, it was a pain in the butt to change the server implementation. This way, you can easily write your own server class, drop it in here, and be off to the races.

For example, the Mail::Bulkmail::DummyServer module for debugging purposes.
This is not a module that youll really need to access directly, since it is accessed internally by Mail::Bulkmail when it is needed. Specify the data you need in the conf file and the server_file attribute, and you wont ever need to touch this directly.

<<less
Download (0.070MB)
Added: 2006-12-19 License: Perl Artistic License Price:
1046 downloads
Net::Server::Mail::ESMTP::XFORWARD 0.15

Net::Server::Mail::ESMTP::XFORWARD 0.15


Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. more>>
Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP.

SYNOPSIS

use Net::Server::Mail::ESMTP;

my @local_domains = qw(example.com example.org);
my $server = new IO::Socket::INET Listen => 1, LocalPort => 25;

my $conn;
while($conn = $server->accept)
{
my $esmtp = new Net::Server::Mail::ESMTP socket => $conn;
# activate some extensions
$esmtp->register(Net::Server::Mail::ESMTP::XFORWARD);
# adding some handlers
$esmtp->set_callback(RCPT => &validate_recipient);
$esmtp->process();
$conn->close()
}

sub validate_recipient
{
my($session, $recipient) = @_;

my $domain;
if($recipient =~ /@(.*)>s*$/)
{
$domain = $1;
}

if(not defined $domain)
{
return(0, 513, Syntax error.);
}
elsif(not(grep $domain eq $_, @local_domains) && $session->get_forwarded_addr != "10.1.1.1")
{
return(0, 554, "$recipient: Recipient address rejected: Relay access denied");
}

return(1);
}

When using a Net::Server::Mail::ESMTP script inside a MTA and not in front of Internet, values like client IP address are not accessible to the script and when the script returns mail to an other instance of smtpd daemon, it logs "localhost" as incoming address. To solve this problem, some administrators use the XFORWARD command. This module gives the ability to read and store XFORWARD informations.

<<less
Download (0.015MB)
Added: 2007-04-19 License: Perl Artistic License Price:
918 downloads
PHPXmail 1.5

PHPXmail 1.5


PhpXmail is Web-based management software for the Xmail mail server. more>>
PhpXmail is Web-based management software for the Xmail mail server. It allows the administrator of the mail server to perform configuration management and monitoring tasks for the mail server.
It allows the postmaster for each domain the Xmail server is configured to perform management functions. The project allows the users who have a mail account to manage their account settings.
Enhancements:
- IE7 compatibility was fixed.
<<less
Download (0.11MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
871 downloads
Dwarf Mail Server 1.1.1

Dwarf Mail Server 1.1.1


Dwarf Mail Server is a full-featured mail server developed on the Java platform, implementing SMTP, POP3 and IMAP4rev1 protocols more>>
Dwarf Mail Server is a full-featured mail server developed on the Java platform, implementing SMTP, POP3 and IMAP4rev1 protocols.
Dwarf Mail Server provides support for rich application message processing via pluggable mail filters and agents, as well as full handling of virtual domains for the SMTP/POP3/IMAP4 protocols, and is free of charge for the binary redistribution.
Since the server is based on the Dwarf framework, it also shares its common design principles and features - simplicity, high modularity and extensibility, authentication and authorization, XML-based configuration, logging and remote management.
Main features:
- ESMTP, POP3 and IMAP4rev1 implementation
- application logic layer provided by mail filters and agents
- virtual mail hosts in SMTP/POP3/IMAP4 server
- application-independent authentication and authorization
- sample JSP-based webmail interface
Dwarf Mail Server is targeted for both end users who are just looking for simple, secure and robust mail server as well as developers who need an extensible and powerful framework for application message processing.
For users with minimal requirements it can offer portability, simple configuration as well as strong security.
- Portability: several OS platforms are supported via the Java technology, including MS Windows, UNIX/Linux/BSD, MacOS X and others.
- Configuration: just 3 lines have to be changed to fire up a sample mail server and a few of them to run a full featured SMTP/POP3/IMAP4 server.
- Security: it uses Java Platform Security Architecture in combination with Java Authentication and Authorization Service (JAAS), as well as SSL/TLS for the secure communication.
Advanced or enterprise users can additionally appreciate performance scalability, multiple domain handling, enhanced security features and modular design easing to incorporate it to the existing infrastructure.
- Scalability: gaining from multithreaded design and dynamically adjustable allocation of resources.
- Multiple domains: server is able to handle multiple virtual domains in a single instance for all SMTP, POP and IMAP protocols.
- Enhanced security: includes subject-based permissions and access control lists for IMAP, SMTP relaying control rules, host-based filtering, SSL/TLS communication, basic anti-spam filtering, etc.
- Robustness: client/server network communication is by design separated from the resource-expensive application logic layer. The server implementation is based on the unparsed byte streams whenever possible, including its own and highly efficient MIME parser.
Dwarf Mail Server also appears to be a suitable platform for application development and customization. Its modular structure and lightweight API allows enhancing existing functionality or completely exchanging the certain part as a whole:
- Message processing: mail filters and agents provide an unique infrastructure for rich message processing.
- Mail queue: physical mail queue representation is abstracted by the API specification and may replaced by a custom implementation.
- Storage subsystem: physical data representation (i.e. messages, folders, configuration options, ACLs) is abstracted by API and may be replaced by a custom implementation based on filesystem, SQL database, etc.
- MIME parser: the parsing engine may be reimplemented for the top efficiency according to the currently used mail storage.
Dwarf Mail Sever has been tested with the most popular mail clients like MS Outlook, Mozilla, Thunderbird, Opera, Apple Mail, Becky!, Pegasus, Eudora, Pine, The Bat! and others.
Other features:
- multi-threaded server
- dynamically adjusted number of active threads
- server API for mail, user data and ACL storages
- robust SMTP server architecture with flexible queue design
- simultaneous deliveries to remote SMTP hosts
- transparent Delivery System Notification (DSN) mechanism
- support for shared mail folders
- fast and universal stream-oriented MIME parser
- runtime server configuration
- built-in SSL/TLS support
- full documentation with user guides and tutorials
- samples with source code
<<less
Download (0.91MB)
Added: 2005-12-08 License: Freely Distributable Price:
1422 downloads
DeskNow Mail and Collaboration Server 3.1.9

DeskNow Mail and Collaboration Server 3.1.9


DeskNow is a fully featured and easy to use mail and collaboration server. more>>
DeskNow project is a fully featured and easy to use mail and collaboration server that can handle all the communication and collaboration needs of your company.
Main features:
- fully featured mail server
- advanced antispam technologies, antivirus integration and content filtering
- dynamic webmail interface
- document management
- advanced calendaring with meeting planning, free/busy search, shared calendars, task lists, resource booking, iCal publishing (Mozilla Sunbird, Apple iCal)
- Outlook connector to integrate personal and group calendars, tasks, contacts
- SyncML synchronization with Palm, PocketPC, BlackBerry and most mobile phones
- secure Jabber instant messaging with integrated web client
- automatic authentication and account import with Active Directory and LDAP servers
Enhancements:
- This version introduces minor improvements to IMAP import and features improved SyncML duplicate detection and a maxhops configuration setting.
<<less
Download (24.4MB)
Added: 2006-08-11 License: GPL (GNU General Public License) Price:
1178 downloads
Sambar 6.2

Sambar 6.2


The Sambar Server is an open and scalable framework that provides an intuitive, secure and personalizable environment. more>>
The Sambar Server is an open and scalable framework that provides an intuitive, secure and personalizable environment for end-users; rapid development and deployment tools for developers; and an easy-to-use console for administrators.
Main features:
- WebDAV
- Content Management
- Document Versioning
- Search Engine
- Mail Server
- Servlet Runner
- Usage Throttling
- CRON Daemon
- IRC Server
- FTP Server
- TFTP Server
- DNS Server
- DHCP Server
- Proxy Server
- Socks Proxy
- Reverse Proxy
<<less
Download (7.4MB)
Added: 2005-08-22 License: GPL (GNU General Public License) Price: $99
1527 downloads
SMAN 1.2

SMAN 1.2


SMAN is a simple mail manager. more>>
With SMAN you can access your POP3 account and send all your mails.
SMAN is a TCL mail manager for X11, compatible with TCL 7.5 and Wishx 4.1.
Main features:
- Recieve mail from a POP3 server
- Send mail by an SMTP server
- MIME attachments
- Address book
- TO, CC, BCC lists
- Draft messages
- Sent mails
<<less
Download (0.04MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1634 downloads
GNU Mailutils 1.2

GNU Mailutils 1.2


GNU Mailutils contains a series of useful mail clients, servers, and libraries. more>>
These are the primary mail utilities of the GNU system.

Specifically, this package contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a POSIX mailx client and a collection of other tools.

<<less
Download (3.3MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
849 downloads
DeniX Server OS 0.3

DeniX Server OS 0.3


DeniX Server OS is an independent Linux based distribution built from scratch by Denis Salmanovich. more>>
DeniX Server OS is an independent Linux based distribution built from scratch by Denis Salmanovich. They aim to offer a user-friendly full-featured server operating system, pre-configured, well structured and easy to work with, and filled with the latest stable versions of Linux apps.
Its easy to install and configure. Every package is downloaded from the authors source and compiled when installed.
Main features:
- Domain Controller
- ADSL/CABLE Router (PPPoE)
- Network Firewall
- Anti Virus Gateway
- Anti Spam Gateway
- Mail Server (local & external) + Web Mail
- Calendar Sharing Support
- Network File Server
- DHCP Server
- TFTP BOOT Server
- WINS Server
- FTP Server
- VPN Server
- DNS Server
- DDNS Server
- MySQL Server
- HTTP Apache Server
- Remote Backup Solutions
- Remote control and administration
- Print Queue Server
- Proxy Server
<<less
Download (MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1275 downloads
Display mail route 0.2.1

Display mail route 0.2.1


Display mail route is an excellent and easy-to-play extension which will display country icons for the stations (server) the mail has been routed. more>> Display mail route 0.2.1 is an excellent and easy-to-play extension which will display country icons for the stations (server) the mail has been routed. As always with my extensions, you need to install Mnenhy or Enigmail.

Enhancements: Compatible with TB 1.5.0.*

Requirements: Thunderbird 1.0 - 1.5.0.* ALL

<<less
Added: 2006-09-12 License: MPL Price: FREE
1 downloads
SystemSearcher 1.0

SystemSearcher 1.0


SystemSearcher project is yet another Linux security scanner. more>>
SystemSearcher project is yet another Linux security scanner.
SystemSearcher is a Linux security scanner written in Perl. It scans single hosts or subnets for anonymous FTP servers, TFTP servers, SMTP servers which allow relaying, SSH servers, Telnet servers, NFS servers with exported directories, mail servers, Web servers (HTTP/HTTPS), well- known trojan ports, and exploitable CGIs.
You can also scan a list of specific servers and specific ports. It uses non-blocking socket communication with a 3-second socket timeout.
It can also scan for proxy servers which are open to the world (on port 80,8080,1080, or 3128), and SMB servers or Windows boxes sharing directories.
Main features:
- Scan a network segment
- Scan for anonymous ftp
- Scan for TFTP server
- Scan for SMTP server which allows relaying
- Scan for SSH server
- Scan for Telnet server
- Scan for Web server (HTTP and HTTPS)
- Scan for proxy server open to the world (Ports 80.8080.1080,3128)
- Scan for NFS server and exported directories
- Scan for Mailservers belonging to your target
- Scan for SMB server or windoze boxes and shared directories
- Scan for exploitable CGIs using whisker (programmed by Rain Forest Puppy)
- Scan for well known Trojan ports
- Scan for one or more open ports
<<less
Download (0.18MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
GPGlist 1.0

GPGlist 1.0


GPGlist project is a Perl script to implement gpg encrypted alias lists in a mail server. more>>
GPGlist project is a Perl script to implement gpg encrypted alias lists in a mail server.

GPGlist is a Perl script to implement gpg encrypted alias lists in a mail server such as Sendmail or Postfix.

It uses one XML config file to store information about lists. It backs up messages if an error occurs, and sends out error messages to the sender of the mail.

You can decide whether or not a list only accepts encrypted messages.

<<less
Download (0.005MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5