Skip to content

cmail-mta/cmail

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
doc
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Welcome to cmail!

cmail aims to provide all functionality needed for internet mail processing (aka, a mail server), while reducing the traditional complexities involved in configuration, adaptation and administration.

Detailed information is best found on our website at http://cmail.rocks/

Modules

The cmail system is split into multiple modules, each providing a distinct service.

  • cmail-smtpd: Mail Submission Agent, accepts incoming mail
  • cmail-dispatchd: Mail Transfer Agent, delivers outgoing mail
  • cmail-imapd: IMAP server, provides access to local mailboxes
  • cmail-popd: POP3 server, provides access to local mailboxes
  • cmail-webadmin: Web-based administration panel

Setup

Please visit the setup guide on cmail.rocks for information on how to install cmail in a productive environment or check SETUP.txt for information on a development setup.