diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-09-04 19:25:12 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-09-04 19:25:12 +0000 |
commit | a519537398bf7088fb91e983bdc006a66b34ffc4 (patch) | |
tree | 1bf42a86d3c8c60bef020de84f9402f20f2cef82 /mail/postfixadmin/files | |
parent | Add kbowling to xearch committers (diff) |
Update to 3.2
- move public facing stuff into public/, this allows us to stop exposing
templates_c/ etc. to the world (but also means you'll need to adjust your
webserver config)
- enable users to reset their passwords by mail or SMS
($CONF['forgotten_user_password_reset'],
$CONF['forgotten_admin_password_reset'], $CONF['sms_send_function'])
- allow local alias targets (without @domain) - see #134
- add $CONF['edit_alias'] to disable "edit_alias" function for users
- add php_crypt $CONF["encrypt"] option (see #170 for examples)
- add random_compat phar (see: https://github.com/paragonie/random_compat) to
support random_int()/random_string() in older PHP versions.
- add support for MySQL connections over SSL
- language updates: sk, ja, nl, bg, fr, cz
- update bundled smarty library (lib/smarty to 3.1.32; includes security fixes)
- split up pacrypt() into different functions; add some minimal test coverage
- add id autoincrement field to log table (#89)
- add token to login.php to prevent CSRF
- lots of bugfixes and code cleanup
- drop unused code in postfixadmin-cli
- introduce PHP-CS-Fixer to enforce code style
- vacation.pl:
- avoid answering to more known autoresponders
- add $no_vacation_pattern to avoid sending autoresponders based on the To:
address
- replace Deprecated Mail::Sender by Email::Sender
- use MIME:EncWords
- remove unused MIME::Base64
- add docker repo, see https://github.com/postfixadmin/docker
PR: 229370
Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Sponsored by: Netzkommune
Notes
Notes:
svn path=/head/; revision=478986
Diffstat (limited to 'mail/postfixadmin/files')
-rw-r--r-- | mail/postfixadmin/files/pkg-message.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/mail/postfixadmin/files/pkg-message.in b/mail/postfixadmin/files/pkg-message.in index e905d8c5eef6..4e44b826d89a 100644 --- a/mail/postfixadmin/files/pkg-message.in +++ b/mail/postfixadmin/files/pkg-message.in @@ -1,11 +1,14 @@ -If you are upgrading, you need to update your current installation's -database by browsing to [URL]/setup.php where [URL] is the -postfixadmin webroot. +If you are upgrading, you may need to update your current installation's +database. You can do so by browsing to [URL]/setup.php where [URL] is the +postfixadmin root. To avoid checksum errors when removing or upgrading postfixadmin, do not -edit config.inc.php. Instead put your configuration settings in -config.local.php in the postfixadmin webroot. That file will be included +edit config.inc.php. Instead, put your configuration settings in +config.local.php in the postfixadmin webroot. That file will be included automatically by config.inc.php. For detailed information, please see the complete installation steps in -%%DATADIR%%/INSTALL.TXT +%%DATADIR%%/INSTALL.TXT. + +See %%DATADIR%%/CHANGELOG.TXT for any upgrade-related details, including +configuration changes. |