Changelog for
postfix-doc-2.7.2-13.38.1.noarch.rpm :
* Sat Jul 18 2015 wrAATTrosenauer.org- rebuild against openssl 1.0.1- set requires accordingly- add linux3.patch to be able to build against Linux 3
*
* Thu Dec 22 2011 varkolyAATTsuse.de- bnc#728308 - warning output after update the postfix package.
* Tue May 10 2011 varkolyAATTnovell.com- bnc#689021 - VUL-0: postfix memory corruption
* Wed Mar 30 2011 varkolyAATTnovell.com- bnc#677792 - VUL-0: postfix: STARTTLS plaintext injection
* Thu Feb 10 2011 varkolyAATTnovell.com- bnc#667299 - Postfix LICENSE not marked as documentation
* Mon Jan 17 2011 chrisAATTcomputersalat.de- add some min LDAP support for virtual LDAP-users o sysconfig \"WITH_LDAP\" o add ldap_aliases.cf o SuSEconfig.postfix virtual_alias_maps = ... ldap:/etc/postfix/ldap_aliases.cf
* Tue Jan 04 2011 chrisAATTcomputersalat.de- update to 2.7.2
* Bugfix (introduced Postfix 2.2): Postfix no longer appends the system default CA certificates to the lists specified with
*_tls_CAfile or with
*_tls_CApath. This prevents third-party certificates from getting mail relay permission with the permit_tls_all_clientcerts feature. Unfortunately this may cause compatibility problems with configurations that rely on certificate verification for other purposes. To get the old behavior, specify \"tls_append_default_CA = yes\". Files: tls/tls_certkey.c, tls/tls_misc.c, global/mail_params.h. proto/postconf.proto, mantools/postlink.
* Compatibility with Postfix < 2.3: fix 20061207 was incomplete (undoing the change to bounce instead of defer after pipe-to-command delivery fails with a signal). Fix by Thomas Arnett. File: global/pipe_command.c.
* Bugfix: the milter_header_checks parser provided only the actions that change the message flow (reject, filter, discard, redirect) but disabled the non-flow actions (warn, replace, prepend, ignore, dunno, ok). File: cleanup/cleanup_milter.c.
* Performance: fix for poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1) connections. Problem reported by Mark Martinec. Files: smtpd/smtpd_proxy.c.
* Cleanup: don\'t apply reject_rhsbl_helo to non-domain forms such as network addresses. This would cause false positives with dbl.spamhaus.org. File: smtpd/smtpd_check.c.
* Bugfix: the \"421\" reply after Milter error was overruled by Postfix 1.1 code that replied with \"503\" for RFC 2821 compliance. We now make an exception for \"final\" replies, as permitted by RFC. Solution by Victor Duchovni. File: smtpd/smtpd.c.
* Sat Dec 11 2010 chrisAATTcomputersalat.de- update vda patch o remove 2.6.1-vda-ng.patch o remove 2.6.1-vda-ng-64bit.patch o add vda-2.7.1.patch- rework main.cf.patch o remove 2.2.9-main.cf.patch o add 2.7.1-main.cf.patch
* Tue Dec 07 2010 cooloAATTnovell.com- prereq init scripts network and syslog
* Thu Aug 12 2010 varkolyAATTnovell.com- Remove obsolate postscripts- bnc#625657 - SuSEconfig.postfix and smtp_use_tls- bnc#622873 - postfix doesn\'t start if ipv6 is disabled
* Tue Jul 06 2010 chrisAATTcomputersalat.de- reworked bnc#606251 stuff (not checked in to Factory) o used my_print_defaults command for parsing of /etc/my.cnf o using quotation marks: \"$PF_CHROOT\" o added sysconfig option POSTFIX_MYSQL_CONN=(socket,tcp)
* Wed Jun 16 2010 chrisAATTcomputersalat.de- bnc#606251 - postfix chrooted mysql.sock lost on mysql restart o Now MYSQL_SOCK_DIR is mounted with \'-o bind\' to postfix CHROOT
* Thu Jun 10 2010 varkolyAATTnovell.com- update to 2.7.1
* Bugfix (introduced Postfix 2.6) in the XFORWARD implementation, which sends remote SMTP client attributes through SMTP-based content filters. The Postfix SMTP client did not skip \"unknown\" SMTP client attributes, causing a syntax error when sending an \"unknown\" client PORT attribute.
* Robustness: skip LDAP queries with non-ASCII search strings, instead of failing with a database lookup error.
* Safety: Postfix processes now log a warning when a matchlist has a #comment at the end of a line (for example mynetworks or relay_domains).
* Portability: OpenSSL 1.0.0 changes the priority of anonymous cyphers.
* Portability: Berkeley DB 5.x is now supported.
* Thu May 20 2010 chrisAATTcomputersalat.de- fix obviously lost POSTFIX_MYHOSTNAME in SuSEconfig.postfix
* Wed Apr 07 2010 varkolyAATTnovell.com- New file check_mail_queue. This script checks if there are some mails in the queue and starts postfix if necessary. After delivering the mails postfix will be stoped.
* Thu Apr 01 2010 varkolyAATTnovell.com- bnc#559145 - Changed Domain name not reflected when sending mail First /var/run/dhcp-hostname will be evaluated- Now POSTFIX_SMTP_TLS_CLIENT is ternary : no yes must
* Sun Feb 28 2010 varkolyAATTnovell.com- update to 2.7.0
* performance - Periodic cache cleanup for the verify(8) cache database. - Improved before-queue filter performance.
* sender reputation - The FILTER action in access maps or header/body_checks now supports sender reputation schemes that dynamically choose the SMTP source IP address.
* address verification - The verify(8) service now uses a persistent cache by default.
* content filter - The meaning of an empty filter next-hop destination has changed. - The FILTER action in access maps or header/body_checks now supports sender reputation schemes that dynamically choose the SMTP source IP address.
* milter - Support for header checks on Milter-generated message headers. Please read /usr/share/doc/packages/postfix/RELEASE_NOTES for details.
* Thu Feb 11 2010 cooloAATTnovell.com- revert the change to PreReq openldap-devel, this increases the default installation several MBs
* Tue Feb 02 2010 varkolyAATTnovell.com- bnc#567569 - Postfix: move ldap support to a separate package- bnc#557239 - postfix delivers mail to user\'s home instead of /var/spool/mail
* Tue Jan 05 2010 chrisAATTcomputersalat.de- rpmlint fixes o init-script-undefined-dependency $network-remotefs- fix for SuSEconfig.postfix o if use_amavis eq \"yes\" then content_filter \"amavis:[127.0.0.1]:10024]\" is defined, so removed \"-o content_filter=smtp:[127.0.0.1]:10024\" for smtp- s#ldconfig#/sbin/ldconfig#
* Tue Dec 22 2009 freespacerAATTgmx.de- Add support for dovecot as MDA to SuSEconfig.
* Wed Dec 16 2009 jengelhAATTmedozas.de- Package documentation as noarch
* Thu Dec 10 2009 varkolyAATTsuse.de- Remove postfixs update script. This does not work now.
* Tue Dec 08 2009 varkolyAATTsuse.de- Fix the %post section add missed %{fillup_only -an mail}
* Mon Nov 16 2009 varkolyAATTsuse.de- bnc#555814 – VUL-0: SMTPD_LISTEN_REMOTE=\"yes\" by default- bnc#555732 - Invalid $(hostname -i) usage SuSEconfig.postfix- bnc#547928 – Postfix does not start during boot process- Avoid append relay multiple times in POSTFIX_MAP_LIST
* Mon Oct 26 2009 varkolyAATTsuse.de- bnc#549612 – SuSEconfig.postfix
* Mon Sep 28 2009 varkolyAATTsuse.de- bnc#540538 – postfix-2.6.1-10.1 installs new files in /etc/postfix and does not generate
.db- bnc#519438 - Postfix: Running chrooted lets qmgr loosing his syslog-socket- remove obsolate version tests from SuSEconfig.postfix
* Mon Sep 28 2009 varkolyAATTsuse.de- bnc#525825 - when using cyrus in a chroot environment Suseconfig does not create socket /var/lib/imap/socket/lmtp
* Mon Sep 14 2009 chrisAATTcomputersalat.de- spec o fdupes if >= 1100
* Thu Sep 10 2009 chrisAATTcomputersalat.de- update to 2.6.1 o merge home:varkoly:Factory and o:F- spec mods o use of getent- rpmlint o remove unneeded dists from examples/chroot-setup/ o postin-without-ldconfig o files-duplicate /usr/share/doc/packages/postfix-doc/html/ o files-duplicate /usr/share/man/man?
* Mon Apr 13 2009 chrisAATTcomputersalat.de- added VDA patch o Mailbox / Maildir size limit, known also as \"soft quota\", to avoid user take all you disk space o Customizable \"limit\" message when the soft quota limit is reached. NOTE: message is sent to senders, but NOT to the owner of the mailbox. o Limit only \'INBOX\', because some people use IMAP and don\'t want the same limit in IMAP folder that are differents from INBOX. o Support for \'Courier\' style Maildir, usefull for people that use courier as pop3/imap server and to get fast soft quota summary. Note that it is also compatible with qmail maildir per default. o Supports for Courier \'maildirsize\' file in Maildir folder that is used to read quotas quickly. Note that this option is not actived per default and can be dangerous on some NFS client implementation (like for example Solaris that cache some filesystem operations). o Customisable suffix for Maildir support, when share same external dict between postfix and pop3/imap server sometime \"Maildir/\" suffix is needed to avoid extra database handling (eg LDAP, MySQL...).- some improvements of SuSEconfig.postfix o POSTFIX_LISTEN: Comma separated list of IP\'s o POSTFIX_INET_PROTO: ipv4, ipv6, all o POSTFIX_MYHOSTNAME: define SMTPs FQHOSTNAME o POSTFIX_WITH_MYSQL: when using MySQL as backend o POSTFIX_BASIC_SPAM_PREVENTION: \"custom\" you can now define your own rules - POSTFIX_SMTPD_CLIENT_RESTRICTIONS - POSTFIX_SMTPD_HELO_RESTRICTIONS - POSTFIX_SMTPD_SENDER_RESTRICTIONS - POSTFIX_SMTPD_RECIPIENT_RESTRICTIONS- added helo_access for helo checks- added relay for relaying domain- added MySQL stuff when using MySQL as backend (virtuser) o you should consider postfixAdmin as mgmnt interface o when runninng postfix chrooted: you have to run SUSEconfig each time when you have restarted MySQL because of linking mysql.sock
* Sun Mar 29 2009 varkolyAATTsuse.de- bnc#439287 - not all POSTFIX_ADD_
* values are properly handled by SuSEconfig.postfix- bnc#483208 - Postfix configuration trashed after update- bnc#488268 - SuSEconfig.postfix chroot setup misses /etc/ssl/certs