squirrelmail
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
SquirrelMail 1.4.10a/1.5.1
SquirrelMail is a standards-based Webmail package written in PHP4. more>> <<less
Download (MB)
Added: 2007-05-12 License: GPL (GNU General Public License) Price:
922 downloads
Squirrelmail Outlook Skin Theme 1.0.3
Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8). more>>
Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8).
<<less Download (1.9MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
646 downloads
OverLook Webmail 4.2
OverLook is a branch of the famous e-mail client SquirrelMail. more>>
OverLook is a branch of the famous e-mail client SquirrelMail, transformed for being an usable application also by a less expert user, accustomed using other tools for the management of his mail.
OverLook Webmail has not been only changed the skin, but the usability of the entire interface, that its now more intuitive, fast and efficient.
Enhancements:
- New themes have been added and new functionality has been implemented.
<<lessOverLook Webmail has not been only changed the skin, but the usability of the entire interface, that its now more intuitive, fast and efficient.
Enhancements:
- New themes have been added and new functionality has been implemented.
Download (3.4MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1097 downloads
travmail 0.1.1328
travmail project is an imap webmail client which requires php but does not use the imap routines available in php. more>>
travmail project is an imap webmail client which requires php but does not use the imap routines available in php.
Ive just made some rpm files available which have relocation enabled in case you want to install into a path other than the default /var/www/html using the rpm --install --prefix /var/htdocs travmail-version.rpm command line.
Please email bug reports to my email address below. If there is enough
interest Ill set up a mailing list.
Apologies for the lame name.. please suggest a better one.
Have a look at config.php and modify it for your sites settings.
As travmail uses css for styling it is very customisable (the only places where it isnt used is due to IE bugs).
There are a few different icon themes as the icon layout/format follows the naming convention of the kde icon sets so you can just untar an icon set then change the icons symlink in the styles/kde-look subdir and provided all the necessary icons are there you have a new theme. There are quite a few icon themes provided but for more visit http://www.kde-look.org
Dont use the filtering code that is in there .. I dont like it and you
probably wont either. Its in no way user friendly and not as powerful
as the procmail level of filtering Ive been used to and want.
Credit belongs with Trent Hornibrook for major features and suggestions
he has provided along the way. And thanks to purple (my gf) for
all the testing. Apologies if Ive missed anyone, email me and Ill give you your due credit.
This webmail client is inspired by all and sundry email clients.
The subdirectories reflect the open source packages travmail relies upon.
International character support is via some files from squirrelmail and
htmlarea is for the html editing .. the html to plain text is from the
phphtmlparser package.
Why another webmail client?
Complicated answer.. another project of mine is an oracle rac based (I
started it before open source databases were viable alternatives) imap/pop
data store for email and I was having trouble getting all the debug information
I needed to ensure that my implementation was correct (it still isnt .. when
it is usable Ill release it as well .. Ive been using it for a few years now
but it still has some pretty lame bugs .. the goal is for redundancy and to
only store any mime part once). For this reason and just for general
debugability (probably at the expense of quite a bit of performance) youll
find that there is a _lot_ of debug options you can turn on in
webmail_class.php
Load Testing
When load testing remember to use the script to strip out the debug code which
is not needed for production use.
Main features:
- compose allows unlimited attachments
- filters
- attachment indication
- message highlight on message selection
- range selection for message selection
- drag for message selection (checkboxes)
- is backwards compatible with the current production web mail (providing easy backout)
- would not require retraining for users due to interface changes if put into production for staff/students
- quick subject or address search
- open source
- used gzip compression for speed over low speed connections (ie. dialup)
- change message read/unread status
- prev and next buttons
- non frames view
- frames view
- safe mail viewing
- feedback/complaint integration
- help/how to
- database integration utilises pear so any php supported database can be used
- obeys the imap server attachment mime type information
- uses bodystructure for mime parsing (as per imap rfc)
- user options
- user option for default view
- people i know view
- unread view
- threaded view
- threaded unread
- conversation view
- conversations unread view
- view multiple messages (useful for printing)
- spam detection (filtering) integration with spamassassin spam flagging facility
- spell checking
- uses faster more efficient native php implementation of imap protocol
- does not use php imap c-client functions
- address book autocomplete
- style sheet based for look and feel
- css based
- warning when leaving compose without sending
- drafts
- html composition
- authentication without sessions
- nice imap failover
<<lessIve just made some rpm files available which have relocation enabled in case you want to install into a path other than the default /var/www/html using the rpm --install --prefix /var/htdocs travmail-version.rpm command line.
Please email bug reports to my email address below. If there is enough
interest Ill set up a mailing list.
Apologies for the lame name.. please suggest a better one.
Have a look at config.php and modify it for your sites settings.
As travmail uses css for styling it is very customisable (the only places where it isnt used is due to IE bugs).
There are a few different icon themes as the icon layout/format follows the naming convention of the kde icon sets so you can just untar an icon set then change the icons symlink in the styles/kde-look subdir and provided all the necessary icons are there you have a new theme. There are quite a few icon themes provided but for more visit http://www.kde-look.org
Dont use the filtering code that is in there .. I dont like it and you
probably wont either. Its in no way user friendly and not as powerful
as the procmail level of filtering Ive been used to and want.
Credit belongs with Trent Hornibrook for major features and suggestions
he has provided along the way. And thanks to purple (my gf) for
all the testing. Apologies if Ive missed anyone, email me and Ill give you your due credit.
This webmail client is inspired by all and sundry email clients.
The subdirectories reflect the open source packages travmail relies upon.
International character support is via some files from squirrelmail and
htmlarea is for the html editing .. the html to plain text is from the
phphtmlparser package.
Why another webmail client?
Complicated answer.. another project of mine is an oracle rac based (I
started it before open source databases were viable alternatives) imap/pop
data store for email and I was having trouble getting all the debug information
I needed to ensure that my implementation was correct (it still isnt .. when
it is usable Ill release it as well .. Ive been using it for a few years now
but it still has some pretty lame bugs .. the goal is for redundancy and to
only store any mime part once). For this reason and just for general
debugability (probably at the expense of quite a bit of performance) youll
find that there is a _lot_ of debug options you can turn on in
webmail_class.php
Load Testing
When load testing remember to use the script to strip out the debug code which
is not needed for production use.
Main features:
- compose allows unlimited attachments
- filters
- attachment indication
- message highlight on message selection
- range selection for message selection
- drag for message selection (checkboxes)
- is backwards compatible with the current production web mail (providing easy backout)
- would not require retraining for users due to interface changes if put into production for staff/students
- quick subject or address search
- open source
- used gzip compression for speed over low speed connections (ie. dialup)
- change message read/unread status
- prev and next buttons
- non frames view
- frames view
- safe mail viewing
- feedback/complaint integration
- help/how to
- database integration utilises pear so any php supported database can be used
- obeys the imap server attachment mime type information
- uses bodystructure for mime parsing (as per imap rfc)
- user options
- user option for default view
- people i know view
- unread view
- threaded view
- threaded unread
- conversation view
- conversations unread view
- view multiple messages (useful for printing)
- spam detection (filtering) integration with spamassassin spam flagging facility
- spell checking
- uses faster more efficient native php implementation of imap protocol
- does not use php imap c-client functions
- address book autocomplete
- style sheet based for look and feel
- css based
- warning when leaving compose without sending
- drafts
- html composition
- authentication without sessions
- nice imap failover
Download (19.3MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
qinstall-src 2.0
qinstall-src is a source package collection along with a bash script that helps an administrator to compile a mail server. more>>
For those who want to build their own mailserver from sources on different GNU/Linux distributions like Slackware, Gentoo, CentOS, SuSe, Fedora Core or Debian, we created an universal package called qinstall-src.
qinstall-src is a source package collection along with a bash script that helps an administrator to compile, configure, install and run an e-mail server, based on qmail, together with all the programs required to run properly.
Main features:
- all perl modules required for optimum runtime;
- user administration web interface(qmailadmin);
- console-based user and domain administration (vpopmail, cqadmin);
- a bash script that eases the administration of queue pending messages (qmHandle);
- personalized webmail (SSL/TLS), activated quota, password changer (squirrelmail);
- ESMTP/SMTP, IMAP/POP3 SSL services activated by default (qmail, courier imap);
- e-mail autoresponder (autorespond);
- antivirus and antispam software (clamav, spamassassin);
- email filters (procmail);
- other programs that help running the e-mail server at optimum speed;
qinstall-src is tested on Slackware, Gentoo, Fedora Core, CentOS, openSuSe and Debian.
Enhancements:
- Many packages have been upgraded to the latest version.
- All packages have been ported to Bluewhite64 Linux (64-bit).
<<lessqinstall-src is a source package collection along with a bash script that helps an administrator to compile, configure, install and run an e-mail server, based on qmail, together with all the programs required to run properly.
Main features:
- all perl modules required for optimum runtime;
- user administration web interface(qmailadmin);
- console-based user and domain administration (vpopmail, cqadmin);
- a bash script that eases the administration of queue pending messages (qmHandle);
- personalized webmail (SSL/TLS), activated quota, password changer (squirrelmail);
- ESMTP/SMTP, IMAP/POP3 SSL services activated by default (qmail, courier imap);
- e-mail autoresponder (autorespond);
- antivirus and antispam software (clamav, spamassassin);
- email filters (procmail);
- other programs that help running the e-mail server at optimum speed;
qinstall-src is tested on Slackware, Gentoo, Fedora Core, CentOS, openSuSe and Debian.
Enhancements:
- Many packages have been upgraded to the latest version.
- All packages have been ported to Bluewhite64 Linux (64-bit).
Download (MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
530 downloads
Mail::Toaster 5.01
Mail::Toaster is an installer for a collection of software which provides a full-featured mail server. more>>
Mail::Toaster is an installer for a collection of software which provides a full-featured mail server. The system is built around the qmail mail transport agent, with many additions and modifications
Main features:
- SMTP Mail Server (SMTP-AUTH, chk-user, SPF, TLS, tarpitting, RBL)
- Virtual Domain Hosting w/delegated administration
- Virtual Domain Users
- Mailing List (Ezmlm)
- AutoResponder
- Web Based E-Mail (Sqwebmail, Squirrelmail, V-Webmail)
- Web Based Domain Administration
- Mail Filtering (rbls, SpamAssassin, simscan, Qmail-Scanner)
- Virus Scanning (ClamAV, F-Prot, Uvscan)
- SMTP roaming via SMTP-AUTH, POP-AUTH, & IMAP-AUTH
- SMTP roaming via SMTP-submission (port 587)
- POP3, POP3-SSL
- IMAP, IMAP-SSL (Courier IMAP)
- CGI frontend to mail features
- Log processing and pretty graphs (via RRDutil)
- Auto-Installs of MySQL, Apache, phpMyAdmin, and more
- Centralized configuration files
- Support for clusters of qmail servers
- Builds SSL certs for Apache, Qmail, & Courier
Security - Mail::Toaster supports secure connections from the email client (via POP3, IMAP, SMTP, and webmail) to the server. If the remote (destination) email server supports it, we also encrypt the email as it travels across the public Intenet from server to server. Thus, if you happen to be using two Mail::Toasters and your email clients are configured to use SSL, you have a fully encrypted path from the email sender to the final recipient.
State of the Art Filtering - Mail::Toaster has sophisticated filtering capabilities built right in. A default installation blocks all viruses and will detect 85% of the spam. With a little bit of training, its reasonable to expect and achieve 99% spam filtering accuracy.
Flexibility - Mail::Toaster provides an extremely flexible framework to allow you to build your email system your way. This flexibility makes it easy to migrate existing systems to Mail::Toaster and also allows Mail::Toaster to work in diverse environments and OS platforms.
Support - There is a thriving and active support community available on the mailing list. The web forums are also frequented by quite a few helpful folks. If you need more support than folks are willing to provide, commercial support is available.
Enhancements:
- Primarily code quality improvements.
- Rewrites of major portions of the code using techniques described in Perl Best Practices.
- Many more tests, much better tests, and more error testing within the functions.
- A new Webmail interface.
- Its not terribly "pretty" yet, but is much more user friendly and functional.
<<lessMain features:
- SMTP Mail Server (SMTP-AUTH, chk-user, SPF, TLS, tarpitting, RBL)
- Virtual Domain Hosting w/delegated administration
- Virtual Domain Users
- Mailing List (Ezmlm)
- AutoResponder
- Web Based E-Mail (Sqwebmail, Squirrelmail, V-Webmail)
- Web Based Domain Administration
- Mail Filtering (rbls, SpamAssassin, simscan, Qmail-Scanner)
- Virus Scanning (ClamAV, F-Prot, Uvscan)
- SMTP roaming via SMTP-AUTH, POP-AUTH, & IMAP-AUTH
- SMTP roaming via SMTP-submission (port 587)
- POP3, POP3-SSL
- IMAP, IMAP-SSL (Courier IMAP)
- CGI frontend to mail features
- Log processing and pretty graphs (via RRDutil)
- Auto-Installs of MySQL, Apache, phpMyAdmin, and more
- Centralized configuration files
- Support for clusters of qmail servers
- Builds SSL certs for Apache, Qmail, & Courier
Security - Mail::Toaster supports secure connections from the email client (via POP3, IMAP, SMTP, and webmail) to the server. If the remote (destination) email server supports it, we also encrypt the email as it travels across the public Intenet from server to server. Thus, if you happen to be using two Mail::Toasters and your email clients are configured to use SSL, you have a fully encrypted path from the email sender to the final recipient.
State of the Art Filtering - Mail::Toaster has sophisticated filtering capabilities built right in. A default installation blocks all viruses and will detect 85% of the spam. With a little bit of training, its reasonable to expect and achieve 99% spam filtering accuracy.
Flexibility - Mail::Toaster provides an extremely flexible framework to allow you to build your email system your way. This flexibility makes it easy to migrate existing systems to Mail::Toaster and also allows Mail::Toaster to work in diverse environments and OS platforms.
Support - There is a thriving and active support community available on the mailing list. The web forums are also frequented by quite a few helpful folks. If you need more support than folks are willing to provide, commercial support is available.
Enhancements:
- Primarily code quality improvements.
- Rewrites of major portions of the code using techniques described in Perl Best Practices.
- Many more tests, much better tests, and more error testing within the functions.
- A new Webmail interface.
- Its not terribly "pretty" yet, but is much more user friendly and functional.
Download (0.61MB)
Added: 2006-09-29 License: BSD License Price:
1120 downloads
GNUPanel 0.2.0
GNUPanel provides a Web hosting control panel for Debian. more>>
GNUPanel provides a Web hosting control panel for Debian.
It is specially developed to run on Debian and is a simple and easy to use administration tool to manage a hosting account. GNUPanel provides three web interfaces with SSL access at user, reseller and administrator level.
With them you can add mail addresses and FTP accounts, protect directories, redirect subdomains, etc.
Main features:
- Subdomains administration
- Parked domains
- Mail accounts and redirections
- FTP accounts
- Directories protection
- Mail lists
- Web administration for PostgreSQL and MySQL databases
- Bandwidth and disk space control
- Web statistics
- Support tickets
- English and spanish languages
- Paypal payments support
- Backup tool
Software and daemons provided:
- Apache 2
- PowerDNS
- Proftpd
- Postfix
- Courier-pop, Courier-pop-ssl
- Courier-imap, Courier-imap-ssl
- Courier-authdaemon
- Squirrelmail
- Mailman
- PHP 5
- PostgreSQL 8.1
- MySQL 5
- PHPPgadmin
- PHPMyadmin
- Webalizer statistics
Enhancements:
- This release has a better user interface, and the ability to create auto-responders has been added.
- All users can now access a mail panel that allows them to create auto-responders, redirections, and change passwords for their mail accounts.
- This mail panel can be found at http://gnupanel.domain/mail.
<<lessIt is specially developed to run on Debian and is a simple and easy to use administration tool to manage a hosting account. GNUPanel provides three web interfaces with SSL access at user, reseller and administrator level.
With them you can add mail addresses and FTP accounts, protect directories, redirect subdomains, etc.
Main features:
- Subdomains administration
- Parked domains
- Mail accounts and redirections
- FTP accounts
- Directories protection
- Mail lists
- Web administration for PostgreSQL and MySQL databases
- Bandwidth and disk space control
- Web statistics
- Support tickets
- English and spanish languages
- Paypal payments support
- Backup tool
Software and daemons provided:
- Apache 2
- PowerDNS
- Proftpd
- Postfix
- Courier-pop, Courier-pop-ssl
- Courier-imap, Courier-imap-ssl
- Courier-authdaemon
- Squirrelmail
- Mailman
- PHP 5
- PostgreSQL 8.1
- MySQL 5
- PHPPgadmin
- PHPMyadmin
- Webalizer statistics
Enhancements:
- This release has a better user interface, and the ability to create auto-responders has been added.
- All users can now access a mail panel that allows them to create auto-responders, redirections, and change passwords for their mail accounts.
- This mail panel can be found at http://gnupanel.domain/mail.
Download (2.8MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
919 downloads
avelsieve 1.9.7
avelsieve is a Squirrelmail plugin for creating SIEVE scripts on a SIEVE-compliant mail server. more>>
Avelsieve or, verbosely, "SIEVE Mail Filters Plugin for Squirrelmail" is a Squirrelmail plugin for creating SIEVE scripts on a Cyrus IMAP server that runs timsieved (Tims SIEVE daemon).
Avelsieve will also be a part of Cyrusmaster, a web-based Cyrus administration tool. avelsieve project should provide the same interface of the users filters to administrators and/or helpdesk staff.
SIEVE is a mail filtering language, intended for server-side filtering of emails. See RFC 3028 and Cyrusofts page about SIEVE for more details.
The web interface provides a wizard-like interface that, in the end, creates part of a SIEVE script, a so called rule. It then assembles all the rules to form a SIEVE script.
For the sake of user-friendliness, it provides only a subset of SIEVEs functionality; the main goal was to provide a simple interface for Joe User to create server-side filters without knowing anything about the language itself.
The plugin does not provide a parser; instead, it saves PHP meta-data in the script itself, in order to continue editing and manipulation of the filters. The only thing that is supported is a script called "phpscript" on the Cyrus server. Multiple scripts are not supported yet. Ive tried to make it sane enough that it wont break a lot. Some more testing is needed - hence the beta status.
Main features:
- Simple HTML interface.
- Javascript functionality that enhances the user interaction, however there is HTML-only fallback for accessibility.
- Match messages based on email headers, size, or apply to all messages.
- Configurable number of header matches.
- Support of keeping a message, move to an existing or new folder, email redirection.
- Supports SIEVE Vacation.
- Supports SIEVE Notification action.
- Create a rule on-the-fly, while reading a message in Squirrelmail. This function will auto-detect List-Id: headers for mailing lists.
- Runs through all the rules, but supports a stop command when a rule matches.
- Change the order of rules - or delete them altogether.
- Enable / Disable rules on the fly, without deleting them.
- Make a textual description of the rule.
- Localizable.
- Automatic adaption to the capabilities of each sites SIEVE.
Enhancements:
- This release contains many important bugfixes and also adds the STARTTLS option for the ManageSieve protocol.
<<lessAvelsieve will also be a part of Cyrusmaster, a web-based Cyrus administration tool. avelsieve project should provide the same interface of the users filters to administrators and/or helpdesk staff.
SIEVE is a mail filtering language, intended for server-side filtering of emails. See RFC 3028 and Cyrusofts page about SIEVE for more details.
The web interface provides a wizard-like interface that, in the end, creates part of a SIEVE script, a so called rule. It then assembles all the rules to form a SIEVE script.
For the sake of user-friendliness, it provides only a subset of SIEVEs functionality; the main goal was to provide a simple interface for Joe User to create server-side filters without knowing anything about the language itself.
The plugin does not provide a parser; instead, it saves PHP meta-data in the script itself, in order to continue editing and manipulation of the filters. The only thing that is supported is a script called "phpscript" on the Cyrus server. Multiple scripts are not supported yet. Ive tried to make it sane enough that it wont break a lot. Some more testing is needed - hence the beta status.
Main features:
- Simple HTML interface.
- Javascript functionality that enhances the user interaction, however there is HTML-only fallback for accessibility.
- Match messages based on email headers, size, or apply to all messages.
- Configurable number of header matches.
- Support of keeping a message, move to an existing or new folder, email redirection.
- Supports SIEVE Vacation.
- Supports SIEVE Notification action.
- Create a rule on-the-fly, while reading a message in Squirrelmail. This function will auto-detect List-Id: headers for mailing lists.
- Runs through all the rules, but supports a stop command when a rule matches.
- Change the order of rules - or delete them altogether.
- Enable / Disable rules on the fly, without deleting them.
- Make a textual description of the rule.
- Localizable.
- Automatic adaption to the capabilities of each sites SIEVE.
Enhancements:
- This release contains many important bugfixes and also adds the STARTTLS option for the ManageSieve protocol.
Download (0.24MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1191 downloads
Zero Touch Linux Server 1.0
Zero Touch Linux Server is the easiest way to setup your back office infrastructure. more>>
Zero Touch Linux Server is the easiest way to setup your back office infrastructure. If you need mail server, file server or domain controller - ZTL is perfect for you. ZTL is now a FREE product that brings together the stability of Linux and the security of Trustix or 100% binary compatibility of CentOS with a simple web-based interface.
ZTL allows you to perform administrative tasks without any special knowledge. If you need to setup a server for your office, and do not have prior experience in doing it - ZTL is for you.
Main features:
- remote administration of servers
- three levels of access
- simple and comfortable web-based interface
- one click server upgrade
- based on powerful and secure operating system: Trustix Secure Linux
- based on free and 100% binary compatible operating system: CentOS Enterprise-class Linux Distribution
- ability to install and configure Web, Mail, DNS, Domain Controler, File Server, Printer Server as well as Database, DHCP, Proxy servers, Firewall servers
Three levels of access:
Admin Level:
- manage server configuration
- install/uninstall and automatically configure appliances
- create and manage websites/domains
- use PHP plugins: SquirrelMail, phpMyAdmin
Domain Level:
- create and manage websites/mailboxes/users
- add/manage shared folders
- manage MySQL/PostgreSQL databases
- add/manage users
- manage DNS records, Apache webserver virtual host settings
- use PHP plugins: SquirrelMail, phpMyAdmin
- remove/get system information
End User (Mail / FTP user) Level:
- webmail interface
- manage your mail settings
- use PHP plugins: SquirrelMail, phpMyAdmin
- change password
- upload download files via web
<<lessZTL allows you to perform administrative tasks without any special knowledge. If you need to setup a server for your office, and do not have prior experience in doing it - ZTL is for you.
Main features:
- remote administration of servers
- three levels of access
- simple and comfortable web-based interface
- one click server upgrade
- based on powerful and secure operating system: Trustix Secure Linux
- based on free and 100% binary compatible operating system: CentOS Enterprise-class Linux Distribution
- ability to install and configure Web, Mail, DNS, Domain Controler, File Server, Printer Server as well as Database, DHCP, Proxy servers, Firewall servers
Three levels of access:
Admin Level:
- manage server configuration
- install/uninstall and automatically configure appliances
- create and manage websites/domains
- use PHP plugins: SquirrelMail, phpMyAdmin
Domain Level:
- create and manage websites/mailboxes/users
- add/manage shared folders
- manage MySQL/PostgreSQL databases
- add/manage users
- manage DNS records, Apache webserver virtual host settings
- use PHP plugins: SquirrelMail, phpMyAdmin
- remove/get system information
End User (Mail / FTP user) Level:
- webmail interface
- manage your mail settings
- use PHP plugins: SquirrelMail, phpMyAdmin
- change password
- upload download files via web
Download (450MB)
Added: 2007-05-03 License: Freeware Price:
915 downloads
eXtended Account Management System 0.0.18
eXtended Account Management System is a PHP-based application suite for managing electronic mail accounts. more>>
eXtended Account Management System is a PHP-based application suite made for managing electronic mail accounts on multiple domains in a virtual hosting environment.
The XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas, and other mail-related functions.
Main features:
- Manage any number of domains, mailboxes and aliases
- Multiple domains can be grouped as a "site".
- If you have, for example, two domains domain1.tld and domain2.tld within site site1
- then mails to either of the two email addresses for user user (user@domain1.tld
- or user@domain2.tld) will be delivered to one mailbox.
- Autoreply (out of office) support
- Mail accounts are independent from system accounts
- Mailboxes can have quotas, which you can manage by reseller, site or user.
- Four different user-levels: Administrators, Resellers, Customers and Users
- - each user-level and each user can have individual restrictions
- Easy to use, web based GUI (front end)
- GUI based BIND (DNS server) configuration
- Supports the Exim mail transfer agent
- Supports the Courier-IMAP mailbox server, which provides POP and IMAP access
- Supports the MailScanner virus scanner
- Supports MailScanner and SpamAssassin
- Supports any web-based mail user agent that uses POP or IMAP (Squirrelmail preferred)
- Supports following SMTP-AUTH modes: PLAIN, LOGIN and CRAM-MD5 with or without TLS
- Uses MySQL or PostgreSQL for account storage
- Uses CDB for fast domain lookups in Exim
- Source package includes PAM (Pluggable Authentication Modules) module and Squirrelmail plugins
- Provides easy to use debian packages (.deb files)
XAMS manages these domains and user accounts in a database, entirely separate from your Unix system environment.
XAMS ties together and integrates with these packages to provide a coherent virtual hosting solution for e-mail:
- Exim, a flexible mail transfer agent (MTA) with an intuitive and flexible configuration system
- The Courier IMAP/POP server for mailbox access
- MySQL, a powerful, free database server, used for storing domain and account information.
XAMS does not currently manage FTP or HTTP servers. The XAMS graphical user interface is written in PHP, runs on top of Apache, and produces XHTML 1.1 compliant pages.
Enhancements:
- Several bugs were fixed regarding Exim configuration, SQL, and more.
<<lessThe XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas, and other mail-related functions.
Main features:
- Manage any number of domains, mailboxes and aliases
- Multiple domains can be grouped as a "site".
- If you have, for example, two domains domain1.tld and domain2.tld within site site1
- then mails to either of the two email addresses for user user (user@domain1.tld
- or user@domain2.tld) will be delivered to one mailbox.
- Autoreply (out of office) support
- Mail accounts are independent from system accounts
- Mailboxes can have quotas, which you can manage by reseller, site or user.
- Four different user-levels: Administrators, Resellers, Customers and Users
- - each user-level and each user can have individual restrictions
- Easy to use, web based GUI (front end)
- GUI based BIND (DNS server) configuration
- Supports the Exim mail transfer agent
- Supports the Courier-IMAP mailbox server, which provides POP and IMAP access
- Supports the MailScanner virus scanner
- Supports MailScanner and SpamAssassin
- Supports any web-based mail user agent that uses POP or IMAP (Squirrelmail preferred)
- Supports following SMTP-AUTH modes: PLAIN, LOGIN and CRAM-MD5 with or without TLS
- Uses MySQL or PostgreSQL for account storage
- Uses CDB for fast domain lookups in Exim
- Source package includes PAM (Pluggable Authentication Modules) module and Squirrelmail plugins
- Provides easy to use debian packages (.deb files)
XAMS manages these domains and user accounts in a database, entirely separate from your Unix system environment.
XAMS ties together and integrates with these packages to provide a coherent virtual hosting solution for e-mail:
- Exim, a flexible mail transfer agent (MTA) with an intuitive and flexible configuration system
- The Courier IMAP/POP server for mailbox access
- MySQL, a powerful, free database server, used for storing domain and account information.
XAMS does not currently manage FTP or HTTP servers. The XAMS graphical user interface is written in PHP, runs on top of Apache, and produces XHTML 1.1 compliant pages.
Enhancements:
- Several bugs were fixed regarding Exim configuration, SQL, and more.
Download (0.34MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
930 downloads
Open Project Services 0.2
Open Project Services (OPS) is a project collaboration platform, integrating server components such as e-mail, calendaring. more>>
Open Project Services (OPS) is a project collaboration platform, integrating server components such as e-mail, calendaring, timesheets, documents, knowledge, etc. with standards complient clients. Open Project Services consists of a project server and a set of client extensions.
We are building a project collaboration platform. It consists of a project server that integrates with services needed within a project, e.g. e-mail, calendaring, timesheets, documents, knowledge, etc.
The project server is a Webservices hub based on Java (J2EE). The persistence layer for project information is LDAP. We use OpenLDAP now, but others should also be possible. The e-mail backend makes use of a standard IMAP server. Our reference implementation uses Courier.
We are building extensions/plugins for clients, making them OPS-enabled. We support e.g. Mozilla Thunderbird (XUL) and Squirrelmail (PHP) for e-mail clients. For the calendaring and timesheet components we have a Mozilla Sunbird extension (XUL).
In short: we are building a project collaboration environment on an OSS stack, enriching services with project information, using COTS clients/servers and open standards.
Enhancements:
- This release includes some changes to the underlying LDAP schema to make it possible to disable tasks when they are completed.
- To make use of this new feature, the Web services and the sunbird timesheet client have to be updated.
<<lessWe are building a project collaboration platform. It consists of a project server that integrates with services needed within a project, e.g. e-mail, calendaring, timesheets, documents, knowledge, etc.
The project server is a Webservices hub based on Java (J2EE). The persistence layer for project information is LDAP. We use OpenLDAP now, but others should also be possible. The e-mail backend makes use of a standard IMAP server. Our reference implementation uses Courier.
We are building extensions/plugins for clients, making them OPS-enabled. We support e.g. Mozilla Thunderbird (XUL) and Squirrelmail (PHP) for e-mail clients. For the calendaring and timesheet components we have a Mozilla Sunbird extension (XUL).
In short: we are building a project collaboration environment on an OSS stack, enriching services with project information, using COTS clients/servers and open standards.
Enhancements:
- This release includes some changes to the underlying LDAP schema to make it possible to disable tasks when they are completed.
- To make use of this new feature, the Web services and the sunbird timesheet client have to be updated.
Download (8.4MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1302 downloads
eGWSync 0.1
eGWSync allows you to access your eGroupware contacts (which are stored in a MySQL or PostgreSQL database) through LDAP. more>>
eGWSync allows you to access your eGroupware contacts (which are stored in a MySQL or PostgreSQL database) through LDAP.
Youll be able to use Mozilla Thunderbird, Eudora, Outlook to see your contacts through your LDAP server.
Main features:
- Only replicates contacts that have been added or changed
- Does not need additional schema to be loaded into the LDAP server - only person, organizationalPerson and inetorgperson are required.
Benefits
Use the friendly and efficient eGroupware system to manage your contacts
Access the contacts from other applications like Squirrelmail or Mozilla Thunderbird.
<<lessYoull be able to use Mozilla Thunderbird, Eudora, Outlook to see your contacts through your LDAP server.
Main features:
- Only replicates contacts that have been added or changed
- Does not need additional schema to be loaded into the LDAP server - only person, organizationalPerson and inetorgperson are required.
Benefits
Use the friendly and efficient eGroupware system to manage your contacts
Access the contacts from other applications like Squirrelmail or Mozilla Thunderbird.
Download (0.008MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1135 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above squirrelmail search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed