anubis
SMTP message submission daemon
Anubis is a daemon that sits between the Mail User Agent (MUA) and the Mail Transfer Agent (MTA). When a mail is sent by a user in the MUA, it is first passed to Anubis, which performs additional processing to the message before passing it on for delivery by the MTA. Anubis may, for example, modify the message headers or body, or encrypt or sign the message.
- Versions: 4.3
- Website: https://www.gnu.org/software/anubis/manual/
- Licenses: GPL 3+
- Package source: gnu/packages/mail.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of anubis as follows:
guix install anubis
Or install a particular version:
guix install anubis@4.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of anubis about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/anubis'><img src='https://packages.guix.gnu.org/packages/anubis/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/anubis)
Example Org:
[[https://packages.guix.gnu.org/packages/anubis][https://packages.guix.gnu.org/packages/anubis/badges/latest-version.svg]]