Files
templates/blueprints/mailu/meta.json
Mauricio Siu f6245f84dc feat: add Mailu template
Mailu 2024.06 mail server: front (nginx), admin, imap (dovecot),
smtp (postfix), antispam (rspamd), Roundcube webmail and redis.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 17:50:39 -06:00

22 lines
578 B
JSON

{
"id": "mailu",
"name": "Mailu",
"version": "2024.06",
"description": "Full-featured open-source mail server as a set of Docker containers: SMTP (Postfix), IMAP (Dovecot), Rspamd antispam, admin UI with DKIM management and Roundcube webmail.",
"logo": "mailu.svg",
"links": {
"github": "https://github.com/Mailu/Mailu",
"website": "https://mailu.io/",
"docs": "https://mailu.io/2024.06/",
"docker": "https://github.com/orgs/Mailu/packages"
},
"tags": [
"email",
"mail-server",
"smtp",
"imap",
"antispam",
"webmail"
]
}