Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-19 | Make the messages for using both SASL and TLS more helpful. | jlam | 1 | -6/+13 | |
2004-07-19 | The sample-*.cf files are no longer installed as of Postfix 2.1. | jlam | 1 | -2/+2 | |
2004-07-19 | Rename SHAREDIR to EXAMPLEDIR to more accurately reflect the contents and | jlam | 1 | -2/+2 | |
location of that directory. | |||||
2003-05-01 | - Move all "share" files to share/examples/postfix; all of them are used | jmmv | 1 | -2/+2 | |
as samples, either by the user or by bsd.pkg.install.mk. - Correctly handle configuration files, that is, avoid touching the conf directory directly. - Use OWN_DIRS to handle the spool directory. - Run post-install through an INSTALL script. - Sort PLIST after all these changes. - Bump PKGREVISION to 1. | |||||
2002-07-22 | Added support for TLS. To use this, set POSTFIX_USE_TLS=YES | martti | 1 | -0/+13 | |
in /etc/mk.conf. To verify the TLS support, type # /usr/pkg/sbin/postconf | grep tls Submitted by Dawid Szymanski in pkg/17570. |