dovecot11-backend-mysql-1.1.7-1.3>t  DH`pI6?/=„7Oa?wO sٮ${˲vQod'd1b4]m`LKMZžE !6[l>4l8sgh![QjBfv 7]_'z1"`iju(DW"jIv [Py>`c)B5ެ%yͶf2!Jjmx]#ʅ.RBѝәn7#w_+>c850abf75ee1d4ab0979ca957985ace9d6167391ᑉI6?/=„M8RTjEiۇVºqOET^YUG%&$VexW+,l+SG^k6Tx ;۝BH mX|WadqZ\RL,y팒"R7nK E-E'ԣ%hCOCMC"bS@1d* )>gg<*03yJr=CCFy1C5E(oҫ'%]ؾ;X(9>6Ƈ?wd  $ >04<@NW     + `l{4q(8A9A: ;AFĕGĨHĴIXY\]^-bʼncdFeKfPkRlWzgCdovecot11-backend-mysql1.1.71.3MySQL 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 MySQL support. Authors: -------- Timo Sirainen I6?nbuild117 36h, it means that there's | nothing to be deleted and the scanning isn't done. | We update atime ourself if filesystem is mounted with | noatime. | * base_dir doesn't need to be group-readable, don't force it. | * mail_read_mmaped setting is deprecated and possibly broken. | It's now removed from dovecot-example.conf, but it still | works for now. | * Removed also umask setting from dovecot-example.conf since | currently it doesn't do what it's supposed to. | + Authentication cache caches now also userdb data. | + Added mail_log plugin to log various mail operations. | Currently it logs mail copies, deletions, expunges and | mailbox deletions. | - dict quota: messages=n parameter actually changed storage | limit. | - A lot of fixes to handling index files. This should fix | almost all of the problems ever reported. | - LDAP: auth_bind=yes was more or less broken. | - Saved mails and dovecot-keywords file didn't set the group | from dovecot-shared file. | - Fixed potential assert-crash while searching messages | - Fixed some crashes with invalid X-UID headers in mboxes | - If you didn't have a namespace with empty prefix, giving | STATUS command for a non-existing namespace caused the | connection to give "NO Unknown namespace" errors for all | the future commands.- fix the default value for mail_plugin_dir in the config.- update to version 1.0rc17 | - MySQL authentication caused username to show up as "OK" in | rc16. - additional changes from v1.0.rc16 | * IMAP: When trying to fetch an already expunged message, | Dovecot used to just disconnect client. Now it instead | replies with dummy NIL data. | * Priority numbers in plugin names have changed. If you're | installing from source, you should delete the existing plugin | files before installing the new ones, otherwise you'll get | errors. | * Maildir: We're using rename() to move files from tmp/ to | new/ now. See http://wiki.dovecot.org/MailboxFormat/Maildir | -> "Issues with the specification" for reasoning why this is | safe. This makes saving mails faster, and also makes Dovecot | usable with Mac OS X's HFS+ (after you also | set dotlock_use_excl=yes, see below). | + Added dotlock_use_excl setting. If enabled, dotlocks are | created directly using O_EXCL flag, instead of by creating a | temporary file which is hardlinked. O_EXCL is faster, but may | not work with NFS. | + If Dovecot crashes with Linux or Solaris, it'll log a | "Raw backtrace". It's worse than gdb's backtrace, but better | than nothing. | + Added maildir_copy_preserve_filename=yes setting. | + Added a lazy-expunge plugin to allow users to unexpunge their | mails. | + maildir quota: Added ignore setting to maildir quota, which | allows ignoring quota in Trash mailbox. | + dict quota: If dictionary doesn't yet contain the quota, | calculate it by going through all the mails in all the | mailboxes. | + login_log_format_elements: Added %a=local port and %b=remote | port | + Added -i and -o options to rawlog to restrict logging only to | input or output. | - Doing a STATUS command for a selected mailbox (not a | recommended IMAP client behavior) caused Dovecot to sync the | mailbox silently. This could have lost eg. EXPUNGE events | from clients, causing them to use wrong sequence numbers. | - deliver was treating boolean settings set to "no" as if they | were "yes" (they were supposed to be commented out for "no") | - Running "dovecot" with -a or -n option while Dovecot was | running deleted all authentication sockets, which caused all | the future logins to fail. | - maildir: RENAME and DELETE didn't touch control directory if | it was different from maildir or index dir. | - We treated internal userdb lookup errors as "user unknown" | errors. In such situations this caused deliver to think the | user didn't exist and the mail get bounced. | - pam: Setting cache_key crashed | - shared maildir: dovecot-keywords file's mode wasn't taken | from dovecot-shared file. | - dovecotpw wasn't working with PowerPC - switched to official 1.0.1 release of dovecot sieve - removed dovecot-1.0rc15_non_existing_home.diff: was a backport.- added dovecot-1.0rc15_non_existing_home.diff: dont write a log message if the homedir doesnt exists.- update to version 1.0rc15: | * Fixed an off-by-one buffer overflow in cache file handling. | The code is executed only with mmap_disable=yes and only if | index files are used (ie. INDEX=MEMORY is safe). | * passdb checkpassword: Handle vpopmail's non-standard exit | codes. | - rc14 sometimes assert-crashed if .log.2 file existed in a | mailbox (earlier versions leaked memory and file descriptors) | - io_add() assert-crashfixes | - Potential SSL hang fix at the beginning of the connection - updated sieve code- added dovecot-1.0.rc14_sec+crash_fixes.patch: | - fixes a off by one in the index file handling (CVE-2006-5973) | (#222613) | | additional crashes were fixed: | - rc14 sometimes assert-crashed if .log.2 file existed in a | mailbox (earlier versions leaked memory and file descriptors) | - io_add() assert-crashfixes | - Potential SSL hang fix at the beginning of the connection | - do not fail when we can not chdir to the user home | - dont crash if we cant open the dovecot-keywords file- update to version 1.0rc14: | * LDAP: Don't try to use ldap_bind() with empty passwords, | since Windows 2003 AD skips password checking with them | and just returns success. | * verbose_ssl=yes: Don't bother logging "syscall failed: EOF" | messages. No-one cares about them. | + Dovecot sources should now compile without any warnings with | gcc 3.2+ | - rc13 crashed if client disconnected while IDLEing | - LDAP: auth_bind=yes fixes | - %variables: Fixed zero padding handling and documented it. | %0.1n shouldn't enable it, and it really shouldn't stay for | the next %variable. -sign also shouldn't stay for the next | variable. | - Don't leak opened .log.2 transaction logs. | - Fixed a potential hang in IDLE command (probably really rare). | - Fixed potential problems with client disconnecting while | master was handling the login. | - quota plugin didn't work in Mac OS X - removed dovecot-1.0rc13_memleak_fixes_ssllogging.patch: included upstream- update to version 1.0rc13: | + deliver: If we're executing as a normal system user, get | the HOME environment from passwd if it's not set. This makes | it possible to run deliver from .forward. | - Older compilers caused LDAP authentication to crash | - Dying LDAP connections weren't handled exactly correctly in | rc11, although it seemed to work usually | - Fixed crashes and memory leaks with AUTHENTICATE command | - Fixed crashes and leaks with IMAP/POP3 proxying | - maildir: Changing a mailbox while another process was saving | a message there at the same may have caused the changes to | not be made into the maildir, which could have caused other | problems later.. - removed dovecot-1.0.rc12_auth+ldap_fixes.patch: all changes upstream- updated dovecot-1.0.rc12_auth+ldap_fixes.patch: deliver now fetches $HOME from the /etc/passwd if not running as root. That way deliver can be used from .forward.- update to version 1.0rc12: | - rc11 didn't compile with some compilers | - default_mail_env fallbacking was broken with --exec-mail - added dovecot-1.0.rc12_auth+ldap_fixes.patch: a few small auth and ldap fixes from the 1.0 branch - rediffed dovecot-1.0.cvs_pie.patch- update to version 1.0rc11: | * Renamed default_mail_env to mail_location. default_mail_env | still works for backwards compatibility. | * deliver: When sending rejects, don't include Content-Type in | the rejected mail's headers. | * LDAP changes: | * If auth binds are used, bind back to the default dn | before doing a search. Otherwise it could fail if a user | gave an invalid password. | * Initial binding at connect is now done asynchronously. | * Use pass_attrs even with auth_bind=yes since it may | contain useful non-password fields. | | + passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and | PROTO=TCP environments to the checkpassword binary so we're | UCSPI (and vchkpw) compatible. | - mbox handling was a bit broken in rc10 | - Using Dovecot via inetd kept crashing dovecot master | - deliver: Don't crash with -f "". Changed the default from | envelope to be "MAILER-DAEMON". | - INBOX wasn't shown with LSUB command if only prefixed | namespaces were used. | - passdb ldap: Reconnecting to LDAP server wasn't working with | auth binds. | - passdb sql: Non-plaintext authentication didn't work | - MySQL passdb ignored all non-password checks, such as | allow_nets | - trash plugin was broken- synced in the change from Andreas Schwab to build with newer autotools. slightly modified it to work on older distributions.- update to version 1.0rc10: | * When matching allowed_nets IPs, convert IPv6-mapped-IPv4 addresses | to actual IPv4 addresses first. | | + IMAP: Try to avoid sending duplicate/useless message flag updates | + Added support for non-plaintext authentication for vpopmail if it | returns plaintext passwords. Based on patch by Remi Gacogne. | + Added %D modified to return "sub.domain.org" as | "sub,dc=domain,dc=org" (for LDAP queries). Patch by Andrey Panin. | - rc9 broke cache files in 64bit systems | - deliver works now with mail_chroot | - auth cache didn't work properly with multiple passdbs | - Fixes to handling CRLF linefeeds in mboxes. - synced sieve code- Make sure config.rpath is present.- update to version 1.0rc9: | * 64bit systems: dovecot.index.cache file will be rebuilt because | some time fields have been changed from 64bit fields to 32bit | fields. Now the same cache file can be used in both 32bit and | 64bit systems without it being rebuilt. | * Added libmysqlclient workaround to conflicting sha1_result symbol, | which caused Dovecot to fail logging into MySQL. | + dovecot.index.cache file opening is delayed until it's actually | needed. This reduces disk accesses a bit with eg. STATUS commands. | + auth_cache: Try to handle changing passwords automatically: If | password verification fails, but the last one had succeeded, don't | use the cache. This works only with plaintext auth. | - dovecot.index.cache: We didn't properly detect if some fields were | different length than we expected, which caused assert crashes | - Lots of fixes to login/master process handling | - mbox: Fixed a bug causing "X-IMAPbase uid-last unexpectedly lost | in mbox file" errors, and possibly others. - synced sieve code- updated to version 1.0rc8: | * GSSAPI: Changed POP3 service name to "pop", which is what the | standard says | * "mbox:/var/mail/%u" no longer works as the mail location. You'll | have to specify the mail root explicitly, just like the examples | always have: "mbox:~/mail:INBOX=/var/mail/%u" | + SHA1, LDAP-MD5, PLAIN-MD5, PLAIN-MD4: The password can be now either | hex or base64 encoded. The encoding is detected automatically based | on the password string length. | + Allow running only Dovecot master and dovecot-auth processes with | protocols=none setting | + deliver: -f parameter can be used to set mbox | From_-line's sender address | + deliver: Log all mail saves and failures | + Tru64 SIA passdb support. Patch by Simon L Jackson. | - INBOX was listed twice in mailbox list if namespace prefix was used | - INBOX-prefixed namespaces were a bit broken | - kqueue: Fix 100% CPU usage | - deliver: Duplicate storage was a bit broken | - dictionary code was broken (ie. dict quota) | - SIGHUP caused crashes sometimes- Include common-* PAM config files- dovecot-1.0rc7_inotify_return_type.patch: Fix a small return type warning- Update to version 1.0rc7: | * Require that Dovecot master process's version number matches | the child process's, unless version_ignore=yes. Usually it's | an accidental installation problem if the version numbers | don't match. | * Maildir: Create maildirfolder file when creating new maildirs. | + ldap+prefetch: Use global uid/gid settings if LDAP query | doesn't return them | + %variables: Negative offsets count from the end of the string. | Patch by Johannes Berg. | - kqueue ioloop code rewrite | - notify=kqueue might have caused connection hangs sometimes | - deliver: If message body contained a valid mbox From_ line, it | and the rest of the message was skipped. | - mbox: We got into infinite loops if trying to open a 2 byte | sized file as mbox. | - Don't crash with ssl_disable=yes | - quota plugin caused compiling problems with some OSes | - mbox: After saving a mail to a synced mbox, we lost the sync | which caused worse performance - removed dovecot-1.0rc6_fromlinekludge.patch and dovecot-1.0rc6_ssl_proxy_crash.patch: patches are included in rc7- dovecot-1.0rc6_fromlinekludge.patch: Make dovecot deliver ignore the all other From: lines after the first one. Without this patch deliver could break mails. - dovecot-1.0rc6_ssl_proxy_crash.patch Fix crash if SSL is disabled.- update to version v1.0.rc6: | * Removed login_max_logging_users setting since it was somewhat weird | in how it worked. Added login_max_connections to replace it with | login_process_per_connection=no, and with =yes its functionality | is now within login_max_processes_count. | + Added --with-linux-quota configure option to specify which Linux | quota version to use, in case it's not correct in sys/quota.h. | Usually used as --with-linux-quota=2 | + acl plugins: If .DEFAULT file exists in global ACL root directory, | use it as the default ACLs for all mailboxes. | - Fixes to login process handling, especially with | login_process_per_connection=no. | - Back to the original SSL proxy code but with one small fix, which | hopefully fixes the occational hangs with it | - Several fixes to handling LIST command more correctly. - additional changes from v1.0.rc5 - Saving to mboxes still caused assert-crashes - additional changes from v1.0.rc4 - Saving to mboxes caused assert-crashes - additional changes from v1.0.rc3 | - SSL connections hanged sometimes, especially when saving messages. | - mbox: Mail bodies were saved with CR+LF linefeeds | - Mail forwarding was broken with deliver/Sieve | - dbox fixes. Might actually be usable now. | - Index file handling fixes with keywords | - Cache file was incorrectly used in some situations, which probably | caused problems sometimes. | - Maildir++ quota: Don't count "." and ".." directory sizes to quota. | After rewriting maildirsize file keep its fd open so that we can | later update it. Patch by Alexander Zagrebinbuild11 12282919504e4i6*1.1.7-1.31.1.7-1.3libdriver_mysql.solibdriver_mysql.solibdriver_mysql.so/usr/lib/dovecot/modules/auth//usr/lib/dovecot/modules/dict//usr/lib/dovecot/modules/sql/-march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gsrcrep:bc8f09292dc42e78a4551f74a41a8fc0-dovecot11cpiolzma2i586i586-suse-linuxezAUEG]p?] b2L#a Uy5xWȦ];!)x}~:|P)f"-P^_3,kwYGA?N+Byoeg^%9٤PIb`Aeb5:2uzPt;qR2xg50O7~ioajү5뺀!p.,U>yԪkj=e! ?oA x~u\M5 5ܕT-'jL$4b;Ǔ17yq!3,h[[ۯگpW*\ڱ3,֮')\Hz FGSRaa'O>h.:NnkK6KYNaWI3,.on\ʎLtFw,e90(ْ.o"!|]ߚ*n:B/8~.L :2BpL ](۱ Ioy F(G;^v[1#h'3kfTrOM cq1B^$\7 CDɟN]>nlĘ?4bL7PR紭+a?`::qk; "8{k@x#J{3߰ SZZs(nوvL98神\BTs\ p9;POoDᨦBRh̑?lH!]E[BΏ׈NĕBv.H(zEq/`H lnj{3ȷe8MF3]Ev7tɌc S xd2 V=`(->f kLbIV?jyR;,1K"}>1#o˵nP?C蔈Cj/eOzG6WU6k^G&|]uQ`Q?$։ 8YeS؛r>O99߲NB e<-~wk@%'(NbV…!,42W:3;$$"2,?o1 9O|xzZ~*./@2f@=ʙJCiT;~ND*8VIA7ɉVu%|{*^ ixF ere5 5/HCf(K8sψ hnOhk:tRz8@Y0N_ |0Whf~J^!'-{%H`CHo|*"KĨ܏UX#&7oJ89 >nIؚga=U󳳪9.UK;J-ZDh.8ϜoG/J,ƽ= c†v5%M4n(F_n2+,{_i԰\3LjNV D< d1G9OW%#D0Y34ϧhTxB_uXBMrD 'Sxq$L-o X]ZH &e?,aˮ$^pFx/Oz8pm*&<߻0]z?O{3ԄR"Eys1h RGs%aglz%:Yxr./7iC6ꤥ+|Dk9cϺ| Qbsi`+8Q?(rKu@*"{rՄy%ųy{ Fכ+},Ȯ(Cȼv|9 H</9#WiT !lEea!ñu ?q{ R n%C; ?Ĝ5zS@ R4Ě K:PwCxJ? yoo-gmR&݁J(s~3im{ίO($@n JDzW͠oa*v?r 0xzl䮬@iS+Atbb<ͺܧl }4 d4p ⹈C_b]JvZ6tk|j\;"f0Yq; _ucK `UȮ#egy:ܸ]uYf^0\x!ٟpYt oPLLG N!@R{8v~)%H~vJ8UjǛ4Q}BrE~/VZ_xŔr}pU?@I4uTݽw$\XLQ:X5崁#>&TQlrp @OeBjj'ҨKL =k狹[%rz/cw-(&r|y 9Ѐ,(UDf;9:%yZW!$I&JHΩLK8)c'CQ!/V)Ұ')-l8+F5}_ "ښwdeeq|.\<*y}irP\<ǔy#AtD\G`8'8_ 5x^`,gQ4,[Yᡘq ȎZM  ԓMX~=Ǜ|c?G39+=e3v\fw^7YO%p^3f8 R4kl‰`i; ]- fef8]"yTq&hiߏ.7Q N:ばlE 7Ğ,1>PQ=Jzu>N9iFC?.YR]du{U<3 iz6gxLhڼl!M: .RY܈4 T(`,ɤ6F ͅ]u}RyV=p}:U]+YQ#Bhh1f1aNXE! c%"x޺rK6rnPX{sOv1 ΀ڵC3Xp|s2|NByLZ) u97н[_dz|$