| Port details on branch 2026Q3 |
- postfix Secure alternative to widely-used Sendmail
- 3.11.6_1,1 mail
=0 3.11.6_1,1Version of this port present on the latest quarterly branch. - Maintainer: otis@FreeBSD.org
 - Port Added: 2026-08-14 17:09:08
- Last Update: 2026-08-18 17:01:43
- Commit Hash: 18d6180
- License: EPL IPL10
- WWW:
- https://www.postfix.org/
- Description:
- Postfix attempts to be fast, easy to administer, and secure, while at the same
time being sendmail compatible enough to not upset existing users. Thus, the
outside has a sendmail-ish flavor, but the inside is completely different.
Some features:
Connection cache for SMTP, DSN status notifications, IP version 6, Plug-in
support for multiple SASL implementations (Cyrus, Dovecot), TLS encryption and
authentication, Configurable status notification message text, Access control
per client/sender/recipient/etc, Content filter (built-in, external before
queue, external after queue), Berkeley DB database, LDAP database, MySQL
database, PostgreSQL database, Maildir and mailbox format, Virtual domains,
VERP envelope return addresses and others.
¦ ¦ ¦ ¦ 
- 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)
-
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- courier-0.*
- opensmtpd
- opensmtpd-devel
- postfix
- postfix-base
- postfix-ldap-sasl
- postfix-sasl
- sendmail
- sendmail-devel
- postfix-base-ldap
- postfix-base-sasl
- postfix-ldap
- postfix-sasl
- postfix-mongo
- postfix-base-mongo
- postfix-mysql
- postfix-base-mysql
- postfix-pgsql
- postfix-base-pgsql
- postfix-sqlite
- postfix-base-sqlite
- To install the port:
- cd /usr/ports/mail/postfix/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/postfix
- pkg install postfix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postfix
- Package flavors (<flavor>: <package>)
- default: postfix
- ldap: postfix-ldap
- mongo: postfix-mongo
- mysql: postfix-mysql
- pgsql: postfix-pgsql
- sasl: postfix-sasl
- sqlite: postfix-sqlite
- distinfo:
- TIMESTAMP = 1786708118
SHA256 (postfix/postfix-3.11.6.tar.gz) = b9a748705b1cab0a4afcbe42f934c82a33b342ba3229017fb508c71700078d07
SIZE (postfix/postfix-3.11.6.tar.gz) = 5289392
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libcdb.so : databases/tinycdb
- libicuuc.so : devel/icu
- liblmdb.so : databases/lmdb0
- libpcre2-8.so : devel/pcre2
- libtlsrpt.so : mail/libtlsrpt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for postfix-3.11.6_1,1:
BDB=off: Berkeley DB support
BLOCKLISTD=on: Enable blocklistd support
CDB=on: CDB maps lookups
DOCS=on: Build and/or install documentation
EAI=on: Email Address Internationalization (SMTPUTF8) support
INST_BASE=off: Install into /usr and /etc/postfix
LDAP=off: LDAP maps (uses WITH_OPENLDAP_VER)
LMDB=on: LMDB maps
MONGO=off: MongoDB support
MYSQL=off: MySQL database support
NIS=off: Network Information Services/YP support
PCRE2=on: Use Perl Compatible Regular Expressions, version 2
PGSQL=off: PostgreSQL database support
SASL=off: Cyrus SASL support (Dovecot SASL is always built in)
SQLITE=off: SQLite database support
TEST=off: SMTP/LMTP test server and generator
TLS=on: Secure network connection support via TLS
TLSRPT=on: Enable sending RFC 8460 TLS reports
====> Kerberos network authentication protocol type: you can only select none or one of them
SASLKMIT=off: If your SASL req. MIT Kerberos5, select this
SASLKRB5=off: If your SASL req. Kerberos5, select this
===> Use 'make config' to modify these settings
- Options name:
- mail_postfix
- USES:
- cpe shebangfix ssl
- 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) |
| Commit | Credits | Log message |
3.11.6_1,1 18 Aug 2026 17:01:43
    |
Juraj Lutter (otis)  |
mail/postfix: Fix MONGO flavor
Fix MONGO flavor by depending on libbson and mongo-c-driver contained
in quarterly branch.
Also fix pkg-plist for MONGO flavor.
This is a direct commit to 2026Q3 |
3.11.6,1 14 Aug 2026 17:06:46
    |
Juraj Lutter (otis)  |
mail/postfix: Fix mongo flavor with INST_BASE
Fixes: c01b34960fd
(cherry picked from commit 4981169660a2f176af79e330c405bab747402fb8) |
3.11.6,1 14 Aug 2026 17:06:36
    |
Juraj Lutter (otis)  |
mail/postfix: Update to 3.11.6
- Update to 3.11.6
- Fix MONGO flavor
- Properly pass CFLAGS and LDFLAGS for mongo-c-driver, based on [1]
PR: 297519
(cherry picked from commit c01b34960fd5fbdc25249139e49f3c5a3baae1ef) |