feat: create stalwart module

This commit is contained in:
2025-11-02 20:43:22 +11:00
parent 78adef0eee
commit 47b9e0308f
13 changed files with 995 additions and 2 deletions
+8 -2
View File
@@ -1,10 +1,16 @@
# a role to deploy a imap/pop3 backend for mail services
# roles::infra::mail::backend
#
# Configures Stalwart IMAP backend servers in a clustered configuration
# with PostgreSQL for data/fts/memory storage and S3/Ceph-RGW for blob storage.
# Integrates with postfix hosts for SMTP relay functionality.
#
class roles::infra::mail::backend {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
} else {
include profiles::defaults
include profiles::base
include stalwart
}
}