mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-23 06:45:28 +02:00
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>
22 lines
578 B
JSON
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"
|
|
]
|
|
}
|