Skip to content

Commit

Permalink
Merge pull request #6 from anuudb/master
Browse files Browse the repository at this point in the history
Home page update with motivation
  • Loading branch information
anuudb authored May 2, 2019
2 parents b8e2bb4 + ca7b64a commit 523a955
Showing 1 changed file with 52 additions and 9 deletions.
61 changes: 52 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,62 @@
# Overview
# Motivation
<p align="justify">
Email is the most reliable official communication method in current coporate
environments. But Most companies are not willing to host their servers in remote cloud servers due to security issues. Futher Its cost is also high. But maintaining their own email server is one of prime goal in companies IT units.
Organizations in Sri Lanka’s public sector, such as the Sri Lanka Army, need to own and operate their own email infrastructure as they are not in a position to use cloud services for such critical technology due to security, privacy and national independence concerns. This is a requirement not just for Sri Lanka but globally and is in fact not limited to the public sector.

While there are now high quality proprietary off the shelf systems available, it is not acceptable to simply buy such a solution for reasons of cost, independence and control.

While there are open source components for all parts of an email solution available, building the technical skill to put that together in a safe and secure operational manner requires significant technical skills that are not readily available in many public sector organizations.

This project’s objective is to provide a comprehensive email solution which can be readily deployed without complex configuration and which receives active maintenance and support from this project team. It is expected that each organization would deploy this solution for itself in their own data center or a shared data center, but this project team will provide the professional support and management needed to install and operate the system safely and securely to whatever extent the organization needs. This can eventually even go as far as managed hosting for the organization. The intent is to provide extremely limited customization and tuning capability to end user administrators - certainly no more than what Google provides for Google Apps customers.

The promotion and adoption of this solution by non public sector organizations is a secondary goal and interesting as a method of revenue generation. Our long term objective is to make this project self-funding in a not-for-profit manner.
</p>

## Copper Email Solution
# What is an “Email Solution”?
<p align="justify">
Copper Email System is the solution developed by Lanka Software Foundation for those issues in the corporate sector. Obviously it is free and opensource. Its repositoty is open for any one to contribute. Further this solution is deployed over Kubernetes which is most advanced cloud server deplyment (Ochestration) framework in the world now.
</p>
## Lanka Software Foundation (LSF)
The components include the following:
<ul>
<li> Core
<ul>
<li> ESMTP server </li>
<li> Scalable storage architecture for “cloud email” service experience and because public sector mail should be permanently archived (similar to the Google Vault service) </li>
<li> Webmail server </li>
<li> IMAP server </li>
<li> Virus and malware scanning tool </li>
<li> Spam filtering tool </li>
</ul>
</li>
<li> Clients
<ul>
<li> Browser client </li>
<li> Support for standard mobile clients for Android and iOS phones / tablets </li>
<li> (Optionally) Support for standard desktop clients for Windows, Linux and MacOS </li>
</ul>
</li>
<li> Mailing list / group system </li>
<li> Support for LDAP and SSO
<ul>
<li> Integration to organization wide LDAP directory for authentication </li>
<li> Web client integration to Single Sign On portal via SAML2 or OIDC </li>
</ul>
</li>
<li> Secure mail
<ul>
<li> Support for MAC mail encryption and signing with key management from identity solution. </li>
<li> "Domain-based Message Authentication, Reporting & Conformance" protocol
<ul>
<li> Overview [https://dmarc.org/overview/](https://dmarc.org/overview/) </li>
<li> Setup [https://dmarcguide.globalcyberalliance.org/#/](https://dmarcguide.globalcyberalliance.org/#/) </li>
</ul>
</li>
</ul>
</li>
</ul>

## Global opportunity
<p align="justify">
Lanka Software Foundation (LSF) was established in 2003 as a company limited by guarantee and as “not for profit” organization with the vision of positioning Sri Lanka as a “global Free and Open Source (FOSS) Research & Development hub”.
While we are building this solution to solve a critical need in Sri Lanka, the same requirement exists in many countries.
</p>


## Refferences

Copper main repository is it's github repository [[Copper github](https://github.com/LSFLK/Copper)]
Expand Down

0 comments on commit 523a955

Please sign in to comment.