Port details |
- mailman-postfix Mailing list manager with user-friendly web front-end
- 2.1.39_4 mail =3 2.1.39_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses Python 2.7 which is EOLed upstream
- Maintainer: mandree@FreeBSD.org
- Port Added: 2021-03-27 21:19:47
- Last Update: 2022-07-20 14:22:19
- Commit Hash: b587cc2
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- License: GPLv2
- WWW:
- https://www.list.org/
- Description:
- Paraphrasing the website:
Mailman is a mailing list manager (MLM); that is, software to help manage
email discussion lists, much like Majordomo, LISTSERV, and the like.
Unlike most similar products, Mailman gives each mailing list a web page
and allows users to subscribe, unsubscribe, and change their preferences
via the web. Even a list manager can administer his or her list(s)
entirely via the web. Mailman integrates many common MLM features,
including web-based archiving (though it also has hooks for external
archivers), mail-to-news gateways, bounce handling, spam prevention,
Majordomo-style email-based list administration, direct SMTP delivery (with
fast bulk mailing), digest delivery, virtual domain support, and more.
Mailman is written mostly in Python (with a smattering of C where necessary
for security purposes), and includes hooks to make it easily scriptable and
extensible. It is compatible with most web servers and browsers, and most
mail transfer agents (mail servers). Mailman's documentation may be found on
its website.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mailman-postfix>0:mail/mailman-postfix
- Conflicts:
- CONFLICTS:
- ja-mailman-2.1.*
- mailman*exim*
- mailman*postfix*
- CONFLICTS_INSTALL:
- mailman*exim*
- mailman-2*
- mailman-with-htdig-2*
- To install the port:
- cd /usr/ports/mail/mailman-postfix/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/mailman-postfix
- pkg install mailman-postfix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mailman-postfix
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1639433478
SHA256 (mailman/mailman-2.1.39.tgz) = 7b8e9222364abdfd25cb2053c422319aac7b620c287dd979703e0399d72f4390
SIZE (mailman/mailman-2.1.39.tgz) = 9508474
Packages (timestamps in pop-ups are UTC):
- Master port: mail/mailman
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-dnspython1>=0 : dns/py-dnspython1@py27
- fakeroot : security/fakeroot
- python2.7 : lang/python27
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Test dependencies:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- postfix : mail/postfix
- py27-dnspython1>=0 : dns/py-dnspython1@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mailman-postfix-2.1.39_4:
DOCS=on: Build and/or install documentation
HTDIG=off: - EXPERIMENTAL - htdig integration patches
NAMAZU2=off: Make private archives searchable with namazu2
NLS=on: Native Language Support
NOMAILPWD=on: Elide plaintext passwords from monthly reminders
===> Use 'make config' to modify these settings
- Options name:
- mail_mailman-postfix
- USES:
- cpe fakeroot python:2.7 shebangfix tar:tgz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: mail/mailman |
Commit | Credits | Log message |
2.1.39_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
2.1.34 27 Mar 2021 21:19:11 |
mandree |
mailman: add -postfix and -exim4 slave ports
This is to avoid accidents on upgrading, for instance, if
the POSTFIX option is getting lost and mail starts to bounce.
The slave ports prevent that. |