postfix, dovecot, redis, lxc, etc

This commit is contained in:
2026-02-22 16:09:24 +01:00
parent aa09771d73
commit 21e48585b5
15 changed files with 148 additions and 4 deletions

11
packages/dovecot.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "dovecot")
(version "2.4.2")
(homepage "https://dovecot.org/")
(dependencies libopenssl zlib pkg-config libsodium libicu libpcre2)
(src (tar
(url "https://dovecot.org/releases/2.4/dovecot-2.4.2.tar.gz")
(dir "dovecot-2.4.2")
(blake3 "4c2e20d48eaa337e65cf85c07f1940c38353f8b4041d843eae6a4906edc9ad9a")))
(build
(configure_make)))