[Bug 290443] [NEW PORT] mail/feather: Flexible SMTP server with pluggable adapter configuration

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 Oct 2025 10:15:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290443

            Bug ID: 290443
           Summary: [NEW PORT] mail/feather: Flexible SMTP server with
                    pluggable adapter configuration
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/yoonka/feather
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: nguthiruedwin@gmail.com

Created attachment 264801
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=264801&action=edit
Feather Mail Port

FeatherMail is a modern SMTP server framework built on Elixir and the BEAM
runtime. It uses a pluggable adapter architecture where all email processing
flows through a configurable pipeline of adapters.

The server's behavior is entirely defined by its configured pipeline, allowing
it to function as a submission agent, relay, or delivery agent depending on
configuration. Adapters handle authentication, access control, routing, and
delivery, making it easy to build custom mail server configurations.

Features:
  - Hot-reloadable configuration
  - Multiple authentication backends (PAM, encrypted passwords, etc.)
  - Flexible routing and delivery options (MX, LMTP, local, relay)
  - Email alias resolution and transformers
  - Built on OTP for reliability and fault tolerance

-- 
You are receiving this mail because:
You are the assignee for the bug.