smtp, alpine linux,

Install Exim on Alpine Linux

Jun 22, 2022 · 1 min read · Post a comment

If there is a need for a simple and minimalistic mail transfer agent on Alpine then Exim is a decent choice. Let’s install Exim on Alpine Linux.

Prerequisites

  • Alpine Linux
  • sudo privileges

Install Exim on Alpine Linux

Step 1. Update apk packages.

sudo apk update

Step 2. Install Exim.

sudo apk add exim

Step 3. Verify installation.

exim --version

Output:

Exim version 4.95

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.