| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: postfixadmin-apache | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 3.3.13 | Vendor: openSUSE |
| Release: bp156.2.1 | Build date: Sat Jul 22 11:26:20 2023 |
| Group: Productivity/Networking/Web/Utilities | Build host: goat51 |
| Size: 1046 | Source RPM: postfixadmin-3.3.13-bp156.2.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://postfixadmin.sourceforge.net/ | |
| Summary: Postfixadmin - Apache configuration | |
PostfixAdmin is a PHP based application that handles Postfix Style Virtual Domains and Users that are stored in MySQL or PostgreSQL. This package holds the apache configuration.
GPL-2.0-or-later
* Thu Dec 08 2022 Christian Boltz <suse-beta@cboltz.de>
- Update to PostfixAdmin 3.3.13
- Fix two MySQL issues in upgrade.php
* Sun Dec 04 2022 Christian Boltz <suse-beta@cboltz.de>
- Update to PostfixAdmin 3.3.12
- Update smarty to 4.3.0
- Fix passing a null value into htmlentities (#632)
* Tue Sep 27 2022 Christian Boltz <suse-beta@cboltz.de>
- Require 'php' instead of 'mod_php_any' to avoid requiring Apache (boo#1203647)
* Thu Mar 10 2022 Christian Boltz <suse-beta@cboltz.de>
- Update to PostfixAdmin 3.3.11
- Fix PHP 8 compatability for crypt() usage
- Support $CONF['database_port'] for MySQL databases
* Sat Aug 14 2021 Christian Boltz <suse-beta@cboltz.de>
- Update to PostfixAdmin 3.3.10
- Merge password expiration fixes
- Remove html readonly attribute from user's vacation page to/from selectors.
- vacation.pl - allow smtp helo to be specified
- Security fix - ClickJacking protection
- Security fix (low risk) - Improve randomness with PFA_token for CSRF protection
- Fix viewlog to allow admins to see all domains
- Disable password autocompletion in edit forms
* Thu May 13 2021 Christian Boltz <suse-beta@cboltz.de>
- Update to PostfixAdmin 3.3.9
- several bugfixes, see CHANGELOG.TXT for details
* Wed Jan 27 2021 Christian Boltz <suse-beta@cboltz.de>
- Update to PostfixAdmin 3.3.5
- several bugfixes, see CHANGELOG.TXT for details
* Mon Jan 11 2021 Christian Boltz <suse-beta@cboltz.de>
- Update to PostfixAdmin 3.3.1
- switch of bootstrap theme
- let setup.php display less information
- change internal database routines to use PHP's PDO
- various improvements and bug fixes
- new setup password hashing method (you'll need to create a new
$CONF['setup_password'])
* Sat Aug 29 2020 Andreas Schneider <asn@cryptomilk.org>
- Add Recommends for postfixadmin-apache
* Tue Aug 25 2020 Andreas Schneider <asn@cryptomilk.org>
- Split out a postfixadmin-apache package
- Update to version 3.2.4
* Upgrade Smarty (v3.1.35)
* Fix issues with quota (cli mailbox creation)
* Improve database compatability (row->r).
* Persistent MySQLi connections: Missing SSL at reconnect
* Fix SQLite paging issues, see #161 and #87
* Fix postfixadmin-cli, see #296
* Fri Apr 26 2019 Christian Boltz <suse-beta@cboltz.de>
- "downgrade" php-imap to Recommends because latest PHP packages no longer
include it. (Without php-imap auto-creating folders when creating a mailbox
won't work.)
* Fri Apr 26 2019 mvetter@suse.com
- bsc#1130588: Require shadow instead of old pwdutils
* Sat Aug 04 2018 chris@computersalat.de
- fix deps
* add missing php-imap (setup is checking for it)
* add missing php-phar
ERROR: manifest length read was "41556" should be "655360"
* Wed May 02 2018 suse-beta@cboltz.de
- update to PostfixAdmin 3.2:
- new directory layout (see below)
- 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)
- add $CONF['edit_alias'] to disable "edit alias" function for users
- add php_crypt $CONF["encrypt"] option
- add support for MySQL connections over SSL
- and more - see CHANGELOG.TXT for the full list
- move out of /srv/www/htdocs/postfixadmin - PHP code moved to
/usr/share/postfixadmin/, smarty cache to /var/cache/postfixadmin/ and
the config files to /etc/postfixadmin/ (no automated migration!)
- add apache config file to glue everything together. Note that the
/postfixadmin alias is *not* enabled by default to avoid that it is
active on all vhosts. Run "a2enflag POSTFIXADMIN" if you want that.
- adjust perl requirements for latest vacation.pl
- drop apache2-devel / httpd-devel BuildRequires - no longer needed with
the new directory layout
- package /usr/bin/postfixadmin-cli symlink
* Sun Jun 25 2017 suse-beta@cboltz.de
- update to PostfixAdmin 3.1:
- several broadcast improvements
- better static DB connection cache to avoid hundreds of mysqli
connections when doing lots of escape_string() calls
- add favicon to fix session handling in chrome (#44)
- various small fixes and improvements, see CHANGELOG.TXT
* Wed Feb 08 2017 suse-beta@cboltz.de
- update to PostfixAdmin 3.0.2:
- SECURITY: don't allow to delete protected aliases (CVE-2017-5930, boo#1024211)
- fix VacationHandler for PostgreSQL
- AliasHandler: restrict mailbox subquery to allowed and specified domains
to improve performance on setups with lots of mailboxes
- allow switching between dovecot:* password schemes while still accepting
passwords hashed using the previous dovecot:* scheme
- FetchmailHandler: use a valid date as default for 'date'
- fix date formatting in non-english languages when using PostgreSQL
- various small fixes
* Sun Sep 11 2016 suse-beta@cboltz.de
- update to PostfixAdmin 3.0:
- add sqlite backend option
- add configurable smtp helo (CONF["smtp_client"])
- new translation: ro (Romanian)
- language update: tw, cs, de
- fix escaping in gen_show_status() (could be used to DOS list-virtual by
creating a mail address with special chars)
- add CSRF protection for POST requests
- list.tpl: base edit/editactive/delete links in list.tpl on $RAW_item to
avoid double escaping, and fix some corner cases
- fix db_quota_text() for postgresql (concat() vs. ||)
- change default date for 'created' and 'updated' columns from 0000-00-00
(which causes problems with MySQL strict mode) to 2000-01-01
- allow punicode even in TLDs
- update Smarty to 3.1.29
- add checks to login.php and cli to ensure database layout is up to date
- whitelist '-1' as valid value for postfixadmin-cli
- don't stripslashes() the password in pacrypt
- various small bugfixes
- drop patch postfixadmin-upstream-fixes-r1802-1817.diff (upstream)
- add Requires: perl(Encode), needed by vacation.pl
* Wed Oct 07 2015 opensuse@cboltz.de
- add postfixadmin-upstream-fixes-r1802-1817.diff:
fix escaping in gen_show_status() and double escaping in list.php
(http://sourceforge.net/p/postfixadmin/bugs/356/)
* Wed Sep 30 2015 opensuse@cboltz.de
- several fixes for the Fedora and CentOS build:
- don't scan scripts in the ADDITIONS directory to avoid adding excessive
dependencies
- use centos_ver instead of centos_version (which isn't available in CentOS 7)
- change docroot to /var/www/html
- change apache group to "apache"
* Sat Sep 26 2015 opensuse@cboltz.de
- update to PostfixAdmin 2.93 aka 3.0 beta3
- add list.php for list view (replaces list-*.php and fixes some
bugs they included)
- add FetchmailHandler (replaces fetchmail.php)
- several bugfixes and small improvements
- see CHANGELOG.TXT for all details
* Tue Oct 28 2014 opensuse@cboltz.de
- update to PostfixAdmin 2.92 aka 3.0 beta2
- remove upstream postfixadmin-svn.diff and postfixadmin-svn2.diff
- additional changes over the two patches: the version number ;-)
* Mon Oct 27 2014 opensuse@cboltz.de
- add postfixadmin-svn2.diff with changes from upstream SVN (r1705):
- add workaround for MariaDB to fix deleting aliases (bug#325)
- $CONF[default_aliases] can now use the new domain as alias target (patch#124)
- check that vacation start/end date are not in the past (patch#122)
- update vacation INSTALL.TXT with more secure locations
- update Smarty to 3.1.21
- make dependency on Zend Framework versioned - PostfixAdmin needs 1.x
(2.x is totally different and incompatible)
/etc/apache2 /etc/apache2/conf.d /etc/apache2/conf.d/postfixadmin.conf
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:27:59 2026