1 Repo
Assembling complete systems by connecting single-purpose modules through declarative configuration files.
Distinct from Module Composition: Distinct from Module Composition: focuses on declarative configuration-driven assembly rather than programmatic nesting or piping.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Declarative Module Assemblies. Refine with filters or upvote what's useful.
Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in
Assembles a complete mail server by connecting small modules through a declarative configuration file.