Skip to content

Exim/exim

Repository files navigation

Exim Development Repository

This is the Exim (Mail Transport Agent) Development Repository. Please read the following information if you wish to use or contribute to the Exim development process - this is to prevent your or our time being unnecessarily wasted.

If you just want to use, build or get information on Exim then have a look at the pointers further down this file at "General Exim Information".

General Development Information

The general Exim development process and resources are documented in the wiki page at http://wiki.exim.org/EximDevelopment - although the wiki is likely to be moved and rehashed in the near future.

The sections below this duplicate much of the information form the wiki document.

Development Repositories

Exim development is kept within a git (https://git-scm.com/) repository. The master repository is at git://git.exim.org/exim.git with a web interface giving change and source visibility at https://git.exim.org/exim.git

There is a secondary repository on github at https://github.com/Exim/exim managed by the Exim Organisation - however this may currently fall out of synchronisation with the main one.

Bug Tracking

Currently this is all done using Bugzilla at https://bugs.exim.org/ - please do not use github issue tracking.

Mailing List

Development issues are normally discussed on the exim-dev mailing list - see https://www.exim.org/maillist.html

Exim Release Process

Some documentation on the release process can be found at http://wiki.exim.org/EximRelease.

General Exim Information

The best place to get general information is on the website at https://www.exim.org/.

You can find Download locations https://www.exim.org/mirrors.html, Mailing list info https://www.exim.org/maillist.html and Full Documentation https://www.exim.org/docs.html on that website.

If you are using a Linux or other freely available Unix like operating system it is very likely that your system will have Exim packaged for it already. In this case it is probably prudent to use these packages unless you have specialised requirements.

In any case you can always ask on the Exim Users mailing list https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ for further information.

[End]