postfix-mysql-2.7.2-13.16.1<>,<M/=„y)pf\(RKcQqjg~b"[]2A"7Xns>?[̊ ƞؘZAUh[\yG;>`,?.'=~ ]cj[tʆ3ZAI=UUk~u"LX~pdC7,6"\i/"*qG΂-9\XhQ Np=+PbbV5+: ,>;2?2d  C *3I bX |             )  e     -( Z8 `9 : =/f>/n?/vF/~G/ H/ I/ X/Y/\0 ]08 ^1 b1lc1d2Ye2^f2cl2ez2uCpostfix-mysql2.7.213.16.1Postfix plugin to support MySQL mapsPostfix plugin to support MySQL maps. This library will be loaded by starting postfix if you'll access a postmap which is stored in mysql. Authors: -------- Wietse Venema Mxbuild10Q openSUSE 11.4openSUSEIBM Public License ..http://bugs.opensuse.orgProductivity/Networking/Email/Servershttp://www.postfix.org/linuxi586#echo "PARAM_pre: "$1 # on `rpm -ivh` PARAM is 1 # on `rpm -Uvh` PARAM is 2 if [ "$1" = "1" ]; then echo "Adding vmail user" if [ -z "`/usr/bin/getent group vmail 2>/dev/null`" ]; then /usr/sbin/groupadd -r -g 303 vmail fi if [ -z "`/usr/bin/getent passwd vmail 2>/dev/null`" ]; then /usr/sbin/useradd -c "maildirs chef" -d /srv/maildirs -g vmail -u 303 -r -s /bin/false vmail fi fi # ---------------------------------------------------------------------------FILE=etc/postfix/dynamicmaps.cf if ! grep -q "^mysql[[:space:]]" ${FILE}; then echo "Adding mysql map entry to ${FILE}" echo "mysql /usr/lib/postfix/dict_mysql.so dict_mysql_open" >> ${FILE} fi # ---------------------------------------------------------------------------#echo "PARAM_preun: "$1 # on `rpm -e` PARAM is 0 if [ "$1" = "0" ]; then FILE=etc/postfix/dynamicmaps.cf if [ -e "$FILE" ] ; then if grep -q "^mysql[[:space:]]" ${FILE}; then echo "Removing mysql map entry from ${FILE}" sed "/^mysql[[:space:]]/d" ${FILE} > ${FILE}.$$ && \ cp --remove-destination ${FILE}.$$ ${FILE} && \ rm ${FILE}.$$ fi else echo "Can not find \"$FILE\". Not updating the file." >&2 fi echo "Removing vmail user" userdel vmail 2> /dev/null groupdel vmail 2> /dev/null fi # ---------------------------------------------------------------------------6@A큤MKMKMKMKMKMKMMMtD[ 1e51ceb8b7a15b9cb10339a559635fd3c75bc64cee9e70754405eceec3e6cb3f481b6282426912c02afbe55357a108b7869c5988bd9c37baf58dc21f5d6bfe53ac28c77de8a7a5a4486f1b183836627d756187b835fb695105cc9e1ba5326385ebb74014110f3180ee975f5d56817059e300cff589a30191ca4b58e72db8b111rootrootrootrootrootrootrootrootrootrootpostfixpostfixpostfixpostfixpostfixrootrootrootpostfix-2.7.2-13.16.1.src.rpmdict_mysql.sopostfix-mysqlpostfix-mysql(x86-32)    @@@@@@ rpmlib(VersionedDependencies)postfix/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libmysqlclient.so.16libmysqlclient.so.16(libmysqlclient_16)libpostfix-global.so.1rpmlib(PayloadIsLzma)3.0.3-12.7.24.0-13.0.4-14.4.6-14.8.0M(M@MS@M4/@M# MgL!Lc@L3LLK$@KsKKZKs@KhKC)K0K(K K?K>J@J@J@J0@J@I)@Ibvarkoly@novell.comvarkoly@novell.comvarkoly@novell.comchris@computersalat.dechris@computersalat.dechris@computersalat.decoolo@novell.comvarkoly@novell.comchris@computersalat.dechris@computersalat.devarkoly@novell.comchris@computersalat.devarkoly@novell.comvarkoly@novell.comvarkoly@novell.comcoolo@novell.comvarkoly@novell.comchris@computersalat.defreespacer@gmx.dejengelh@medozas.devarkoly@suse.devarkoly@suse.devarkoly@suse.devarkoly@suse.devarkoly@suse.devarkoly@suse.dechris@computersalat.dechris@computersalat.dechris@computersalat.devarkoly@suse.de- bnc#689021 - VUL-0: postfix memory corruption- bnc#677792 - VUL-0: postfix: STARTTLS plaintext injection- bnc#667299 - Postfix LICENSE not marked as documentation- 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- 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.- 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- prereq init scripts network and syslog- Remove obsolate postscripts - bnc#625657 - SuSEconfig.postfix and smtp_use_tls - bnc#622873 - postfix doesn't start if ipv6 is disabled- 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)- bnc#606251 - postfix chrooted mysql.sock lost on mysql restart o Now MYSQL_SOCK_DIR is mounted with '-o bind' to postfix CHROOT- 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.- fix obviously lost POSTFIX_MYHOSTNAME in SuSEconfig.postfix- 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.- 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- 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.- revert the change to PreReq openldap-devel, this increases the default installation several MBs- bnc#567569 - Postfix: move ldap support to a separate package - bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail- 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#- Add support for dovecot as MDA to SuSEconfig.- Package documentation as noarch- Remove postfixs update script. This does not work now.- Fix the %post section add missed %{fillup_only -an mail}- 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- bnc#549612 – SuSEconfig.postfix- 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- bnc#525825 - when using cyrus in a chroot environment Suseconfig does not create socket /var/lib/imap/socket/lmtp- spec o fdupes if >= 1100- 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?- 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- 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/bin/sh/bin/sh/bin/shbuild10 1305019512 E F G H I J   2.7.2-13.16.12.7.2-13.16.1main.cf-mysqlmysql_relay_domains_maps.cfmysql_virtual_alias_maps.cfmysql_virtual_domains_maps.cfmysql_virtual_mailbox_limit_maps.cfmysql_virtual_mailbox_maps.cfdict_mysql.sopostfix-mysqlpostfix-mysql.sql/etc/postfix//usr/lib/postfix//usr/share/doc/packages//usr/share/doc/packages/postfix-mysql/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4:Update:Test/standard/44fc9faf83f6e8b9f22d4368a201cfd6-postfixcpiolzma5i586-suse-linuxs|ҐkK9''7?P] "k%{^:ܮGX~:囓!vb @Q_ $Ssdͫ;72$W3]fx6i8t֯,mWozg h ZY2UO8 W1~! М.k('L'Li@([fCG!?l \rAU9v@R0EՂ]pM8ɫ4.{\&lJ 8 's^v􂛊,pԄVQ5 Pj.z rl>DQr^H3>C'_Ua6?,Azm K=O4k]Wt'Sg/'ID{6PFܫmؖSr#fy}qٲrه>Q|f_}x{)eKe%'P> 2y2<7oRT@NHHBzvt^n )"PKxxޜ8x a/eqA٦F%?b' \ѹOxx83  σAdq8  LeW.7:Ī6*4#>}T:cB*N<`P6^ӧddnRT8s2MOKLJH/B~ctp`?MV&sL~<%\N/}ʗ3{VA|36%U-5ځvr&If!E-$̭>/a wI7-SˠD$nٸX )RTq[QD܉Va9䑇?=b8Dk- #(U!{b'>S/.Աy)ίmHQAaYG)3B'X+AJz+?f@aIYyq7? HBmƨݩ}ER* O%ώ=1͛GǐxE'Q-@t(.ъÛdxWB !wZ[.)UR@dTnLifl!l8w-8uFMwi ܲ;R2Nj'!"bܩ]\YaGBl"gg ͸@q"Iv ,9z/^}f2'oXX?>[{@ex7_A% J2]t@̌r"PJz2$cqߥ>e1Ok+J3Yy}j PAHEdm_ig!…몝{񮪀6?kgRP9B{& ϑt"CD4^|heF/rչa3#jdpמ_-^ߦ+  9( N[{;r"^ jN`.zk NH)E,cMYG =%#%2GEj\EX\FG\6c[