Master Exim source repository
  • C 92.3%
  • Perl 4.4%
  • Shell 1.9%
  • Elixir 0.4%
  • Makefile 0.3%
  • Other 0.4%
Find a file
2026-03-23 11:37:47 +00:00
.forgejo Move to forgejo templates for issues and PRs (#3196) 2026-02-08 15:11:08 +00:00
configs typo 2025-01-21 21:47:58 +01:00
doc tidying 2026-03-23 11:37:09 +00:00
release-process fix: release process docbook2texi 2025-12-14 13:28:13 +01:00
src Fix logged errno for journal file perms fail. Bug 3209 2026-03-23 11:37:47 +00:00
test Debug: results of expansion conditionals 2026-03-23 11:37:36 +00:00
.editorconfig Testsuite: Use .editorconfig for test/runtest 2016-10-20 00:48:29 +02:00
.exim-project-root mk_exim_release: rework for dotted release scheme 2018-12-13 23:11:36 +01:00
.gitattributes meta: git controls for text changelogs; github controls 2018-02-25 02:51:22 -05:00
.gitignore Add systemd units (examples) 2023-10-19 09:56:29 +02:00
.gitleaksignore gitleaks ignore items 2025-07-16 10:06:37 +01:00
.mailmap mailmap: real name for bes-internal 2023-10-04 00:18:16 +02:00
README.md Update project URLs 2026-02-18 16:20:21 +00:00
SECURITY.md Update project URLs 2026-02-18 16:20:21 +00:00

Exim Development Repository

This is the Exim (Mail Transport Agent) Source 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 git repository for the project is at

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

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

Other Sites

Bug Tracking

Bugs are managed using Forgejo at https://code.exim.org/exim/exim/issues

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 https://code.exim.org/exim/exim/wiki/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