dovecot12-backend-pgsql-1.2.6-2.3>t  DH`pJ{/=„eQ. AWt⅑ƄuPe tY̔7<^)NǓOa6{! b8{'L xc]Q76̮R,i2A;QӴW:lnJy ~ \9=(ACz1"m;&Ky R1_Ya˞d rX:YLuw eO,X!Pv7722ee3c25ee54b747338a840fce67026d159458AcJ{/=„(]K'M#V'q3tzh {I΁Zi\Jgﺧ,"79)Rf~(=g u(s ÚH:EE/x{D=Ҕ4[ ,Wb _[Z W3ѮhݸEU翅ź]>kd6;h#amNKMʸƁ >rI,' jQӭ^9u ׺T =YV #@3 /wU]>;?d  $ C8<DHV_    $ 0 S \|:dx (89(:BFGHIXYZ@[D\L]X^bcfdeflzCdovecot12-backend-pgsql1.2.62.3PostgreSQL support for DovecotDovecot is an IMAP and POP3 server for Linux and UNIX-like systems, written primarily with security in mind. Although it is written in C, it uses several coding techniques to avoid most of the common pitfalls. Dovecot can work with standard mbox and maildir formats and is fully compatible with UW-IMAP and Courier IMAP servers as well as mail clients accessing the mailboxes directly. This package holds the files needed for PostgreSQL support. Authors: -------- Timo Sirainen J.build31[@openSUSE 11.2openSUSEBSD 3-clause (or similar) ; LGPL v2.1 or later ; MIT License (or similar)http://bugs.opensuse.orgProductivity/Networking/Email/Servershttp://www.dovecot.orglinuxx86_64[@JJJ518da5b10e1bd4294a2622e96ae561a2../sql/libdriver_pgsql.so../sql/libdriver_pgsql.sorootrootrootrootrootrootdovecot12-1.2.6-2.3.src.rpmdovecot_sql_backenddovecot-backend-pgsqllibdriver_pgsql.so()(64bit)dovecot12-backend-pgsqldovecot12-backend-pgsql(x86-64)   @@@ dovecot12rpmlib(VersionedDependencies)rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libpq.so.5()(64bit)rpmlib(PayloadIsLzma)1.2.63.0.3-14.0-13.0.4-14.4.6-1dovecot10-backend-pgsqldovecot11-backend-pgsqldovecot-snapshot-backend-pgsqldovecot11-snapshot-backend-pgsqldovecot12-snapshot-backend-pgsql4.7.1J@ĴJ0@Ju@J]mrueckert@suse.dealexandre@exatati.com.bralexandre@exatati.com.bralexandre@exatati.com.brmrueckert@suse.de- fix obsoletes/provides/conflicts- update to version 1.2.6 * Upgraded to Unicode 5.2.0 + Added authtest utility for doing passdb and userdb lookups. + login: ssl_security string now also shows the used compression. - quota: Don't crash with non-Maildir++ quota backend. - imap proxy: Fixed crashing with some specific password characters. - dovecot --exec-mail was broken. - Avoid assert-crashing when two processes try to create index at the same time. - update managesieve patch to match the release: old: dovecot-1.2.4-managesieve-0.11.9.diff.bz2 new: dovecot-1.2.6-managesieve-0.11.9.diff.bz2- update to version 1.2.5 * Authentication: DIGEST-MD5 and RPA mechanisms no longer require user's login realm to be listed in auth_realms. It only made configuration more difficult without really providing extra security. * zlib plugin: Don't allow clients to save compressed data directly. This prevents users from exploiting (most of the) potential security holes in zlib/bzlib. + Added pop3_save_uidl setting. + dict quota: When updating quota and user isn't already in dict, recalculate and save the quota. - file_set_size() was broken with OSes that didn't support posix_fallocate() (almost everyone except Linux), causing all kinds of index file errors. - v1.2.4 index file handling could have caused an assert-crash - IMAP: Fixes to QRESYNC extension. - virtual plugin: Crashfix - deliver: Don't send rejects to any messages that have Auto-Submitted header. This avoids emails loops. - Maildir: Performance fixes, especially with maildir_very_dirty_syncs. - Maildir++ quota: Limits weren't read early enough from maildirsize file (when quota limits not enforced by Dovecot) - Message decoding fixes (mainly for IMAP SEARCH, Sieve).- update to version 1.2.4 * acl: When looking up ACL defaults, use global/local default files if they exist. So it's now possible to set default ACLs by creating dovecot-acl file to the mail root directory. + imap/pop3 proxy: If proxy destination is known to be down, fail connections to it immediately. + imap/pop3 proxy: Added proxy_timeout passdb extra field to specify proxy's connect timeout. - Fixed a crash in index file handling. - Fixed a crash in saving messages where message contained a CR character that wasn't followed by LF (and the CR happened to be the last character in an internal buffer). - v1.2.3 crashed when listing shared namespace prefix. - listescape plugin: Several fixes. - autocreate plugin: Fixed autosubscribing to mailboxes in subscriptions=no namespaces. - aditional changes from 1.2.3 * Mailbox names with control characters can't be created anymore. Existing mailboxes can still be accessed though. + Allow namespace prefix to be opened as mailbox, if a mailbox already exists in the root dir. - Maildir: dovecot-uidlist was being recreated every time a mailbox was accessed, even if nothing changed. - listescape plugin was somewhat broken - Compiling fixes for non-Linux/BSDs - imap: tb-extra-mailbox-sep workaround was broken. - ldap: Fixed hang when >128 requests were sent at once. - fts_squat: Fixed crashing when searching virtual mailbox. - imap: Fixed THREAD .. INTHREAD crashing. - aditional changes from 1.2.2 * GSSAPI: More changes to authentication. Hopefully good now. * lazy_expunge plugin: Drop \Deleted flag when moving message. + dovecot -n/-a now outputs also lda settings. + dovecot.conf !include now supports globs (e.g. !include /etc/dovecot/*.conf). Based on patch by Thomas Guthmann. + acl: Support spaces in user/group identifiers. + shared mailboxes: If only %%n is specified in prefix, default to current user's domain. - Dovecot master process could hang if it received signals too rapidly. - Fixed "corrupted index cache file" errors (and perhaps others) caused by e.g. IMAP's FETCH BODY[] command. - IMAP: When QRESYNC is enabled, don't crash when a new mail is received while IDLEing. - IMAP: FETCH X-* parameters weren't working. - Maildir++ quota: Quota was sometimes updated wrong when it was being recalculated. - Searching quoted-printable message body internally converted "_" characters to spaces and didn't match search keys with "_". - Messages in year's first/last day may have had broken timezones with OSes not having struct tm->tm_gmtoff (e.g. Solaris). - virtual plugin: If another session adds a new mailbox to index, don't crash. - update sieve pacthes to match the release: old: dovecot-1.2-sieve-0.1.8.tar.bz2 new: dovecot-1.2-sieve-0.1.12.tar.bz2 + Testsuite: added support for testing binaries stored on disk. + Implemented the new date extension. This allows matching against date values in header fields and the current date at the time of script evaluation. - update managesieve patches to match the release: old: dovecot-1.2-managesieve-0.11.7.tar.bz2 new: dovecot-1.2-managesieve-0.11.9.tar.bz old: dovecot-1.2.1-managesieve-0.11.7.diff.bz2 new: dovecot-1.2.4-managesieve-0.11.9.diff.bz2 * Adjusted to changes in the Dovecot login proxy API. This release therefore depends on Dovecot v1.2.4. + Reintroduced ability to abort SASL with "*" response. Latest ManageSieve specification includes it.- initial package of the 1.2 seriesdovecot-backend-pgsqlbuild31 12563645901.2.6-2.31.2.6-2.31.2.6-2.31.2.6-2.31.2.6libdriver_pgsql.solibdriver_pgsql.solibdriver_pgsql.so/usr/lib64/dovecot/modules/auth//usr/lib64/dovecot/modules/dict//usr/lib64/dovecot/modules/sql/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/9919cc384271f70726d8eb9f03c847c1-dovecot12cpiolzma2x86_64-suse-linuxuʆByHu-F9?P] b2r! BCDC3.5@Rr6Ѽ E[[y틲yZEa??̻L_1 Rj$kpXs"t޴{@^C%gJZT`WJ$9Xwd[c/ rcFww71 7y l\<mjyI&f}S-@8fP3@'O]|;o;h XA^ 6A.R<ЯoXb{bd2]`l>uRձ"&:E U?4 ѯks AJE1YDd[f,BOHBxe15y5Ybʦ֬#R I71i4 ;YNsҧkraz! mz‰K^!ϼJ_'C7X97z==45]1E_gi(u.?T5;U(c(IcM>Aymڇ "^4eI-QdX푺\ x6ߧ9 橃㘻/X294<[ -Wȏ)`xsgD-|vt!ӏQϞc!38ǫJVy,ݚ(g=wM ɔ -=DҤĪc:*ugkVd7d"LS .cfaeGiuk`<|R#tn2t51 b-ŢaTSg"=+5Ono YcM8:dzPU^J7Zk37-'CF<~ gv -4Z,Ҁ2Cni\j^ׯäC! *[ ovcXv KYk POW*T@zG= #2Ec"~>M:F_E٪a49+ȑ!ug NhES#¬x{qdbqz3eMr: 6wՠ,fV=|n 75pGs+ҳ>njnfӾ\"m*WbMTC0j0X t5LHk+P)/cqs`K !W_~̺?ً'EgW`*V_%V¨y.B7ٛ'R:myeFF;dqWT;&͕IN%,/"񾰼EZA)qʌ,+yXV삏MoHtt. ݵdyph6Xɛs*sst:جJ"cXJ;q'̑?$;ma B6}ՌtW;~N23DmxO5cbC>$B.B䰌~&J̈́|Ƞ;se{D/0?ʜ3=!xRwӒg $jG@ՉY d]IuQbMRYb"KO)q7tݳ={ S11` nax ^x*]`gT`0I;3AӔ5c@4oSLFn6Q᯿Osl$VC,#+.pdr>G$FD'qKF^`^F2LAZjQ:) H^(s}x~nw0Q)R(at*t!Omj*anx}o6't$ۻFu(GPTe"r0݁,w=PVHO~svԖKBPQf@9DYwsOQmTUY:W@4o4Yl *ņS$9T.js rͪIcv3_koQl]lKi3jaa \EA?`1e8N^Zy7n$9]-8a{mBg F ЈM1쉍磝&ja9E 7GGkft~$0hW2l#P>x#˜qFx)IDMfE-νYoʌ}Ie۽*Ez _نO9A zmA`#Wmp!Ka5$\!aͧ)_/(Np}/jhTpxOago1J.YHk~PT @8)0G&MSO1ɖU Z׳ jhL@:Y\jVt8ieQ@Ճ$=Xj(3AR&z/ir/tYpЄ?ӕu[Hz5^ ќG]zShU'mL^DVz7g[Uu*}8t{dx/ kUobdINff; V q`kD$ySCt-t7HIRkhokmkqw:#hv4tBNq(W0TQ:L *o8,acHGg|$VG ԰ϺIPw3 !ie9#1F#P d6%0پQ_ꍔ}-ӱ8=P]+8nO?Za]rZXO%WFA;䷶"Pa]$3FeXZհlݡO=fn\g睓~{0pI^n~cO^0-*-M`֦*+rI撰 k<ĥ(4#u'r:#ziCз}8&%U(tCP8"F~5Zbwd}ɔqh؈O"Ot@0B,2o=\<5qO5FzxPyؓĬ_6$IGػ`ZS⥈vxVRrR ԅ8dz2{1sPs zo Ws;?&N̒bfcC7?boupQ; >|},3) 9(9=,O[ B{ɱڏ+ ܸ.S(ف9z|)?|=ə~Dn*rIhY63EՏA, 9hw# Gi9(Mߺ,Émax_{9?]sَ,krO|D H3JPNzUpRnۤT/^ /! nǗr5alӐ^L) Z*0ĽL iprQSrr$8&#vKJi9Z ݅~vNLͨ5:_"vm8_>T9t)3dƓ.`a,~'9 t ׇ!jwS( 8r',~FMK'1 +aX@%lc%?:0qPR{:~MTX.dWBkҡǼΦJmM辯x8Ql|h6wO(dow&2YU49kiyDK1KKʊjM=X\!"ڠ  Wnu ?r>$#z$#@*#uc/zV!NBŁ5165ߤ,nRǮ h9 S2֊tV ]Fm%!i%> Yy_5:EкXCD)'@ĠZϫoM ?;]7EDO31߇[ҹuwAp9t-^h8xF@ѫdUҐ񛊸 Q Za@}tާ{mثD~鶰nB!5͞`u2M_ç)^;l.u)6'#N\$ʔCڍlﺫsRa`G=} I z>wkZ"/embzakd5M/6NA;J*kCPp>ϋ:)kJY觺ǔk Yn@vYg}H-?: ÏϐCj7z5 wm2gE_q܎L{1$Q=]A[9J>T3XDbZaArsV/ȲѣB0ߓ~(ӊ6ی:*߶̴)@L 轶O_*0Vnvn?rjXX9a^.R]Inaqul[bץ`dV@?gLȹbA'C|NTu}8$ۑJn& 1?tn}hϯ2wLdji"X\H}eZcO;ڋ\qTD,SHMFq0gZ!NzBW|Qto]';P!.-m) WXƨdY:=cMQ m6PX|/ DqQ)3EF ҮIەߔ.{mFo*o8]' 7R#B|WsX.h;c@3D}T{30Wt 3"ɍgF">V|a (k旓Y1ՕjCTBzd7=?|M\4d藖 /dNtq"Һ'U_Tt0 RD,/^^oV LV5P:.8΋Di*oYܺ܊!A96.P?M0£(.*~{8!:03"a#L<㑇3-I :޺෺})Ci?4`)L<$(5ce_':TC ɯP[d¾mX`Ƴ⑃Nc:G +33BHb{ +^@(\H}v7gٓµɰz$PиE~[.uY:(kc֞JK"~W"4Uj9&  y.Tk|ӽedž=^T-~&Bhw@(Y[q8e3y&]<9N3ҙj0GnDnGY/ %݅ I*O9i,S !iVh>6!Idˡ˿8Fd@b1d"|J}}>lJ$7 -NɽtX v`yPBdh~lf6}A#iHܕ՜?x~PhM&oVϬ>?_+nk!5Ė$%Ŭ-twbc2Xka>uˍ.6:jbC͔/07/ÊhrD fi}cKaWJR`I 愨?_ CXQkI5P'f[_z{Ƣɞj[4I8Baj3GB^}&QNæhjh{k$tXU J]Ybѣ\