The following is the GNU All-permissive License as recommended in https://www.gnu.org/licenses/license-recommendations.en.html
Copyright (C) 2024 Free Software Foundation sysadmin@fsf.org
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
Contributions are welcome. See https://savannah.gnu.org/maintenance/fsf/.
Adding an exim alias for domains with mail.fsf.org as MX
In ansible, edit
roles/exim/files/fsfmail/simple/etc/aliases-DOMAINwhere DOMAIN is the domain.You can redirect a set of similar domains with one file by symlinking. For example, see
ls -la roles/exim/files/fsfmail/simple/etcAdd the domain to
group_vars/fsfmailunderexim4_local_domains:Run the
eximansible role for mail.fsf.org