forked from eventum/eventum
-
Notifications
You must be signed in to change notification settings - Fork 0
System Admin: Setting up email routing with exim
Elan Ruusamäe edited this page Oct 24, 2015
·
1 revision
This describes how to set up the [Email Routing Interface](Email Routing Interface "wikilink") with the Exim MTA.
Address extensions can be enabled with the local_part_suffix option in the Exim configuration file. If you were to e.g. route mails of the form "issue XXXX" and "issue" to the users eventum and archive on your system add this line to /etc/aliases
issue: eventum archive
and these two lines to the aliases router section of the Exim configuration file:
system_aliases:
...
local_part_suffix_optional
local_part_suffix = *
- Installation Process
- Scheduled Tasks
- Other Features Requiring System Setup
- Email Routing Script (route_emails.php)
- Note Routing Script (route_notes.php)
- Draft Routing Script (route_drafts.php)
- IRC Notification Bot (irc/eventum-irc-bot)
- Command Line Interface (cli/eventum)
- Installing on SSL (https)
- Installing with PHP on FastCGI