notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
mailman3 GNU Mailing List Management System, Core
3.3.10_5 mail on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.10_5Version of this port present on the latest quarterly branch.
Maintainer: einar@isnic.is search for ports maintained by this maintainer
Port Added: 2026-08-16 19:18:05
Last Update: 2026-08-16 19:15:13
Commit Hash: 15033a2
License: GPLv3+
WWW:
https://www.list.org/
Description:
Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • mailman
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}mailman>0:mail/mailman3@${PY_FLAVOR}
To install the port:
cd /usr/ports/mail/mailman3/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/mailman3
  • pkg install py312-mailman
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py312-mailman listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-mailman
Package flavors (<flavor>: <package>)
  • py312: py312-mailman
distinfo:
TIMESTAMP = 1727858682 SHA256 (mailman-3.3.10.tar.gz) = 0de478fcf326f25d931938c3744e61c5cd67596b46e5b1e3bb2abf99d5445632 SIZE (mailman-3.3.10.tar.gz) = 2294293

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py312-pdm-backend>0 : devel/py-pdm-backend@py312
  2. python3.12 : lang/python312
  3. py312-build>=0 : devel/py-build@py312
  4. py312-installer>=0 : devel/py-installer@py312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. py312-aiosmtpd>=1.4.3 : mail/py-aiosmtpd@py312
  2. py312-alembic>0 : databases/py-alembic@py312
  3. py312-atpublic>0 : devel/py-atpublic@py312
  4. py312-authheaders>=0.16 : mail/py-authheaders@py312
  5. py312-authres>=1.0.1 : mail/py-authres@py312
  6. py312-click>=8.0.0 : devel/py-click@py312
  7. py312-dnspython>=1.14.0 : dns/py-dnspython@py312
  8. py312-falcon>=3.1.3 : www/py-falcon@py312
  9. py312-flufl.bounce>=4.0 : mail/py-flufl.bounce@py312
  10. py312-flufl.i18n>=3.2 : devel/py-flufl.i18n@py312
  11. py312-flufl.lock>=5.1 : devel/py-flufl.lock@py312
  12. py312-gunicorn>0 : www/py-gunicorn@py312
  13. py312-lazr.config>0 : devel/py-lazr.config@py312
  14. py312-passlib>0 : security/py-passlib@py312
  15. py312-python-dateutil>=2.0 : devel/py-python-dateutil@py312
  16. py312-requests>0 : www/py-requests@py312
  17. py312-sqlalchemy20>0 : databases/py-sqlalchemy20@py312
  18. py312-zope.component>0 : devel/py-zope.component@py312
  19. py312-zope.configuration>0 : devel/py-zope.configuration@py312
  20. py312-zope.event>0 : devel/py-zope.event@py312
  21. py312-zope.interface>=5.0 : devel/py-zope.interface@py312
  22. python3.12 : lang/python312
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
mail_mailman3
USES:
cpe python
pkg-message:
For install:
To initialise Mailman's runtime directories, log files and database for the first time, run service mailman info You can then start Mailman by running: service mailman start
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/mailman/
  2. https://pypi.org/packages/source/m/mailman/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.10_5
16 Aug 2026 19:15:13
commit hash: 15033a23ac4f603e23ad01a7b649acd95be83b25commit hash: 15033a23ac4f603e23ad01a7b649acd95be83b25commit hash: 15033a23ac4f603e23ad01a7b649acd95be83b25commit hash: 15033a23ac4f603e23ad01a7b649acd95be83b25 files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
Author: Einar Bjarni Halldórsson
mail/mailman3: Update rc.d script

Fix the exit code of "service mailman status".  Mailman's own status
command exits 0 when it is not running and 1 when it is, which is the
inverse of the rc.subr convention.  Wrap it so that a running master
yields 0, as service(8) consumers such as Ansible expect.

Also add a start_precmd that detects an already running master via the
pidfile, so that "service mailman start" no longer dumps a full click
usage block on a second invocation.

PR:		292404
Sponsored by:	Netzkommune GmbH

(cherry picked from commit ae15f89980dff827563056d876641f942a70c6dd)

Number of commits found: 1