Changelog for
postfix-2.9.6-181.3.i586.rpm :
Tue Jul 30 14:00:00 2013 schwabAATTsuse.de
- postfix-main.cf.patch: remove duplicate entry for inet_protocols
Mon Jun 17 14:00:00 2013 chrisAATTcomputersalat.de
- fix for warning
* unused parameter: virtual_create_maildirsize=yes
* unused parameter: virtual_mailbox_extended=yes
* rework main.cf.patch
- fix rcpostfix for sysvinit systems
* /etc/postfix/system/update_postmaps: No such file or directory
- rebase patches
* vda-v11-2.9.5 -> vda-v11-2.9.6
- fix file postfix-SuSE.tar.gz
* made a tar.gz
Sun Jun 16 14:00:00 2013 jengelhAATTinai.de
- postfix.spec forces the use of SSL and SASL libraries,
so make sure the BuildRequires are there
Fri Jun 14 14:00:00 2013 jengelhAATTinai.de
- Add postfix-db6.diff to fix compile abort with libdb-6.0
Mon Apr 22 14:00:00 2013 idonmezAATTsuse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
- Add GPG verification
Sat Apr 20 14:00:00 2013 crrodriguezAATTopensuse.org
- postfix-SuSE/postfix.service do not Require or
order after syslog.target as it no longer exists
postfix will fail to start in the next systemd version.
Sat Feb 23 13:00:00 2013 rmilasanAATTsuse.com
- Install postfix.service accordingly (/usr/lib/systemd for 12.3
and up or /lib/systemd for older versions).
Wed Feb 6 13:00:00 2013 varkolyAATTsuse.com
- update to 2,9.6
Bugfix: the local(8) delivery agent dereferenced a null pointer
while delivering to null command (for example, \"|\" in a .forward file).
Bugfix: memory leak in program initialization. tls/tls_misc.c.
Bugfix: he undocumented OpenSSL X509_pubkey_digest() function is
unsuitable for computing certificate PUBLIC KEY fingerprints.
Postfix now provides a correct procedure that accounts for
the algorithm and parameters in addition to the key data. Specify
\"tls_legacy_public_key_fingerprints = yes\" if you need backwards compatibility.
Thu Jan 17 13:00:00 2013 varkolyAATTsuse.com
- bnc#796162 - script to assign path elements not working in postfix install Build-0284(iso)
Thu Jan 10 13:00:00 2013 chrisAATTcomputersalat.de
- rebase patches
* vda-v10-2.8.12 -> vda-v11-2.9.5 (and to be a p0)
* main, master, post-instal, ssl-release-buffers (remove version)
* dynamic_maps, dynamic_maps_pie, pointer_to_literals
Thu Jan 10 13:00:00 2013 varkolyAATTsuse.com
- update to 2,9.5
* tls support:
Support to turn off the TLSv1.1 and TLSv1.2 protocols:
To temporarily turn off problematic protocols globally:
/etc/postfix/main.cf:
smtp_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
smtp_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
However, it may be better to temporarily turn off problematic
protocols for broken sites only:
/etc/postfix/main.cf:
smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
/etc/postfix/tls_policy:
example.com may protocols=!SSLv2:!TLSv1.1:!TLSv1.2
* 20111012 To simplify integration with third-party
applications, the Postfix sendmail command now always transforms
all input lines ending in
into UNIX format (lines ending
in ). Specify \"sendmail_fix_line_endings = strict\" to restore
historical Postfix behavior (i.e. convert all input lines ending
in only if the first line ends in ).
* 20120114 Logfile-based alerting systems may need to be
updated to look for \"error\" messages in addition to \"fatal\" messages.
Specify \"daemon_table_open_error_is_fatal = yes\" to get the historical
behavior (immediate termination with \"fatal\" message).
* enable_long_queue_ids Postfix 2.9 introduces support for non-repeating queue IDs (also
used as queue file names). These names are encoded in a mix of upper
case, lower case and decimal digit characters. Long queue IDs are
disabled by default to avoid breaking tools that parse logfiles and
that expect queue IDs with the smaller [A-F0-9] character set.
* 20111209 memcache lookup and update support. This provides
a way to share postscreen(8) or verify(8) caches between Postfix
instances. See MEMCACHE_README and memcache_table(5) for details
and limitations.
* 20111218 To support external SASL authentication, e.g.,
in an NGINX proxy daemon, the Postfix SMTP server now always checks
the smtpd_sender_login_maps table, even without having
\"smtpd_sasl_auth_enable = yes\" in main.cf.
* ipv6
o The default inet_protocols value is now \"all\" instead of \"ipv4\",
meaning use both IPv4 and IPv6.
o The default smtp_address_preference value is now \"any\" instead
of \"ipv6\", meaning choose randomly between IPv6 and IPv4. With
this the Postfix SMTP client will have more success delivering
mail to sites that have problematic IPv6 configurations.
Sat Dec 15 13:00:00 2012 chrisAATTcomputersalat.de
- update to 2.8.13
* 20121029
Workaround: strip datalink suffix from IPv6 addresses
returned by the system getaddrinfo() routine. Such suffixes
mess up the default mynetworks value, host name/address
verification and possibly more. This change obsoletes the
20101108 change that removes datalink suffixes in the SMTP
and QMQP servers, but we leave that code alone. File:
util/myaddrinfo.c.
* 20121013
Cleanup: to compute the LDAP connection cache lookup key,
join the numeric fields with null, just like string fields.
Viktor Dukhovni. File: global/dict_ldap.c.
* 20121010
Bugfix (introduced: Postfix 2.5): memory leak in program
initialization. Reported by Coverity. File: tls/tls_misc.c.
Bugfix (introduced: Postfix 2.3): memory leak in the unused
oqmgr program. Reported by Coverity. File: oqmgr/qmgr_message.c.
* 20121003
Bugfix: the postscreen_access_list feature was case-sensitive
in the first character of permit, reject, etc. Reported by
Feancis Picabia. File: global/server_acl.c.
- rebase dynamic_maps_pie patch
- rpmlint
* invalid-suse-version-check 1140
* obsolete-suse-version-check 920 (changes file)
Fri Dec 14 13:00:00 2012 varkolyAATTsuse.com
- bnc#790141 - Command SuSEconfig.postfix reports ERROR -
\"can not find /lib/YaST/SuSEconfig.functions!!\"
Thu Nov 8 13:00:00 2012 varkolyAATTsuse.com
- bnc#782048 - postfix uses /sbin/conf.d
- bnc#784659 - remove SuSEconfig calls from yast2-mail
Fri Aug 10 14:00:00 2012 chrisAATTcomputersalat.de
- update to 2.8.12
* 20120730
Bugfix (introduced: 20000314): AUTH is not allowed after
MAIL. Timo Sirainen. File: smtpd/smtpd_sasl_proto.c.
* 20120702
Bugfix (introduced: 19990127): the BIFF client leaked an
unprivileged UDP socket. Fix by Jaroslav Skarvada. File:
local/biff_notify.c.
* 20120621
Bugfix (introduced: Postfix 2.8): the unused \"pass\" trigger
client could close the wrong file descriptors. File:
util/unix_pass_trigger.c.
- fix for bnc#771303
* add \'version = 3\' to ldap_aliases.cf
- rebase patches
* main, master, post-install: 2.8.3 -> 2.8.12
* ssl-release-buffers: 2.8.5 -> 2.8.12
* vda-v10: 2.8.9 -> 2.8.12
* dynamic_maps, dynamic_maps_pie, ipv6_disabled, pointer_to_literals
- fix changes file
Thu Jul 19 14:00:00 2012 varkolyAATTsuse.com
- bnc#771811 - postfix update does not regenerate the maps
Mon Jun 11 14:00:00 2012 varkolyAATTsuse.com
- update to 2.8.11
* 20120520
- Bugfix (introduced Postfix 2.4): the event_drain() function
was comparing bitmasks incorrectly causing the program to
always wait for the full time limit. This error affected
the unused postkick command, but only after s/fifo/unix/
in master.cf. File: util/events.c.
- Cleanup: laptop users have always been able to avoid
unnecessary disk spin-up by doing s/fifo/unix/ in master.cf
(this is currently not supported on Solaris systems).
However, to make this work reliably, the \"postqueue -f\"
command must wait until its requests have reached the pickup
and qmgr servers before closing the UNIX-domain request
sockets. Files: postqueue/postqueue.c, postqueue/Makefile.in.
Wed May 9 14:00:00 2012 varkolyAATTsuse.com
- bnc#753910 - {name} instead of %{name} in postfix .spec
- bnc#756452 - VUL-1: postfix: VRFY allows enumerating users
Thu May 3 14:00:00 2012 chrisAATTcomputersalat.de
- update to 2.8.10
* 20120401
Bitrot: shut up useless warnings about Cyrus SASL call-back
function pointer type mis-matches. Files: xsasl/xsasl_cyrus.h,
xsasl/xsasl_cyrus_server.c, xsasl/xsasl_client.c.
* 20120422
Bit-rot: OpenSSL 1.0.1 introduces new protocols. Update the
known TLS protocol list so that protocols can be turned off
selectively to work around implementation bugs. Based on
a patch by Victor Duchovni. Files: proto/TLS_README.html,
proto/postconf.proto, tls/tls.h, tls/tls_misc.c, tls/tls_client.c,
tls/tls_server.c.
- update to 2.8.9
* 20120217
Cleanup: missing #include statement for bugfix code added
20111226. File: local/unknown.c.
* 20120214
Bugfix (introduced: Postfix 2.4): extraneous null assignment
caused core dump when postlog emitted the \"usage\" message.
Reported by Kant (fnord.hammer). File: postlog/postlog.c.
* 20120202
Bugfix (introduced: Postfix 2.3): the \"change header\" milter
request could replace the wrong header. A long header name
could match a shorter one, because a length check was done
on the wrong string. Reported by Vladimir Vassiliev. File:
cleanup/cleanup_milter.c.
- use latest VDA patch (2.8.9)
Thu Apr 12 14:00:00 2012 varkolyAATTsuse.com
- bnc#756450 - postfix: remove version from banner
Mon Apr 9 14:00:00 2012 brunoAATTioda-net.ch
- add port 587 smtp-auth submission to postfix-fw bnc#756289
Mon Apr 2 14:00:00 2012 dmuellerAATTsuse.de
- set exit code explicitely in cond_slp, systemd checks for it
Tue Mar 13 13:00:00 2012 varkolyAATTsuse.com
- Documentation for bnc#751994 - SuSEconfig module postfix does not exist
Wed Mar 7 13:00:00 2012 varkolyAATTsuse.com
- rcpostfix now updates the aliases too
Mon Feb 27 13:00:00 2012 chrisAATTcomputersalat.de
- update to 2.8.8
Bugfixes:
tlsproxy(8) stored TLS sessions with a serverID of
\"tlsproxy\" instead of \"smtpd\", wasting an opportunity for
session reuse. File: tlsproxy/tlsproxy.c.
missing lookup table entry and terminator, causing
proxymap server segfault when postscreen(8) or verify(8)
attempted to access their cache via the proxymap server.
This could never have worked anyway, because the Postfix
2.8 proxymap protocol does not support cache cleanup. File
util/dict.c.
the Postfix client sqlite
quoting routine returned the unquoted result instead of the
quoted text. The opportunities for misuse are limited,
because Postfix sqlite files are usually owned by root, and
Postfix daemons usually run with non-root privileges so
they can\'t corrupt the database. Problem reported by Rob
McGee (rob0). File: global/dict_sqlite.c.
the trace service did not
distinguish between notifications for a non-bounce or a
bounce message. This code pre-dates DSN support and should
have been updated when it was re-purposed to handle DSN
SUCCESS notifications. Problem reported by Sabahattin
Gucukoglu. File: bounce/bounce_trace_service.c.
- use latest VDA patch (2.8.5)
Wed Jan 25 13:00:00 2012 varkolyAATTsuse.com
- bnc#743369 - yast2 mail module does not open the firewall
- Set MD5DIR in SuSEconfig.postfix to avoid warnings
Tue Jan 17 13:00:00 2012 varkolyAATTsuse.com
- bnc738693 - upgrade from 11.4 enables mysql service for systemd
Thu Jan 12 13:00:00 2012 varkolyAATTsuse.com
- Add postmap rebuild script to systemv init script too
Wed Jan 11 13:00:00 2012 varkolyAATTsuse.com
- bnc#738900 - cyrus-imapd not receiving mail from postfix
Tue Dec 13 13:00:00 2011 varkolyAATTsuse.com
- Move the post map rebuild script into the start script
Tue Dec 6 13:00:00 2011 varkolyAATTsuse.com
- Fix the last change in %post
Fri Dec 2 13:00:00 2011 varkolyAATTsuse.com
- bnc#728308 - warning output after update the postfix package
Wed Nov 9 13:00:00 2011 varkolyAATTsuse.com
- update to 2.8.7
Bugfixes:
smtpd(8) did not sanitize newline characters in cleanup(8)
REJECT messages, causing them to be sent out via SMTP as bare newline characters.
smtpd(8) sent multi-line responses from a before-queue content filter as text with
bare instead of .
Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421)
when it could not give a connection to a real smtpd process, causing some
remote SMTP clients to bounce mail.
Thu Nov 3 13:00:00 2011 varkolyAATTsuse.com
- Use the systemd macros in the spec file
Fri Oct 14 14:00:00 2011 mhruseckyAATTsuse.cz
- only fix files that exists in %post
Sun Oct 9 14:00:00 2011 crrodriguezAATTopensuse.org
- Use SSL_MODE_RELEASE_BUFFERS if available, see
SSL_CTX_set_mode man page and
http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html
for the full details.
Tue Sep 6 14:00:00 2011 chrisAATTcomputersalat.de
- update to 2.8.5
* Bugfix: allow for Milters that send an SMTP server reply
without RFC 3463 enhanced status code. Reported by Vladimir
Vassiliev. File: milter/milter8.c.
Mon Aug 22 14:00:00 2011 varkolyAATTnovell.com
- bnc#684304 - server:mail/postfix: Bugs in SuSEconfig chroot setup script
- Aplly SASL_SOCKET_DIR patch
Thu Aug 18 14:00:00 2011 varkolyAATTnovell.com
- Move SuSEconfig.postfix into /usr/sbin/
(FATE#311272: Do not rewrite postfix.cf via SuSEconfig)
SuSEconfig.postfix will be executed only once after installation
automaticaly. Afterwards only you can start it manually or via
yast2 mail module.
Fri Aug 12 14:00:00 2011 wernerAATTsuse.de
- Just the first strep forward to systemd, please test out
/etc/postfix/system/update_chroot
/etc/postfix/system/wait_qmgr
/etc/postfix/system/cond_slp
and
/lib/systemd/system/postfix.service
and also fill out the missing description.
Tue Aug 9 14:00:00 2011 chrisAATTcomputersalat.de
- rework SuSE patch
* add missing SASL stuff in rc.postfix
Mon Jul 25 14:00:00 2011 chrisAATTcomputersalat.de
- when chrooted and using SASL
o mount -o bind SASL_SOCKET_DIR into postfix CHROOT
Mon Jul 11 14:00:00 2011 chrisAATTcomputersalat.de
- update to 2.8.4
o Linux kernel version 3 support.
for more info see ChangeLog
Wed Jul 6 14:00:00 2011 varkolyAATTnovell.com
- bnc#686436 - postfix bounces messages with improper use of 8-bit data in message body
- Apply patch
Fri Jul 1 14:00:00 2011 chrisAATTcomputersalat.de
- rework master.cf patch
o fix receive_override_options line
- rework SuSE patch
o sysconfig: remove POSTFIX_WITH_POP_BEFORE_SMTP
o SuSEconfig: fix receive_override_options line
Thu Jun 30 14:00:00 2011 chrisAATTcomputersalat.de
- replace vda patch
o 2.8.1 -> 2.8.3
- fix files doc
o remove \'doc auxiliary\'
instead cp to pf_docdir
Sat May 28 14:00:00 2011 varkolyAATTnovell.com
- fix spec for building on all repos
Tue May 24 14:00:00 2011 varkolyAATTnovell.com
- bnc#679187 - suseconfig/postfix: missing dependency
Tue May 17 14:00:00 2011 chrisAATTcomputersalat.de
- fix master.cf
o fix missing
- amavis unix - - n - 4 smtp
- localhost:10025 inet n - n - - smtpd
o add master.cf patch
- rework patches
o main.cf (add two missing sasl vars)
o postfix-SuSE (SuSEconfig, cleanup those vars,...)
Sun May 15 14:00:00 2011 chrisAATTcomputersalat.de
- rework TLS stuff
o reworked main.cf patch
o added postfix-SuSE patch
o added post-install patch
Editing /etc/postfix/master.cf, adding missing entry for tlsmgr service
add only if it really does not exist
- removed Author from description
- updated vda patch
o vda-2.7.1 > vda-v10-2.8.1
- fix build for SLE_10
o no fdupes ;)
Wed May 11 14:00:00 2011 varkolyAATTnovell.com
- remove document paths from postfix-files to avoid error messages
when postfix-doc is not installed
Tue May 10 14:00:00 2011 varkolyAATTnovell.com
- update to 2.8.3 - VUL-0: postfix memory corruption
Sun Apr 10 14:00:00 2011 varkolyAATTnovell.com
- bnc#641271 - postfix-2.7.1: init script cannot properly stop
multi-instance configurations
Wed Mar 30 14:00:00 2011 varkolyAATTnovell.com
- update to 2.8.2
* DNSBL/DNSWL:
o Support for address patterns in DNS blacklist and whitelist lookup results.
o The Postfix SMTP server now supports DNS-based whitelisting with several safety features
* Support for read-only sqlite database access.
* Alias expansion:
o Postfix now reports a temporary delivery error when the result
of virtual alias expansion would exceed the virtual_alias_recursion_limit
or virtual_alias_expansion_limit.
o To avoid repeated delivery to mailing lists with pathological
nested alias configurations, the local(8) delivery agent now keeps
the owner-alias attribute of a parent alias, when delivering mail
to a child alias that does not have its own owner alias.
* The Postfix SMTP client no longer appends the local domain when
looking up a DNS name without \".\".
* The SMTP server now supports contact information that is appended
to \"reject\" responses: smtpd_reject_footer
* Postfix by default no longer adds a \"To: undisclosed-recipients:;\"
header when no recipient specified in the message header.
* tls support:
o The Postfix SMTP server now always re-computes the SASL mechanism
list after successful completion of the STARTTLS command.
o The smtpd_starttls_timeout default value is now stress-dependent.
o Postfix no longer appends the system-supplied default CA certificates
to the lists specified with
*_tls_CAfile or with
*_tls_CApath.
* New feature: Prototype postscreen(8) server that runs a number
of time-consuming checks in parallel for all incoming SMTP connections,
before clients are allowed to talk to a real Postfix SMTP server.
It detects clients that start talking too soon, or clients that appear
on DNS blocklists, or clients that hang up without sending any command.
Thu Feb 10 13:00:00 2011 varkolyAATTnovell.com
- bnc#667299 - Postfix LICENSE not marked as documentation
Mon Jan 17 13:00:00 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 4 13:00:00 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 13:00:00 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 7 13:00:00 2010 cooloAATTnovell.com
- prereq init scripts network and syslog
Thu Aug 12 14:00:00 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 6 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 2010 chrisAATTcomputersalat.de
- fix obviously lost POSTFIX_MYHOSTNAME in SuSEconfig.postfix
Wed Apr 7 14:00:00 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 1 14:00:00 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 13:00:00 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 13:00:00 2010 cooloAATTnovell.com
- revert the change to PreReq openldap-devel, this increases the
default installation several MBs
Tue Feb 2 13:00:00 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 5 13:00:00 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 13:00:00 2009 freespacerAATTgmx.de
- Add support for dovecot as MDA to SuSEconfig.
Wed Dec 16 13:00:00 2009 jengelhAATTmedozas.de
- Package documentation as noarch
Thu Dec 10 13:00:00 2009 varkolyAATTsuse.de
- Remove postfixs update script. This does not work now.
Tue Dec 8 13:00:00 2009 varkolyAATTsuse.de
- Fix the %post section add missed %{fillup_only -an mail}
Mon Nov 16 13:00:00 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 13:00:00 2009 varkolyAATTsuse.de
- bnc#549612 – SuSEconfig.postfix
Mon Sep 28 14:00:00 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 14:00:00 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 14:00:00 2009 chrisAATTcomputersalat.de
- spec
o fdupes if >= 1100
Thu Sep 10 14:00:00 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 14:00:00 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 14:00:00 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