This package browser is in early development. Mind the rough edges.

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.

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.