dovecot20-backend-pgsql-2.0.9-3.4>t  DH`pMdO!/=„)uW ^;(ñ1&õ75`}$u^< D~H:b\+R= 2o{"l] host mappings. - imap: Fixed checking if list=children namespace has children. - director: If all login processes died, director stopped reading proxy-notify input and caused future login processes to hang - mail_log plugin configuration was broken - Using more than 2 plugins could have caused broken behavior - mdbox: Race condition fixes related to copying and purging - dsync: Lots of fixes - reenable sqlite plugin- Removed --with-db and --enable-header-install from dovecot 2.0. - Initial support to Pigeonhole using hg tip.- Update to 2.0 RC2: - Fixed a crash with empty mail_plugins - Fixed sharing INBOX to other users - mdbox: Rebuilding storage was broken in rc1 - dsync was broken for remote syncs in rc1 - director+LMTP proxy wasn't working correctly - v1.x config parser failed with some settings if pigeonhole wasn't installed. - virtual: If non-matching messages weren't expunged within same session, they never got expunged.- Update to 2.0 RC1: - Added man pages, mostly written by Pascal Volk. They're also synchronized to wiki in http://wiki2.dovecot.org/Tools - dsync syntax changed, although it's still compatible with old syntax. see http://wiki2.dovecot.org/Tools/Dsync for new syntax - dsync backup command added - dsync should now be stable (in theory anyway, more testing would probably be a good idea) - LMTP proxying supports director - director should now be stable - Single-dbox should now be stable - mdbox locking behavior modified. when rebuilding indexes it can no longer fail with deadlocks - fsync_disable=no was renamed to mail_fsync = optimized (default) - fsync_disable=yes was renamed to mail_fsync = never. - added a new mail_fsync = always (basically what mail_nfs_*=yes also did before, but now it can be done without enabling NFS cache flushes) - Plus lots of fixes, as usual.- Moving devel files to devel package.- Update to 2.0 beta6: - Added director: http://blog.dovecot.org/2010/05/new-director-service-in-v20-for-nfs.html - IMAP: Added STATUS (X-VSIZE) command for easily getting mailbox's virtual size. - Lots and lots of doveadm improvements and new commands - Postlogin scripts now need to be executed using "script-login", not "script" binary. - Quota warnings are executed now asynchronously using the new script binary. See http://hg.dovecot.org/dovecot-2.0/rev/a179fcbbf960 - Added passdb static for proxying and similar configurations - TLS SNI configuration must now be done using local_name {} blocks, not local {} - lib-storage plugin API changes, external plugins must be updated to work correctly - Lots of fixes- Handle /var/run on tmpfs.- Added 'dovenull' user creation needed by dovecot login proccess.- Update to 2.0 beta5: - default_login_user is now "dovenull". You should create this user. - imap, pop3 -u now does userdb lookup + changes privileges if necessary, so it's much easier to start imap/pop3 session for a specific user from command line - doveadm has all kinds of new commands and changes - PostgreSQL supports now multiple connections to backend. Also supports load-balancing / HA by specifying multiple host parameters. MySQL and PostgreSQL now share the same code for that. - probably lots of other things I can't think of right now.- Enable solr backend for full text search adds 2 new dependencies: curl and expat; - Update to 2.0 beta4: - Major changes since beta3: - auth process now runs as $dovecot_internal_user ("dovecot") by default. Auth worker processes still run as root by default, so this won't break PAM etc, but it could break passwd-file configurations. - It can now read v1.2's dovecot.conf file. If you find that it won't read your config, let me know and I'll see about adding code to fix it. It'll log warnings about each obsolete setting it sees. The easiest way to get rid of the warnings is to just translate your old config to v2.0: doveconf -n -c old.conf > new.conf - auth passdb/userdb configuration in example-config is now a bit different .. hopefully less confusing to new people than the old one. - added support for auth settings (including passdb/userdb) inside protocol sections, so it'll affect only those protocols - mail_plugins can now be set more easily. you can have a single global mail_plugins and then add more plugins to it like protocol imap { mail_plugins = $mail_plugins imap_quota } - doveconf finally shows all settings, including all protocol, local and remote sections - doveadm quota get|recalc command added. This is a plugin (yeah, doveadm now supports plugins!), so you must have a global mail_plugins=quota setting for the command to show up. - doveadm kick user/network to kick out logged in users (by sending TERM signal to processes). This was written by Pascal Volk. - and of course tons and tons of fixes all around- Added option "-I ." on aclocal command in spec file; - Update to 2.0 beta3: User visible changes: - imap_zlib plugin implements COMPRESS=DEFLATE IMAP extension - zlib plugin: Added support for compressing mails while saving - zlib plugin: fixed reading bzip2 compressed mail files - zlib plugin: Added support for dbox and mdbox formats - mdbox: doveadm purge moves old mails to alt storage (if using alt storage) - added support for tcpwrappers - added support for SHA512 password scheme (by Mark Washenberger) - mailbox deletion is now free of race conditions (e.g. quota calculations). if another session tries to access mailbox before it's fully deleted, it'll get "Mailbox is being deleted" error. - "key = $set" in config file now sets key's value to "set" setting's value. this is probably rather limited outside the only place where I created it for: service { user = $default_internal_user } - default_internal_user and default_login_user settings now specify what users should be used for them. currently the default is still dovecot and dovecot, but I'm hoping to change default_login_user to something else.. - Removed maildir_copy_preserve_filename setting. It's now always tried to be preserved (or rather: message's GUID is preserved) - auth failure penalty tries to avoid increasing penalty for IP if auth is failing always with the same user+password combination. - doveadm penalty command can be used to see the current penalties - login processes: config lookups are now cached, so it no longer asks for configuration from config process every time (except if there are remote {} blocks in config. also the local {} caching could be smarter.) - Tons of mdbox fixes - Tons of dsync fixes, especially with mbox Developer visible changes: - dovecot-config file changed. if your external plugin uses this file, you need to change it to use the new format. - added dovecot.m4 file that can be used by external plugins' configure script to get Dovecot settings. This was mainly done by Dennis Schridde. - mailbox_alloc() no longer has stream parameter, instead there's mailbox_open_stream() - mailbox_close() renamed to mailbox_free(). added a different mailbox_close(), which only closes opened mailbox, but doesn't free it. - mailbox_delete(), mailbox_rename() APIs changed - notify plugin's delete/rename API changed as well - mailbox GUID is now looked up using mailbox_get_guid(), not mailbox_status() - dict_iterate*() API changed.- Update to 2.0 beta2: - passdbs and userdbs have now a separate "driver" setting inside them. - Services now have default inet_listeners. You need to either remove your existing ones, or override the defaults by giving the listeners's name like shown in the new example master.conf. Some new features: - Added auth_verbose_passwords = no|plain|sha1. If authentication fails, this setting logs the used password. If you don't really need to know what the password itself was, but are more interested in knowing if the user is simply trying to use the wrong password every single time or if it's a brute force attack, you can set this to "sha1" and only the SHA1 of the password is logged. That's enough to know if the password is same or different between login attempts. - lazy-expunge: Support a single-namespace configuration. In this setup if mailbox has some expunged messages and then the whole mailbox gets deleted, they get merged into the same deleted mailbox. - protocol !imap { .. } adds configuration to all protocols except imap. - imap/pop3 proxying supports now async DNS lookups for hosts. There's a separate dns-client service doing the lookups using OS's own blocking resolver. - dovecot-config file changed in a way that it'll be easier to create external software linking against dovecot libraries. This made Pigeonhole's configure script a lot simpler. And of course there have been lots of fixes.- Removed --with-static-userdb and --with-prefetch-userdb options; - Applied PIE patch.- Update to 2.0 beta1; - Disabled Lucene because of compilation errors.- Initial package (2.0 aplha3) of the 2.0 series.dovecot-backend-pgsqlbuild27 12984193992.0.9-3.42.0.9-3.42.0.9-3.42.0.9-3.42.0.9libdriver_pgsql.solibdriver_pgsql.solibdriver_pgsql.so/usr/lib64/dovecot/modules/auth//usr/lib64/dovecot/modules/dict//usr/lib64/dovecot/modules/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4/standard/32ef14818ef6f53674ebfca18fc5d096-dovecot20cpiolzma5x86_64-suse-linuxRzhPIͅ{?P] cg>•{tVA!ᘳE1+9N5{R 91{Z31h fۥ63a,uUDԐɵ0<[\;8CDueiBh=VH ]ݻ1yJM}:hP^aÙ#e/ юق([Hu9.`BIF5fjA47녹_̮K)Qp9q]mP3I]nϹA]&\jh@QdEE- Mz ݖ'FEҟ.YAlFшfvOLQڀ ÜR/) $D0SKhSK37CsUGn.9[ W/}P^tmB]0L䋃`mV¶`nd^-cw } ?ߌ?t Dzk1jAi&"f;<(%]ҽe~bM%S(' -Aͼb=}R@X!6vb\3E*#^Ua3Pk&{;o^*H;S?u}dBSr{+X>^ KCYi>;Kr_;sPh◶,%[9LauE!\rQcTI]AUZ[;LҦ$[lQY*[?|r?8mv'84?zp4<^vWyvNjy8R\8>ZC"[uۭΥkX|Z_cHD.^|`d &ڒh|!ųtox]9⹮^ȵM42x^!ݩ`CJX2J gmD&eV,k$YW<+:s(yG`:tjLI]}i8BK3!I!'|جc@q1O/MY4BYթ}Fp,{j 0U 2%xK61Ў;һD5tje8zNy1ɘgΏY$I$B}x=ꚹ%rgX[O,~ݵFɘ^% 2Thg]OMw@׾d\P}.}G0tW?H\,.Q;ZFꀀՙO7,Xh,ǛM)XuuUl}-@*~t/N$5Q7|7[88: Y^jg<[1@ִ/)/ +T1M9O7yP!fk+ awCdcvK?](vB J\5ѽE⩀zO&n4w,jR:>2*i\8<)&i"a}lrmU\0*nBŝ/G\$mr4:`&mOxxluj:2VC9q2g֠ 3RT\)mh{];?Yȣ|ƃRpVq?v)B$hA4tdu/ nmrSƤT~ӥy*'%b~\;-͵['~ s:Q̨)n @ *Jv|_[U,:ۋd{m+~T'!~\)?˝.AW-'6: v@9bz2Ŋ"4[ɂ@Q_1+[H6/|5*JI=Fj[Ŵ r^/ք@9K5s[Ninsv6;u.dE=L&*şL W^P>;!>ƒ\ $l qL,h=hu롴WUaV{yM 4u±t2* ɮ9F>,/r\0mm5gfs5̩kJ=~:ȶZ}{s=z E`9ㅔ?"__px4g>Xo=,=Bk\s#s5D‡zP`k~k(gStur<8Z_F+W#Ct;@krT)sFT|<'@R[c0ia(u{;mÞc^cIA5ՈcQI[4VB$!08Q!rj{H isvwT-P;*va h0H5#QjqЪPA[⸻}^A]:Ӈҍ.D4< ~Hư7ѷ5YpĔ'^o* HCqW$::/W9ܝ";8RT4sMap9. F/dyYɁdYU~ -LW>m b,EO/+:->bwge"/{xg5H*{&ҫ9oKe@Z 3* uvn9)YZnU JՐT6xA$4Q Kw첗 ;pO~,Et\BDxn(pCdFVܶE(.=)M4[2%#bCu@@32DNrqDw@ /s'X ajhj${O60vu?3F} [)>IaNT~O[ſ@q7닀&fFEnKC;wflUm}m|R[X(gJt1IG-F)ZT^gd6l?br+^xB#Qm@[/~N\Cِsw/mhsצXHWE+}]ݸ=}hW"(&/6=G#M |}z/G_$iO~%}oJ@*uyw8NRXbuBq.F;>;IV"û."ض8Q)}JciKᆈYI8bڈy*]| GvW%J AC.VuvUIKq%u)4$0ହW {TAH&9ErR8:PY{w=d/i)weSo&Y=ZTJg$6^[ yQmETu\cR|#Ck5ylq^hC ` |fL;Q hm?f[ )6^ 03C$%Rci5Ɨ'IXܞFQ,kLfce߂pvJ++t=lӦrkLZ!9b"^chf1~#"f=IțI ™ԜJ)h=R:V.wʂC=$¹h#s̸>aBOt6(:H"/F;h5Mv^v+mfEZtpwnBJEo\gI)&֏$1Kt>^1uY!Av%O SZ/ds~Mj4&I)ΐ-h"pJvҍIQi}ދL1^ ~ؚ\u4[8ȉA$/ ŞsIoAm5'rQU`; #:s[d[32kF5'e3e DՏ#RMt9/sY0QA Ν`A} ПDy_9=&bo8XX$:ۺY˒Xz= D|,>j߬e Yb@U r zZxQm_pܧ: O*ԤPUk]LEQi^) &im0&U7l &ڀa|hw΢g[[z)*d߬PJ4;i6)1ӂ9Ike'5+ݳsu\& ߩjet3\*N͇ڵ i{ﳫ/"^l8v<ίWr !p״@$F ¼Cio-OfL;,2hod=SkgVN;$fl){﫹Q@-p'#Iekp:rۀFͨq8hdw/!k:+ 62l@ $ʬčPq4wdTcY,5K؜6x= Wt{ ό1B˾A*0"pg]O倢gpՃi=lltrtuP.Iט"Ӧ,ݜFyT9Yj"!-; =fb*9%$IQBV=u@#qǂKa}dP{Tz[pH5*q:*2.3Up<8rRJ^ܻ镎9]}" alO EehEĜ` @l# "+:XZ7\޶3^}nFDzg>E΂b(Pg4o__5MTSߠEq1\&" I/Ns"v#uK N8 >*^GUxrNeA=>T1c>{MZhm#h";}fxJ^IH2O~ uq<Zwl3OLb9Aǒ<8L@-vٺNn&˼þp㭀tߧ}.@H]u6s6q5 컼IKQB(CeF8U}T}{ts]dco}.FVi}YLAq~ŢH7aIl幼AC]T %׼ Y't٭u YHS\''Ϯ껫%x`ډ[yщo,3J$'/ ԸX88\K qhoFOU1! ˜OT0jޘkM>̐-^C!ݺgX 9{b~ ٹvs}J0 z\0 w;NVh%FYת8ih  JUcx $Pkz=,72%IV,KqV8K\;':JʦożKSr;[u%CWbT[ymHjm@JN^4Gsi&20yؘCV:bퟠ90n|=\WN>lЍJ(W݊ DQMk./鍏V1Z/k\Ve\ptCuS~:lѿS D p+AZ=qʩgnR;Cr6% Z1'w&*aB{o@ٕ܂Eey Re>nc`5[瓀 FFQbhc#Z܄6$T~lqC=;*FM+Y7 _!OMdJߩ`B :t95kW@q|f7YRC*:%GMQ9+:w1s/ RQaZZ2A3+g wHiVJꥆ`E픣=#~$LF-:WB