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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2023Q1
postfix Secure alternative to widely-used Sendmail
3.7.4,1 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.7.4,1Version of this port present on the latest quarterly branch.
Maintainer: otis@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-01-25 18:39:07
Last Update: 2023-01-25 18:36:46
Commit Hash: 9b05cf9
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.
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.
Dependency lines:
  • postfix>0:mail/postfix
Conflicts:
CONFLICTS_INSTALL:
  • courier-0.*
  • opensmtpd
  • opensmtpd-devel
  • postfix-current
  • sendmail
  • sendmail-devel
  • postfix-base-ldap
  • postfix-base-sasl
  • postfix-ldap
  • postfix-sasl
  • postfix-mysql
  • postfix-base-mysql
  • postfix-pgsql
  • postfix-base-pgsql
  • postfix-sqlite
  • postfix-base-sqlite
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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
  • mysql: postfix-mysql
  • pgsql: postfix-pgsql
  • sasl: postfix-sasl
  • sqlite: postfix-sqlite
distinfo:
TIMESTAMP = 1674586909 SHA256 (postfix/postfix-3.7.4.tar.gz) = 4c137a2303448f25993836837deeae87fac5d4d03af11ade8e9bead806328645 SIZE (postfix/postfix-3.7.4.tar.gz) = 4833834

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libicuuc.so : devel/icu
  2. libpcre2-8.so : devel/pcre2
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for postfix-3.7.4,1: BDB=off: Berkeley DB support BLACKLISTD=on: Enable blacklistd support CDB=off: 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=off: LMDB maps 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 ====> 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
pkg-message:
For install:
To use postfix instead of sendmail: - clear sendmail queue and stop the sendmail daemons Run the following commands to enable postfix during startup: - sysrc postfix_enable="YES" - sysrc sendmail_enable="NONE" If postfix is *not* already activated in /usr/local/etc/mail/mailer.conf - mv /usr/local/etc/mail/mailer.conf /usr/local/etc/mail/mailer.conf.old - install -d /usr/local/etc/mail - install -m 0644 /usr/local/share/postfix/mailer.conf.postfix /usr/local/etc/mail/mailer.conf Disable sendmail(8) specific tasks, add the following lines to /etc/periodic.conf(.local): daily_clean_hoststat_enable="NO" daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the /usr/local/etc/sasldb* file(s) readable by group mail (this should be the default for new installs).
If upgrading
If you are upgrading from prior postfix version, please see the README files for recommended changes to your configuration and additional http://www.postfix.org/COMPATIBILITY_README.html Incompatible change with postfix 3.5.x ========================================== Internal protocols have changed. You need to "postfix stop" before updating, or before backing out to an earlier release, otherwise long-running daemons (pickup, qmgr, verify, tlsproxy, postscreen) may fail to communicate with the rest of Postfix (warnings, timeouts). The purpose of this change is to produce better error messages, for example, when someone configures the discard daemon as a bounce service in master.cf, or vice versa. This change will break third-party code that implements a Postfix-internal protocol such as qpsmtpd. Programs that depend on Postfix internal details are not supported.
If removing:
If you remove postfix permanent, adjust / remove the the following file: - /usr/local/etc/mail/mailer.conf
Master Sites:
Expand this list (6 items)
Collapse this list.
  1. ftp://postfix.mirrors.pair.com/official/
  2. http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/
  3. http://de.postfix.org/ftpmirror/official/
  4. http://ftp.porcupine.org/mirrors/postfix-release/official/
  5. http://mirror.lhsolutions.nl/postfix-release/official/
  6. http://www.artfiles.org/postfix.org/postfix-release/official/
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.7.4,1
25 Jan 2023 18:36:46
commit hash: 9b05cf9063cb6b4ab371b97d838df14b521bc655commit hash: 9b05cf9063cb6b4ab371b97d838df14b521bc655commit hash: 9b05cf9063cb6b4ab371b97d838df14b521bc655commit hash: 9b05cf9063cb6b4ab371b97d838df14b521bc655 files touched by this commit
Juraj Lutter (otis) search for other commits by this committer
mail/postfix: Update to 3.7.4

(cherry picked from commit ddc90cd51607393de509ffb1dd91e1c41d0b65d7)

Number of commits found: 1