Codebase list cyrus-imapd / 7d763a4
New upstream version 3.0.11 Xavier Guimard 4 years ago
521 changed file(s) with 4526 addition(s) and 2027 deletion(s). Raw diff Collapse all Expand all
17681768 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
17691769 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
17701770 RANLIB = @RANLIB@
1771 RM_BIN = @RM_BIN@
1772 RSYNC_BIN = @RSYNC_BIN@
17711773 SASLFLAGS = @SASLFLAGS@
17721774 SED = @SED@
17731775 SET_MAKE = @SET_MAKE@
8484 The latest development code is on the branch called 'master',
8585 and the latest code destined for the stable release is on
8686 the branch 'cyrus-imapd-$major.$minor'. So the current
87 stable release is called cyrus-imapd-2.5
87 stable release is called cyrus-imapd-3.0
8888
8989 Unlike releases, the git repository doesn't have a pre-built
9090 ./configure script. You need to generate it with autoreconf:
9696
9797 If you need to build a local copy of the docs current to the version of the code, these need to be built: see doc/README.docs
9898
99 Read through doc/html/imap/developer.html for more detailed instructions on building and contributing. The latest version is online at http://www.cyrusimap.org/imap/developer.html
99 Read through doc/html/imap/developer.html for more detailed instructions on building and contributing. The latest version is online at https://www.cyrusimap.org/imap/developer.html
100100
101101 How to install Cyrus libraries from git source
102102 ==============================================
154154 outstanding bugs. Old bugs can be found at
155155 https://bugzilla.cyrusimap.org/
156156
157 Our guide at http://www.cyrusimap.org/feedback-bugs.html has all the
157 Our guide at https://www.cyrusimap.org/support.html has all the
158158 information about how to contact us and how best to get your change accepted.
159159
160160 Licensing Information
168168 Whether you have a success story to share, or a bug to file, or a
169169 request for help or a feature to add or some documentation to contribute
170170 or you'd just like to say hi, we want to hear from you! See
171 http://www.cyrusimap.org/feedback.html for various ways you can get hold
171 https://www.cyrusimap.org/support.html for various ways you can get hold
172172 of us.
173173
174174
0 3.0.10
0 3.0.11
492492 /* Define to the version of this package. */
493493 #undef PACKAGE_VERSION
494494
495 /* Path to 'rm' binary */
496 #undef RM_BIN
497
498 /* Path to 'rsync' binary */
499 #undef RSYNC_BIN
500
495501 /* ShapeLib Version */
496502 #undef SHAPELIB_VERSION
497503
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for cyrus-imapd 3.0.10.
2 # Generated by GNU Autoconf 2.69 for cyrus-imapd 3.0.11.
33 #
44 # Report bugs to <https://github.com/cyrusimap/cyrus-imapd/issues>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='cyrus-imapd'
591591 PACKAGE_TARNAME='cyrus-imapd'
592 PACKAGE_VERSION='3.0.10'
593 PACKAGE_STRING='cyrus-imapd 3.0.10'
592 PACKAGE_VERSION='3.0.11'
593 PACKAGE_STRING='cyrus-imapd 3.0.11'
594594 PACKAGE_BUGREPORT='https://github.com/cyrusimap/cyrus-imapd/issues'
595595 PACKAGE_URL='https://www.cyrusimap.org'
596596
755755 XAPIAN_CXXFLAGS
756756 HAVE_CXX11
757757 XAPIAN_CONFIG
758 RSYNC_BIN
759 RM_BIN
758760 USE_SPHINX_FALSE
759761 USE_SPHINX_TRUE
760762 USE_SQUAT_FALSE
10241026 CPP
10251027 LT_SYS_LIBRARY_PATH
10261028 CXXCPP
1029 RM_BIN
1030 RSYNC_BIN
10271031 XAPIAN_CONFIG
10281032 YACC
10291033 YFLAGS
15981602 # Omit some internal or obsolete options to make the list less imposing.
15991603 # This message is too long to be a string in the A/UX 3.1 sh.
16001604 cat <<_ACEOF
1601 \`configure' configures cyrus-imapd 3.0.10 to adapt to many kinds of systems.
1605 \`configure' configures cyrus-imapd 3.0.11 to adapt to many kinds of systems.
16021606
16031607 Usage: $0 [OPTION]... [VAR=VALUE]...
16041608
16701674
16711675 if test -n "$ac_init_help"; then
16721676 case $ac_init_help in
1673 short | recursive ) echo "Configuration of cyrus-imapd 3.0.10:";;
1677 short | recursive ) echo "Configuration of cyrus-imapd 3.0.11:";;
16741678 esac
16751679 cat <<\_ACEOF
16761680
18061810 LT_SYS_LIBRARY_PATH
18071811 User-defined run-time library search path.
18081812 CXXCPP C++ preprocessor
1813 RM_BIN Location of rm
1814 RSYNC_BIN Location of rsync
18091815 XAPIAN_CONFIG
18101816 Location of xapian-config
18111817 YACC The `Yet Another Compiler Compiler' implementation to use.
19151921 test -n "$ac_init_help" && exit $ac_status
19161922 if $ac_init_version; then
19171923 cat <<\_ACEOF
1918 cyrus-imapd configure 3.0.10
1924 cyrus-imapd configure 3.0.11
19191925 generated by GNU Autoconf 2.69
19201926
19211927 Copyright (C) 2012 Free Software Foundation, Inc.
26912697 This file contains any messages produced by compilers while
26922698 running configure, to aid debugging if configure makes a mistake.
26932699
2694 It was created by cyrus-imapd $as_me 3.0.10, which was
2700 It was created by cyrus-imapd $as_me 3.0.11, which was
26952701 generated by GNU Autoconf 2.69. Invocation command line was
26962702
26972703 $ $0 $@
31853191 program_prefix=${target_alias}-
31863192
31873193
3188 CYRUS_IMAPD_SERIES=`echo 3.0.10 | cut -d- -f1 | cut -d. -f1-2`
3189 CYRUS_IMAPD_REVISION=`echo 3.0.10 | cut -d- -f1 | cut -d. -f3`
3190 CYRUS_IMAPD_PATCH=`echo 3.0.10 | cut -d- -f2-`
3194 CYRUS_IMAPD_SERIES=`echo 3.0.11 | cut -d- -f1 | cut -d. -f1-2`
3195 CYRUS_IMAPD_REVISION=`echo 3.0.11 | cut -d- -f1 | cut -d. -f3`
3196 CYRUS_IMAPD_PATCH=`echo 3.0.11 | cut -d- -f2-`
31913197
31923198
31933199
37993805
38003806 # Define the identity of the package.
38013807 PACKAGE='cyrus-imapd'
3802 VERSION='3.0.10'
3808 VERSION='3.0.11'
38033809
38043810
38053811 cat >>confdefs.h <<_ACEOF
1987019876
1987119877 if test "x$enable_xapian" != xno ; then
1987219878
19879 # Extract the first word of "rm", so it can be a program name with args.
19880 set dummy rm; ac_word=$2
19881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19882 $as_echo_n "checking for $ac_word... " >&6; }
19883 if ${ac_cv_path_RM_BIN+:} false; then :
19884 $as_echo_n "(cached) " >&6
19885 else
19886 case $RM_BIN in
19887 [\\/]* | ?:[\\/]*)
19888 ac_cv_path_RM_BIN="$RM_BIN" # Let the user override the test with a path.
19889 ;;
19890 *)
19891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19892 for as_dir in $PATH
19893 do
19894 IFS=$as_save_IFS
19895 test -z "$as_dir" && as_dir=.
19896 for ac_exec_ext in '' $ac_executable_extensions; do
19897 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19898 ac_cv_path_RM_BIN="$as_dir/$ac_word$ac_exec_ext"
19899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19900 break 2
19901 fi
19902 done
19903 done
19904 IFS=$as_save_IFS
19905
19906 ;;
19907 esac
19908 fi
19909 RM_BIN=$ac_cv_path_RM_BIN
19910 if test -n "$RM_BIN"; then
19911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM_BIN" >&5
19912 $as_echo "$RM_BIN" >&6; }
19913 else
19914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19915 $as_echo "no" >&6; }
19916 fi
19917
19918
19919 if test -z "$RM_BIN"; then :
19920
19921 as_fn_error $? "Can't find the 'rm' binary" "$LINENO" 5
19922
19923 fi
19924
19925 cat >>confdefs.h <<_ACEOF
19926 #define RM_BIN "$RM_BIN"
19927 _ACEOF
19928
19929
19930
19931 # Extract the first word of "rsync", so it can be a program name with args.
19932 set dummy rsync; ac_word=$2
19933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19934 $as_echo_n "checking for $ac_word... " >&6; }
19935 if ${ac_cv_path_RSYNC_BIN+:} false; then :
19936 $as_echo_n "(cached) " >&6
19937 else
19938 case $RSYNC_BIN in
19939 [\\/]* | ?:[\\/]*)
19940 ac_cv_path_RSYNC_BIN="$RSYNC_BIN" # Let the user override the test with a path.
19941 ;;
19942 *)
19943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19944 for as_dir in $PATH
19945 do
19946 IFS=$as_save_IFS
19947 test -z "$as_dir" && as_dir=.
19948 for ac_exec_ext in '' $ac_executable_extensions; do
19949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19950 ac_cv_path_RSYNC_BIN="$as_dir/$ac_word$ac_exec_ext"
19951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19952 break 2
19953 fi
19954 done
19955 done
19956 IFS=$as_save_IFS
19957
19958 ;;
19959 esac
19960 fi
19961 RSYNC_BIN=$ac_cv_path_RSYNC_BIN
19962 if test -n "$RSYNC_BIN"; then
19963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSYNC_BIN" >&5
19964 $as_echo "$RSYNC_BIN" >&6; }
19965 else
19966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19967 $as_echo "no" >&6; }
19968 fi
19969
19970
19971 if test -z "$RSYNC_BIN"; then :
19972
19973 as_fn_error $? "Can't find the 'rsync' binary" "$LINENO" 5
19974
19975 fi
19976
19977 cat >>confdefs.h <<_ACEOF
19978 #define RSYNC_BIN "$RSYNC_BIN"
19979 _ACEOF
19980
19981
19982
1987319983 # Extract the first word of "xapian-config", so it can be a program name with args.
1987419984 set dummy xapian-config; ac_word=$2
1987519985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2752427634 # report actual input values of CONFIG_FILES etc. instead of their
2752527635 # values after options handling.
2752627636 ac_log="
27527 This file was extended by cyrus-imapd $as_me 3.0.10, which was
27637 This file was extended by cyrus-imapd $as_me 3.0.11, which was
2752827638 generated by GNU Autoconf 2.69. Invocation command line was
2752927639
2753027640 CONFIG_FILES = $CONFIG_FILES
2759527705 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2759627706 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2759727707 ac_cs_version="\\
27598 cyrus-imapd config.status 3.0.10
27708 cyrus-imapd config.status 3.0.11
2759927709 configured by $0, generated by GNU Autoconf 2.69,
2760027710 with options \\"\$ac_cs_config\\"
2760127711
556556 [AS_HELP_STRING([--enable-xapian], [enable Xapian support])],,
557557 [enable_xapian=no])
558558 if test "x$enable_xapian" != xno ; then
559 AC_ARG_VAR(RM_BIN, [Location of rm])
560 AC_PATH_PROG(RM_BIN, [rm], [])
561 AS_IF([test -z "$RM_BIN"],[
562 AC_MSG_ERROR([Can't find the 'rm' binary])
563 ])
564 AC_DEFINE_UNQUOTED([RM_BIN], ["$RM_BIN"], [Path to 'rm' binary])
565
566 AC_ARG_VAR(RSYNC_BIN, [Location of rsync])
567 AC_PATH_PROG(RSYNC_BIN, [rsync], [])
568 AS_IF([test -z "$RSYNC_BIN"],[
569 AC_MSG_ERROR([Can't find the 'rsync' binary])
570 ])
571 AC_DEFINE_UNQUOTED([RSYNC_BIN], ["$RSYNC_BIN"], [Path to 'rsync' binary])
572
559573 AC_ARG_VAR(XAPIAN_CONFIG, [Location of xapian-config])
560574 AC_PATH_PROG(XAPIAN_CONFIG, xapian-config, [])
561575 if test -z "$XAPIAN_CONFIG"; then
619619 char *s;
620620 static const char STR_RFC5051[] = {0xc7, 0x84, 0};
621621 static const char RES_RFC5051[] = {'D', 'z', 0xcc, 0x8c, 0};
622 int flags = 0; /* super complient */
622 int flags = 0; /* super compliant */
623623 charset_t cs;
624624
625625 cs = charset_lookupname("utf-8");
431431 quota_diff[QUOTA_STORAGE] = 10*1024;
432432 quota_diff[QUOTA_MESSAGE] = 2;
433433 quota_diff[QUOTA_ANNOTSTORAGE] = 1*1024;
434 r = quota_update_useds(NULL, quota_diff, 0);
435 CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);
436
437 r = quota_update_useds("", quota_diff, 0);
438 CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);
439
440 r = quota_update_useds(QUOTAROOT_NONEXISTANT, quota_diff, 0);
434 r = quota_update_useds(NULL, quota_diff, NULL);
435 CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);
436
437 r = quota_update_useds("", quota_diff, NULL);
438 CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);
439
440 r = quota_update_useds(QUOTAROOT_NONEXISTANT, quota_diff, NULL);
441441 CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);
442442
443443 /* set limits */
453453 #define TESTCASE(d0, d1, d2, e0, e1, e2) { \
454454 static const quota_t diff[QUOTA_NUMRESOURCES] = { d0, d1, d2 }; \
455455 static const quota_t expused[QUOTA_NUMRESOURCES] = { e0, e1, e2 }; \
456 r = quota_update_useds(QUOTAROOT, diff, 0); \
456 r = quota_update_useds(QUOTAROOT, diff, NULL); \
457457 CU_ASSERT_EQUAL(r, 0); \
458458 memset(&q2, 0, sizeof(q2)); \
459459 q2.root = QUOTAROOT; \
490490 /* underflow is prevented */
491491 TESTCASE(-50*1024, -10, -5*1024,
492492 0, 0, 0);
493
494 /* XXX we call quota_update_useds() with a NULL mailbox, which
495 * XXX will crash in some circumstances (see comment inline), but
496 * XXX our tests don't crash... which means we're missing tests
497 * XXX for the codepath that depends on mboxname!
498 * XXX https://github.com/cyrusimap/cyrus-imapd/issues/2808
499 */
493500
494501 #undef TESTCASE
495502 }
323323 /* YOUNGER <nz-number> in seconds ago */
324324 /* Inexplicably, the RFC defines that *both* YOUNGER and OLDER
325325 * include the specified second */
326 //time_push_fixed(DATE1_MID_TIME);
327 //TESTCASE("older 0\r\n",
328 //"(and (le internaldate "DATE1_MID"))");
329 //TESTCASE("older 43200\r\n",
330 //"(and (le internaldate "DATE1_BEGIN"))");
331 //TESTCASE("younger 0\r\n",
332 //"(and (ge internaldate "DATE1_MID"))");
333 //TESTCASE("younger 43200\r\n",
334 //"(and (ge internaldate "DATE1_BEGIN"))");
335 //time_pop();
326 time_push_fixed(DATE1_MID_TIME);
327 TESTCASE("older 0\r\n",
328 "(and (le internaldate "DATE1_MID"))");
329 TESTCASE("older 43200\r\n",
330 "(and (le internaldate "DATE1_BEGIN"))");
331 TESTCASE("younger 0\r\n",
332 "(and (ge internaldate "DATE1_MID"))");
333 TESTCASE("younger 43200\r\n",
334 "(and (ge internaldate "DATE1_BEGIN"))");
335 time_pop();
336336
337337 /*
338338 * Search criteria from RFC 5257
5050
5151 cyrus.conf:
5252
53 START {
53 DAEMON {
5454 # run a rolling squatter
5555 squatter cmd="squatter -R"
5656 }
00 # Sphinx build info version 1
11 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
2 config: 211c659827ef1dfccd3b5e777a3fec33
2 config: a761281db2d3788532ca920866f31271
33 tags: 645f666f9bcd5a90fca523b33c5a78b7
7575 `perl-devel`_, perl-dev, perl-devel, "no", "Perl development headers to allow building binary perl libraries. Needs version 5+.
7676
7777 Configure option: ``--with-perl``"
78 `perl(Pod::POM::View::Restructured)`_,,,, "Perl library to generate man pages. This has to be available to the system-wide perl interpreter, found by ``which``: ``./configure --with-perl`` is not honoured."
79 `python(Sphinx)`_,,,, "Python library needed for building the documentation"
7880 `valgrind`_, valgrind, valgrind, "no", "Performance and memory testing."
81 `xxd`_,,,, "For rebuilding the _js.h files, for CalDAV and CardDAV support."
7982
8083 SASL Authentication
8184 ###################
136139 :widths: 20,15,15,5,45
137140
138141 SSL certificates, ssl-cert-dev, mod_ssl, "no", "Used if you're installing SSL certificates"
142 `ClamAV`_,,,, Used by **cyr_virusscan**.
139143 `net-snmp`_, libsnmp-dev, net-snmp-devel, "no", "version 4.2 or higher"
140144 `openldap`_, libldap2-dev, openldap-devel, "no", "Development headers to enable **ptloader** to interface with LDAP
141145 directly, for canonification of login usernames to mailbox names,
144148
145149 Configure option: ``--with-ldap``"
146150 `tcp_wrappers`_, tcp_wrappers, xx, "no"
147 `transfig`_, transfig, xx, "no"
151 `transfig`_, transfig, xx, "no", "also known as fig2dev"
152 `pcre`_,,,, "PCRE 1 (or 8) - for regular expression matching"
153 `perl(Term::ReadLine)`_,,,, "Perl library needed by cyradm"
148154 `zlib`_, zlib1g-dev, zlib-devel, "no", "Compression support for httpd"
155 `libbrotli`_,,,, "Brotli compression support for httpd"
149156 `nghttp2`_, libnghttp2-dev, libnghttp2-devel, "no", "HTTP/2 support for httpd"
150157
158 .. _ClamAV: https://www.clamav.net/
151159 .. _CUnit: http://cunit.sourceforge.net/
152160 .. _Cyrus SASL Plain: :ref:`Cyrus SASL <cyrussasl:sasl-index>`
153 .. _Cyrus SASL MD5: :ref:`Cyrus SASL <cyrussasl:sasl-index`
154 .. _sasl binaries: :ref:`Cyrus SASL <cyrussasl:sasl-index`
161 .. _Cyrus SASL MD5: :ref:`Cyrus SASL <cyrussasl:sasl-index>`
162 .. _sasl binaries: :ref:`Cyrus SASL <cyrussasl:sasl-index>`
155163 .. _lmdb: http://lmdb.tech/
156164 .. _Kerberos: http://web.mit.edu/kerberos/www/
157 .. _libical: http://freeassociation.sourceforge.net/
165 .. _libbrotli: https://github.com/google/brotli
166 .. _libical: https://github.com/libical/libical/
158167 .. _libxml: http://xmlsoft.org/
159168 .. _mysql: http://www.mysql.com
160169 .. _mariadb: http://mariadb.org
161170 .. _net-snmp: http://net-snmp.sourceforge.net/
171 .. _nghttp2: https://nghttp2.org/
162172 .. _openldap: http://www.openldap.org/
173 .. _pcre: http://www.pcre.org/
174 .. _perl(Term::ReadLine): https://metacpan.org/pod/Term::ReadLine
163175 .. _perl(ExtUtils::MakeMaker): http://search.cpan.org/dist/ExtUtils-MakeMaker/
176 .. _perl(Pod::POM::View::Restructured): https://metacpan.org/pod/Pod::POM::View::Restructured
164177 .. _perl-devel: http://www.perl.org/
165178 .. _postgresql: http://www.postgresql.org/
179 .. _python(Sphinx): https://www.sphinx-doc.org/
166180 .. _tcp_wrappers: ftp://ftp.porcupine.org/pub/security/index.html
167181 .. _transfig: http://www.xfig.org/
168182 .. _valgrind: http://www.valgrind.org/
169183 .. _zlib: http://zlib.net/
170 .. _nghttp2: https://nghttp2.org/
184 .. _xxd: https://github.com/ConorOG/xxd/
171185
172186
173187 Install tools for building
224238 Murder
225239 ######
226240
227 ```./configure --enable-murder``
241 ``./configure --enable-murder``
228242
229243 Replication
230244 ###########
231245
232 ```./configure --enable-replication``
246 ``./configure --enable-replication``
233247
234248 Compile
235249 -------
2929
3030 .. code-block:: bash
3131
32 sudo apt-get install libtest-unit-perl libconfig-inifiles-perl \
32 sudo apt-get install libanyevent-perl libtest-unit-perl libconfig-inifiles-perl \
3333 libdatetime-perl libbsd-resource-perl libxml-generator-perl \
3434 libencode-imaputf7-perl libio-stringy-perl libnews-nntpclient-perl \
35 libfile-chdir-perl libnet-server-perl libunix-syslog-perl \
35 libfile-chdir-perl libfile-libmagic-perl libnet-server-perl libunix-syslog-perl \
3636 libdata-uuid-perl libjson-xs-perl libdata-ical-perl libjson-perl \
3737 libdatetime-format-ical-perl libtext-levenshteinxs-perl \
3838 libmime-types-perl libdatetime-format-iso8601-perl libcal-dav-perl \
39 libclone-perl
39 libclone-perl libstring-crc32-perl libnet-ldap-server-perl
4040
4141 The quickest option for the rest is installing via CPAN, but you could build
4242 packages using dh-make-perl if that is preferred.
3636
3737 Then follow on with the Cyrus :ref:`compilation instructions <compiling>`, adding ``--enable-xapian`` to the flags to ``./configure``.
3838
39 Additional dependencies required for Cyrus with Xapian support
40 ==============================================================
41
42 When building Cyrus with Xapian support enabled, the following additional
43 packages are required:
44
45 * `rsync <https://rsync.samba.org>`_ (used when compacting databases)
46
3947 .. _configuring-xapian:
4048
4149 Configuring Xapian
0 :tocdepth: 3
1
2 ===============================
3 Cyrus IMAP 2.5.13 Release Notes
4 ===============================
5
6 .. IMPORTANT::
7
8 This is a bug-fix release in the `stable 2.5 series <http://www.cyrusimap.org/stable>`_.
9
10 Refer to the Cyrus IMAP 2.5.0 Release Notes for important information
11 about the 2.5 series, including upgrading instructions.
12
13 Download via HTTPS:
14
15 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz
16 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz.sig
17
18 .. _relnotes-2.5.13-changes:
19
20 Changes Since 2.5.12
21 ====================
22
23 Release changes
24 ---------------
25
26 We’re trialing using the Github Releases feature. If you have trouble
27 downloading this release, please report this to the mailing lists. Thanks!
28
29 Security fixes
30 --------------
31
32 * Fixed CVE-2019-11356: buffer overrun in httpd
33
34 Bug fixes
35 ---------
36
37 * Fixed: ptloader, ptexpire and ptdump now honour the ``ptscache_db_path``
38 setting
0 :tocdepth: 3
1
2 ===============================
3 Cyrus IMAP 3.0.11 Release Notes
4 ===============================
5
6 .. IMPORTANT::
7
8 This is a bug-fix release in the stable 3.0 series.
9
10 Refer to the Cyrus IMAP 3.0.0 Release Notes for important information
11 about the 3.0 series, including upgrading instructions.
12
13 Download via HTTPS:
14
15 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz
16 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz.sig
17
18
19 .. _relnotes-3.0.11-changes:
20
21 Changes Since 3.0.10
22 ====================
23
24 Release changes
25 ---------------
26
27 We're trialing using the Github Releases feature. If you have trouble downloading
28 this release, please report this to the mailing lists. Thanks!
29
30 Data-loss bug fix (:issue:`2389`)
31 ---------------------------------
32
33 This bug affects upgrades to all Cyrus IMAP 3.0.x releases prior to 3.0.11,
34 where mailboxes have existed from 2.3 and earlier.
35
36 Specifically, mailboxes that either:
37
38 * still have an index version less than 8, or
39 * previously had an index version less than 8, but were upgraded to a newer
40 index version by Cyrus IMAP 2.4 or 2.5, or
41 * previously had an index version less than 8, but were upgraded to a newer
42 index version by some earlier Cyrus IMAP 2.3.x versions (unknown which)
43
44 may contain message records with an unitialised modseq of 0.
45
46 Some later versions of 2.3.x (unknown which) would rewrite modseqs of 0 to 1
47 while upgrading indexes. If one of these versions was used to upgrade the
48 index, then there will no longer be message records with a modseq of 0.
49
50 This behaviour was removed during pre-2.4 refactors, so Cyrus IMAP 2.4 and
51 2.5 do not replace modseq of 0 when upgrading indexes.
52
53 A new API introduced in Cyrus IMAP 3.0.0 resulted in index records with a
54 modseq of 0 being completely ignored (therefore invisible to users, and
55 apparently "missing"). This includes the `reconstruct` utility, which means
56 that attempting to fix the "missing messages" by running `reconstruct` will
57 ignore (and maybe remove) the existing index records, and then "rediscover"
58 the message files on disk and add new records for them (without the index-only
59 data from the old record, like seen state and other flags).
60
61 Cyrus IMAP 3.0.11 no longer ignores these records.
62
63 Bug fixes
64 ---------
65
66 * Fixed :issue:`2777`: `rm` and `rsync` binary locations are now detected during
67 configure, rather than just hardcoded as `/bin/rm` and `/usr/bin/rsync`
68 * Many documentation enhancements (thanks Дилян Палаузов, Christoph Moench-Tegeder,
69 Xavier Guimard)
70 * Fixed :issue:`2795`: failing unit test on PPC (32-bit, Big Endian)
71 * Fixed :issue:`2817`: build failure with ICU 64
72 * Fixed: removed old limit of 20 delayed-delete subfolders
73 (`mailing list discussion <https://lists.andrew.cmu.edu/pipermail/info-cyrus/2019-July/040948.html>`_)
74 * Fixed :issue:`2831`: httpd version info footer formats LibXML version correctly
75 (thanks Дилян Палаузов)
76 * Fixed :issue:`2832`: httpd no longer crashes on timezone propfind for
77 nonexistent mailbox (thanks Дилян Палаузов)
438438 **Databases are never created on the frontends/slaves**
439439 Check to ensure that the mupdate slave process is started, (is
440440 prefork=1)
441
442 **mupdate crashes with SIGSERV when using STARTTLS**
443 The OpenSSL code in Cyrus Imap is for single-threaded applications and
444 mupdate is a multi-threaded application. Do not encrypt the communication
445 with mupdate. See also the discussion “SIGSEGV in cyrus-imapd 3.0.7 mupdate”
446 on `cyrus-devel from July 2018 <https://lists.andrew.cmu.edu/pipermail/cyrus-devel/2018-July/>`_
447 and https://github.com/cyrusimap/cyrus-imapd/issues/2774 .
27122712 When set, the Cyrus NNTP server will add the header(s) specified in
27132713 the **newsaddheaders** option to each incoming usenet article.
27142714 The added header(s) will contain email delivery addresses
2715 corresponding to each relevent newsgroup. If not set, no headers
2715 corresponding to each relevant newsgroup. If not set, no headers
27162716 are added to usenet articles.
27172717
27182718 .. endblob newspostuser
34903490
34913491 When searching, should diacriticals be stripped from the search
34923492 terms. The default is "true", a search for "hav" will match
3493 "Håvard". This is not :rfc:`5051` complient, but it backwards
3493 "Håvard". This is not :rfc:`5051` compliant, but it backwards
34943494 compatible, and may be preferred by some sites.
34953495
34963496 .. endblob search_skipdiacrit
44964496 ``tls_versions:`` tls1_0 tls1_1 tls1_2
44974497
44984498 A list of SSL/TLS versions to not disable. Cyrus IMAP SSL/TLS starts
4499 with all protocols, and substracts protocols not in this list. Newer
4499 with all protocols, and subtracts protocols not in this list. Newer
45004500 versions of SSL/TLS will need to be added here to allow them to get
45014501 disabled.
45024502
155155
156156 .. option:: -t [hours]
157157
158 List stale backups only, that is, backups that have recieved no updates
158 List stale backups only, that is, backups that have received no updates
159159 in *hours*. If *hours* is unspecified, it defaults to 24.
160160
161161 .. _ctl-backups-lock-options:
4040
4141 .. option:: -d
4242
43 Ignored for compatability with **/bin/mail**.
43 Ignored for compatibility with **/bin/mail**.
4444
4545 .. option:: -r address
4646
2727 **fud** |default-conf-text|
2828
2929 **fud** will automatically proxy any and all FUD requests to the
30 appropriate backend server if it is runing on a Cyrus Murder frontend
30 appropriate backend server if it is running on a Cyrus Murder frontend
3131 machine.
3232
3333 To set up the FUD daemon, add this to your cyrus.conf:
117117 0 is not a standard IMAP ACL bit.
118118
119119 **fud** is an experimental interface meant to provide information to
120 build a finger-like service around. Eventually it should be superceded
120 build a finger-like service around. Eventually it should be superseded
121121 by a more standards-based protocol.
122122
123123
3838 message which IMAP-compliant clients are required to display.
3939
4040 This option serves to annoy users mostly. Unfortunately clients tend to
41 connect far more frequently than is apparent, generating a seperate
41 connect far more frequently than is apparent, generating a separate
4242 server ALERT for each connection. Many clients do not display these
4343 properly, if they do anything with them at all.
4444
5555
5656 .. option:: -j janitor full-sweeps per second
5757
58 Sets the amount of times per second the janitor should sweep the
58 Sets the number of times per second the janitor should sweep the
5959 entire child table. Leave it at the default of 1 unless you have a
6060 really high fork rate (and you have not increased the child hash
6161 table size when you compiled Cyrus from its default of 10000
2828 **nntpd** |default-conf-text| The optional ``newsprefix`` setting
2929 specifies a prefix to be prepended to newsgroup names to make the
3030 corresponding IMAP mailbox names. The optional ``newspostuser``
31 setting specifies the special userid to be used when contructing the
31 setting specifies the special userid to be used when constructing the
3232 *To:* header address for following up to articles when read via IMAP.
3333 The optional ``newspeer`` setting specifies the fully qualified hostname
3434 of the upstream news server to which articles are fed. The optional
77 **squatter**
88 ============
99
10 Create SQUAT indexes for mailboxes
10 Create SQUAT and Xapian indexes for mailboxes
1111
1212 Synopsis
1313 ========
1818 **squatter** [ **-C** *config-file* ] [**mode**] [**options**] [**source**]
1919
2020 i.e.:
21 **squatter** [ **-C** *config-file* ] [**-v**]
22 **squatter** [ **-C** *config-file* ] [ **-a** ] [ **-i** ] [**-N** *name*] [**-S** *seconds*] [ **-r** ] *mailbox*...
23 **squatter** [ **-C** *config-file* ] [ **-a** ] [ **-i** ] [**-N** *name*] [**-S** *seconds*] [ **-r** ] **-u** *user*...
24 **squatter** [ **-C** *config-file* ] **-R** [ **-n** *channel* ] [ **-d** ]
25 **squatter** [ **-C** *config-file* ] **-f** *synclogfile*
26 **squatter** [ **-C** *config-file* ] **-I** *file*
27 **squatter** [ **-C** *config-file* ] **-t** *srctier*... **-z** *desttier* [ **-F** ] [ **-T** *dir* ] [ **-X** ] [ **-o** ]
21 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-S** *seconds* ]
22 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-i** ] [ **-N** *name* ] [ **-S** *seconds* ] [ **-r** ] *mailbox*...
23 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-i** ] [ **-N** *name* ] [ **-S** *seconds* ] [ **-r** ] **-u** *user*...
24 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] **-R** [ **-n** *channel* ] [ **-d** ] [ **-S** *seconds* ]
25 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] **-f** *synclogfile* [ **-S** *seconds* ]
26 **squatter** [ **-C** *config-file* ] [ **-v** ] **-I** *file*
27 **squatter** [ **-C** *config-file* ] [ **-v** ] **-t** *srctier(s)*... **-z** *desttier* [ **-F** ] [ **-T** *dir* ] [ **-X** ] [ **-o** ] [ **-S** *seconds* ] [ **-u** *user*... ]
2828
2929
3030
4646 of each message in a given mailbox. This index is used to significantly
4747 reduce IMAP SEARCH times on a mailbox.
4848
49 **mode** is one of indexer, indexfrom (-I), search, rolling, synclog or compact.
50
4951 By default, **squatter** creates an index of ALL messages in the
5052 mailbox, not just those since the last time that it was run. The
5153 **-i** option is used to select incremental updates. Any messages
5254 appended to the mailbox after **squatter** is run, will NOT be included
5355 in the index. To include new messages in the index, **squatter** must
54 be run again.
56 be run again, or on a regular basis via crontab, an entry in the EVENTS
57 section of :cyrusman:`cyrus.conf(5)` or use *rolling* mode (**-R**).
5558
5659 In the first synopsis, **squatter** indexes all mailboxes.
5760
5861 In the second synopsis, **squatter** indexes the specified mailbox(es).
62 The mailboxes are space-separated.
5963
6064 In the third synopsis, **squatter** indexes the specified user(s)
6165 mailbox(es).
6266
63 For any of those three source modes (default=all, mailbox, user) one
67 For the latter two index modes (mailbox, user) one
6468 may optionally specify **-r** to recurse from the specified start, or
6569 **-a** to limit action only to mailboxes which have the shared
6670 */vendor/cmu/cyrus-imapd/squat* annotation set to "true".
8589 expunged records (**-F**) in the process. The optional **-T** flag may
8690 be used to specify a directory to use for temporary files. The **-o**
8791 flag may be used to direct that a single index be copied, rather than
88 compressed, from *srctier* to *desttier*.
92 compacted, from *srctier* to *desttier*. The **-u** flag may be used
93 to restrict operation to the specified user(s).
8994
9095 For all modes, the **-S** option may be specified, causing squatter to
9196 pause *seconds* seconds after each mailbox, to smooth loads.
200205 some very fast filesystem, like an SSD or tmpfs. This option may
201206 not work with all search engines, but it's only effect is to speed
202207 up initial indexing.
208 Xapian only.
203209 |v3-new-feature|
204210
205211 .. option:: -t srctier...
206212
207 In compact mode, the source tier(s) for the compacted indices.
208 At least one source tier must be specified in compact mode.
213 In compact mode, the comma separated source tier(s) for the compacted
214 indices. At least one source tier must be specified in compact mode.
215 Xapian only.
209216 |v3-new-feature|
210217
211218 .. option:: -u
212219
213220 Extra options refer to usernames (e.g. foo@bar.com) rather than
214 mailbox names.
221 mailbox names. Usernames are space-separated.
215222 |v3-new-feature|
216223
217224 .. option:: -v
218225
219 Increase the verbosity of progress/status messages.
226 Increase the verbosity of progress/status messages. Sometimes additional messages
227 are emitted on the terminal with this option and the messages are unconditionally sent
228 to syslog. Sometimes messages are sent to syslog, only if -v is provided. In rolling and
229 synclog modes, -vv sends even more messages to syslog.
220230
221231 .. option:: -X
222232
223233 Reindex all the messages before compacting. This mode reads all
224234 the lists of messages indexed by the listed tiers, and re-indexes
225235 them into a temporary database before compacting that into place.
236 Xapian only.
237 |v3-new-feature|
226238
227239 .. option:: -z desttier
228240
229241 In compact mode, the destination tier for the compacted indices.
230242 This must be specified in compact mode.
243 Xapian only.
231244 |v3-new-feature|
232245
233246 Examples
301314 History
302315 =======
303316
304 Support for additional search enginges was added in version 3.0.
317 Support for additional search engines was added in version 3.0.
305318
306319 The following command-line switches were added in version 3.0:
307320
308321 .. parsed-literal::
309322
310 **-R -u -d -O -F -A**
323 **-F -R -X -d -f -o -u**
311324
312325 The following command-line settings were added in version 3.0:
313326
3333
3434 .. option:: -v name
3535
36 View script with the given name. The script if retrieved sucessfully
36 View script with the given name. The script if retrieved successfully
3737 is output to standard output.
3838
3939 .. option:: -l
5050 .. option:: -i file
5151
5252 Install a file onto the server. If a script with the same name
53 already exists on the server it is overwritten. Upon sucessfully
53 already exists on the server it is overwritten. Upon successfully
5454 putting the script on the server the script is set active. If
5555 *file* has the extension .script it is chopped when put on the
5656 server since sieve names may not contain a '.'.
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>We need your help &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>We need your help &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="up" title="Developers" href="developers.html"/>
4141 <link rel="next" title="Documentation" href="imap/developer/documentation.html"/>
4242 <link rel="prev" title="Developers" href="developers.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="developers.html">Developers</a> &raquo;</li>
752752
811811 <script type="text/javascript">
812812 var DOCUMENTATION_OPTIONS = {
813813 URL_ROOT:'./',
814 VERSION:'3.0.10 (stable)',
814 VERSION:'3.0.11 (stable)',
815815 COLLAPSE_INDEX:false,
816816 FILE_SUFFIX:'.html',
817817 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developers &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Developers &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="next" title="We need your help" href="contribute.html"/>
4141 <link rel="prev" title="Why does mail delivery go slow or hang sometimes?" href="imap/reference/faqs/interop-slow-delivery.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li>Developers</li>
751751 <li class="wy-breadcrumbs-aside">
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'./',
833 VERSION:'3.0.10 (stable)',
833 VERSION:'3.0.11 (stable)',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Download &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Download &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="next" title="Get Cyrus" href="imap/download/getcyrus.html"/>
4141 <link rel="prev" title="What is Cyrus IMAP?" href="index.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li>Download</li>
751751 <li class="wy-breadcrumbs-aside">
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'./',
854 VERSION:'3.0.10 (stable)',
854 VERSION:'3.0.11 (stable)',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
88
99 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
11 <title>Index &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
11 <title>Index &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1212
1313
1414
3737 <link rel="index" title="Index"
3838 href="#"/>
3939 <link rel="search" title="Search" href="search.html"/>
40 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
40 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4141
4242
4343
744744
745745 <div role="navigation" aria-label="breadcrumbs navigation">
746746 <ul class="wy-breadcrumbs">
747 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
747 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
748748
749749 <li></li>
750750 <li class="wy-breadcrumbs-aside">
80168016 <script type="text/javascript">
80178017 var DOCUMENTATION_OPTIONS = {
80188018 URL_ROOT:'./',
8019 VERSION:'3.0.10 (stable)',
8019 VERSION:'3.0.11 (stable)',
80208020 COLLAPSE_INDEX:false,
80218021 FILE_SUFFIX:'.html',
80228022 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Glossary &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Glossary &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040
4141
4242
743743
744744 <div role="navigation" aria-label="breadcrumbs navigation">
745745 <ul class="wy-breadcrumbs">
746 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
746 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
747747
748748 <li>Glossary</li>
749749 <li class="wy-breadcrumbs-aside">
947947 <script type="text/javascript">
948948 var DOCUMENTATION_OPTIONS = {
949949 URL_ROOT:'./',
950 VERSION:'3.0.10 (stable)',
950 VERSION:'3.0.11 (stable)',
951951 COLLAPSE_INDEX:false,
952952 FILE_SUFFIX:'.html',
953953 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Authentication and Authorization &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Authentication and Authorization &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Performance Recommendations" href="performance_recommendations.html"/>
4242 <link rel="prev" title="Known Protocol Limitations" href="known_protocol_limitations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../',
841 VERSION:'3.0.10 (stable)',
841 VERSION:'3.0.11 (stable)',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Databases &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Databases &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Mailbox Creation Distribution" href="mailbox_creation_distribution.html"/>
4242 <link rel="prev" title="Deployment Scenarios" href="deployment_scenarios.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
11181118 <script type="text/javascript">
11191119 var DOCUMENTATION_OPTIONS = {
11201120 URL_ROOT:'../../../',
1121 VERSION:'3.0.10 (stable)',
1121 VERSION:'3.0.11 (stable)',
11221122 COLLAPSE_INDEX:false,
11231123 FILE_SUFFIX:'.html',
11241124 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Deployment Scenarios &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Deployment Scenarios &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Databases" href="databases.html"/>
4242 <link rel="prev" title="Configuration Guide" href="../deployment.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
875875 <script type="text/javascript">
876876 var DOCUMENTATION_OPTIONS = {
877877 URL_ROOT:'../../../',
878 VERSION:'3.0.10 (stable)',
878 VERSION:'3.0.11 (stable)',
879879 COLLAPSE_INDEX:false,
880880 FILE_SUFFIX:'.html',
881881 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Known Protocol Limitations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Known Protocol Limitations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Authentication and Authorization" href="authentication_and_authorization.html"/>
4242 <link rel="prev" title="Mailbox Creation Distribution" href="mailbox_creation_distribution.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Creation Distribution &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Creation Distribution &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Known Protocol Limitations" href="known_protocol_limitations.html"/>
4242 <link rel="prev" title="Databases" href="databases.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
11311131 <script type="text/javascript">
11321132 var DOCUMENTATION_OPTIONS = {
11331133 URL_ROOT:'../../../',
1134 VERSION:'3.0.10 (stable)',
1134 VERSION:'3.0.11 (stable)',
11351135 COLLAPSE_INDEX:false,
11361136 FILE_SUFFIX:'.html',
11371137 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Performance Recommendations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Performance Recommendations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Storage Considerations" href="storage.html"/>
4242 <link rel="prev" title="Authentication and Authorization" href="authentication_and_authorization.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Storage Considerations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Storage Considerations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Supported Platforms and System Requirements" href="supported-platforms.html"/>
4242 <link rel="prev" title="Performance Recommendations" href="performance_recommendations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
15931593 <script type="text/javascript">
15941594 var DOCUMENTATION_OPTIONS = {
15951595 URL_ROOT:'../../../',
1596 VERSION:'3.0.10 (stable)',
1596 VERSION:'3.0.11 (stable)',
15971597 COLLAPSE_INDEX:false,
15981598 FILE_SUFFIX:'.html',
15991599 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Supported Platforms and System Requirements &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Supported Platforms and System Requirements &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
4141 <link rel="next" title="Operations" href="../../../operations.html"/>
4242 <link rel="prev" title="Storage Considerations" href="storage.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
898898 <script type="text/javascript">
899899 var DOCUMENTATION_OPTIONS = {
900900 URL_ROOT:'../../../',
901 VERSION:'3.0.10 (stable)',
901 VERSION:'3.0.11 (stable)',
902902 COLLAPSE_INDEX:false,
903903 FILE_SUFFIX:'.html',
904904 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Configuration Guide &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Configuration Guide &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Setup" href="../../setup.html"/>
4141 <link rel="next" title="Deployment Scenarios" href="deployment/deployment_scenarios.html"/>
4242 <link rel="prev" title="Upgrading to 3.0" href="../download/upgrade.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../setup.html">Setup</a> &raquo;</li>
752752
932932 <script type="text/javascript">
933933 var DOCUMENTATION_OPTIONS = {
934934 URL_ROOT:'../../',
935 VERSION:'3.0.10 (stable)',
935 VERSION:'3.0.11 (stable)',
936936 COLLAPSE_INDEX:false,
937937 FILE_SUFFIX:'.html',
938938 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Access Control &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Sealed System Design" href="sealed-system.html"/>
4242 <link rel="prev" title="SQL Authentication" href="authentication-sql.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Archiving &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Archiving &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Quota" href="quota.html"/>
4242 <link rel="prev" title="Mailbox Metadata Partitions" href="mailbox-metadata-partitions.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
903903 <script type="text/javascript">
904904 var DOCUMENTATION_OPTIONS = {
905905 URL_ROOT:'../../../',
906 VERSION:'3.0.10 (stable)',
906 VERSION:'3.0.11 (stable)',
907907 COLLAPSE_INDEX:false,
908908 FILE_SUFFIX:'.html',
909909 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Kerberos Authentication &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Kerberos Authentication &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="LDAP Authentication" href="authentication-ldap.html"/>
4242 <link rel="prev" title="Features" href="../features.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
809809 <script type="text/javascript">
810810 var DOCUMENTATION_OPTIONS = {
811811 URL_ROOT:'../../../',
812 VERSION:'3.0.10 (stable)',
812 VERSION:'3.0.11 (stable)',
813813 COLLAPSE_INDEX:false,
814814 FILE_SUFFIX:'.html',
815815 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>LDAP Authentication &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>LDAP Authentication &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="SQL Authentication" href="authentication-sql.html"/>
4242 <link rel="prev" title="Kerberos Authentication" href="authentication-kerberos.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
809809 <script type="text/javascript">
810810 var DOCUMENTATION_OPTIONS = {
811811 URL_ROOT:'../../../',
812 VERSION:'3.0.10 (stable)',
812 VERSION:'3.0.11 (stable)',
813813 COLLAPSE_INDEX:false,
814814 FILE_SUFFIX:'.html',
815815 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>SQL Authentication &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>SQL Authentication &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Access Control" href="access-control.html"/>
4242 <link rel="prev" title="LDAP Authentication" href="authentication-ldap.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
949949 <script type="text/javascript">
950950 var DOCUMENTATION_OPTIONS = {
951951 URL_ROOT:'../../../',
952 VERSION:'3.0.10 (stable)',
952 VERSION:'3.0.11 (stable)',
953953 COLLAPSE_INDEX:false,
954954 FILE_SUFFIX:'.html',
955955 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Automatic Creation of Mailboxes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Automatic Creation of Mailboxes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Mailbox Namespaces" href="namespaces.html"/>
4242 <link rel="prev" title="Sealed System Design" href="sealed-system.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
10171017 <script type="text/javascript">
10181018 var DOCUMENTATION_OPTIONS = {
10191019 URL_ROOT:'../../../',
1020 VERSION:'3.0.10 (stable)',
1020 VERSION:'3.0.11 (stable)',
10211021 COLLAPSE_INDEX:false,
10221022 FILE_SUFFIX:'.html',
10231023 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CalDAV Collections &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>CalDAV Collections &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="DAV Components" href="dav-components.html"/>
4242 <link rel="prev" title="Event Notifications" href="event-notifications.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
816816 <script type="text/javascript">
817817 var DOCUMENTATION_OPTIONS = {
818818 URL_ROOT:'../../../',
819 VERSION:'3.0.10 (stable)',
819 VERSION:'3.0.11 (stable)',
820820 COLLAPSE_INDEX:false,
821821 FILE_SUFFIX:'.html',
822822 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CardDAV Support &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>CardDAV Support &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Mail Spool Partitions" href="mail-spool-partitions.html"/>
4242 <link rel="prev" title="DAV Collection Management" href="dav-collection-mgmt.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
809809 <script type="text/javascript">
810810 var DOCUMENTATION_OPTIONS = {
811811 URL_ROOT:'../../../',
812 VERSION:'3.0.10 (stable)',
812 VERSION:'3.0.11 (stable)',
813813 COLLAPSE_INDEX:false,
814814 FILE_SUFFIX:'.html',
815815 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>DAV Collection Management &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>DAV Collection Management &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="CardDAV Support" href="carddav.html"/>
4242 <link rel="prev" title="DAV Components" href="dav-components.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>DAV Components &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>DAV Components &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="DAV Collection Management" href="dav-collection-mgmt.html"/>
4242 <link rel="prev" title="CalDAV Collections" href="caldav-collections.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
819819 <script type="text/javascript">
820820 var DOCUMENTATION_OPTIONS = {
821821 URL_ROOT:'../../../',
822 VERSION:'3.0.10 (stable)',
822 VERSION:'3.0.11 (stable)',
823823 COLLAPSE_INDEX:false,
824824 FILE_SUFFIX:'.html',
825825 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Delayed Delete &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Delayed Delete &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Delayed Expunge" href="delayed-expunge.html"/>
4242 <link rel="prev" title="Mailbox Distribution" href="mailbox-distribution.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
866866 <script type="text/javascript">
867867 var DOCUMENTATION_OPTIONS = {
868868 URL_ROOT:'../../../',
869 VERSION:'3.0.10 (stable)',
869 VERSION:'3.0.11 (stable)',
870870 COLLAPSE_INDEX:false,
871871 FILE_SUFFIX:'.html',
872872 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Delayed Expunge &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Delayed Expunge &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Message Annotations (METADATA)" href="message-annotations.html"/>
4242 <link rel="prev" title="Delayed Delete" href="delayed-delete.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
859859 <script type="text/javascript">
860860 var DOCUMENTATION_OPTIONS = {
861861 URL_ROOT:'../../../',
862 VERSION:'3.0.10 (stable)',
862 VERSION:'3.0.11 (stable)',
863863 COLLAPSE_INDEX:false,
864864 FILE_SUFFIX:'.html',
865865 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Duplicate Message Delivery Suppression &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Duplicate Message Delivery Suppression &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Shared Seen State" href="shared-seen-state.html"/>
4242 <link rel="prev" title="Message Annotations (METADATA)" href="message-annotations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../../',
831 VERSION:'3.0.10 (stable)',
831 VERSION:'3.0.11 (stable)',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Event Notifications &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Event Notifications &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="CalDAV Collections" href="caldav-collections.html"/>
4242 <link rel="prev" title="Server Side Filtering (Sieve)" href="server-side-filtering.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
17881788 <script type="text/javascript">
17891789 var DOCUMENTATION_OPTIONS = {
17901790 URL_ROOT:'../../../',
1791 VERSION:'3.0.10 (stable)',
1791 VERSION:'3.0.11 (stable)',
17921792 COLLAPSE_INDEX:false,
17931793 FILE_SUFFIX:'.html',
17941794 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mail Spool Partitions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mail Spool Partitions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Mailbox Metadata Partitions" href="mailbox-metadata-partitions.html"/>
4242 <link rel="prev" title="CardDAV Support" href="carddav.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
883883 <script type="text/javascript">
884884 var DOCUMENTATION_OPTIONS = {
885885 URL_ROOT:'../../../',
886 VERSION:'3.0.10 (stable)',
886 VERSION:'3.0.11 (stable)',
887887 COLLAPSE_INDEX:false,
888888 FILE_SUFFIX:'.html',
889889 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Annotations (METADATA) &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Annotations (METADATA) &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Mailbox Distribution" href="mailbox-distribution.html"/>
4242 <link rel="prev" title="Virtual Domains" href="virtual-domains.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
815815 <script type="text/javascript">
816816 var DOCUMENTATION_OPTIONS = {
817817 URL_ROOT:'../../../',
818 VERSION:'3.0.10 (stable)',
818 VERSION:'3.0.11 (stable)',
819819 COLLAPSE_INDEX:false,
820820 FILE_SUFFIX:'.html',
821821 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Delayed Delete" href="delayed-delete.html"/>
4242 <link rel="prev" title="Mailbox Annotations (METADATA)" href="mailbox-annotations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
12401240 <script type="text/javascript">
12411241 var DOCUMENTATION_OPTIONS = {
12421242 URL_ROOT:'../../../',
1243 VERSION:'3.0.10 (stable)',
1243 VERSION:'3.0.11 (stable)',
12441244 COLLAPSE_INDEX:false,
12451245 FILE_SUFFIX:'.html',
12461246 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Metadata Partitions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Metadata Partitions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Archiving" href="archiving.html"/>
4242 <link rel="prev" title="Mail Spool Partitions" href="mail-spool-partitions.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
817817 <script type="text/javascript">
818818 var DOCUMENTATION_OPTIONS = {
819819 URL_ROOT:'../../../',
820 VERSION:'3.0.10 (stable)',
820 VERSION:'3.0.11 (stable)',
821821 COLLAPSE_INDEX:false,
822822 FILE_SUFFIX:'.html',
823823 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Message Annotations (METADATA) &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Message Annotations (METADATA) &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Duplicate Message Delivery Suppression" href="duplicate-message-delivery-suppression.html"/>
4242 <link rel="prev" title="Delayed Expunge" href="delayed-expunge.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Namespaces &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Namespaces &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Virtual Domains" href="virtual-domains.html"/>
4242 <link rel="prev" title="Automatic Creation of Mailboxes" href="automatic-creation-of-mailboxes.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
11181118 <script type="text/javascript">
11191119 var DOCUMENTATION_OPTIONS = {
11201120 URL_ROOT:'../../../',
1121 VERSION:'3.0.10 (stable)',
1121 VERSION:'3.0.11 (stable)',
11221122 COLLAPSE_INDEX:false,
11231123 FILE_SUFFIX:'.html',
11241124 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quota &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Quota &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Single-Instance Store" href="single-instance-store.html"/>
4242 <link rel="prev" title="Archiving" href="archiving.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
817817 <script type="text/javascript">
818818 var DOCUMENTATION_OPTIONS = {
819819 URL_ROOT:'../../../',
820 VERSION:'3.0.10 (stable)',
820 VERSION:'3.0.11 (stable)',
821821 COLLAPSE_INDEX:false,
822822 FILE_SUFFIX:'.html',
823823 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Sealed System Design &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Sealed System Design &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Automatic Creation of Mailboxes" href="automatic-creation-of-mailboxes.html"/>
4242 <link rel="prev" title="Access Control" href="access-control.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../../',
831 VERSION:'3.0.10 (stable)',
831 VERSION:'3.0.11 (stable)',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Murder (Server Aggregation) &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP Murder (Server Aggregation) &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Concepts" href="../overview_and_concepts.html"/>
4242 <link rel="prev" title="Single-Instance Store" href="single-instance-store.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
11481148 <script type="text/javascript">
11491149 var DOCUMENTATION_OPTIONS = {
11501150 URL_ROOT:'../../../',
1151 VERSION:'3.0.10 (stable)',
1151 VERSION:'3.0.11 (stable)',
11521152 COLLAPSE_INDEX:false,
11531153 FILE_SUFFIX:'.html',
11541154 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Server Side Filtering (Sieve) &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Server Side Filtering (Sieve) &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Event Notifications" href="event-notifications.html"/>
4242 <link rel="prev" title="Shared Seen State" href="shared-seen-state.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
809809 <script type="text/javascript">
810810 var DOCUMENTATION_OPTIONS = {
811811 URL_ROOT:'../../../',
812 VERSION:'3.0.10 (stable)',
812 VERSION:'3.0.11 (stable)',
813813 COLLAPSE_INDEX:false,
814814 FILE_SUFFIX:'.html',
815815 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Shared Seen State &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Shared Seen State &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Server Side Filtering (Sieve)" href="server-side-filtering.html"/>
4242 <link rel="prev" title="Duplicate Message Delivery Suppression" href="duplicate-message-delivery-suppression.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
820820 <script type="text/javascript">
821821 var DOCUMENTATION_OPTIONS = {
822822 URL_ROOT:'../../../',
823 VERSION:'3.0.10 (stable)',
823 VERSION:'3.0.11 (stable)',
824824 COLLAPSE_INDEX:false,
825825 FILE_SUFFIX:'.html',
826826 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Single-Instance Store &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Single-Instance Store &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Cyrus IMAP Murder (Server Aggregation)" href="server-aggregation.html"/>
4242 <link rel="prev" title="Quota" href="quota.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
812812 <script type="text/javascript">
813813 var DOCUMENTATION_OPTIONS = {
814814 URL_ROOT:'../../../',
815 VERSION:'3.0.10 (stable)',
815 VERSION:'3.0.11 (stable)',
816816 COLLAPSE_INDEX:false,
817817 FILE_SUFFIX:'.html',
818818 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Virtual Domains &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Virtual Domains &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Features" href="../features.html"/>
4141 <link rel="next" title="Mailbox Annotations (METADATA)" href="mailbox-annotations.html"/>
4242 <link rel="prev" title="Mailbox Namespaces" href="namespaces.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
752752
993993 <script type="text/javascript">
994994 var DOCUMENTATION_OPTIONS = {
995995 URL_ROOT:'../../../',
996 VERSION:'3.0.10 (stable)',
996 VERSION:'3.0.11 (stable)',
997997 COLLAPSE_INDEX:false,
998998 FILE_SUFFIX:'.html',
999999 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Features &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Features &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Overview" href="../../overview.html"/>
4141 <link rel="next" title="Kerberos Authentication" href="features/authentication-kerberos.html"/>
4242 <link rel="prev" title="Overview" href="../../overview.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../overview.html">Overview</a> &raquo;</li>
752752
896896 <script type="text/javascript">
897897 var DOCUMENTATION_OPTIONS = {
898898 URL_ROOT:'../../',
899 VERSION:'3.0.10 (stable)',
899 VERSION:'3.0.11 (stable)',
900900 COLLAPSE_INDEX:false,
901901 FILE_SUFFIX:'.html',
902902 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Concepts &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Concepts &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Overview" href="../../overview.html"/>
4141 <link rel="next" title="Setup" href="../../setup.html"/>
4242 <link rel="prev" title="Cyrus IMAP Murder (Server Aggregation)" href="features/server-aggregation.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../overview.html">Overview</a> &raquo;</li>
752752
15101510 <script type="text/javascript">
15111511 var DOCUMENTATION_OPTIONS = {
15121512 URL_ROOT:'../../',
1513 VERSION:'3.0.10 (stable)',
1513 VERSION:'3.0.11 (stable)',
15141514 COLLAPSE_INDEX:false,
15151515 FILE_SUFFIX:'.html',
15161516 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Releasing new builds of ancient Cyrus IMAP versions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Releasing new builds of ancient Cyrus IMAP versions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Cyrus Works" href="cyrusworks.html"/>
4242 <link rel="prev" title="Releasing Cyrus IMAP" href="releasing.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
949949 <script type="text/javascript">
950950 var DOCUMENTATION_OPTIONS = {
951951 URL_ROOT:'../../',
952 VERSION:'3.0.10 (stable)',
952 VERSION:'3.0.11 (stable)',
953953 COLLAPSE_INDEX:false,
954954 FILE_SUFFIX:'.html',
955955 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Compiling &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Compiling &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Setup" href="../../setup.html"/>
4141 <link rel="next" title="Installing Cyrus" href="../installing.html"/>
4242 <link rel="prev" title="Setup" href="../../setup.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../setup.html">Setup</a> &raquo;</li>
752752
908908 <p class="last">Configure option: <code class="docutils literal"><span class="pre">--with-perl</span></code></p>
909909 </td>
910910 </tr>
911 <tr class="row-even"><td><a class="reference external" href="https://metacpan.org/pod/Pod::POM::View::Restructured">perl(Pod::POM::View::Restructured)</a></td>
912 <td>&nbsp;</td>
913 <td>&nbsp;</td>
914 <td>&nbsp;</td>
915 <td>Perl library to generate man pages. This has to be available to the system-wide perl interpreter, found by <code class="docutils literal"><span class="pre">which</span></code>: <code class="docutils literal"><span class="pre">./configure</span> <span class="pre">--with-perl</span></code> is not honoured.</td>
916 </tr>
917 <tr class="row-odd"><td><a class="reference external" href="https://www.sphinx-doc.org/">python(Sphinx)</a></td>
918 <td>&nbsp;</td>
919 <td>&nbsp;</td>
920 <td>&nbsp;</td>
921 <td>Python library needed for building the documentation</td>
922 </tr>
911923 <tr class="row-even"><td><a class="reference external" href="http://www.valgrind.org/">valgrind</a></td>
912924 <td>valgrind</td>
913925 <td>valgrind</td>
914926 <td>no</td>
915927 <td>Performance and memory testing.</td>
928 </tr>
929 <tr class="row-odd"><td><a class="reference external" href="https://github.com/ConorOG/xxd/">xxd</a></td>
930 <td>&nbsp;</td>
931 <td>&nbsp;</td>
932 <td>&nbsp;</td>
933 <td>For rebuilding the _js.h files, for CalDAV and CardDAV support.</td>
916934 </tr>
917935 </tbody>
918936 </table>
942960 <td>yes</td>
943961 <td>Cyrus SASL package that ships the library required to pass Cyrus IMAP&#8217;s PLAIN authentication unit tests.</td>
944962 </tr>
945 <tr class="row-odd"><td><a class="reference external" href=":ref:`CyrusSASL&lt;cyrussasl:sasl-index`">Cyrus SASL MD5</a></td>
963 <tr class="row-odd"><td><a class="reference external" href=":ref:`CyrusSASL&lt;cyrussasl:sasl-index&gt;`">Cyrus SASL MD5</a></td>
946964 <td>libsasl2-modules</td>
947965 <td>cyrus-sasl-md5</td>
948966 <td>yes</td>
949967 <td>Cyrus SASL library required to pass Cyrus IMAP&#8217;s DIGEST-MD5
950968 authentication unit tests</td>
951969 </tr>
952 <tr class="row-even"><td><a class="reference external" href=":ref:`CyrusSASL&lt;cyrussasl:sasl-index`">sasl binaries</a></td>
970 <tr class="row-even"><td><a class="reference external" href=":ref:`CyrusSASL&lt;cyrussasl:sasl-index&gt;`">sasl binaries</a></td>
953971 <td>sasl2-bin</td>
954972 <td>sasl2-bin</td>
955973 <td>no</td>
10361054 </tr>
10371055 </thead>
10381056 <tbody valign="top">
1039 <tr class="row-even"><td><a class="reference external" href="http://freeassociation.sourceforge.net/">libical</a></td>
1057 <tr class="row-even"><td><a class="reference external" href="https://github.com/libical/libical/">libical</a></td>
10401058 <td>libical-dev</td>
10411059 <td>libical-devel</td>
10421060 <td>no</td>
10791097 <td>no</td>
10801098 <td>Used if you&#8217;re installing SSL certificates</td>
10811099 </tr>
1082 <tr class="row-odd"><td><a class="reference external" href="http://net-snmp.sourceforge.net/">net-snmp</a></td>
1100 <tr class="row-odd"><td><a class="reference external" href="https://www.clamav.net/">ClamAV</a></td>
1101 <td>&nbsp;</td>
1102 <td>&nbsp;</td>
1103 <td>&nbsp;</td>
1104 <td>Used by <strong>cyr_virusscan</strong>.</td>
1105 </tr>
1106 <tr class="row-even"><td><a class="reference external" href="http://net-snmp.sourceforge.net/">net-snmp</a></td>
10831107 <td>libsnmp-dev</td>
10841108 <td>net-snmp-devel</td>
10851109 <td>no</td>
10861110 <td>version 4.2 or higher</td>
10871111 </tr>
1088 <tr class="row-even"><td><a class="reference external" href="http://www.openldap.org/">openldap</a></td>
1112 <tr class="row-odd"><td><a class="reference external" href="http://www.openldap.org/">openldap</a></td>
10891113 <td>libldap2-dev</td>
10901114 <td>openldap-devel</td>
10911115 <td>no</td>
10961120 <p class="last">Configure option: <code class="docutils literal"><span class="pre">--with-ldap</span></code></p>
10971121 </td>
10981122 </tr>
1099 <tr class="row-odd"><td><a class="reference external" href="ftp://ftp.porcupine.org/pub/security/index.html">tcp_wrappers</a></td>
1123 <tr class="row-even"><td><a class="reference external" href="ftp://ftp.porcupine.org/pub/security/index.html">tcp_wrappers</a></td>
11001124 <td>tcp_wrappers</td>
11011125 <td>xx</td>
11021126 <td>no</td>
11031127 <td>&nbsp;</td>
11041128 </tr>
1105 <tr class="row-even"><td><a class="reference external" href="http://www.xfig.org/">transfig</a></td>
1129 <tr class="row-odd"><td><a class="reference external" href="http://www.xfig.org/">transfig</a></td>
11061130 <td>transfig</td>
11071131 <td>xx</td>
11081132 <td>no</td>
1109 <td>&nbsp;</td>
1110 </tr>
1111 <tr class="row-odd"><td><a class="reference external" href="http://zlib.net/">zlib</a></td>
1133 <td>also known as fig2dev</td>
1134 </tr>
1135 <tr class="row-even"><td><a class="reference external" href="http://www.pcre.org/">pcre</a></td>
1136 <td>&nbsp;</td>
1137 <td>&nbsp;</td>
1138 <td>&nbsp;</td>
1139 <td>PCRE 1 (or 8) - for regular expression matching</td>
1140 </tr>
1141 <tr class="row-odd"><td><a class="reference external" href="https://metacpan.org/pod/Term::ReadLine">perl(Term::ReadLine)</a></td>
1142 <td>&nbsp;</td>
1143 <td>&nbsp;</td>
1144 <td>&nbsp;</td>
1145 <td>Perl library needed by cyradm</td>
1146 </tr>
1147 <tr class="row-even"><td><a class="reference external" href="http://zlib.net/">zlib</a></td>
11121148 <td>zlib1g-dev</td>
11131149 <td>zlib-devel</td>
11141150 <td>no</td>
11151151 <td>Compression support for httpd</td>
1152 </tr>
1153 <tr class="row-odd"><td><a class="reference external" href="https://github.com/google/brotli">libbrotli</a></td>
1154 <td>&nbsp;</td>
1155 <td>&nbsp;</td>
1156 <td>&nbsp;</td>
1157 <td>Brotli compression support for httpd</td>
11161158 </tr>
11171159 <tr class="row-even"><td><a class="reference external" href="https://nghttp2.org/">nghttp2</a></td>
11181160 <td>libnghttp2-dev</td>
11751217 <div class="section" id="murder">
11761218 <h4>Murder<a class="headerlink" href="#murder" title="Permalink to this headline">¶</a></h4>
11771219 <blockquote>
1178 <div><code class="docutils literal"><span class="pre">`./configure</span> <span class="pre">--enable-murder</span></code></div></blockquote>
1220 <div><code class="docutils literal"><span class="pre">./configure</span> <span class="pre">--enable-murder</span></code></div></blockquote>
11791221 </div>
11801222 <div class="section" id="replication">
11811223 <h4>Replication<a class="headerlink" href="#replication" title="Permalink to this headline">¶</a></h4>
11821224 <blockquote>
1183 <div><code class="docutils literal"><span class="pre">`./configure</span> <span class="pre">--enable-replication</span></code></div></blockquote>
1225 <div><code class="docutils literal"><span class="pre">./configure</span> <span class="pre">--enable-replication</span></code></div></blockquote>
11841226 </div>
11851227 </div>
11861228 <div class="section" id="compile">
12421284
12431285 <div role="contentinfo">
12441286 <p>
1245 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jan 24 2018
1287 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on May 27 2019
12461288 </p>
12471289 </div>
12481290 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
12621304 <script type="text/javascript">
12631305 var DOCUMENTATION_OPTIONS = {
12641306 URL_ROOT:'../../',
1265 VERSION:'3.0.10 (stable)',
1307 VERSION:'3.0.11 (stable)',
12661308 COLLAPSE_INDEX:false,
12671309 FILE_SUFFIX:'.html',
12681310 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Works &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Works &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Developers" href="../../developers.html"/>
4141 <link rel="next" title="Support/Community" href="../../support.html"/>
4242 <link rel="prev" title="Releasing new builds of ancient Cyrus IMAP versions" href="ancient-releasing.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
843843 <script type="text/javascript">
844844 var DOCUMENTATION_OPTIONS = {
845845 URL_ROOT:'../../',
846 VERSION:'3.0.10 (stable)',
846 VERSION:'3.0.11 (stable)',
847847 COLLAPSE_INDEX:false,
848848 FILE_SUFFIX:'.html',
849849 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developer Test Environment &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Developer Test Environment &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Tips for Hacking on Cyrus" href="developer-tips.html"/>
4242 <link rel="prev" title="GitHub guide" href="github-guide.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
785785 </div></blockquote>
786786 </li>
787787 <li><p class="first">Install dependencies</p>
788 <div class="highlight-bash"><div class="highlight"><pre><span></span>sudo apt-get install libtest-unit-perl libconfig-inifiles-perl <span class="se">\</span>
788 <div class="highlight-bash"><div class="highlight"><pre><span></span>sudo apt-get install libanyevent-perl libtest-unit-perl libconfig-inifiles-perl <span class="se">\</span>
789789 libdatetime-perl libbsd-resource-perl libxml-generator-perl <span class="se">\</span>
790790 libencode-imaputf7-perl libio-stringy-perl libnews-nntpclient-perl <span class="se">\</span>
791 libfile-chdir-perl libnet-server-perl libunix-syslog-perl <span class="se">\</span>
791 libfile-chdir-perl libfile-libmagic-perl libnet-server-perl libunix-syslog-perl <span class="se">\</span>
792792 libdata-uuid-perl libjson-xs-perl libdata-ical-perl libjson-perl <span class="se">\</span>
793793 libdatetime-format-ical-perl libtext-levenshteinxs-perl <span class="se">\</span>
794794 libmime-types-perl libdatetime-format-iso8601-perl libcal-dav-perl <span class="se">\</span>
795 libclone-perl
795 libclone-perl libstring-crc32-perl libnet-ldap-server-perl
796796 </pre></div>
797797 </div>
798798 <p>The quickest option for the rest is installing via CPAN, but you could build
969969
970970 <div role="contentinfo">
971971 <p>
972 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jan 24 2018
972 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jul 01 2019
973973 </p>
974974 </div>
975975 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
989989 <script type="text/javascript">
990990 var DOCUMENTATION_OPTIONS = {
991991 URL_ROOT:'../../',
992 VERSION:'3.0.10 (stable)',
992 VERSION:'3.0.11 (stable)',
993993 COLLAPSE_INDEX:false,
994994 FILE_SUFFIX:'.html',
995995 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Tips for Hacking on Cyrus &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Tips for Hacking on Cyrus &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Xapian for searching" href="install-xapian.html"/>
4242 <link rel="prev" title="Developer Test Environment" href="developer-testing.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
884884 <script type="text/javascript">
885885 var DOCUMENTATION_OPTIONS = {
886886 URL_ROOT:'../../',
887 VERSION:'3.0.10 (stable)',
887 VERSION:'3.0.11 (stable)',
888888 COLLAPSE_INDEX:false,
889889 FILE_SUFFIX:'.html',
890890 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Documentation &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Documentation &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Developers" href="../../developers.html"/>
4141 <link rel="next" title="IMAP Developer Guide" href="../developer.html"/>
4242 <link rel="prev" title="We need your help" href="../../contribute.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
877877 <h3>imap_current_stable_version<a class="headerlink" href="#imap-current-stable-version" title="Permalink to this headline">¶</a></h3>
878878 <p>This is a replacement tag and will output the current stable version number defined in conf.py.</p>
879879 <p>Usage: <code class="docutils literal"><span class="pre">|imap_current_stable_version|</span></code></p>
880 <p>Produces 3.0.10.</p>
880 <p>Produces 3.0.11.</p>
881881 </div>
882882 </div>
883883 <div class="section" id="conventions-man-pages">
10041004 <script type="text/javascript">
10051005 var DOCUMENTATION_OPTIONS = {
10061006 URL_ROOT:'../../',
1007 VERSION:'3.0.10 (stable)',
1007 VERSION:'3.0.11 (stable)',
10081008 COLLAPSE_INDEX:false,
10091009 FILE_SUFFIX:'.html',
10101010 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>GitHub guide &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>GitHub guide &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Developer Test Environment" href="developer-testing.html"/>
4242 <link rel="prev" title="Overview of Cyrus development environment" href="overview.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../../',
871 VERSION:'3.0.10 (stable)',
871 VERSION:'3.0.11 (stable)',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Xapian for searching &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Xapian for searching &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Namespaces: a developer view" href="namespaces.html"/>
4242 <link rel="prev" title="Tips for Hacking on Cyrus" href="developer-tips.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
794794 </div>
795795 <p>Then follow on with the Cyrus <a class="reference internal" href="compiling.html#compiling"><span class="std std-ref">compilation instructions</span></a>, adding <code class="docutils literal"><span class="pre">--enable-xapian</span></code> to the flags to <code class="docutils literal"><span class="pre">./configure</span></code>.</p>
796796 </div>
797 <div class="section" id="additional-dependencies-required-for-cyrus-with-xapian-support">
798 <h2>Additional dependencies required for Cyrus with Xapian support<a class="headerlink" href="#additional-dependencies-required-for-cyrus-with-xapian-support" title="Permalink to this headline">¶</a></h2>
799 <p>When building Cyrus with Xapian support enabled, the following additional
800 packages are required:</p>
801 <ul class="simple">
802 <li><a class="reference external" href="https://rsync.samba.org">rsync</a> (used when compacting databases)</li>
803 </ul>
804 </div>
797805 <div class="section" id="configuring-xapian">
798806 <span id="id1"></span><h2>Configuring Xapian<a class="headerlink" href="#configuring-xapian" title="Permalink to this headline">¶</a></h2>
799807 <p>Xapian requires a running <a class="reference internal" href="../reference/manpages/systemcommands/squatter.html#std:cyrusman-squatter(8)">squatter(8)</a> instance:</p>
844852
845853 <div role="contentinfo">
846854 <p>
847 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Dec 03 2018
855 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 06 2019
848856 </p>
849857 </div>
850858 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
864872 <script type="text/javascript">
865873 var DOCUMENTATION_OPTIONS = {
866874 URL_ROOT:'../../',
867 VERSION:'3.0.10 (stable)',
875 VERSION:'3.0.11 (stable)',
868876 COLLAPSE_INDEX:false,
869877 FILE_SUFFIX:'.html',
870878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imclient library &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>imclient library &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Developer Libraries" href="../libraries.html"/>
4141 <link rel="next" title="Releasing Cyrus IMAP" href="../releasing.html"/>
4242 <link rel="prev" title="Developer Libraries" href="../libraries.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
752752
10651065 <script type="text/javascript">
10661066 var DOCUMENTATION_OPTIONS = {
10671067 URL_ROOT:'../../../',
1068 VERSION:'3.0.10 (stable)',
1068 VERSION:'3.0.11 (stable)',
10691069 COLLAPSE_INDEX:false,
10701070 FILE_SUFFIX:'.html',
10711071 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developer Libraries &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Developer Libraries &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="imclient library" href="libraries/imclient.html"/>
4242 <link rel="prev" title="Namespaces: a developer view" href="namespaces.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
815815 <script type="text/javascript">
816816 var DOCUMENTATION_OPTIONS = {
817817 URL_ROOT:'../../',
818 VERSION:'3.0.10 (stable)',
818 VERSION:'3.0.11 (stable)',
819819 COLLAPSE_INDEX:false,
820820 FILE_SUFFIX:'.html',
821821 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Namespaces: a developer view &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Namespaces: a developer view &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Developer Libraries" href="libraries.html"/>
4242 <link rel="prev" title="Xapian for searching" href="install-xapian.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
820820 <script type="text/javascript">
821821 var DOCUMENTATION_OPTIONS = {
822822 URL_ROOT:'../../',
823 VERSION:'3.0.10 (stable)',
823 VERSION:'3.0.11 (stable)',
824824 COLLAPSE_INDEX:false,
825825 FILE_SUFFIX:'.html',
826826 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Overview of Cyrus development environment &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Overview of Cyrus development environment &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="GitHub guide" href="github-guide.html"/>
4242 <link rel="prev" title="Development Process" href="process.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
860860 <script type="text/javascript">
861861 var DOCUMENTATION_OPTIONS = {
862862 URL_ROOT:'../../',
863 VERSION:'3.0.10 (stable)',
863 VERSION:'3.0.11 (stable)',
864864 COLLAPSE_INDEX:false,
865865 FILE_SUFFIX:'.html',
866866 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Development Process &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Development Process &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Overview of Cyrus development environment" href="overview.html"/>
4242 <link rel="prev" title="IMAP Developer Guide" href="../developer.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
862862 <script type="text/javascript">
863863 var DOCUMENTATION_OPTIONS = {
864864 URL_ROOT:'../../',
865 VERSION:'3.0.10 (stable)',
865 VERSION:'3.0.11 (stable)',
866866 COLLAPSE_INDEX:false,
867867 FILE_SUFFIX:'.html',
868868 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Releasing Cyrus IMAP &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Releasing Cyrus IMAP &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
4141 <link rel="next" title="Releasing new builds of ancient Cyrus IMAP versions" href="ancient-releasing.html"/>
4242 <link rel="prev" title="imclient library" href="libraries/imclient.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../developers.html">Developers</a> &raquo;</li>
752752
949949 <script type="text/javascript">
950950 var DOCUMENTATION_OPTIONS = {
951951 URL_ROOT:'../../',
952 VERSION:'3.0.10 (stable)',
952 VERSION:'3.0.11 (stable)',
953953 COLLAPSE_INDEX:false,
954954 FILE_SUFFIX:'.html',
955955 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>IMAP Developer Guide &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>IMAP Developer Guide &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="Developers" href="../developers.html"/>
4141 <link rel="next" title="Development Process" href="developer/process.html"/>
4242 <link rel="prev" title="Documentation" href="developer/documentation.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../developers.html">Developers</a> &raquo;</li>
752752
862862 <script type="text/javascript">
863863 var DOCUMENTATION_OPTIONS = {
864864 URL_ROOT:'../',
865 VERSION:'3.0.10 (stable)',
865 VERSION:'3.0.11 (stable)',
866866 COLLAPSE_INDEX:false,
867867 FILE_SUFFIX:'.html',
868868 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Get Cyrus &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Get Cyrus &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Download" href="../../download.html"/>
4141 <link rel="next" title="CentOS" href="installation/distributions/centos.html"/>
4242 <link rel="prev" title="Download" href="../../download.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../download.html">Download</a> &raquo;</li>
752752
790790 <p>The Cyrus team produce packaged tarballs containing full source and
791791 pre-built documentation.</p>
792792 <p>Download a versioned tarball using <a class="reference external" href="ftp://ftp.cyrusimap.org/cyrus-imapd/">FTP</a> or <a class="reference external" href="https://www.cyrusimap.org/releases/">HTTPS</a>. Latest stable
793 version is 3.0.10.</p>
793 version is 3.0.11.</p>
794794 <p>Extract the tarball:</p>
795795 <pre class="literal-block">
796796 $ <strong class="command">tar xzvf cyrus-imapd-x.y.z.tar.gz</strong>
900900 <script type="text/javascript">
901901 var DOCUMENTATION_OPTIONS = {
902902 URL_ROOT:'../../',
903 VERSION:'3.0.10 (stable)',
903 VERSION:'3.0.11 (stable)',
904904 COLLAPSE_INDEX:false,
905905 FILE_SUFFIX:'.html',
906906 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CentOS &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>CentOS &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
4141 <link rel="next" title="Debian" href="debian.html"/>
4242 <link rel="prev" title="Get Cyrus" href="../../getcyrus.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
877877 <script type="text/javascript">
878878 var DOCUMENTATION_OPTIONS = {
879879 URL_ROOT:'../../../../',
880 VERSION:'3.0.10 (stable)',
880 VERSION:'3.0.11 (stable)',
881881 COLLAPSE_INDEX:false,
882882 FILE_SUFFIX:'.html',
883883 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Debian &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Debian &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
4141 <link rel="next" title="Fedora" href="fedora.html"/>
4242 <link rel="prev" title="CentOS" href="centos.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
873873 <script type="text/javascript">
874874 var DOCUMENTATION_OPTIONS = {
875875 URL_ROOT:'../../../../',
876 VERSION:'3.0.10 (stable)',
876 VERSION:'3.0.11 (stable)',
877877 COLLAPSE_INDEX:false,
878878 FILE_SUFFIX:'.html',
879879 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Fedora &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Fedora &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
4141 <link rel="next" title="openSUSE" href="opensuse.html"/>
4242 <link rel="prev" title="Debian" href="debian.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
888888 <script type="text/javascript">
889889 var DOCUMENTATION_OPTIONS = {
890890 URL_ROOT:'../../../../',
891 VERSION:'3.0.10 (stable)',
891 VERSION:'3.0.11 (stable)',
892892 COLLAPSE_INDEX:false,
893893 FILE_SUFFIX:'.html',
894894 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>openSUSE &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>openSUSE &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
4141 <link rel="next" title="Red Hat Enterprise Linux" href="rhel.html"/>
4242 <link rel="prev" title="Fedora" href="fedora.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
819819 <script type="text/javascript">
820820 var DOCUMENTATION_OPTIONS = {
821821 URL_ROOT:'../../../../',
822 VERSION:'3.0.10 (stable)',
822 VERSION:'3.0.11 (stable)',
823823 COLLAPSE_INDEX:false,
824824 FILE_SUFFIX:'.html',
825825 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Red Hat Enterprise Linux &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Red Hat Enterprise Linux &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
4141 <link rel="next" title="Ubuntu" href="ubuntu.html"/>
4242 <link rel="prev" title="openSUSE" href="opensuse.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
883883 <script type="text/javascript">
884884 var DOCUMENTATION_OPTIONS = {
885885 URL_ROOT:'../../../../',
886 VERSION:'3.0.10 (stable)',
886 VERSION:'3.0.11 (stable)',
887887 COLLAPSE_INDEX:false,
888888 FILE_SUFFIX:'.html',
889889 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Ubuntu &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Ubuntu &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
4141 <link rel="next" title="Release Notes" href="../../release-notes/index.html"/>
4242 <link rel="prev" title="Red Hat Enterprise Linux" href="rhel.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
999999 <script type="text/javascript">
10001000 var DOCUMENTATION_OPTIONS = {
10011001 URL_ROOT:'../../../../',
1002 VERSION:'3.0.10 (stable)',
1002 VERSION:'3.0.11 (stable)',
10031003 COLLAPSE_INDEX:false,
10041004 FILE_SUFFIX:'.html',
10051005 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CalDAV &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>CalDAV &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
4141 <link rel="next" title="CardDAV" href="carddav.html"/>
4242 <link rel="prev" title="HTTP modules" href="../manage-dav.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
752752
12401240 <script type="text/javascript">
12411241 var DOCUMENTATION_OPTIONS = {
12421242 URL_ROOT:'../../../../',
1243 VERSION:'3.0.10 (stable)',
1243 VERSION:'3.0.11 (stable)',
12441244 COLLAPSE_INDEX:false,
12451245 FILE_SUFFIX:'.html',
12461246 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CardDAV &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>CardDAV &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
4141 <link rel="next" title="WebDAV" href="webdav.html"/>
4242 <link rel="prev" title="CalDAV" href="caldav.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
752752
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../',
870 VERSION:'3.0.10 (stable)',
870 VERSION:'3.0.11 (stable)',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>RSS Feeds &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>RSS Feeds &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
4141 <link rel="next" title="Virus Scanner" href="../virus.html"/>
4242 <link rel="prev" title="WebDAV" href="webdav.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
752752
886886 <script type="text/javascript">
887887 var DOCUMENTATION_OPTIONS = {
888888 URL_ROOT:'../../../../',
889 VERSION:'3.0.10 (stable)',
889 VERSION:'3.0.11 (stable)',
890890 COLLAPSE_INDEX:false,
891891 FILE_SUFFIX:'.html',
892892 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>WebDAV &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>WebDAV &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
4141 <link rel="next" title="RSS Feeds" href="rss.html"/>
4242 <link rel="prev" title="CardDAV" href="carddav.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
752752
860860 <script type="text/javascript">
861861 var DOCUMENTATION_OPTIONS = {
862862 URL_ROOT:'../../../../',
863 VERSION:'3.0.10 (stable)',
863 VERSION:'3.0.11 (stable)',
864864 COLLAPSE_INDEX:false,
865865 FILE_SUFFIX:'.html',
866866 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>HTTP modules &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>HTTP modules &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Installing Cyrus" href="../../installing.html"/>
4141 <link rel="next" title="CalDAV" href="http/caldav.html"/>
4242 <link rel="prev" title="Installing Cyrus" href="../../installing.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
10101010 <script type="text/javascript">
10111011 var DOCUMENTATION_OPTIONS = {
10121012 URL_ROOT:'../../../',
1013 VERSION:'3.0.10 (stable)',
1013 VERSION:'3.0.11 (stable)',
10141014 COLLAPSE_INDEX:false,
10151015 FILE_SUFFIX:'.html',
10161016 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Configuring the MTA &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Configuring the MTA &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040
4141
4242
743743
744744 <div role="navigation" aria-label="breadcrumbs navigation">
745745 <ul class="wy-breadcrumbs">
746 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
746 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
747747
748748 <li>Configuring the MTA</li>
749749 <li class="wy-breadcrumbs-aside">
795795 <script type="text/javascript">
796796 var DOCUMENTATION_OPTIONS = {
797797 URL_ROOT:'../../../../',
798 VERSION:'3.0.10 (stable)',
798 VERSION:'3.0.11 (stable)',
799799 COLLAPSE_INDEX:false,
800800 FILE_SUFFIX:'.html',
801801 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Virus Scanner &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Virus Scanner &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Installing Cyrus" href="../../installing.html"/>
4141 <link rel="next" title="Upgrading to 3.0" href="../upgrade.html"/>
4242 <link rel="prev" title="RSS Feeds" href="http/rss.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
752752
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../',
839 VERSION:'3.0.10 (stable)',
839 VERSION:'3.0.11 (stable)',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Notes for Packagers &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Notes for Packagers &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Download" href="../../download.html"/>
4141 <link rel="next" title="Quickstart Guide" href="../../quickstart.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.20 Release Notes" href="release-notes/2.3/x/2.3.20.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../download.html">Download</a> &raquo;</li>
752752
965965 <script type="text/javascript">
966966 var DOCUMENTATION_OPTIONS = {
967967 URL_ROOT:'../../',
968 VERSION:'3.0.10 (stable)',
968 VERSION:'3.0.11 (stable)',
969969 COLLAPSE_INDEX:false,
970970 FILE_SUFFIX:'.html',
971971 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 1.x Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 1.x Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.0.x Release Notes" href="../2.0/2.0.x.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta11 Release Notes" href="../2.4-dav/x/2.4.17-caldav-beta11.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
11331133 <script type="text/javascript">
11341134 var DOCUMENTATION_OPTIONS = {
11351135 URL_ROOT:'../../../../',
1136 VERSION:'3.0.10 (stable)',
1136 VERSION:'3.0.11 (stable)',
11371137 COLLAPSE_INDEX:false,
11381138 FILE_SUFFIX:'.html',
11391139 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.0.x Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.0.x Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.1.x Release Notes" href="../2.1/2.1.x.html"/>
4242 <link rel="prev" title="Cyrus IMAP 1.x Release Notes" href="../1/1.x.x.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
997997 <script type="text/javascript">
998998 var DOCUMENTATION_OPTIONS = {
999999 URL_ROOT:'../../../../',
1000 VERSION:'3.0.10 (stable)',
1000 VERSION:'3.0.11 (stable)',
10011001 COLLAPSE_INDEX:false,
10021002 FILE_SUFFIX:'.html',
10031003 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.1.x Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.1.x Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.2.x Release Notes" href="../2.2/2.2.x.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.0.x Release Notes" href="../2.0/2.0.x.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
973973 <script type="text/javascript">
974974 var DOCUMENTATION_OPTIONS = {
975975 URL_ROOT:'../../../../',
976 VERSION:'3.0.10 (stable)',
976 VERSION:'3.0.11 (stable)',
977977 COLLAPSE_INDEX:false,
978978 FILE_SUFFIX:'.html',
979979 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.2.x Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.2.x Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3 Releases" href="../2.3/index.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.1.x Release Notes" href="../2.1/2.1.x.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
964964 <script type="text/javascript">
965965 var DOCUMENTATION_OPTIONS = {
966966 URL_ROOT:'../../../../',
967 VERSION:'3.0.10 (stable)',
967 VERSION:'3.0.11 (stable)',
968968 COLLAPSE_INDEX:false,
969969 FILE_SUFFIX:'.html',
970970 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3 Releases &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3 Releases &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.0 Release Notes" href="x/2.3.0.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.2.x Release Notes" href="../2.2/2.2.x.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.0 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.0 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.1 Release Notes" href="2.3.1.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.0.10 (stable)',
833 VERSION:'3.0.11 (stable)',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.1 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.1 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.2 Release Notes" href="2.3.2.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.0 Release Notes" href="2.3.0.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
816816 <script type="text/javascript">
817817 var DOCUMENTATION_OPTIONS = {
818818 URL_ROOT:'../../../../../',
819 VERSION:'3.0.10 (stable)',
819 VERSION:'3.0.11 (stable)',
820820 COLLAPSE_INDEX:false,
821821 FILE_SUFFIX:'.html',
822822 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.10 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.10 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.11 Release Notes" href="2.3.11.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.9 Release Notes" href="2.3.9.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
826826 <script type="text/javascript">
827827 var DOCUMENTATION_OPTIONS = {
828828 URL_ROOT:'../../../../../',
829 VERSION:'3.0.10 (stable)',
829 VERSION:'3.0.11 (stable)',
830830 COLLAPSE_INDEX:false,
831831 FILE_SUFFIX:'.html',
832832 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.11 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.11 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.12 Release Notes" href="2.3.12.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.10 Release Notes" href="2.3.10.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../../../',
828 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.12 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.12 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.13 Release Notes" href="2.3.13.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.11 Release Notes" href="2.3.11.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../../../',
828 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.13 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.13 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.14 Release Notes" href="2.3.14.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.12 Release Notes" href="2.3.12.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../../../',
828 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.14 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.14 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.15 Release Notes" href="2.3.15.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.13 Release Notes" href="2.3.13.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../../../../',
831 VERSION:'3.0.10 (stable)',
831 VERSION:'3.0.11 (stable)',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.15 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.15 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.16 Release Notes" href="2.3.16.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.14 Release Notes" href="2.3.14.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../../../../',
831 VERSION:'3.0.10 (stable)',
831 VERSION:'3.0.11 (stable)',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.16 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.16 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.17 Release Notes" href="2.3.17.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.15 Release Notes" href="2.3.15.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../../../',
828 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.17 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.17 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.18 Release Notes" href="2.3.18.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.16 Release Notes" href="2.3.16.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.18 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.18 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.19 Release Notes" href="2.3.19.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.17 Release Notes" href="2.3.17.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
813813 <script type="text/javascript">
814814 var DOCUMENTATION_OPTIONS = {
815815 URL_ROOT:'../../../../../',
816 VERSION:'3.0.10 (stable)',
816 VERSION:'3.0.11 (stable)',
817817 COLLAPSE_INDEX:false,
818818 FILE_SUFFIX:'.html',
819819 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.19 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.19 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.20 Release Notes" href="2.3.20.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.18 Release Notes" href="2.3.18.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
818818 <script type="text/javascript">
819819 var DOCUMENTATION_OPTIONS = {
820820 URL_ROOT:'../../../../../',
821 VERSION:'3.0.10 (stable)',
821 VERSION:'3.0.11 (stable)',
822822 COLLAPSE_INDEX:false,
823823 FILE_SUFFIX:'.html',
824824 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.2 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.2 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.3 Release Notes" href="2.3.3.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.1 Release Notes" href="2.3.1.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.20 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.20 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Notes for Packagers" href="../../../packagers.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.19 Release Notes" href="2.3.19.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
815815 <script type="text/javascript">
816816 var DOCUMENTATION_OPTIONS = {
817817 URL_ROOT:'../../../../../',
818 VERSION:'3.0.10 (stable)',
818 VERSION:'3.0.11 (stable)',
819819 COLLAPSE_INDEX:false,
820820 FILE_SUFFIX:'.html',
821821 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.3 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.3 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.4 Release Notes" href="2.3.4.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.2 Release Notes" href="2.3.2.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.4 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.4 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.5 Release Notes" href="2.3.5.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.3 Release Notes" href="2.3.3.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.5 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.5 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.6 Release Notes" href="2.3.6.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.4 Release Notes" href="2.3.4.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.6 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.6 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.7 Release Notes" href="2.3.7.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.5 Release Notes" href="2.3.5.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
815815 <script type="text/javascript">
816816 var DOCUMENTATION_OPTIONS = {
817817 URL_ROOT:'../../../../../',
818 VERSION:'3.0.10 (stable)',
818 VERSION:'3.0.11 (stable)',
819819 COLLAPSE_INDEX:false,
820820 FILE_SUFFIX:'.html',
821821 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.7 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.7 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.8 Release Notes" href="2.3.8.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.6 Release Notes" href="2.3.6.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
819819 <script type="text/javascript">
820820 var DOCUMENTATION_OPTIONS = {
821821 URL_ROOT:'../../../../../',
822 VERSION:'3.0.10 (stable)',
822 VERSION:'3.0.11 (stable)',
823823 COLLAPSE_INDEX:false,
824824 FILE_SUFFIX:'.html',
825825 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.8 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.8 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.9 Release Notes" href="2.3.9.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.7 Release Notes" href="2.3.7.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
824824 <script type="text/javascript">
825825 var DOCUMENTATION_OPTIONS = {
826826 URL_ROOT:'../../../../../',
827 VERSION:'3.0.10 (stable)',
827 VERSION:'3.0.11 (stable)',
828828 COLLAPSE_INDEX:false,
829829 FILE_SUFFIX:'.html',
830830 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.9 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.3.9 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.3.10 Release Notes" href="2.3.10.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.3.8 Release Notes" href="2.3.8.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4 Releases &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4 Releases &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.0 Release Notes" href="x/2.4.0.html"/>
42 <link rel="prev" title="Cyrus IMAP 2.5.12 Release Notes" href="../2.5/x/2.5.12.html"/>
42 <link rel="prev" title="Cyrus IMAP 2.5.13 Release Notes" href="../2.5/x/2.5.13.html"/>
4343
4444
4545
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
803803 <a href="x/2.4.0.html" class="btn btn-neutral float-right" title="Cyrus IMAP 2.4.0 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
804804
805805
806 <a href="../2.5/x/2.5.12.html" class="btn btn-neutral" title="Cyrus IMAP 2.5.12 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
806 <a href="../2.5/x/2.5.13.html" class="btn btn-neutral" title="Cyrus IMAP 2.5.13 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
807807
808808 </div>
809809
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.0 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.0 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.1 Release Notes" href="2.4.1.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../../../../',
831 VERSION:'3.0.10 (stable)',
831 VERSION:'3.0.11 (stable)',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.1 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.1 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.2 Release Notes" href="2.4.2.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.0 Release Notes" href="2.4.0.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
820820 <script type="text/javascript">
821821 var DOCUMENTATION_OPTIONS = {
822822 URL_ROOT:'../../../../../',
823 VERSION:'3.0.10 (stable)',
823 VERSION:'3.0.11 (stable)',
824824 COLLAPSE_INDEX:false,
825825 FILE_SUFFIX:'.html',
826826 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.10 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.10 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.11 Release Notes" href="2.4.11.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.9 Release Notes" href="2.4.9.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.11 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.11 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.12 Release Notes" href="2.4.12.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.10 Release Notes" href="2.4.10.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.12 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.12 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.13 Release Notes" href="2.4.13.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.11 Release Notes" href="2.4.11.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.0.10 (stable)',
833 VERSION:'3.0.11 (stable)',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.13 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.13 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.14 Release Notes" href="2.4.14.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.12 Release Notes" href="2.4.12.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../../../',
836 VERSION:'3.0.10 (stable)',
836 VERSION:'3.0.11 (stable)',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.14 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.14 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.15 Release Notes" href="2.4.15.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.13 Release Notes" href="2.4.13.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.15 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.15 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.16 Release Notes" href="2.4.16.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.14 Release Notes" href="2.4.14.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.16 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.16 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17 Release Notes" href="2.4.17.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.15 Release Notes" href="2.4.15.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.18 Release Notes" href="2.4.18.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.16 Release Notes" href="2.4.16.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
829829 <script type="text/javascript">
830830 var DOCUMENTATION_OPTIONS = {
831831 URL_ROOT:'../../../../../',
832 VERSION:'3.0.10 (stable)',
832 VERSION:'3.0.11 (stable)',
833833 COLLAPSE_INDEX:false,
834834 FILE_SUFFIX:'.html',
835835 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.18 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.18 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.19 Release Notes" href="2.4.19.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17 Release Notes" href="2.4.17.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
843843 <script type="text/javascript">
844844 var DOCUMENTATION_OPTIONS = {
845845 URL_ROOT:'../../../../../',
846 VERSION:'3.0.10 (stable)',
846 VERSION:'3.0.11 (stable)',
847847 COLLAPSE_INDEX:false,
848848 FILE_SUFFIX:'.html',
849849 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.19 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.19 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.20 Release Notes" href="2.4.20.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.18 Release Notes" href="2.4.18.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../../../',
841 VERSION:'3.0.10 (stable)',
841 VERSION:'3.0.11 (stable)',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.2 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.2 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.3 Release Notes" href="2.4.3.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.1 Release Notes" href="2.4.1.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.20 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.20 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4-caldav Releases" href="../../2.4-dav/index.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.19 Release Notes" href="2.4.19.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
815815 <script type="text/javascript">
816816 var DOCUMENTATION_OPTIONS = {
817817 URL_ROOT:'../../../../../',
818 VERSION:'3.0.10 (stable)',
818 VERSION:'3.0.11 (stable)',
819819 COLLAPSE_INDEX:false,
820820 FILE_SUFFIX:'.html',
821821 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.3 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.3 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.4 Release Notes" href="2.4.4.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.2 Release Notes" href="2.4.2.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../../../',
828 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.4 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.4 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.5 Release Notes" href="2.4.5.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.3 Release Notes" href="2.4.3.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
820820 <script type="text/javascript">
821821 var DOCUMENTATION_OPTIONS = {
822822 URL_ROOT:'../../../../../',
823 VERSION:'3.0.10 (stable)',
823 VERSION:'3.0.11 (stable)',
824824 COLLAPSE_INDEX:false,
825825 FILE_SUFFIX:'.html',
826826 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.5 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.5 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.6 Release Notes" href="2.4.6.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.4 Release Notes" href="2.4.4.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
827827 <script type="text/javascript">
828828 var DOCUMENTATION_OPTIONS = {
829829 URL_ROOT:'../../../../../',
830 VERSION:'3.0.10 (stable)',
830 VERSION:'3.0.11 (stable)',
831831 COLLAPSE_INDEX:false,
832832 FILE_SUFFIX:'.html',
833833 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.6 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.6 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.7 Release Notes" href="2.4.7.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.5 Release Notes" href="2.4.5.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
822822 <script type="text/javascript">
823823 var DOCUMENTATION_OPTIONS = {
824824 URL_ROOT:'../../../../../',
825 VERSION:'3.0.10 (stable)',
825 VERSION:'3.0.11 (stable)',
826826 COLLAPSE_INDEX:false,
827827 FILE_SUFFIX:'.html',
828828 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.7 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.7 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.8 Release Notes" href="2.4.8.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.6 Release Notes" href="2.4.6.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
842842 <script type="text/javascript">
843843 var DOCUMENTATION_OPTIONS = {
844844 URL_ROOT:'../../../../../',
845 VERSION:'3.0.10 (stable)',
845 VERSION:'3.0.11 (stable)',
846846 COLLAPSE_INDEX:false,
847847 FILE_SUFFIX:'.html',
848848 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.8 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.8 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.9 Release Notes" href="2.4.9.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.7 Release Notes" href="2.4.7.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../../../',
828 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.9 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.9 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.10 Release Notes" href="2.4.10.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.8 Release Notes" href="2.4.8.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../../../../',
838 VERSION:'3.0.10 (stable)',
838 VERSION:'3.0.11 (stable)',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4-caldav Releases &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4-caldav Releases &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta1 Release Notes" href="x/2.4.17-caldav-beta1.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.20 Release Notes" href="../2.4/x/2.4.20.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
822822 <script type="text/javascript">
823823 var DOCUMENTATION_OPTIONS = {
824824 URL_ROOT:'../../../../',
825 VERSION:'3.0.10 (stable)',
825 VERSION:'3.0.11 (stable)',
826826 COLLAPSE_INDEX:false,
827827 FILE_SUFFIX:'.html',
828828 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta1 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta1 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta2 Release Notes" href="2.4.17-caldav-beta2.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta10 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta10 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta11 Release Notes" href="2.4.17-caldav-beta11.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta9 Release Notes" href="2.4.17-caldav-beta9.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
819819 <script type="text/javascript">
820820 var DOCUMENTATION_OPTIONS = {
821821 URL_ROOT:'../../../../../',
822 VERSION:'3.0.10 (stable)',
822 VERSION:'3.0.11 (stable)',
823823 COLLAPSE_INDEX:false,
824824 FILE_SUFFIX:'.html',
825825 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta11 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta11 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 1.x Release Notes" href="../../1/1.x.x.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta10 Release Notes" href="2.4.17-caldav-beta10.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
818818 <script type="text/javascript">
819819 var DOCUMENTATION_OPTIONS = {
820820 URL_ROOT:'../../../../../',
821 VERSION:'3.0.10 (stable)',
821 VERSION:'3.0.11 (stable)',
822822 COLLAPSE_INDEX:false,
823823 FILE_SUFFIX:'.html',
824824 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta2 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta2 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta3 Release Notes" href="2.4.17-caldav-beta3.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta1 Release Notes" href="2.4.17-caldav-beta1.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
817817 <script type="text/javascript">
818818 var DOCUMENTATION_OPTIONS = {
819819 URL_ROOT:'../../../../../',
820 VERSION:'3.0.10 (stable)',
820 VERSION:'3.0.11 (stable)',
821821 COLLAPSE_INDEX:false,
822822 FILE_SUFFIX:'.html',
823823 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta3 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta3 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta4 Release Notes" href="2.4.17-caldav-beta4.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta2 Release Notes" href="2.4.17-caldav-beta2.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
815815 <script type="text/javascript">
816816 var DOCUMENTATION_OPTIONS = {
817817 URL_ROOT:'../../../../../',
818 VERSION:'3.0.10 (stable)',
818 VERSION:'3.0.11 (stable)',
819819 COLLAPSE_INDEX:false,
820820 FILE_SUFFIX:'.html',
821821 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta4 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta4 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta5 Release Notes" href="2.4.17-caldav-beta5.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta3 Release Notes" href="2.4.17-caldav-beta3.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
818818 <script type="text/javascript">
819819 var DOCUMENTATION_OPTIONS = {
820820 URL_ROOT:'../../../../../',
821 VERSION:'3.0.10 (stable)',
821 VERSION:'3.0.11 (stable)',
822822 COLLAPSE_INDEX:false,
823823 FILE_SUFFIX:'.html',
824824 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta5 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta5 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta6 Release Notes" href="2.4.17-caldav-beta6.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta4 Release Notes" href="2.4.17-caldav-beta4.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
820820 <script type="text/javascript">
821821 var DOCUMENTATION_OPTIONS = {
822822 URL_ROOT:'../../../../../',
823 VERSION:'3.0.10 (stable)',
823 VERSION:'3.0.11 (stable)',
824824 COLLAPSE_INDEX:false,
825825 FILE_SUFFIX:'.html',
826826 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta6 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta6 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta7 Release Notes" href="2.4.17-caldav-beta7.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta5 Release Notes" href="2.4.17-caldav-beta5.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta7 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta7 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta8 Release Notes" href="2.4.17-caldav-beta8.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta6 Release Notes" href="2.4.17-caldav-beta6.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
820820 <script type="text/javascript">
821821 var DOCUMENTATION_OPTIONS = {
822822 URL_ROOT:'../../../../../',
823 VERSION:'3.0.10 (stable)',
823 VERSION:'3.0.11 (stable)',
824824 COLLAPSE_INDEX:false,
825825 FILE_SUFFIX:'.html',
826826 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta8 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta8 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta9 Release Notes" href="2.4.17-caldav-beta9.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta7 Release Notes" href="2.4.17-caldav-beta7.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
822822 <script type="text/javascript">
823823 var DOCUMENTATION_OPTIONS = {
824824 URL_ROOT:'../../../../../',
825 VERSION:'3.0.10 (stable)',
825 VERSION:'3.0.11 (stable)',
826826 COLLAPSE_INDEX:false,
827827 FILE_SUFFIX:'.html',
828828 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta9 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta9 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta10 Release Notes" href="2.4.17-caldav-beta10.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta8 Release Notes" href="2.4.17-caldav-beta8.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
816816 <script type="text/javascript">
817817 var DOCUMENTATION_OPTIONS = {
818818 URL_ROOT:'../../../../../',
819 VERSION:'3.0.10 (stable)',
819 VERSION:'3.0.11 (stable)',
820820 COLLAPSE_INDEX:false,
821821 FILE_SUFFIX:'.html',
822822 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5 Releases &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5 Releases &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.0 Release Notes" href="x/2.5.0.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.9 Release Notes" href="../3.0/x/3.0.9.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
782782 <li class="toctree-l1"><a class="reference internal" href="x/2.5.10.html">Cyrus IMAP 2.5.10 Release Notes</a></li>
783783 <li class="toctree-l1"><a class="reference internal" href="x/2.5.11.html">Cyrus IMAP 2.5.11 Release Notes</a></li>
784784 <li class="toctree-l1"><a class="reference internal" href="x/2.5.12.html">Cyrus IMAP 2.5.12 Release Notes</a></li>
785 <li class="toctree-l1"><a class="reference internal" href="x/2.5.13.html">Cyrus IMAP 2.5.13 Release Notes</a></li>
785786 </ul>
786787 </div>
787788 </div>
824825 <script type="text/javascript">
825826 var DOCUMENTATION_OPTIONS = {
826827 URL_ROOT:'../../../../',
827 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
828829 COLLAPSE_INDEX:false,
829830 FILE_SUFFIX:'.html',
830831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.0 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.0 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.1 Release Notes" href="2.5.1.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
13021302 <script type="text/javascript">
13031303 var DOCUMENTATION_OPTIONS = {
13041304 URL_ROOT:'../../../../../',
1305 VERSION:'3.0.10 (stable)',
1305 VERSION:'3.0.11 (stable)',
13061306 COLLAPSE_INDEX:false,
13071307 FILE_SUFFIX:'.html',
13081308 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.1 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.1 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.2 Release Notes" href="2.5.2.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.0 Release Notes" href="2.5.0.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
871871 <script type="text/javascript">
872872 var DOCUMENTATION_OPTIONS = {
873873 URL_ROOT:'../../../../../',
874 VERSION:'3.0.10 (stable)',
874 VERSION:'3.0.11 (stable)',
875875 COLLAPSE_INDEX:false,
876876 FILE_SUFFIX:'.html',
877877 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.10 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.10 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.11 Release Notes" href="2.5.11.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.9 Release Notes" href="2.5.9.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../../',
870 VERSION:'3.0.10 (stable)',
870 VERSION:'3.0.11 (stable)',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.11 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.11 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.12 Release Notes" href="2.5.12.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.10 Release Notes" href="2.5.10.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../../../../../',
871 VERSION:'3.0.10 (stable)',
871 VERSION:'3.0.11 (stable)',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.12 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.12 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
41 <link rel="next" title="Cyrus IMAP 2.4 Releases" href="../../2.4/index.html"/>
41 <link rel="next" title="Cyrus IMAP 2.5.13 Release Notes" href="2.5.13.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.11 Release Notes" href="2.5.11.html"/>
4343
4444
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
843843
844844 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
845845
846 <a href="../../2.4/index.html" class="btn btn-neutral float-right" title="Cyrus IMAP 2.4 Releases" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
846 <a href="2.5.13.html" class="btn btn-neutral float-right" title="Cyrus IMAP 2.5.13 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
847847
848848
849849 <a href="2.5.11.html" class="btn btn-neutral" title="Cyrus IMAP 2.5.11 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
875875 <script type="text/javascript">
876876 var DOCUMENTATION_OPTIONS = {
877877 URL_ROOT:'../../../../../',
878 VERSION:'3.0.10 (stable)',
878 VERSION:'3.0.11 (stable)',
879879 COLLAPSE_INDEX:false,
880880 FILE_SUFFIX:'.html',
881881 HAS_SOURCE: true
0
1
2 <!DOCTYPE html>
3 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
4 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
5 <head>
6 <meta charset="utf-8">
7
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
10 <title>Cyrus IMAP 2.5.13 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
11
12
13
14
15 <link rel="shortcut icon" href="../../../../../_static/favicon.ico"/>
16
17
18
19
20
21
22
23
24
25
26
27
28 <link rel="stylesheet" href="../../../../../_static/css/theme.css" type="text/css" />
29
30
31
32 <link rel="stylesheet" href="../../../../../_static/cyrus.css" type="text/css" />
33
34
35
36 <link rel="index" title="Index"
37 href="../../../../../genindex.html"/>
38 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
40 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
41 <link rel="next" title="Cyrus IMAP 2.4 Releases" href="../../2.4/index.html"/>
42 <link rel="prev" title="Cyrus IMAP 2.5.12 Release Notes" href="2.5.12.html"/>
43
44
45
46
47
48 </head>
49
50 <body class="wy-body-for-nav" role="document">
51
52
53
54
55 <div class="pageheader">
56 <ul>
57 <li><a href="../../../../../index.html">Home</a></li>
58 <li><a href="../../../../../download.html">Download</a></li>
59 <li><a href="../../../../../contribute.html">Contribute</a></li>
60 <li><a href="../../../../../support.html">Support</a></li>
61 <li><a href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
62 </ul>
63 <div>
64 <a href="../../../../../index.html">
65 <img src="../../../../../_static/logo.gif" alt="CYRUS" />
66 </a>
67 </div>
68 </div>
69 <div style="clear: both;"></div>
70
71
72 <div class="wy-grid-for-nav">
73
74
75 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
76 <div class="wy-side-nav-search">
77
78
79
80
81 <a href="../../../../../index.html">
82
83
84
85
86 <img src="../../../../../_static/logo.gif" />
87
88 </a>
89
90
91 <div role="search">
92 <form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
93 <input type="text" name="q" placeholder="Search docs" />
94 <input type="hidden" name="check_keywords" value="yes" />
95 <input type="hidden" name="area" value="default" />
96 </form>
97 </div>
98
99
100 </div>
101
102 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
103
104
105
106 <p class="caption"><span class="caption-text">Cyrus IMAP</span></p>
107 <ul class="current">
108 <li class="toctree-l1 current"><a class="reference internal" href="../../../../../download.html">Download</a><ul class="current">
109 <li class="toctree-l2"><a class="reference internal" href="../../../getcyrus.html">Get Cyrus</a><ul>
110 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#distribution-package">Distribution Package</a><ul>
111 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/centos.html">CentOS</a></li>
112 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/debian.html">Debian</a></li>
113 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/fedora.html">Fedora</a></li>
114 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/opensuse.html">openSUSE</a></li>
115 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/rhel.html">Red Hat Enterprise Linux</a></li>
116 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/ubuntu.html">Ubuntu</a></li>
117 </ul>
118 </li>
119 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#build-and-install-yourself">Build and Install Yourself</a><ul>
120 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-a-release-packaged-tarball">Use a release packaged tarball</a></li>
121 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-the-source-from-git">Use the source from Git</a></li>
122 </ul>
123 </li>
124 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#external-tools">External Tools</a></li>
125 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#licensing">Licensing</a></li>
126 </ul>
127 </li>
128 <li class="toctree-l2 current"><a class="reference internal" href="../../index.html">Release Notes</a><ul class="current">
129 <li class="toctree-l3"><a class="reference internal" href="../../index.html#stable-version">Stable Version</a></li>
130 <li class="toctree-l3"><a class="reference internal" href="../../index.html#development-version">Development Version</a></li>
131 <li class="toctree-l3 current"><a class="reference internal" href="../../index.html#supported-product-series">Supported Product Series</a><ul class="current">
132 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-3-0">Series 3.0</a></li>
133 <li class="toctree-l4 current"><a class="reference internal" href="../../index.html#series-2-5">Series 2.5</a></li>
134 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-4">Series 2.4</a></li>
135 </ul>
136 </li>
137 <li class="toctree-l3"><a class="reference internal" href="../../index.html#older-versions">Older Versions</a><ul>
138 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-1">Series 1</a></li>
139 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-2-0-2-3">Series 2: 2.0 - 2.3</a></li>
140 </ul>
141 </li>
142 </ul>
143 </li>
144 <li class="toctree-l2"><a class="reference internal" href="../../../packagers.html">Notes for Packagers</a><ul>
145 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#sample-configuration-files">Sample configuration files</a></li>
146 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#predefined-configurations">Predefined configurations</a><ul>
147 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-master-cyrus-conf">The configuration file for master: cyrus.conf</a></li>
148 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-the-various-programs-imapd-conf">The configuration file for the various programs: imapd.conf</a></li>
149 </ul>
150 </li>
151 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#services-in-etc-services">Services in <code class="docutils literal"><span class="pre">/etc/services</span></code></a></li>
152 </ul>
153 </li>
154 </ul>
155 </li>
156 <li class="toctree-l1"><a class="reference internal" href="../../../../../quickstart.html">Quickstart Guide</a><ul>
157 <li class="toctree-l2"><a class="reference internal" href="../../../../quickstart/introduction.html">Introduction to Cyrus IMAP</a><ul>
158 <li class="toctree-l3"><a class="reference internal" href="../../../../quickstart/introduction.html#what-is-imap">What is IMAP?</a></li>
159 </ul>
160 </li>
161 <li class="toctree-l2"><a class="reference internal" href="../../../../../quickstart.html#coming-soon">Coming Soon</a></li>
162 <li class="toctree-l2"><a class="reference internal" href="../../../../../quickstart.html#quick-install">Quick install</a><ul>
163 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#install-cyrus-reference-packages">1. Install Cyrus reference packages</a></li>
164 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#use-apt-get-install-f-to-complete-installation">2. Use &#8220;apt-get install -f&#8221; to complete installation</a></li>
165 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-the-cyrus-mail-user-and-group">3. Setup the cyrus:mail user and group</a></li>
166 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setting-up-authentication-with-sasl">4. Setting up authentication with SASL</a></li>
167 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-mail-delivery-from-your-mta">5. Setup mail delivery from your MTA</a><ul>
168 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-sendmail">Install Sendmail</a></li>
169 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#sendmail-communication">Sendmail communication</a></li>
170 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-postfix">Install Postfix</a></li>
171 </ul>
172 </li>
173 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#protocol-ports">6. Protocol ports</a></li>
174 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#configuring-cyrus">7. Configuring Cyrus</a></li>
175 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#launch-cyrus">8. Launch Cyrus</a></li>
176 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#feature-overview">Feature overview</a></li>
177 </ul>
178 </li>
179 </ul>
180 </li>
181 <li class="toctree-l1"><a class="reference internal" href="../../../../../overview.html">Overview</a><ul>
182 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/features.html">Features</a><ul>
183 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#security-and-authentication">Security and Authentication</a><ul>
184 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-kerberos.html">Kerberos Authentication</a></li>
185 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-ldap.html">LDAP Authentication</a></li>
186 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-sql.html">SQL Authentication</a></li>
187 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/access-control.html">Access Control</a></li>
188 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/sealed-system.html">Sealed System Design</a></li>
189 </ul>
190 </li>
191 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#mailbox-management">Mailbox Management</a><ul>
192 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/automatic-creation-of-mailboxes.html">Automatic Creation of Mailboxes</a></li>
193 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/namespaces.html">Mailbox Namespaces</a></li>
194 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/virtual-domains.html">Virtual Domains</a></li>
195 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-annotations.html">Mailbox Annotations (METADATA)</a></li>
196 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-distribution.html">Mailbox Distribution</a></li>
197 </ul>
198 </li>
199 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#message-management">Message Management</a><ul>
200 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-delete.html">Delayed Delete</a></li>
201 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-expunge.html">Delayed Expunge</a></li>
202 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/message-annotations.html">Message Annotations (METADATA)</a></li>
203 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/duplicate-message-delivery-suppression.html">Duplicate Message Delivery Suppression</a></li>
204 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/shared-seen-state.html">Shared Seen State</a></li>
205 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-side-filtering.html">Server Side Filtering (Sieve)</a></li>
206 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/event-notifications.html">Event Notifications</a></li>
207 </ul>
208 </li>
209 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#calendar-and-contact-dav-collection-management">Calendar and Contact (DAV) Collection Management</a><ul>
210 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/caldav-collections.html">CalDAV Collections</a></li>
211 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-components.html">DAV Components</a></li>
212 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-collection-mgmt.html">DAV Collection Management</a></li>
213 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/carddav.html">CardDAV Support</a></li>
214 </ul>
215 </li>
216 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#storage">Storage</a><ul>
217 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mail-spool-partitions.html">Mail Spool Partitions</a></li>
218 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-metadata-partitions.html">Mailbox Metadata Partitions</a></li>
219 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/archiving.html">Archiving</a></li>
220 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/quota.html">Quota</a></li>
221 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/single-instance-store.html">Single-Instance Store</a></li>
222 </ul>
223 </li>
224 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#load-management">Load Management</a><ul>
225 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-aggregation.html">Cyrus IMAP Murder (Server Aggregation)</a></li>
226 </ul>
227 </li>
228 </ul>
229 </li>
230 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html">Concepts</a><ul>
231 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-lists">Access Control Lists</a><ul>
232 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-acls">Working with ACLs</a></li>
233 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sample-acl">Sample ACL</a></li>
234 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-rights">Access Rights</a></li>
235 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-defaults">Access Control Defaults</a></li>
236 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-identifier-aci">Access Control Identifier (ACI)</a></li>
237 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#negative-rights">Negative Rights</a></li>
238 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#calculating-a-users-rights">Calculating a Users&#8217; Rights</a></li>
239 </ul>
240 </li>
241 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#login-authentication">Login Authentication</a><ul>
242 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#anonymous-login">Anonymous Login</a></li>
243 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#plaintext-authentication">Plaintext Authentication</a></li>
244 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#kerberos-logins">Kerberos Logins</a></li>
245 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#shared-secrets-logins">Shared Secrets Logins</a></li>
246 </ul>
247 </li>
248 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas">Quotas</a><ul>
249 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-quotas">Working with Quotas</a></li>
250 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#monitor-and-repair">Monitor and Repair</a></li>
251 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#supported-quota-types">Supported Quota Types</a></li>
252 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-roots">Quota Roots</a></li>
253 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#controlling-quota-behavior">Controlling Quota Behavior</a></li>
254 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-delivery-behavior">Mail Delivery Behavior</a></li>
255 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-warnings-upon-select-when-user-has-d-rights">Quota Warnings Upon Select When User Has <code class="docutils literal"><span class="pre">d</span></code> Rights</a></li>
256 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas-and-partitions">Quotas and Partitions</a></li>
257 </ul>
258 </li>
259 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#new-mail-notification">New Mail Notification</a></li>
260 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#partitions">Partitions</a><ul>
261 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#specifying-partitions-with-create">Specifying Partitions with &#8220;create&#8221;</a></li>
262 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#changing-partitions-with-rename">Changing Partitions with &#8220;rename&#8221;</a></li>
263 </ul>
264 </li>
265 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#news">News</a></li>
266 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#pop3-server">POP3 Server</a></li>
267 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#the-syslog-facility">The syslog facility</a></li>
268 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-directory-recovery">Mail Directory Recovery</a><ul>
269 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-mailbox-directories">Reconstructing Mailbox Directories</a></li>
270 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-the-mailboxes-file">Reconstructing the Mailboxes File</a></li>
271 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-quota-roots">Reconstructing Quota Roots</a></li>
272 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#removing-quota-roots">Removing Quota Roots</a></li>
273 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#subscriptions">Subscriptions</a></li>
274 </ul>
275 </li>
276 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#configuration-directory">Configuration Directory</a><ul>
277 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#log-directory">Log Directory</a></li>
278 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#proc-directory">Proc Directory</a></li>
279 </ul>
280 </li>
281 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#message-delivery">Message Delivery</a><ul>
282 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#local-mail-transfer-protocol-lmtp">Local Mail Transfer Protocol (lmtp)</a></li>
283 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#single-instance-store">Single Instance Store</a></li>
284 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#duplicate-delivery-suppression">Duplicate Delivery Suppression</a></li>
285 </ul>
286 </li>
287 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sieve-a-mail-filtering-language">Sieve, a Mail Filtering Language</a></li>
288 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#cyrus-murder-the-imap-aggregator">Cyrus Murder, the IMAP Aggregator</a></li>
289 </ul>
290 </li>
291 </ul>
292 </li>
293 <li class="toctree-l1"><a class="reference internal" href="../../../../../setup.html">Setup</a><ul>
294 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a><ul>
295 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#setting-up-dependencies">Setting up dependencies</a><ul>
296 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#required-build-dependencies">Required Build Dependencies</a></li>
297 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#optional-build-dependencies">Optional Build Dependencies</a></li>
298 </ul>
299 </li>
300 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#compile-cyrus">Compile Cyrus</a><ul>
301 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#default-build-mail-only">Default build: mail only</a></li>
302 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#optional-dependencies">Optional dependencies</a></li>
303 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#compile">Compile</a></li>
304 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#check">Check</a></li>
305 </ul>
306 </li>
307 </ul>
308 </li>
309 <li class="toctree-l2"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a><ul>
310 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#install-cyrus">Install Cyrus</a></li>
311 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#optional-components">Optional Components</a><ul>
312 <li class="toctree-l4"><a class="reference internal" href="../../../installation/manage-dav.html">HTTP modules</a></li>
313 <li class="toctree-l4"><a class="reference internal" href="../../../installation/virus.html">Virus Scanner</a></li>
314 </ul>
315 </li>
316 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#setting-up-syslog">Setting up syslog</a></li>
317 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#create-cyrus-environment">Create Cyrus environment</a><ul>
318 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#set-up-the-cyrus-mail-user-and-group">Set up the cyrus:mail user and group</a></li>
319 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#authentication-with-sasl">Authentication with SASL</a></li>
320 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#mail-delivery-from-your-mta">Mail delivery from your MTA</a></li>
321 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#protocol-ports">Protocol ports</a></li>
322 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#cyrus-config-files">Cyrus config files</a></li>
323 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#optional-setting-up-ssl-certificates">Optional: Setting up SSL certificates</a></li>
324 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#prepare-ephemeral-run-time-storage-directories">Prepare ephemeral (run-time) storage directories</a></li>
325 </ul>
326 </li>
327 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#launch-cyrus">Launch Cyrus</a></li>
328 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#send-a-test-email">Send a test email</a></li>
329 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#checking-carddav-and-carddav">Checking CardDAV and CardDAV</a></li>
330 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#troubleshooting">Troubleshooting</a></li>
331 </ul>
332 </li>
333 <li class="toctree-l2"><a class="reference internal" href="../../../upgrade.html">Upgrading to 3.0</a><ul>
334 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#preparation">1. Preparation</a><ul>
335 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#installation-from-tarball">Installation from tarball</a></li>
336 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#how-are-you-planning-on-upgrading">How are you planning on upgrading?</a></li>
337 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#do-what-as-who">Do What As Who?</a></li>
338 </ul>
339 </li>
340 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#install-new-3-0-cyrus">2. Install new 3.0 Cyrus</a></li>
341 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#shut-down-existing-cyrus">3. Shut down existing Cyrus</a></li>
342 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#backup-and-copy-existing-data">4. Backup and Copy existing data</a></li>
343 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#copy-config-files-and-update">5. Copy config files and update</a></li>
344 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-specific-items">6. Upgrade specific items</a></li>
345 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#start-new-3-0-cyrus-and-verify">7. Start new 3.0 Cyrus and verify</a></li>
346 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#reconstruct-databases-and-cache">8. Reconstruct databases and cache</a></li>
347 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#do-you-want-any-new-features">9. Do you want any new features?</a></li>
348 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-complete">10. Upgrade complete</a></li>
349 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#special-note-for-murder-configurations">Special note for Murder configurations</a></li>
350 </ul>
351 </li>
352 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/deployment.html">Configuration Guide</a><ul>
353 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html">Deployment Scenarios</a><ul>
354 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#single-server-deployments">Single Server Deployments</a></li>
355 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#multi-server-deployments">Multi Server Deployments</a></li>
356 </ul>
357 </li>
358 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-murder-server-aggregation">Cyrus Murder: Server aggregation</a><ul>
359 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-discrete-murder">The Discrete Murder</a></li>
360 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-unified-murder">The Unified Murder</a></li>
361 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-shared-murder">The Shared Murder</a></li>
362 </ul>
363 </li>
364 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-replication">Cyrus Replication</a></li>
365 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#hosted-environments">Hosted Environments</a></li>
366 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/databases.html">Databases</a><ul>
367 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#overview">Overview</a></li>
368 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#file-list">File list</a></li>
369 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#storage-types">Storage types</a></li>
370 </ul>
371 </li>
372 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html">Mailbox Creation Distribution</a><ul>
373 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#selection-mode">Selection Mode</a></li>
374 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#special-cases">Special cases</a></li>
375 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-exclusion">Partitions Exclusion</a></li>
376 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-usage-data-reset">Partitions Usage Data Reset</a></li>
377 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#mailbox-creation-distribution-through-murder-frontend">Mailbox Creation Distribution Through <code class="docutils literal"><span class="pre">murder</span> <span class="pre">frontend</span></code></a></li>
378 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-exclusion">Backends Exclusion</a></li>
379 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-usage-data-reset">Backends Usage Data Reset</a></li>
380 </ul>
381 </li>
382 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html">Known Protocol Limitations</a><ul>
383 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#pop3-and-mailbox-locking">POP3 and Mailbox Locking</a></li>
384 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#cyrus-imap-pop3-implementation">Cyrus IMAP POP3 Implementation</a></li>
385 </ul>
386 </li>
387 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html">Authentication and Authorization</a><ul>
388 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#client-authentication">Client Authentication</a></li>
389 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#users-and-mailboxes">Users and Mailboxes</a></li>
390 </ul>
391 </li>
392 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html">Performance Recommendations</a><ul>
393 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html#databases-on-temporary-filesystems">Databases on Temporary Filesystems</a></li>
394 </ul>
395 </li>
396 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/storage.html">Storage Considerations</a><ul>
397 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#general-notes-on-storage">General Notes on Storage</a></li>
398 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#redundancy">Redundancy</a></li>
399 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#availability">Availability</a></li>
400 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#performance">Performance</a></li>
401 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#scalability">Scalability</a></li>
402 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#capacity">Capacity</a></li>
403 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#cost">Cost</a></li>
404 </ul>
405 </li>
406 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html">Supported Platforms and System Requirements</a><ul>
407 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#building-cyrus-imap">Building Cyrus IMAP</a></li>
408 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#required-software-components">Required Software Components</a></li>
409 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components">Recommended Software Components</a></li>
410 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components-enabled-by-default">Recommended Software Components Enabled by Default</a></li>
411 </ul>
412 </li>
413 </ul>
414 </li>
415 </ul>
416 </li>
417 <li class="toctree-l1"><a class="reference internal" href="../../../../../operations.html">Operations</a><ul>
418 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/manpages/commands.html">Man pages</a><ul>
419 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#configuration-files">(5) Configuration Files</a><ul>
420 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/cyrus.conf.html"><strong>cyrus.conf</strong></a></li>
421 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/imapd.conf.html">imapd.conf</a></li>
422 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/krb.equiv.html"><strong>krb.equiv</strong></a></li>
423 </ul>
424 </li>
425 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#system-commands">(8) System Commands</a><ul>
426 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/arbitron.html"><strong>arbitron</strong></a></li>
427 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/backupd.html"><strong>backupd</strong></a></li>
428 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/chk_cyrus.html"><strong>chk_cyrus</strong></a></li>
429 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_backups.html"><strong>ctl_backups</strong></a></li>
430 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_conversationsdb.html"><strong>ctl_conversationsdb</strong></a></li>
431 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_cyrusdb.html"><strong>ctl_cyrusdb</strong></a></li>
432 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_deliver.html"><strong>ctl_deliver</strong></a></li>
433 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_mboxlist.html"><strong>ctl_mboxlist</strong></a></li>
434 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_zoneinfo.html"><strong>ctl_zoneinfo</strong></a></li>
435 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_cyrusdb.html"><strong>cvt_cyrusdb</strong></a></li>
436 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_xlist_specialuse.html"><strong>cvt_xlist_specialuse</strong></a></li>
437 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_backup.html"><strong>cyr_backup</strong></a></li>
438 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_buildinfo.html"><strong>cyr_buildinfo</strong></a></li>
439 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_dbtool.html"><strong>cyr_dbtool</strong></a></li>
440 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_deny.html"><strong>cyr_deny</strong></a></li>
441 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_df.html"><strong>cyr_df</strong></a></li>
442 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_expire.html"><strong>cyr_expire</strong></a></li>
443 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_info.html"><strong>cyr_info</strong></a></li>
444 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_sequence.html"><strong>cyr_sequence</strong></a></li>
445 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_synclog.html"><strong>cyr_synclog</strong></a></li>
446 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_userseen.html"><strong>cyr_userseen</strong></a></li>
447 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_virusscan.html"><strong>cyr_virusscan</strong></a></li>
448 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyradm.html"><strong>cyradm</strong></a></li>
449 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyrdump.html"><strong>cyrdump</strong></a></li>
450 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/deliver.html"><strong>deliver</strong></a></li>
451 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fetchnews.html"><strong>fetchnews</strong></a></li>
452 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fud.html"><strong>fud</strong></a></li>
453 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/httpd.html"><strong>httpd</strong></a></li>
454 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/idled.html"><strong>idled</strong></a></li>
455 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/imapd.html"><strong>imapd</strong></a></li>
456 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ipurge.html"><strong>ipurge</strong></a></li>
457 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpd.html"><strong>lmtpd</strong></a></li>
458 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpproxyd.html"><strong>lmtpproxyd</strong></a></li>
459 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/masssievec.html"><strong>masssievec</strong></a></li>
460 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/master.html"><strong>master</strong></a></li>
461 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbexamine.html"><strong>mbexamine</strong></a></li>
462 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbpath.html"><strong>mbpath</strong></a></li>
463 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbtool.html"><strong>mbtool</strong></a></li>
464 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mkimap.html"><strong>mkimap</strong></a></li>
465 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mknewsgroups.html"><strong>mknewsgroups</strong></a></li>
466 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mupdate.html"><strong>mupdate</strong></a></li>
467 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/nntpd.html"><strong>nntpd</strong></a></li>
468 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/notifyd.html"><strong>notifyd</strong></a></li>
469 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3d.html"><strong>pop3d</strong></a></li>
470 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3proxyd.html"><strong>pop3proxyd</strong></a></li>
471 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/proxyd.html"><strong>proxyd</strong></a></li>
472 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptdump.html"><strong>ptdump</strong></a></li>
473 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptexpire.html"><strong>ptexpire</strong></a></li>
474 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptloader.html"><strong>ptloader</strong></a></li>
475 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/quota.html"><strong>quota</strong></a></li>
476 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/reconstruct.html"><strong>reconstruct</strong></a></li>
477 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/rehash.html"><strong>rehash</strong></a></li>
478 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/restore.html"><strong>restore</strong></a></li>
479 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sievec.html"><strong>sievec</strong></a></li>
480 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sieved.html"><strong>sieved</strong></a></li>
481 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/smmapd.html"><strong>smmapd</strong></a></li>
482 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/squatter.html"><strong>squatter</strong></a></li>
483 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_client.html"><strong>sync_client</strong></a></li>
484 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_reset.html"><strong>sync_reset</strong></a></li>
485 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_server.html"><strong>sync_server</strong></a></li>
486 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/timsieved.html"><strong>timsieved</strong></a></li>
487 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/tls_prune.html"><strong>tls_prune</strong></a></li>
488 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/translatesieve.html"><strong>translatesieve</strong></a></li>
489 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/unexpunge.html"><strong>unexpunge</strong></a></li>
490 </ul>
491 </li>
492 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#user-commands">(1) User Commands</a><ul>
493 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/arbitronsort.pl.html"><strong>arbitronsort.pl</strong></a></li>
494 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/dav_reconstruct.html"><strong>dav_reconstruct</strong></a></li>
495 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/httptest.html"><strong>httptest</strong></a></li>
496 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/imtest.html"><strong>imtest</strong></a></li>
497 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/installsieve.html"><strong>installsieve</strong></a></li>
498 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/lmtptest.html"><strong>lmtptest</strong></a></li>
499 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/mupdatetest.html"><strong>mupdatetest</strong></a></li>
500 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/nntptest.html"><strong>nntptest</strong></a></li>
501 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/pop3test.html"><strong>pop3test</strong></a></li>
502 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sieveshell.html"><strong>sieveshell</strong></a></li>
503 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sivtest.html"><strong>sivtest</strong></a></li>
504 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/smtptest.html"><strong>smtptest</strong></a></li>
505 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/synctest.html"><strong>synctest</strong></a></li>
506 </ul>
507 </li>
508 </ul>
509 </li>
510 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/administration-tools.html">Tools &amp; Utilities</a><ul>
511 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#arbitron">arbitron</a></li>
512 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#arbitronsort-pl">arbitronsort.pl</a></li>
513 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#chk-cyrus">chk_cyrus</a></li>
514 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#ctl-cyrusdb">ctl_cyrusdb</a></li>
515 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#ctl-deliver">ctl_deliver</a></li>
516 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#ctl-mboxlist">ctl_mboxlist</a></li>
517 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cvt-cyrusdb">cvt_cyrusdb</a></li>
518 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cvt-cyrusdb-all">cvt_cyrusdb_all</a></li>
519 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-dbtool">cyr_dbtool</a></li>
520 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-df">cyr_df</a></li>
521 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyrdump">cyrdump</a></li>
522 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-expire">cyr_expire</a></li>
523 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-virusscan">cyr_virusscan</a></li>
524 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#fetchnews">fetchnews</a></li>
525 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-sequence">cyr_sequence</a></li>
526 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-synclog">cyr_synclog</a></li>
527 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-userseen">cyr_userseen</a></li>
528 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#masssievec">masssievec</a></li>
529 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mbexamine">mbexamine</a></li>
530 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mbpath">mbpath</a></li>
531 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mkimap">mkimap</a></li>
532 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mknewsgroups">mknewsgroups</a></li>
533 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#rehash">rehash</a></li>
534 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#translatesieve">translatesieve</a></li>
535 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#undohash">undohash</a></li>
536 </ul>
537 </li>
538 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/admin.html">Administrator Guide</a><ul>
539 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#architecture">Architecture</a><ul>
540 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/architecture.html">System Architecture</a></li>
541 </ul>
542 </li>
543 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#management">Management</a><ul>
544 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/locations.html">File &amp; Directory Locations</a></li>
545 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/ports-sockets.html">Ports and Sockets</a></li>
546 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/access-control.html">Access Control</a></li>
547 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/quotas.html">Quotas</a></li>
548 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sieve.html">Cyrus Sieve</a></li>
549 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/backups.html">Cyrus Backups</a></li>
550 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nntp.html">Cyrus NNTP</a></li>
551 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/protlayer.html">Cyrus Prot Layer</a></li>
552 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sop.html">Standard Operating Procedures</a></li>
553 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/eventsource.html">Cyrus Event Source</a></li>
554 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/config-mailboxdistribution.html">Mailbox Distribution</a></li>
555 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/murder/murder.html">Cyrus Murder</a></li>
556 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nginx-proxy.html">HOWTO: Using an NGINX IMAP Proxy</a></li>
557 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/tweaking.html">Tweaking Cyrus IMAP</a></li>
558 </ul>
559 </li>
560 </ul>
561 </li>
562 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/faq.html">Frequently Asked Questions</a><ul>
563 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#features">Features</a><ul>
564 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-database-backend.html">Which database backend should I use for which databases?</a></li>
565 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-duplicate-delivery.html">Duplicate Delivery Suppression</a></li>
566 </ul>
567 </li>
568 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#installation-problems">Installation Problems</a><ul>
569 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-compilationerrors.html">Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora</a></li>
570 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-detecting-berkeley.html">Problems detecting Berkley DB on Red Hat Linux</a></li>
571 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-install-help.html">Help! There must be an easier way to get all this going...</a></li>
572 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-linkerwarnings.html">OpenSSL Version Mismatches</a></li>
573 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-linkerwarnings.html#libical-v1-0-1-or-v2-0">Libical v1.0.1 or v2.0</a></li>
574 </ul>
575 </li>
576 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-feature-requests">Common Feature Requests</a><ul>
577 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-murder-ha.html">Does the Cyrus Murder support High Availability configurations?</a></li>
578 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-pop3-logging.html">Can I configure pop3d to log amount and size of messages fetched by user?</a></li>
579 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-publicssharedfolders.html">How can I make CyrusSieve work with public shared folders?</a></li>
580 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-subfolders.html">Can I have subfolders not appear under INBOX?</a></li>
581 </ul>
582 </li>
583 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-operational-questions">Common Operational Questions</a><ul>
584 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-acls.html">How do I view ACLs on a mailbox?</a></li>
585 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-annotations.html">What annotations are available?</a></li>
586 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-berkeleydb.html">Why does ctl_cyrusdb -r take so long with Berkeley DB?</a></li>
587 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-configdir-tempfs.html">Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?</a></li>
588 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-coredump.html">How to enable core dumps</a></li>
589 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-db3-lockers.html">Is the &#8220;db3: x Lockers&#8221; log message harmful?</a></li>
590 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-delete-mailbox.html">Why can I not delete a mailbox as an admin user?</a></li>
591 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deleted-expired-expunged-purged.html">When is What ... Deleted, Expired, Expunged or Purged?</a></li>
592 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deliverdb-size.html">Why is deliver.db so large?</a></li>
593 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-freezes.html">I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!</a></li>
594 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-gdb.html">How to run gdb on Cyrus components</a></li>
595 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mailbox-doesnotexist.html">Cyrus delivers claims that the mailbox does not exist</a></li>
596 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mixedcase.html">Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?</a></li>
597 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-otherdatabases.html">Can I use MySQL (or another SQL database) as the primary mail store?</a></li>
598 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-pop3slow.html">Why do POP3 connections take so long, but once the connection is established all is well?</a></li>
599 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-reconstruct.html">Why does reconstruct -m not work?</a></li>
600 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-sharedfilesystem-gpfs.html">Shared File Systems GPFS for high availability</a></li>
601 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-telemetry.html">How to enable telemetry</a></li>
602 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-toomanyprocesses.html">The process count keeps growing!</a></li>
603 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-unable-join-environment.html">&#8220;unable to join environment&#8221; error</a></li>
604 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-vacation-mailfrom.html">Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#8216;&lt;&gt;&#8217;?</a></li>
605 </ul>
606 </li>
607 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-interoperability-problems">Common Interoperability Problems</a><ul>
608 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-8bit.html">Why does Cyrus reject 8-bit characters in the headers of my messages?</a></li>
609 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-barenewlines.html">Why does Cyrus reject messages with &#8220;bare newlines&#8221;?</a></li>
610 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-sieve-exim.html">How do I get Cyrus Sieve to play nice with Exim?</a></li>
611 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-slow-delivery.html">Why does mail delivery go slow or hang sometimes?</a></li>
612 </ul>
613 </li>
614 </ul>
615 </li>
616 </ul>
617 </li>
618 <li class="toctree-l1"><a class="reference internal" href="../../../../../developers.html">Developers</a><ul>
619 <li class="toctree-l2"><a class="reference internal" href="../../../../../contribute.html">We need your help</a></li>
620 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/documentation.html">Contribute docs</a><ul>
621 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#overview">Overview</a></li>
622 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#documentation-tools">Documentation Tools</a></li>
623 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#building-the-files">Building the files</a></li>
624 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#submitting-updates">Submitting updates</a><ul>
625 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#using-github-pull-requests">Using GitHub pull requests</a></li>
626 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#patches-through-the-mailing-list">Patches through the mailing list</a></li>
627 </ul>
628 </li>
629 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#special-tags">Special Tags</a><ul>
630 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#rfc">rfc</a></li>
631 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#cyrusman">cyrusman</a></li>
632 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#imap-current-stable-version">imap_current_stable_version</a></li>
633 </ul>
634 </li>
635 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#conventions-man-pages">Conventions: Man Pages</a><ul>
636 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#synopsis">Synopsis</a></li>
637 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#examples">Examples</a></li>
638 </ul>
639 </li>
640 </ul>
641 </li>
642 <li class="toctree-l2"><a class="reference internal" href="../../../../developer.html">Contribute code and tests</a><ul>
643 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#getting-started">Getting Started</a><ul>
644 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/process.html">Development Process</a></li>
645 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/overview.html">Overview of Cyrus development environment</a></li>
646 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/github-guide.html">GitHub guide</a></li>
647 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a></li>
648 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a></li>
649 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/developer-testing.html">Developer Test Environment</a></li>
650 </ul>
651 </li>
652 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#system-files-and-databases">System files and Databases</a><ul>
653 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/namespaces.html">Namespaces: a developer view</a></li>
654 </ul>
655 </li>
656 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#resources">Resources</a><ul>
657 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/libraries.html">Developer Libraries</a></li>
658 </ul>
659 </li>
660 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#releasing">Releasing</a><ul>
661 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/releasing.html">Releasing Cyrus IMAP</a></li>
662 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/ancient-releasing.html">Releasing new builds of ancient Cyrus IMAP versions</a></li>
663 </ul>
664 </li>
665 </ul>
666 </li>
667 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/cyrusworks.html">Cyrus.Works</a><ul>
668 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#about-cyrus-works">About Cyrus Works</a></li>
669 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#testing">Testing</a></li>
670 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#how-it-works">How it works</a></li>
671 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#adding-rules">Adding Rules</a></li>
672 </ul>
673 </li>
674 </ul>
675 </li>
676 <li class="toctree-l1"><a class="reference internal" href="../../../../../support.html">Support/Community</a><ul>
677 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-bugs.html">Found a bug?</a></li>
678 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html">Mailing lists</a><ul>
679 <li class="toctree-l3"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html#archives">Archives</a></li>
680 <li class="toctree-l3"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html#subscribe-unsubscribe">Subscribe/Unsubscribe</a></li>
681 <li class="toctree-l3"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html#digest-lists">Digest Lists</a></li>
682 </ul>
683 </li>
684 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-irc.html">IRC</a></li>
685 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-meetings.html">Weekly meetings</a></li>
686 <li class="toctree-l2"><a class="reference internal" href="../../../../../overview/about_cyrus.html">About</a><ul>
687 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html">What is Cyrus</a><ul>
688 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-cyrus">What is Cyrus</a></li>
689 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-imap">What is IMAP?</a></li>
690 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#imap-version-4-imap4">IMAP Version 4 (IMAP4)</a></li>
691 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#mime">Mime</a></li>
692 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#smtp">SMTP</a></li>
693 </ul>
694 </li>
695 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html">Who Is Cyrus</a><ul>
696 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#core-contributors">Core Contributors</a></li>
697 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#individual-contributors-and-past-contributors">Individual contributors and past contributors</a></li>
698 </ul>
699 </li>
700 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html">Cyrus Roadmap</a><ul>
701 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html#high-level-roadmap">High Level Roadmap</a></li>
702 </ul>
703 </li>
704 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_history.html">Cyrus History</a></li>
705 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html">Cyrus Bylaws</a><ul>
706 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#i-the-cyrus-governance-board">I. The Cyrus Governance Board</a></li>
707 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#ii-the-cyrus-core-developers-group">II. The Cyrus Core Developers Group</a></li>
708 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iii-the-release-engineer">III. The Release Engineer</a></li>
709 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iv-the-cyrus-roadmap">IV. The Cyrus Roadmap</a></li>
710 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#v-development-process">V. Development Process</a></li>
711 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#vi-changes-to-the-bylaws">VI. Changes to the Bylaws</a></li>
712 </ul>
713 </li>
714 </ul>
715 </li>
716 </ul>
717 </li>
718 </ul>
719 <p class="caption"><span class="caption-text">Cyrus SASL</span></p>
720 <ul>
721 <li class="toctree-l1"><a class="reference external" href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
722 </ul>
723
724
725
726 </div>
727
728 <div class="buildstatus">
729 <a href="https://travis-ci.org/cyrusimap/cyrus-imapd/branches" target="_blank">cyrus-imapd-3.0: <img src="https://travis-ci.org/cyrusimap/cyrus-imapd.svg?branch=cyrus-imapd-3.0"></a>
730 </div>
731 &nbsp;
732 </nav>
733
734 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
735
736
737 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
738 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
739 <a href="../../../../../index.html">Cyrus IMAP</a>
740 </nav>
741
742
743
744 <div class="wy-nav-content">
745 <div class="rst-content">
746
747 <div role="navigation" aria-label="breadcrumbs navigation">
748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750
751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752
753 <li><a href="../../index.html">Release Notes</a> &raquo;</li>
754
755 <li><a href="../index.html">Cyrus IMAP 2.5 Releases</a> &raquo;</li>
756
757 <li>Cyrus IMAP 2.5.13 Release Notes</li>
758 <li class="wy-breadcrumbs-aside">
759
760
761 <a href="https://github.com/cyrusimap/cyrus-imapd/blob/cyrus-imapd-3.0/docsrc/imap/download/release-notes/2.5/x/2.5.13.rst" class="fa fa-github"> Edit on GitHub</a>
762
763
764 </li>
765 </ul>
766 <hr/>
767 </div>
768 <div role="main" class="document">
769
770 <div class="section" id="cyrus-imap-2-5-13-release-notes">
771 <h1>Cyrus IMAP 2.5.13 Release Notes<a class="headerlink" href="#cyrus-imap-2-5-13-release-notes" title="Permalink to this headline">¶</a></h1>
772 <div class="admonition important">
773 <p class="first admonition-title">Important</p>
774 <p>This is a bug-fix release in the <a class="reference external" href="http://www.cyrusimap.org/stable">stable 2.5 series</a>.</p>
775 <p class="last">Refer to the Cyrus IMAP 2.5.0 Release Notes for important information
776 about the 2.5 series, including upgrading instructions.</p>
777 </div>
778 <p>Download via HTTPS:</p>
779 <blockquote>
780 <div><ul class="simple">
781 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz</a></li>
782 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz.sig">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz.sig</a></li>
783 </ul>
784 </div></blockquote>
785 <div class="section" id="changes-since-2-5-12">
786 <span id="relnotes-2-5-13-changes"></span><h2>Changes Since 2.5.12<a class="headerlink" href="#changes-since-2-5-12" title="Permalink to this headline">¶</a></h2>
787 <div class="section" id="release-changes">
788 <h3>Release changes<a class="headerlink" href="#release-changes" title="Permalink to this headline">¶</a></h3>
789 <p>We’re trialing using the Github Releases feature. If you have trouble
790 downloading this release, please report this to the mailing lists. Thanks!</p>
791 </div>
792 <div class="section" id="security-fixes">
793 <h3>Security fixes<a class="headerlink" href="#security-fixes" title="Permalink to this headline">¶</a></h3>
794 <ul class="simple">
795 <li>Fixed CVE-2019-11356: buffer overrun in httpd</li>
796 </ul>
797 </div>
798 <div class="section" id="bug-fixes">
799 <h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h3>
800 <ul class="simple">
801 <li>Fixed: ptloader, ptexpire and ptdump now honour the <code class="docutils literal"><span class="pre">ptscache_db_path</span></code>
802 setting</li>
803 </ul>
804 </div>
805 </div>
806 </div>
807
808
809 </div>
810 <footer>
811
812 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
813
814 <a href="../../2.4/index.html" class="btn btn-neutral float-right" title="Cyrus IMAP 2.4 Releases" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
815
816
817 <a href="2.5.12.html" class="btn btn-neutral" title="Cyrus IMAP 2.5.12 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
818
819 </div>
820
821
822 <hr/>
823
824 <div role="contentinfo">
825 <p>
826 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on May 27 2019
827 </p>
828 </div>
829 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
830
831 </footer>
832 </div>
833 </div>
834
835 </section>
836
837 </div>
838
839
840
841
842
843 <script type="text/javascript">
844 var DOCUMENTATION_OPTIONS = {
845 URL_ROOT:'../../../../../',
846 VERSION:'3.0.11 (stable)',
847 COLLAPSE_INDEX:false,
848 FILE_SUFFIX:'.html',
849 HAS_SOURCE: true
850 };
851 </script>
852 <script type="text/javascript" src="../../../../../_static/jquery.js"></script>
853 <script type="text/javascript" src="../../../../../_static/underscore.js"></script>
854 <script type="text/javascript" src="../../../../../_static/doctools.js"></script>
855 <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
856
857
858
859
860
861 <script type="text/javascript" src="../../../../../_static/js/theme.js"></script>
862
863
864
865
866 <script type="text/javascript">
867 <!-- jQuery(function () {
868 SphinxRtdTheme.StickyNav.enable();
869 }); -->
870 </script>
871
872
873
874
875
876 </body>
877 </html>
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.2 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.2 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.3 Release Notes" href="2.5.3.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.1 Release Notes" href="2.5.1.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
843843 <script type="text/javascript">
844844 var DOCUMENTATION_OPTIONS = {
845845 URL_ROOT:'../../../../../',
846 VERSION:'3.0.10 (stable)',
846 VERSION:'3.0.11 (stable)',
847847 COLLAPSE_INDEX:false,
848848 FILE_SUFFIX:'.html',
849849 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.3 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.3 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.4 Release Notes" href="2.5.4.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.2 Release Notes" href="2.5.2.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../../../',
841 VERSION:'3.0.10 (stable)',
841 VERSION:'3.0.11 (stable)',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.4 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.4 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.5 Release Notes" href="2.5.5.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.3 Release Notes" href="2.5.3.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../../',
844 VERSION:'3.0.10 (stable)',
844 VERSION:'3.0.11 (stable)',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.5 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.5 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.6 Release Notes" href="2.5.6.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.4 Release Notes" href="2.5.4.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
842842 <script type="text/javascript">
843843 var DOCUMENTATION_OPTIONS = {
844844 URL_ROOT:'../../../../../',
845 VERSION:'3.0.10 (stable)',
845 VERSION:'3.0.11 (stable)',
846846 COLLAPSE_INDEX:false,
847847 FILE_SUFFIX:'.html',
848848 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.6 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.6 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.7 Release Notes" href="2.5.7.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.5 Release Notes" href="2.5.5.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
858858 <script type="text/javascript">
859859 var DOCUMENTATION_OPTIONS = {
860860 URL_ROOT:'../../../../../',
861 VERSION:'3.0.10 (stable)',
861 VERSION:'3.0.11 (stable)',
862862 COLLAPSE_INDEX:false,
863863 FILE_SUFFIX:'.html',
864864 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.7 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.7 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.8 Release Notes" href="2.5.8.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.6 Release Notes" href="2.5.6.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
883883 <script type="text/javascript">
884884 var DOCUMENTATION_OPTIONS = {
885885 URL_ROOT:'../../../../../',
886 VERSION:'3.0.10 (stable)',
886 VERSION:'3.0.11 (stable)',
887887 COLLAPSE_INDEX:false,
888888 FILE_SUFFIX:'.html',
889889 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.8 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.8 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.9 Release Notes" href="2.5.9.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.7 Release Notes" href="2.5.7.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../../../../../',
871 VERSION:'3.0.10 (stable)',
871 VERSION:'3.0.11 (stable)',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.9 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 2.5.9 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5.10 Release Notes" href="2.5.10.html"/>
4242 <link rel="prev" title="Cyrus IMAP 2.5.8 Release Notes" href="2.5.8.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
857857 <script type="text/javascript">
858858 var DOCUMENTATION_OPTIONS = {
859859 URL_ROOT:'../../../../../',
860 VERSION:'3.0.10 (stable)',
860 VERSION:'3.0.11 (stable)',
861861 COLLAPSE_INDEX:false,
862862 FILE_SUFFIX:'.html',
863863 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0 Releases &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0 Releases &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Release Notes" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 Release Notes" href="x/3.0.0.html"/>
4242 <link rel="prev" title="Release Notes" href="../index.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../download.html">Download</a> &raquo;</li>
752752
782782 <li class="toctree-l1"><a class="reference internal" href="x/3.0.0-rc4.html">Cyrus IMAP 3.0.0 rc4 Release Notes</a></li>
783783 <li class="toctree-l1"><a class="reference internal" href="x/3.0.1.html">Cyrus IMAP 3.0.1 Release Notes</a></li>
784784 <li class="toctree-l1"><a class="reference internal" href="x/3.0.10.html">Cyrus IMAP 3.0.10 Release Notes</a></li>
785 <li class="toctree-l1"><a class="reference internal" href="x/3.0.11.html">Cyrus IMAP 3.0.11 Release Notes</a></li>
785786 <li class="toctree-l1"><a class="reference internal" href="x/3.0.2.html">Cyrus IMAP 3.0.2 Release Notes</a></li>
786787 <li class="toctree-l1"><a class="reference internal" href="x/3.0.3.html">Cyrus IMAP 3.0.3 Release Notes</a></li>
787788 <li class="toctree-l1"><a class="reference internal" href="x/3.0.4.html">Cyrus IMAP 3.0.4 Release Notes</a></li>
832833 <script type="text/javascript">
833834 var DOCUMENTATION_OPTIONS = {
834835 URL_ROOT:'../../../../',
835 VERSION:'3.0.10 (stable)',
836 VERSION:'3.0.11 (stable)',
836837 COLLAPSE_INDEX:false,
837838 FILE_SUFFIX:'.html',
838839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta1 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta1 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 beta2 Release Notes" href="3.0.0-beta2.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 Release Notes" href="3.0.0.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
874874 <script type="text/javascript">
875875 var DOCUMENTATION_OPTIONS = {
876876 URL_ROOT:'../../../../../',
877 VERSION:'3.0.10 (stable)',
877 VERSION:'3.0.11 (stable)',
878878 COLLAPSE_INDEX:false,
879879 FILE_SUFFIX:'.html',
880880 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta2 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta2 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 beta3 Release Notes" href="3.0.0-beta3.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 beta1 Release Notes" href="3.0.0-beta1.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
924924 <script type="text/javascript">
925925 var DOCUMENTATION_OPTIONS = {
926926 URL_ROOT:'../../../../../',
927 VERSION:'3.0.10 (stable)',
927 VERSION:'3.0.11 (stable)',
928928 COLLAPSE_INDEX:false,
929929 FILE_SUFFIX:'.html',
930930 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta3 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta3 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 beta4 Release Notes" href="3.0.0-beta4.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 beta2 Release Notes" href="3.0.0-beta2.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
936936 <script type="text/javascript">
937937 var DOCUMENTATION_OPTIONS = {
938938 URL_ROOT:'../../../../../',
939 VERSION:'3.0.10 (stable)',
939 VERSION:'3.0.11 (stable)',
940940 COLLAPSE_INDEX:false,
941941 FILE_SUFFIX:'.html',
942942 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta4 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta4 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 beta5 Release Notes" href="3.0.0-beta5.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 beta3 Release Notes" href="3.0.0-beta3.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
944944 <script type="text/javascript">
945945 var DOCUMENTATION_OPTIONS = {
946946 URL_ROOT:'../../../../../',
947 VERSION:'3.0.10 (stable)',
947 VERSION:'3.0.11 (stable)',
948948 COLLAPSE_INDEX:false,
949949 FILE_SUFFIX:'.html',
950950 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta5 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta5 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 beta6 Release Notes" href="3.0.0-beta6.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 beta4 Release Notes" href="3.0.0-beta4.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
950950 <script type="text/javascript">
951951 var DOCUMENTATION_OPTIONS = {
952952 URL_ROOT:'../../../../../',
953 VERSION:'3.0.10 (stable)',
953 VERSION:'3.0.11 (stable)',
954954 COLLAPSE_INDEX:false,
955955 FILE_SUFFIX:'.html',
956956 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta6 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta6 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 rc1 Release Notes" href="3.0.0-rc1.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 beta5 Release Notes" href="3.0.0-beta5.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
952952 <script type="text/javascript">
953953 var DOCUMENTATION_OPTIONS = {
954954 URL_ROOT:'../../../../../',
955 VERSION:'3.0.10 (stable)',
955 VERSION:'3.0.11 (stable)',
956956 COLLAPSE_INDEX:false,
957957 FILE_SUFFIX:'.html',
958958 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc1 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc1 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 rc2 Release Notes" href="3.0.0-rc2.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 beta6 Release Notes" href="3.0.0-beta6.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
956956 <script type="text/javascript">
957957 var DOCUMENTATION_OPTIONS = {
958958 URL_ROOT:'../../../../../',
959 VERSION:'3.0.10 (stable)',
959 VERSION:'3.0.11 (stable)',
960960 COLLAPSE_INDEX:false,
961961 FILE_SUFFIX:'.html',
962962 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc2 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc2 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 rc3 Release Notes" href="3.0.0-rc3.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 rc1 Release Notes" href="3.0.0-rc1.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
956956 <script type="text/javascript">
957957 var DOCUMENTATION_OPTIONS = {
958958 URL_ROOT:'../../../../../',
959 VERSION:'3.0.10 (stable)',
959 VERSION:'3.0.11 (stable)',
960960 COLLAPSE_INDEX:false,
961961 FILE_SUFFIX:'.html',
962962 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc3 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc3 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 rc4 Release Notes" href="3.0.0-rc4.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 rc2 Release Notes" href="3.0.0-rc2.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
956956 <script type="text/javascript">
957957 var DOCUMENTATION_OPTIONS = {
958958 URL_ROOT:'../../../../../',
959 VERSION:'3.0.10 (stable)',
959 VERSION:'3.0.11 (stable)',
960960 COLLAPSE_INDEX:false,
961961 FILE_SUFFIX:'.html',
962962 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc4 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc4 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.1 Release Notes" href="3.0.1.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 rc3 Release Notes" href="3.0.0-rc3.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
956956 <script type="text/javascript">
957957 var DOCUMENTATION_OPTIONS = {
958958 URL_ROOT:'../../../../../',
959 VERSION:'3.0.10 (stable)',
959 VERSION:'3.0.11 (stable)',
960960 COLLAPSE_INDEX:false,
961961 FILE_SUFFIX:'.html',
962962 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.0 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.0 beta1 Release Notes" href="3.0.0-beta1.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
951951 <script type="text/javascript">
952952 var DOCUMENTATION_OPTIONS = {
953953 URL_ROOT:'../../../../../',
954 VERSION:'3.0.10 (stable)',
954 VERSION:'3.0.11 (stable)',
955955 COLLAPSE_INDEX:false,
956956 FILE_SUFFIX:'.html',
957957 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.1 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.1 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.10 Release Notes" href="3.0.10.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.0 rc4 Release Notes" href="3.0.0-rc4.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
864864 <script type="text/javascript">
865865 var DOCUMENTATION_OPTIONS = {
866866 URL_ROOT:'../../../../../',
867 VERSION:'3.0.10 (stable)',
867 VERSION:'3.0.11 (stable)',
868868 COLLAPSE_INDEX:false,
869869 FILE_SUFFIX:'.html',
870870 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.10 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.10 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
41 <link rel="next" title="Cyrus IMAP 3.0.2 Release Notes" href="3.0.2.html"/>
41 <link rel="next" title="Cyrus IMAP 3.0.11 Release Notes" href="3.0.11.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.1 Release Notes" href="3.0.1.html"/>
4343
4444
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
819819
820820 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
821821
822 <a href="3.0.2.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.0.2 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
822 <a href="3.0.11.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.0.11 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
823823
824824
825825 <a href="3.0.1.html" class="btn btn-neutral" title="Cyrus IMAP 3.0.1 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../../../../',
854 VERSION:'3.0.10 (stable)',
854 VERSION:'3.0.11 (stable)',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
0
1
2 <!DOCTYPE html>
3 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
4 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
5 <head>
6 <meta charset="utf-8">
7
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
10 <title>Cyrus IMAP 3.0.11 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
11
12
13
14
15 <link rel="shortcut icon" href="../../../../../_static/favicon.ico"/>
16
17
18
19
20
21
22
23
24
25
26
27
28 <link rel="stylesheet" href="../../../../../_static/css/theme.css" type="text/css" />
29
30
31
32 <link rel="stylesheet" href="../../../../../_static/cyrus.css" type="text/css" />
33
34
35
36 <link rel="index" title="Index"
37 href="../../../../../genindex.html"/>
38 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
40 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
41 <link rel="next" title="Cyrus IMAP 3.0.2 Release Notes" href="3.0.2.html"/>
42 <link rel="prev" title="Cyrus IMAP 3.0.10 Release Notes" href="3.0.10.html"/>
43
44
45
46
47
48 </head>
49
50 <body class="wy-body-for-nav" role="document">
51
52
53
54
55 <div class="pageheader">
56 <ul>
57 <li><a href="../../../../../index.html">Home</a></li>
58 <li><a href="../../../../../download.html">Download</a></li>
59 <li><a href="../../../../../contribute.html">Contribute</a></li>
60 <li><a href="../../../../../support.html">Support</a></li>
61 <li><a href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
62 </ul>
63 <div>
64 <a href="../../../../../index.html">
65 <img src="../../../../../_static/logo.gif" alt="CYRUS" />
66 </a>
67 </div>
68 </div>
69 <div style="clear: both;"></div>
70
71
72 <div class="wy-grid-for-nav">
73
74
75 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
76 <div class="wy-side-nav-search">
77
78
79
80
81 <a href="../../../../../index.html">
82
83
84
85
86 <img src="../../../../../_static/logo.gif" />
87
88 </a>
89
90
91 <div role="search">
92 <form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
93 <input type="text" name="q" placeholder="Search docs" />
94 <input type="hidden" name="check_keywords" value="yes" />
95 <input type="hidden" name="area" value="default" />
96 </form>
97 </div>
98
99
100 </div>
101
102 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
103
104
105
106 <p class="caption"><span class="caption-text">Cyrus IMAP</span></p>
107 <ul class="current">
108 <li class="toctree-l1 current"><a class="reference internal" href="../../../../../download.html">Download</a><ul class="current">
109 <li class="toctree-l2"><a class="reference internal" href="../../../getcyrus.html">Get Cyrus</a><ul>
110 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#distribution-package">Distribution Package</a><ul>
111 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/centos.html">CentOS</a></li>
112 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/debian.html">Debian</a></li>
113 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/fedora.html">Fedora</a></li>
114 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/opensuse.html">openSUSE</a></li>
115 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/rhel.html">Red Hat Enterprise Linux</a></li>
116 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/ubuntu.html">Ubuntu</a></li>
117 </ul>
118 </li>
119 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#build-and-install-yourself">Build and Install Yourself</a><ul>
120 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-a-release-packaged-tarball">Use a release packaged tarball</a></li>
121 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-the-source-from-git">Use the source from Git</a></li>
122 </ul>
123 </li>
124 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#external-tools">External Tools</a></li>
125 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#licensing">Licensing</a></li>
126 </ul>
127 </li>
128 <li class="toctree-l2 current"><a class="reference internal" href="../../index.html">Release Notes</a><ul class="current">
129 <li class="toctree-l3"><a class="reference internal" href="../../index.html#stable-version">Stable Version</a></li>
130 <li class="toctree-l3"><a class="reference internal" href="../../index.html#development-version">Development Version</a></li>
131 <li class="toctree-l3 current"><a class="reference internal" href="../../index.html#supported-product-series">Supported Product Series</a><ul class="current">
132 <li class="toctree-l4 current"><a class="reference internal" href="../../index.html#series-3-0">Series 3.0</a></li>
133 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-5">Series 2.5</a></li>
134 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-4">Series 2.4</a></li>
135 </ul>
136 </li>
137 <li class="toctree-l3"><a class="reference internal" href="../../index.html#older-versions">Older Versions</a><ul>
138 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-1">Series 1</a></li>
139 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-2-0-2-3">Series 2: 2.0 - 2.3</a></li>
140 </ul>
141 </li>
142 </ul>
143 </li>
144 <li class="toctree-l2"><a class="reference internal" href="../../../packagers.html">Notes for Packagers</a><ul>
145 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#sample-configuration-files">Sample configuration files</a></li>
146 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#predefined-configurations">Predefined configurations</a><ul>
147 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-master-cyrus-conf">The configuration file for master: cyrus.conf</a></li>
148 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-the-various-programs-imapd-conf">The configuration file for the various programs: imapd.conf</a></li>
149 </ul>
150 </li>
151 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#services-in-etc-services">Services in <code class="docutils literal"><span class="pre">/etc/services</span></code></a></li>
152 </ul>
153 </li>
154 </ul>
155 </li>
156 <li class="toctree-l1"><a class="reference internal" href="../../../../../quickstart.html">Quickstart Guide</a><ul>
157 <li class="toctree-l2"><a class="reference internal" href="../../../../quickstart/introduction.html">Introduction to Cyrus IMAP</a><ul>
158 <li class="toctree-l3"><a class="reference internal" href="../../../../quickstart/introduction.html#what-is-imap">What is IMAP?</a></li>
159 </ul>
160 </li>
161 <li class="toctree-l2"><a class="reference internal" href="../../../../../quickstart.html#coming-soon">Coming Soon</a></li>
162 <li class="toctree-l2"><a class="reference internal" href="../../../../../quickstart.html#quick-install">Quick install</a><ul>
163 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#install-cyrus-reference-packages">1. Install Cyrus reference packages</a></li>
164 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#use-apt-get-install-f-to-complete-installation">2. Use &#8220;apt-get install -f&#8221; to complete installation</a></li>
165 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-the-cyrus-mail-user-and-group">3. Setup the cyrus:mail user and group</a></li>
166 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setting-up-authentication-with-sasl">4. Setting up authentication with SASL</a></li>
167 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-mail-delivery-from-your-mta">5. Setup mail delivery from your MTA</a><ul>
168 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-sendmail">Install Sendmail</a></li>
169 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#sendmail-communication">Sendmail communication</a></li>
170 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-postfix">Install Postfix</a></li>
171 </ul>
172 </li>
173 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#protocol-ports">6. Protocol ports</a></li>
174 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#configuring-cyrus">7. Configuring Cyrus</a></li>
175 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#launch-cyrus">8. Launch Cyrus</a></li>
176 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#feature-overview">Feature overview</a></li>
177 </ul>
178 </li>
179 </ul>
180 </li>
181 <li class="toctree-l1"><a class="reference internal" href="../../../../../overview.html">Overview</a><ul>
182 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/features.html">Features</a><ul>
183 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#security-and-authentication">Security and Authentication</a><ul>
184 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-kerberos.html">Kerberos Authentication</a></li>
185 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-ldap.html">LDAP Authentication</a></li>
186 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-sql.html">SQL Authentication</a></li>
187 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/access-control.html">Access Control</a></li>
188 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/sealed-system.html">Sealed System Design</a></li>
189 </ul>
190 </li>
191 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#mailbox-management">Mailbox Management</a><ul>
192 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/automatic-creation-of-mailboxes.html">Automatic Creation of Mailboxes</a></li>
193 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/namespaces.html">Mailbox Namespaces</a></li>
194 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/virtual-domains.html">Virtual Domains</a></li>
195 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-annotations.html">Mailbox Annotations (METADATA)</a></li>
196 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-distribution.html">Mailbox Distribution</a></li>
197 </ul>
198 </li>
199 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#message-management">Message Management</a><ul>
200 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-delete.html">Delayed Delete</a></li>
201 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-expunge.html">Delayed Expunge</a></li>
202 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/message-annotations.html">Message Annotations (METADATA)</a></li>
203 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/duplicate-message-delivery-suppression.html">Duplicate Message Delivery Suppression</a></li>
204 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/shared-seen-state.html">Shared Seen State</a></li>
205 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-side-filtering.html">Server Side Filtering (Sieve)</a></li>
206 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/event-notifications.html">Event Notifications</a></li>
207 </ul>
208 </li>
209 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#calendar-and-contact-dav-collection-management">Calendar and Contact (DAV) Collection Management</a><ul>
210 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/caldav-collections.html">CalDAV Collections</a></li>
211 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-components.html">DAV Components</a></li>
212 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-collection-mgmt.html">DAV Collection Management</a></li>
213 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/carddav.html">CardDAV Support</a></li>
214 </ul>
215 </li>
216 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#storage">Storage</a><ul>
217 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mail-spool-partitions.html">Mail Spool Partitions</a></li>
218 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-metadata-partitions.html">Mailbox Metadata Partitions</a></li>
219 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/archiving.html">Archiving</a></li>
220 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/quota.html">Quota</a></li>
221 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/single-instance-store.html">Single-Instance Store</a></li>
222 </ul>
223 </li>
224 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#load-management">Load Management</a><ul>
225 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-aggregation.html">Cyrus IMAP Murder (Server Aggregation)</a></li>
226 </ul>
227 </li>
228 </ul>
229 </li>
230 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html">Concepts</a><ul>
231 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-lists">Access Control Lists</a><ul>
232 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-acls">Working with ACLs</a></li>
233 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sample-acl">Sample ACL</a></li>
234 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-rights">Access Rights</a></li>
235 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-defaults">Access Control Defaults</a></li>
236 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-identifier-aci">Access Control Identifier (ACI)</a></li>
237 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#negative-rights">Negative Rights</a></li>
238 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#calculating-a-users-rights">Calculating a Users&#8217; Rights</a></li>
239 </ul>
240 </li>
241 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#login-authentication">Login Authentication</a><ul>
242 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#anonymous-login">Anonymous Login</a></li>
243 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#plaintext-authentication">Plaintext Authentication</a></li>
244 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#kerberos-logins">Kerberos Logins</a></li>
245 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#shared-secrets-logins">Shared Secrets Logins</a></li>
246 </ul>
247 </li>
248 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas">Quotas</a><ul>
249 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-quotas">Working with Quotas</a></li>
250 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#monitor-and-repair">Monitor and Repair</a></li>
251 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#supported-quota-types">Supported Quota Types</a></li>
252 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-roots">Quota Roots</a></li>
253 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#controlling-quota-behavior">Controlling Quota Behavior</a></li>
254 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-delivery-behavior">Mail Delivery Behavior</a></li>
255 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-warnings-upon-select-when-user-has-d-rights">Quota Warnings Upon Select When User Has <code class="docutils literal"><span class="pre">d</span></code> Rights</a></li>
256 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas-and-partitions">Quotas and Partitions</a></li>
257 </ul>
258 </li>
259 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#new-mail-notification">New Mail Notification</a></li>
260 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#partitions">Partitions</a><ul>
261 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#specifying-partitions-with-create">Specifying Partitions with &#8220;create&#8221;</a></li>
262 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#changing-partitions-with-rename">Changing Partitions with &#8220;rename&#8221;</a></li>
263 </ul>
264 </li>
265 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#news">News</a></li>
266 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#pop3-server">POP3 Server</a></li>
267 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#the-syslog-facility">The syslog facility</a></li>
268 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-directory-recovery">Mail Directory Recovery</a><ul>
269 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-mailbox-directories">Reconstructing Mailbox Directories</a></li>
270 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-the-mailboxes-file">Reconstructing the Mailboxes File</a></li>
271 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-quota-roots">Reconstructing Quota Roots</a></li>
272 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#removing-quota-roots">Removing Quota Roots</a></li>
273 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#subscriptions">Subscriptions</a></li>
274 </ul>
275 </li>
276 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#configuration-directory">Configuration Directory</a><ul>
277 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#log-directory">Log Directory</a></li>
278 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#proc-directory">Proc Directory</a></li>
279 </ul>
280 </li>
281 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#message-delivery">Message Delivery</a><ul>
282 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#local-mail-transfer-protocol-lmtp">Local Mail Transfer Protocol (lmtp)</a></li>
283 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#single-instance-store">Single Instance Store</a></li>
284 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#duplicate-delivery-suppression">Duplicate Delivery Suppression</a></li>
285 </ul>
286 </li>
287 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sieve-a-mail-filtering-language">Sieve, a Mail Filtering Language</a></li>
288 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#cyrus-murder-the-imap-aggregator">Cyrus Murder, the IMAP Aggregator</a></li>
289 </ul>
290 </li>
291 </ul>
292 </li>
293 <li class="toctree-l1"><a class="reference internal" href="../../../../../setup.html">Setup</a><ul>
294 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a><ul>
295 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#setting-up-dependencies">Setting up dependencies</a><ul>
296 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#required-build-dependencies">Required Build Dependencies</a></li>
297 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#optional-build-dependencies">Optional Build Dependencies</a></li>
298 </ul>
299 </li>
300 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#compile-cyrus">Compile Cyrus</a><ul>
301 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#default-build-mail-only">Default build: mail only</a></li>
302 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#optional-dependencies">Optional dependencies</a></li>
303 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#compile">Compile</a></li>
304 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#check">Check</a></li>
305 </ul>
306 </li>
307 </ul>
308 </li>
309 <li class="toctree-l2"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a><ul>
310 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#install-cyrus">Install Cyrus</a></li>
311 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#optional-components">Optional Components</a><ul>
312 <li class="toctree-l4"><a class="reference internal" href="../../../installation/manage-dav.html">HTTP modules</a></li>
313 <li class="toctree-l4"><a class="reference internal" href="../../../installation/virus.html">Virus Scanner</a></li>
314 </ul>
315 </li>
316 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#setting-up-syslog">Setting up syslog</a></li>
317 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#create-cyrus-environment">Create Cyrus environment</a><ul>
318 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#set-up-the-cyrus-mail-user-and-group">Set up the cyrus:mail user and group</a></li>
319 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#authentication-with-sasl">Authentication with SASL</a></li>
320 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#mail-delivery-from-your-mta">Mail delivery from your MTA</a></li>
321 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#protocol-ports">Protocol ports</a></li>
322 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#cyrus-config-files">Cyrus config files</a></li>
323 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#optional-setting-up-ssl-certificates">Optional: Setting up SSL certificates</a></li>
324 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#prepare-ephemeral-run-time-storage-directories">Prepare ephemeral (run-time) storage directories</a></li>
325 </ul>
326 </li>
327 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#launch-cyrus">Launch Cyrus</a></li>
328 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#send-a-test-email">Send a test email</a></li>
329 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#checking-carddav-and-carddav">Checking CardDAV and CardDAV</a></li>
330 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#troubleshooting">Troubleshooting</a></li>
331 </ul>
332 </li>
333 <li class="toctree-l2"><a class="reference internal" href="../../../upgrade.html">Upgrading to 3.0</a><ul>
334 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#preparation">1. Preparation</a><ul>
335 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#installation-from-tarball">Installation from tarball</a></li>
336 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#how-are-you-planning-on-upgrading">How are you planning on upgrading?</a></li>
337 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#do-what-as-who">Do What As Who?</a></li>
338 </ul>
339 </li>
340 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#install-new-3-0-cyrus">2. Install new 3.0 Cyrus</a></li>
341 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#shut-down-existing-cyrus">3. Shut down existing Cyrus</a></li>
342 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#backup-and-copy-existing-data">4. Backup and Copy existing data</a></li>
343 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#copy-config-files-and-update">5. Copy config files and update</a></li>
344 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-specific-items">6. Upgrade specific items</a></li>
345 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#start-new-3-0-cyrus-and-verify">7. Start new 3.0 Cyrus and verify</a></li>
346 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#reconstruct-databases-and-cache">8. Reconstruct databases and cache</a></li>
347 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#do-you-want-any-new-features">9. Do you want any new features?</a></li>
348 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-complete">10. Upgrade complete</a></li>
349 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#special-note-for-murder-configurations">Special note for Murder configurations</a></li>
350 </ul>
351 </li>
352 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/deployment.html">Configuration Guide</a><ul>
353 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html">Deployment Scenarios</a><ul>
354 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#single-server-deployments">Single Server Deployments</a></li>
355 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#multi-server-deployments">Multi Server Deployments</a></li>
356 </ul>
357 </li>
358 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-murder-server-aggregation">Cyrus Murder: Server aggregation</a><ul>
359 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-discrete-murder">The Discrete Murder</a></li>
360 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-unified-murder">The Unified Murder</a></li>
361 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-shared-murder">The Shared Murder</a></li>
362 </ul>
363 </li>
364 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-replication">Cyrus Replication</a></li>
365 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#hosted-environments">Hosted Environments</a></li>
366 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/databases.html">Databases</a><ul>
367 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#overview">Overview</a></li>
368 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#file-list">File list</a></li>
369 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#storage-types">Storage types</a></li>
370 </ul>
371 </li>
372 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html">Mailbox Creation Distribution</a><ul>
373 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#selection-mode">Selection Mode</a></li>
374 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#special-cases">Special cases</a></li>
375 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-exclusion">Partitions Exclusion</a></li>
376 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-usage-data-reset">Partitions Usage Data Reset</a></li>
377 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#mailbox-creation-distribution-through-murder-frontend">Mailbox Creation Distribution Through <code class="docutils literal"><span class="pre">murder</span> <span class="pre">frontend</span></code></a></li>
378 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-exclusion">Backends Exclusion</a></li>
379 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-usage-data-reset">Backends Usage Data Reset</a></li>
380 </ul>
381 </li>
382 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html">Known Protocol Limitations</a><ul>
383 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#pop3-and-mailbox-locking">POP3 and Mailbox Locking</a></li>
384 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#cyrus-imap-pop3-implementation">Cyrus IMAP POP3 Implementation</a></li>
385 </ul>
386 </li>
387 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html">Authentication and Authorization</a><ul>
388 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#client-authentication">Client Authentication</a></li>
389 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#users-and-mailboxes">Users and Mailboxes</a></li>
390 </ul>
391 </li>
392 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html">Performance Recommendations</a><ul>
393 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html#databases-on-temporary-filesystems">Databases on Temporary Filesystems</a></li>
394 </ul>
395 </li>
396 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/storage.html">Storage Considerations</a><ul>
397 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#general-notes-on-storage">General Notes on Storage</a></li>
398 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#redundancy">Redundancy</a></li>
399 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#availability">Availability</a></li>
400 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#performance">Performance</a></li>
401 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#scalability">Scalability</a></li>
402 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#capacity">Capacity</a></li>
403 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#cost">Cost</a></li>
404 </ul>
405 </li>
406 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html">Supported Platforms and System Requirements</a><ul>
407 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#building-cyrus-imap">Building Cyrus IMAP</a></li>
408 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#required-software-components">Required Software Components</a></li>
409 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components">Recommended Software Components</a></li>
410 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components-enabled-by-default">Recommended Software Components Enabled by Default</a></li>
411 </ul>
412 </li>
413 </ul>
414 </li>
415 </ul>
416 </li>
417 <li class="toctree-l1"><a class="reference internal" href="../../../../../operations.html">Operations</a><ul>
418 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/manpages/commands.html">Man pages</a><ul>
419 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#configuration-files">(5) Configuration Files</a><ul>
420 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/cyrus.conf.html"><strong>cyrus.conf</strong></a></li>
421 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/imapd.conf.html">imapd.conf</a></li>
422 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/krb.equiv.html"><strong>krb.equiv</strong></a></li>
423 </ul>
424 </li>
425 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#system-commands">(8) System Commands</a><ul>
426 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/arbitron.html"><strong>arbitron</strong></a></li>
427 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/backupd.html"><strong>backupd</strong></a></li>
428 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/chk_cyrus.html"><strong>chk_cyrus</strong></a></li>
429 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_backups.html"><strong>ctl_backups</strong></a></li>
430 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_conversationsdb.html"><strong>ctl_conversationsdb</strong></a></li>
431 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_cyrusdb.html"><strong>ctl_cyrusdb</strong></a></li>
432 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_deliver.html"><strong>ctl_deliver</strong></a></li>
433 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_mboxlist.html"><strong>ctl_mboxlist</strong></a></li>
434 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_zoneinfo.html"><strong>ctl_zoneinfo</strong></a></li>
435 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_cyrusdb.html"><strong>cvt_cyrusdb</strong></a></li>
436 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_xlist_specialuse.html"><strong>cvt_xlist_specialuse</strong></a></li>
437 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_backup.html"><strong>cyr_backup</strong></a></li>
438 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_buildinfo.html"><strong>cyr_buildinfo</strong></a></li>
439 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_dbtool.html"><strong>cyr_dbtool</strong></a></li>
440 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_deny.html"><strong>cyr_deny</strong></a></li>
441 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_df.html"><strong>cyr_df</strong></a></li>
442 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_expire.html"><strong>cyr_expire</strong></a></li>
443 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_info.html"><strong>cyr_info</strong></a></li>
444 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_sequence.html"><strong>cyr_sequence</strong></a></li>
445 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_synclog.html"><strong>cyr_synclog</strong></a></li>
446 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_userseen.html"><strong>cyr_userseen</strong></a></li>
447 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_virusscan.html"><strong>cyr_virusscan</strong></a></li>
448 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyradm.html"><strong>cyradm</strong></a></li>
449 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyrdump.html"><strong>cyrdump</strong></a></li>
450 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/deliver.html"><strong>deliver</strong></a></li>
451 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fetchnews.html"><strong>fetchnews</strong></a></li>
452 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fud.html"><strong>fud</strong></a></li>
453 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/httpd.html"><strong>httpd</strong></a></li>
454 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/idled.html"><strong>idled</strong></a></li>
455 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/imapd.html"><strong>imapd</strong></a></li>
456 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ipurge.html"><strong>ipurge</strong></a></li>
457 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpd.html"><strong>lmtpd</strong></a></li>
458 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpproxyd.html"><strong>lmtpproxyd</strong></a></li>
459 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/masssievec.html"><strong>masssievec</strong></a></li>
460 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/master.html"><strong>master</strong></a></li>
461 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbexamine.html"><strong>mbexamine</strong></a></li>
462 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbpath.html"><strong>mbpath</strong></a></li>
463 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbtool.html"><strong>mbtool</strong></a></li>
464 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mkimap.html"><strong>mkimap</strong></a></li>
465 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mknewsgroups.html"><strong>mknewsgroups</strong></a></li>
466 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mupdate.html"><strong>mupdate</strong></a></li>
467 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/nntpd.html"><strong>nntpd</strong></a></li>
468 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/notifyd.html"><strong>notifyd</strong></a></li>
469 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3d.html"><strong>pop3d</strong></a></li>
470 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3proxyd.html"><strong>pop3proxyd</strong></a></li>
471 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/proxyd.html"><strong>proxyd</strong></a></li>
472 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptdump.html"><strong>ptdump</strong></a></li>
473 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptexpire.html"><strong>ptexpire</strong></a></li>
474 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptloader.html"><strong>ptloader</strong></a></li>
475 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/quota.html"><strong>quota</strong></a></li>
476 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/reconstruct.html"><strong>reconstruct</strong></a></li>
477 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/rehash.html"><strong>rehash</strong></a></li>
478 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/restore.html"><strong>restore</strong></a></li>
479 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sievec.html"><strong>sievec</strong></a></li>
480 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sieved.html"><strong>sieved</strong></a></li>
481 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/smmapd.html"><strong>smmapd</strong></a></li>
482 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/squatter.html"><strong>squatter</strong></a></li>
483 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_client.html"><strong>sync_client</strong></a></li>
484 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_reset.html"><strong>sync_reset</strong></a></li>
485 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_server.html"><strong>sync_server</strong></a></li>
486 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/timsieved.html"><strong>timsieved</strong></a></li>
487 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/tls_prune.html"><strong>tls_prune</strong></a></li>
488 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/translatesieve.html"><strong>translatesieve</strong></a></li>
489 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/unexpunge.html"><strong>unexpunge</strong></a></li>
490 </ul>
491 </li>
492 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#user-commands">(1) User Commands</a><ul>
493 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/arbitronsort.pl.html"><strong>arbitronsort.pl</strong></a></li>
494 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/dav_reconstruct.html"><strong>dav_reconstruct</strong></a></li>
495 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/httptest.html"><strong>httptest</strong></a></li>
496 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/imtest.html"><strong>imtest</strong></a></li>
497 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/installsieve.html"><strong>installsieve</strong></a></li>
498 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/lmtptest.html"><strong>lmtptest</strong></a></li>
499 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/mupdatetest.html"><strong>mupdatetest</strong></a></li>
500 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/nntptest.html"><strong>nntptest</strong></a></li>
501 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/pop3test.html"><strong>pop3test</strong></a></li>
502 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sieveshell.html"><strong>sieveshell</strong></a></li>
503 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sivtest.html"><strong>sivtest</strong></a></li>
504 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/smtptest.html"><strong>smtptest</strong></a></li>
505 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/synctest.html"><strong>synctest</strong></a></li>
506 </ul>
507 </li>
508 </ul>
509 </li>
510 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/administration-tools.html">Tools &amp; Utilities</a><ul>
511 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#arbitron">arbitron</a></li>
512 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#arbitronsort-pl">arbitronsort.pl</a></li>
513 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#chk-cyrus">chk_cyrus</a></li>
514 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#ctl-cyrusdb">ctl_cyrusdb</a></li>
515 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#ctl-deliver">ctl_deliver</a></li>
516 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#ctl-mboxlist">ctl_mboxlist</a></li>
517 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cvt-cyrusdb">cvt_cyrusdb</a></li>
518 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cvt-cyrusdb-all">cvt_cyrusdb_all</a></li>
519 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-dbtool">cyr_dbtool</a></li>
520 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-df">cyr_df</a></li>
521 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyrdump">cyrdump</a></li>
522 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-expire">cyr_expire</a></li>
523 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-virusscan">cyr_virusscan</a></li>
524 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#fetchnews">fetchnews</a></li>
525 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-sequence">cyr_sequence</a></li>
526 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-synclog">cyr_synclog</a></li>
527 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#cyr-userseen">cyr_userseen</a></li>
528 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#masssievec">masssievec</a></li>
529 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mbexamine">mbexamine</a></li>
530 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mbpath">mbpath</a></li>
531 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mkimap">mkimap</a></li>
532 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#mknewsgroups">mknewsgroups</a></li>
533 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#rehash">rehash</a></li>
534 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#translatesieve">translatesieve</a></li>
535 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/administration-tools.html#undohash">undohash</a></li>
536 </ul>
537 </li>
538 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/admin.html">Administrator Guide</a><ul>
539 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#architecture">Architecture</a><ul>
540 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/architecture.html">System Architecture</a></li>
541 </ul>
542 </li>
543 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#management">Management</a><ul>
544 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/locations.html">File &amp; Directory Locations</a></li>
545 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/ports-sockets.html">Ports and Sockets</a></li>
546 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/access-control.html">Access Control</a></li>
547 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/quotas.html">Quotas</a></li>
548 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sieve.html">Cyrus Sieve</a></li>
549 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/backups.html">Cyrus Backups</a></li>
550 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nntp.html">Cyrus NNTP</a></li>
551 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/protlayer.html">Cyrus Prot Layer</a></li>
552 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sop.html">Standard Operating Procedures</a></li>
553 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/eventsource.html">Cyrus Event Source</a></li>
554 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/config-mailboxdistribution.html">Mailbox Distribution</a></li>
555 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/murder/murder.html">Cyrus Murder</a></li>
556 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nginx-proxy.html">HOWTO: Using an NGINX IMAP Proxy</a></li>
557 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/tweaking.html">Tweaking Cyrus IMAP</a></li>
558 </ul>
559 </li>
560 </ul>
561 </li>
562 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/faq.html">Frequently Asked Questions</a><ul>
563 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#features">Features</a><ul>
564 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-database-backend.html">Which database backend should I use for which databases?</a></li>
565 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-duplicate-delivery.html">Duplicate Delivery Suppression</a></li>
566 </ul>
567 </li>
568 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#installation-problems">Installation Problems</a><ul>
569 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-compilationerrors.html">Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora</a></li>
570 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-detecting-berkeley.html">Problems detecting Berkley DB on Red Hat Linux</a></li>
571 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-install-help.html">Help! There must be an easier way to get all this going...</a></li>
572 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-linkerwarnings.html">OpenSSL Version Mismatches</a></li>
573 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-linkerwarnings.html#libical-v1-0-1-or-v2-0">Libical v1.0.1 or v2.0</a></li>
574 </ul>
575 </li>
576 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-feature-requests">Common Feature Requests</a><ul>
577 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-murder-ha.html">Does the Cyrus Murder support High Availability configurations?</a></li>
578 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-pop3-logging.html">Can I configure pop3d to log amount and size of messages fetched by user?</a></li>
579 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-publicssharedfolders.html">How can I make CyrusSieve work with public shared folders?</a></li>
580 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-subfolders.html">Can I have subfolders not appear under INBOX?</a></li>
581 </ul>
582 </li>
583 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-operational-questions">Common Operational Questions</a><ul>
584 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-acls.html">How do I view ACLs on a mailbox?</a></li>
585 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-annotations.html">What annotations are available?</a></li>
586 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-berkeleydb.html">Why does ctl_cyrusdb -r take so long with Berkeley DB?</a></li>
587 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-configdir-tempfs.html">Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?</a></li>
588 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-coredump.html">How to enable core dumps</a></li>
589 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-db3-lockers.html">Is the &#8220;db3: x Lockers&#8221; log message harmful?</a></li>
590 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-delete-mailbox.html">Why can I not delete a mailbox as an admin user?</a></li>
591 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deleted-expired-expunged-purged.html">When is What ... Deleted, Expired, Expunged or Purged?</a></li>
592 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deliverdb-size.html">Why is deliver.db so large?</a></li>
593 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-freezes.html">I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!</a></li>
594 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-gdb.html">How to run gdb on Cyrus components</a></li>
595 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mailbox-doesnotexist.html">Cyrus delivers claims that the mailbox does not exist</a></li>
596 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mixedcase.html">Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?</a></li>
597 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-otherdatabases.html">Can I use MySQL (or another SQL database) as the primary mail store?</a></li>
598 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-pop3slow.html">Why do POP3 connections take so long, but once the connection is established all is well?</a></li>
599 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-reconstruct.html">Why does reconstruct -m not work?</a></li>
600 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-sharedfilesystem-gpfs.html">Shared File Systems GPFS for high availability</a></li>
601 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-telemetry.html">How to enable telemetry</a></li>
602 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-toomanyprocesses.html">The process count keeps growing!</a></li>
603 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-unable-join-environment.html">&#8220;unable to join environment&#8221; error</a></li>
604 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-vacation-mailfrom.html">Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#8216;&lt;&gt;&#8217;?</a></li>
605 </ul>
606 </li>
607 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-interoperability-problems">Common Interoperability Problems</a><ul>
608 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-8bit.html">Why does Cyrus reject 8-bit characters in the headers of my messages?</a></li>
609 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-barenewlines.html">Why does Cyrus reject messages with &#8220;bare newlines&#8221;?</a></li>
610 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-sieve-exim.html">How do I get Cyrus Sieve to play nice with Exim?</a></li>
611 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-slow-delivery.html">Why does mail delivery go slow or hang sometimes?</a></li>
612 </ul>
613 </li>
614 </ul>
615 </li>
616 </ul>
617 </li>
618 <li class="toctree-l1"><a class="reference internal" href="../../../../../developers.html">Developers</a><ul>
619 <li class="toctree-l2"><a class="reference internal" href="../../../../../contribute.html">We need your help</a></li>
620 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/documentation.html">Contribute docs</a><ul>
621 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#overview">Overview</a></li>
622 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#documentation-tools">Documentation Tools</a></li>
623 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#building-the-files">Building the files</a></li>
624 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#submitting-updates">Submitting updates</a><ul>
625 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#using-github-pull-requests">Using GitHub pull requests</a></li>
626 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#patches-through-the-mailing-list">Patches through the mailing list</a></li>
627 </ul>
628 </li>
629 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#special-tags">Special Tags</a><ul>
630 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#rfc">rfc</a></li>
631 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#cyrusman">cyrusman</a></li>
632 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#imap-current-stable-version">imap_current_stable_version</a></li>
633 </ul>
634 </li>
635 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#conventions-man-pages">Conventions: Man Pages</a><ul>
636 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#synopsis">Synopsis</a></li>
637 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#examples">Examples</a></li>
638 </ul>
639 </li>
640 </ul>
641 </li>
642 <li class="toctree-l2"><a class="reference internal" href="../../../../developer.html">Contribute code and tests</a><ul>
643 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#getting-started">Getting Started</a><ul>
644 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/process.html">Development Process</a></li>
645 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/overview.html">Overview of Cyrus development environment</a></li>
646 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/github-guide.html">GitHub guide</a></li>
647 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a></li>
648 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a></li>
649 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/developer-testing.html">Developer Test Environment</a></li>
650 </ul>
651 </li>
652 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#system-files-and-databases">System files and Databases</a><ul>
653 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/namespaces.html">Namespaces: a developer view</a></li>
654 </ul>
655 </li>
656 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#resources">Resources</a><ul>
657 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/libraries.html">Developer Libraries</a></li>
658 </ul>
659 </li>
660 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#releasing">Releasing</a><ul>
661 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/releasing.html">Releasing Cyrus IMAP</a></li>
662 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/ancient-releasing.html">Releasing new builds of ancient Cyrus IMAP versions</a></li>
663 </ul>
664 </li>
665 </ul>
666 </li>
667 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/cyrusworks.html">Cyrus.Works</a><ul>
668 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#about-cyrus-works">About Cyrus Works</a></li>
669 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#testing">Testing</a></li>
670 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#how-it-works">How it works</a></li>
671 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#adding-rules">Adding Rules</a></li>
672 </ul>
673 </li>
674 </ul>
675 </li>
676 <li class="toctree-l1"><a class="reference internal" href="../../../../../support.html">Support/Community</a><ul>
677 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-bugs.html">Found a bug?</a></li>
678 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html">Mailing lists</a><ul>
679 <li class="toctree-l3"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html#archives">Archives</a></li>
680 <li class="toctree-l3"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html#subscribe-unsubscribe">Subscribe/Unsubscribe</a></li>
681 <li class="toctree-l3"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html#digest-lists">Digest Lists</a></li>
682 </ul>
683 </li>
684 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-irc.html">IRC</a></li>
685 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-meetings.html">Weekly meetings</a></li>
686 <li class="toctree-l2"><a class="reference internal" href="../../../../../overview/about_cyrus.html">About</a><ul>
687 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html">What is Cyrus</a><ul>
688 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-cyrus">What is Cyrus</a></li>
689 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-imap">What is IMAP?</a></li>
690 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#imap-version-4-imap4">IMAP Version 4 (IMAP4)</a></li>
691 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#mime">Mime</a></li>
692 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#smtp">SMTP</a></li>
693 </ul>
694 </li>
695 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html">Who Is Cyrus</a><ul>
696 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#core-contributors">Core Contributors</a></li>
697 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#individual-contributors-and-past-contributors">Individual contributors and past contributors</a></li>
698 </ul>
699 </li>
700 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html">Cyrus Roadmap</a><ul>
701 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html#high-level-roadmap">High Level Roadmap</a></li>
702 </ul>
703 </li>
704 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_history.html">Cyrus History</a></li>
705 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html">Cyrus Bylaws</a><ul>
706 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#i-the-cyrus-governance-board">I. The Cyrus Governance Board</a></li>
707 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#ii-the-cyrus-core-developers-group">II. The Cyrus Core Developers Group</a></li>
708 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iii-the-release-engineer">III. The Release Engineer</a></li>
709 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iv-the-cyrus-roadmap">IV. The Cyrus Roadmap</a></li>
710 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#v-development-process">V. Development Process</a></li>
711 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#vi-changes-to-the-bylaws">VI. Changes to the Bylaws</a></li>
712 </ul>
713 </li>
714 </ul>
715 </li>
716 </ul>
717 </li>
718 </ul>
719 <p class="caption"><span class="caption-text">Cyrus SASL</span></p>
720 <ul>
721 <li class="toctree-l1"><a class="reference external" href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
722 </ul>
723
724
725
726 </div>
727
728 <div class="buildstatus">
729 <a href="https://travis-ci.org/cyrusimap/cyrus-imapd/branches" target="_blank">cyrus-imapd-3.0: <img src="https://travis-ci.org/cyrusimap/cyrus-imapd.svg?branch=cyrus-imapd-3.0"></a>
730 </div>
731 &nbsp;
732 </nav>
733
734 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
735
736
737 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
738 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
739 <a href="../../../../../index.html">Cyrus IMAP</a>
740 </nav>
741
742
743
744 <div class="wy-nav-content">
745 <div class="rst-content">
746
747 <div role="navigation" aria-label="breadcrumbs navigation">
748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750
751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752
753 <li><a href="../../index.html">Release Notes</a> &raquo;</li>
754
755 <li><a href="../index.html">Cyrus IMAP 3.0 Releases</a> &raquo;</li>
756
757 <li>Cyrus IMAP 3.0.11 Release Notes</li>
758 <li class="wy-breadcrumbs-aside">
759
760
761 <a href="https://github.com/cyrusimap/cyrus-imapd/blob/cyrus-imapd-3.0/docsrc/imap/download/release-notes/3.0/x/3.0.11.rst" class="fa fa-github"> Edit on GitHub</a>
762
763
764 </li>
765 </ul>
766 <hr/>
767 </div>
768 <div role="main" class="document">
769
770 <div class="section" id="cyrus-imap-3-0-11-release-notes">
771 <h1>Cyrus IMAP 3.0.11 Release Notes<a class="headerlink" href="#cyrus-imap-3-0-11-release-notes" title="Permalink to this headline">¶</a></h1>
772 <div class="admonition important">
773 <p class="first admonition-title">Important</p>
774 <p>This is a bug-fix release in the stable 3.0 series.</p>
775 <p class="last">Refer to the Cyrus IMAP 3.0.0 Release Notes for important information
776 about the 3.0 series, including upgrading instructions.</p>
777 </div>
778 <p>Download via HTTPS:</p>
779 <blockquote>
780 <div><ul class="simple">
781 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz</a></li>
782 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz.sig">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz.sig</a></li>
783 </ul>
784 </div></blockquote>
785 <div class="section" id="changes-since-3-0-10">
786 <span id="relnotes-3-0-11-changes"></span><h2>Changes Since 3.0.10<a class="headerlink" href="#changes-since-3-0-10" title="Permalink to this headline">¶</a></h2>
787 <div class="section" id="release-changes">
788 <h3>Release changes<a class="headerlink" href="#release-changes" title="Permalink to this headline">¶</a></h3>
789 <p>We&#8217;re trialing using the Github Releases feature. If you have trouble downloading
790 this release, please report this to the mailing lists. Thanks!</p>
791 </div>
792 <div class="section" id="data-loss-bug-fix-issue-2389">
793 <h3>Data-loss bug fix (<a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2389">Issue #2389</a>)<a class="headerlink" href="#data-loss-bug-fix-issue-2389" title="Permalink to this headline">¶</a></h3>
794 <p>This bug affects upgrades to all Cyrus IMAP 3.0.x releases prior to 3.0.11,
795 where mailboxes have existed from 2.3 and earlier.</p>
796 <p>Specifically, mailboxes that either:</p>
797 <ul class="simple">
798 <li>still have an index version less than 8, or</li>
799 <li>previously had an index version less than 8, but were upgraded to a newer
800 index version by Cyrus IMAP 2.4 or 2.5, or</li>
801 <li>previously had an index version less than 8, but were upgraded to a newer
802 index version by some earlier Cyrus IMAP 2.3.x versions (unknown which)</li>
803 </ul>
804 <p>may contain message records with an unitialised modseq of 0.</p>
805 <p>Some later versions of 2.3.x (unknown which) would rewrite modseqs of 0 to 1
806 while upgrading indexes. If one of these versions was used to upgrade the
807 index, then there will no longer be message records with a modseq of 0.</p>
808 <p>This behaviour was removed during pre-2.4 refactors, so Cyrus IMAP 2.4 and
809 2.5 do not replace modseq of 0 when upgrading indexes.</p>
810 <p>A new API introduced in Cyrus IMAP 3.0.0 resulted in index records with a
811 modseq of 0 being completely ignored (therefore invisible to users, and
812 apparently &#8220;missing&#8221;). This includes the <cite>reconstruct</cite> utility, which means
813 that attempting to fix the &#8220;missing messages&#8221; by running <cite>reconstruct</cite> will
814 ignore (and maybe remove) the existing index records, and then &#8220;rediscover&#8221;
815 the message files on disk and add new records for them (without the index-only
816 data from the old record, like seen state and other flags).</p>
817 <p>Cyrus IMAP 3.0.11 no longer ignores these records.</p>
818 </div>
819 <div class="section" id="bug-fixes">
820 <h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h3>
821 <ul class="simple">
822 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2777">Issue #2777</a>: <cite>rm</cite> and <cite>rsync</cite> binary locations are now detected during
823 configure, rather than just hardcoded as <cite>/bin/rm</cite> and <cite>/usr/bin/rsync</cite></li>
824 <li>Many documentation enhancements (thanks Дилян Палаузов, Christoph Moench-Tegeder,
825 Xavier Guimard)</li>
826 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2795">Issue #2795</a>: failing unit test on PPC (32-bit, Big Endian)</li>
827 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2817">Issue #2817</a>: build failure with ICU 64</li>
828 <li>Fixed: removed old limit of 20 delayed-delete subfolders
829 (<a class="reference external" href="https://lists.andrew.cmu.edu/pipermail/info-cyrus/2019-July/040948.html">mailing list discussion</a>)</li>
830 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2831">Issue #2831</a>: httpd version info footer formats LibXML version correctly
831 (thanks Дилян Палаузов)</li>
832 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2832">Issue #2832</a>: httpd no longer crashes on timezone propfind for
833 nonexistent mailbox (thanks Дилян Палаузов)</li>
834 </ul>
835 </div>
836 </div>
837 </div>
838
839
840 </div>
841 <footer>
842
843 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
844
845 <a href="3.0.2.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.0.2 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
846
847
848 <a href="3.0.10.html" class="btn btn-neutral" title="Cyrus IMAP 3.0.10 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
849
850 </div>
851
852
853 <hr/>
854
855 <div role="contentinfo">
856 <p>
857 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jul 29 2019
858 </p>
859 </div>
860 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
861
862 </footer>
863 </div>
864 </div>
865
866 </section>
867
868 </div>
869
870
871
872
873
874 <script type="text/javascript">
875 var DOCUMENTATION_OPTIONS = {
876 URL_ROOT:'../../../../../',
877 VERSION:'3.0.11 (stable)',
878 COLLAPSE_INDEX:false,
879 FILE_SUFFIX:'.html',
880 HAS_SOURCE: true
881 };
882 </script>
883 <script type="text/javascript" src="../../../../../_static/jquery.js"></script>
884 <script type="text/javascript" src="../../../../../_static/underscore.js"></script>
885 <script type="text/javascript" src="../../../../../_static/doctools.js"></script>
886 <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
887
888
889
890
891
892 <script type="text/javascript" src="../../../../../_static/js/theme.js"></script>
893
894
895
896
897 <script type="text/javascript">
898 <!-- jQuery(function () {
899 SphinxRtdTheme.StickyNav.enable();
900 }); -->
901 </script>
902
903
904
905
906
907 </body>
908 </html>
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.2 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.2 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.3 Release Notes" href="3.0.3.html"/>
42 <link rel="prev" title="Cyrus IMAP 3.0.10 Release Notes" href="3.0.10.html"/>
42 <link rel="prev" title="Cyrus IMAP 3.0.11 Release Notes" href="3.0.11.html"/>
4343
4444
4545
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
847847 <a href="3.0.3.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.0.3 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
848848
849849
850 <a href="3.0.10.html" class="btn btn-neutral" title="Cyrus IMAP 3.0.10 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
850 <a href="3.0.11.html" class="btn btn-neutral" title="Cyrus IMAP 3.0.11 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
851851
852852 </div>
853853
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../../../../',
879 VERSION:'3.0.10 (stable)',
879 VERSION:'3.0.11 (stable)',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.3 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.3 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.4 Release Notes" href="3.0.4.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.2 Release Notes" href="3.0.2.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../../../../',
879 VERSION:'3.0.10 (stable)',
879 VERSION:'3.0.11 (stable)',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.4 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.4 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.5 Release Notes" href="3.0.5.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.3 Release Notes" href="3.0.3.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
847847 <script type="text/javascript">
848848 var DOCUMENTATION_OPTIONS = {
849849 URL_ROOT:'../../../../../',
850 VERSION:'3.0.10 (stable)',
850 VERSION:'3.0.11 (stable)',
851851 COLLAPSE_INDEX:false,
852852 FILE_SUFFIX:'.html',
853853 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.5 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.5 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.6 Release Notes" href="3.0.6.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.4 Release Notes" href="3.0.4.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
854854 <script type="text/javascript">
855855 var DOCUMENTATION_OPTIONS = {
856856 URL_ROOT:'../../../../../',
857 VERSION:'3.0.10 (stable)',
857 VERSION:'3.0.11 (stable)',
858858 COLLAPSE_INDEX:false,
859859 FILE_SUFFIX:'.html',
860860 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.6 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.6 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.7 Release Notes" href="3.0.7.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.5 Release Notes" href="3.0.5.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
879879 <script type="text/javascript">
880880 var DOCUMENTATION_OPTIONS = {
881881 URL_ROOT:'../../../../../',
882 VERSION:'3.0.10 (stable)',
882 VERSION:'3.0.11 (stable)',
883883 COLLAPSE_INDEX:false,
884884 FILE_SUFFIX:'.html',
885885 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.7 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.7 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.8 Release Notes" href="3.0.8.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.6 Release Notes" href="3.0.6.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
843843 <script type="text/javascript">
844844 var DOCUMENTATION_OPTIONS = {
845845 URL_ROOT:'../../../../../',
846 VERSION:'3.0.10 (stable)',
846 VERSION:'3.0.11 (stable)',
847847 COLLAPSE_INDEX:false,
848848 FILE_SUFFIX:'.html',
849849 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.8 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.8 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0.9 Release Notes" href="3.0.9.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.7 Release Notes" href="3.0.7.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
857857 <script type="text/javascript">
858858 var DOCUMENTATION_OPTIONS = {
859859 URL_ROOT:'../../../../../',
860 VERSION:'3.0.10 (stable)',
860 VERSION:'3.0.11 (stable)',
861861 COLLAPSE_INDEX:false,
862862 FILE_SUFFIX:'.html',
863863 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.9 Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus IMAP 3.0.9 Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../../index.html"/>
4040 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
4141 <link rel="next" title="Cyrus IMAP 2.5 Releases" href="../../2.5/index.html"/>
4242 <link rel="prev" title="Cyrus IMAP 3.0.8 Release Notes" href="3.0.8.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
752752
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'../../../../../',
875 VERSION:'3.0.10 (stable)',
875 VERSION:'3.0.11 (stable)',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Release Notes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Release Notes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Download" href="../../../download.html"/>
4141 <link rel="next" title="Cyrus IMAP 3.0 Releases" href="3.0/index.html"/>
4242 <link rel="prev" title="Ubuntu" href="../installation/distributions/ubuntu.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../download.html">Download</a> &raquo;</li>
752752
771771 <p>A 3.0.1 release is stable, but a 3.1.4 release is developmental only.</p>
772772 <div class="section" id="stable-version">
773773 <h2>Stable Version<a class="headerlink" href="#stable-version" title="Permalink to this headline">¶</a></h2>
774 <p>Latest stable version is <a href="3.0/x/3.0.10.html">3.0.10</a>. Documentation at <a class="reference external" href="https://www.cyrusimap.org/3.0/">https://www.cyrusimap.org/3.0/</a>.</p>
774 <p>Latest stable version is <a href="3.0/x/3.0.11.html">3.0.11</a>. Documentation at <a class="reference external" href="https://www.cyrusimap.org/3.0/">https://www.cyrusimap.org/3.0/</a>.</p>
775775 </div>
776776 <div class="section" id="development-version">
777777 <h2>Development Version<a class="headerlink" href="#development-version" title="Permalink to this headline">¶</a></h2>
878878 <script type="text/javascript">
879879 var DOCUMENTATION_OPTIONS = {
880880 URL_ROOT:'../../../',
881 VERSION:'3.0.10 (stable)',
881 VERSION:'3.0.11 (stable)',
882882 COLLAPSE_INDEX:false,
883883 FILE_SUFFIX:'.html',
884884 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Upgrading to 3.0 &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Upgrading to 3.0 &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Setup" href="../../setup.html"/>
4141 <link rel="next" title="Configuration Guide" href="../concepts/deployment.html"/>
4242 <link rel="prev" title="Virus Scanner" href="installation/virus.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../setup.html">Setup</a> &raquo;</li>
752752
11351135 <script type="text/javascript">
11361136 var DOCUMENTATION_OPTIONS = {
11371137 URL_ROOT:'../../',
1138 VERSION:'3.0.10 (stable)',
1138 VERSION:'3.0.11 (stable)',
11391139 COLLAPSE_INDEX:false,
11401140 FILE_SUFFIX:'.html',
11411141 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Installing Cyrus &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Installing Cyrus &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="Setup" href="../setup.html"/>
4141 <link rel="next" title="HTTP modules" href="download/installation/manage-dav.html"/>
4242 <link rel="prev" title="Compiling" href="developer/compiling.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../setup.html">Setup</a> &raquo;</li>
752752
14951495 <script type="text/javascript">
14961496 var DOCUMENTATION_OPTIONS = {
14971497 URL_ROOT:'../',
1498 VERSION:'3.0.10 (stable)',
1498 VERSION:'3.0.11 (stable)',
14991499 COLLAPSE_INDEX:false,
15001500 FILE_SUFFIX:'.html',
15011501 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Introduction to Cyrus IMAP &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Introduction to Cyrus IMAP &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Quickstart Guide" href="../../quickstart.html"/>
4141 <link rel="next" title="Overview" href="../../overview.html"/>
4242 <link rel="prev" title="Quickstart Guide" href="../../quickstart.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../quickstart.html">Quickstart Guide</a> &raquo;</li>
752752
850850 <script type="text/javascript">
851851 var DOCUMENTATION_OPTIONS = {
852852 URL_ROOT:'../../',
853 VERSION:'3.0.10 (stable)',
853 VERSION:'3.0.11 (stable)',
854854 COLLAPSE_INDEX:false,
855855 FILE_SUFFIX:'.html',
856856 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Combining Access Rights &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Combining Access Rights &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Access Control" href="../access-control.html"/>
4141 <link rel="next" title="Access Control Defaults" href="defaults.html"/>
4242 <link rel="prev" title="Access Control" href="../access-control.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
924924 <script type="text/javascript">
925925 var DOCUMENTATION_OPTIONS = {
926926 URL_ROOT:'../../../../',
927 VERSION:'3.0.10 (stable)',
927 VERSION:'3.0.11 (stable)',
928928 COLLAPSE_INDEX:false,
929929 FILE_SUFFIX:'.html',
930930 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control Defaults &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Access Control Defaults &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Access Control" href="../access-control.html"/>
4141 <link rel="next" title="Access Control Identifier (ACI)" href="identifiers.html"/>
4242 <link rel="prev" title="Combining Access Rights" href="combining-rights.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
853853 <script type="text/javascript">
854854 var DOCUMENTATION_OPTIONS = {
855855 URL_ROOT:'../../../../',
856 VERSION:'3.0.10 (stable)',
856 VERSION:'3.0.11 (stable)',
857857 COLLAPSE_INDEX:false,
858858 FILE_SUFFIX:'.html',
859859 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control Identifier (ACI) &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Access Control Identifier (ACI) &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Access Control" href="../access-control.html"/>
4141 <link rel="next" title="Access Control Lists Rights Reference" href="rights-reference.html"/>
4242 <link rel="prev" title="Access Control Defaults" href="defaults.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
888888 <script type="text/javascript">
889889 var DOCUMENTATION_OPTIONS = {
890890 URL_ROOT:'../../../../',
891 VERSION:'3.0.10 (stable)',
891 VERSION:'3.0.11 (stable)',
892892 COLLAPSE_INDEX:false,
893893 FILE_SUFFIX:'.html',
894894 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control Lists Rights Reference &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Access Control Lists Rights Reference &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Access Control" href="../access-control.html"/>
4141 <link rel="next" title="Quotas" href="../quotas.html"/>
4242 <link rel="prev" title="Access Control Identifier (ACI)" href="identifiers.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
11271127 <script type="text/javascript">
11281128 var DOCUMENTATION_OPTIONS = {
11291129 URL_ROOT:'../../../../',
1130 VERSION:'3.0.10 (stable)',
1130 VERSION:'3.0.11 (stable)',
11311131 COLLAPSE_INDEX:false,
11321132 FILE_SUFFIX:'.html',
11331133 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Access Control &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Combining Access Rights" href="access-control/combining-rights.html"/>
4242 <link rel="prev" title="Cyrus Socket Locations" href="ports/sockets.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../',
834 VERSION:'3.0.10 (stable)',
834 VERSION:'3.0.11 (stable)',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Backups &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Backups &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Cyrus NNTP" href="nntp.html"/>
4242 <link rel="prev" title="Cyrus Sieve" href="sieve.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
12891289 <script type="text/javascript">
12901290 var DOCUMENTATION_OPTIONS = {
12911291 URL_ROOT:'../../../',
1292 VERSION:'3.0.10 (stable)',
1292 VERSION:'3.0.11 (stable)',
12931293 COLLAPSE_INDEX:false,
12941294 FILE_SUFFIX:'.html',
12951295 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Cyrus Murder" href="murder/murder.html"/>
4242 <link rel="prev" title="Cyrus Event Source" href="eventsource.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
10051005 <script type="text/javascript">
10061006 var DOCUMENTATION_OPTIONS = {
10071007 URL_ROOT:'../../../',
1008 VERSION:'3.0.10 (stable)',
1008 VERSION:'3.0.11 (stable)',
10091009 COLLAPSE_INDEX:false,
10101010 FILE_SUFFIX:'.html',
10111011 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Event Source &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Event Source &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Mailbox Distribution" href="config-mailboxdistribution.html"/>
4242 <link rel="prev" title="Managing user_deny.db" href="sop/userdeny.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
890890 <script type="text/javascript">
891891 var DOCUMENTATION_OPTIONS = {
892892 URL_ROOT:'../../../',
893 VERSION:'3.0.10 (stable)',
893 VERSION:'3.0.11 (stable)',
894894 COLLAPSE_INDEX:false,
895895 FILE_SUFFIX:'.html',
896896 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Archive Partitions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Archive Partitions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
4141 <link rel="next" title="Configuration file locations" href="configuration-state.html"/>
4242 <link rel="prev" title="File &amp; Directory Locations" href="../locations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
864864 <script type="text/javascript">
865865 var DOCUMENTATION_OPTIONS = {
866866 URL_ROOT:'../../../../',
867 VERSION:'3.0.10 (stable)',
867 VERSION:'3.0.11 (stable)',
868868 COLLAPSE_INDEX:false,
869869 FILE_SUFFIX:'.html',
870870 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Configuration file locations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Configuration file locations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
4141 <link rel="next" title="Directory Hashing" href="hashing.html"/>
4242 <link rel="prev" title="Archive Partitions" href="archive-partitions.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
10441044 <script type="text/javascript">
10451045 var DOCUMENTATION_OPTIONS = {
10461046 URL_ROOT:'../../../../',
1047 VERSION:'3.0.10 (stable)',
1047 VERSION:'3.0.11 (stable)',
10481048 COLLAPSE_INDEX:false,
10491049 FILE_SUFFIX:'.html',
10501050 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Directory Hashing &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Directory Hashing &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
4141 <link rel="next" title="Spool Directories" href="mailspool.html"/>
4242 <link rel="prev" title="Configuration file locations" href="configuration-state.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../',
839 VERSION:'3.0.10 (stable)',
839 VERSION:'3.0.11 (stable)',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Spool Directories &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Spool Directories &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
4141 <link rel="next" title="Search Tiers" href="searchtiers.html"/>
4242 <link rel="prev" title="Directory Hashing" href="hashing.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
926926 <script type="text/javascript">
927927 var DOCUMENTATION_OPTIONS = {
928928 URL_ROOT:'../../../../',
929 VERSION:'3.0.10 (stable)',
929 VERSION:'3.0.11 (stable)',
930930 COLLAPSE_INDEX:false,
931931 FILE_SUFFIX:'.html',
932932 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Search Tiers &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Search Tiers &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
4141 <link rel="next" title="Ports and Sockets" href="../ports-sockets.html"/>
4242 <link rel="prev" title="Spool Directories" href="mailspool.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
883883 <script type="text/javascript">
884884 var DOCUMENTATION_OPTIONS = {
885885 URL_ROOT:'../../../../',
886 VERSION:'3.0.10 (stable)',
886 VERSION:'3.0.11 (stable)',
887887 COLLAPSE_INDEX:false,
888888 FILE_SUFFIX:'.html',
889889 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>File &amp; Directory Locations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>File &amp; Directory Locations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Archive Partitions" href="locations/archive-partitions.html"/>
4242 <link rel="prev" title="System Architecture" href="../architecture.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
997997 <script type="text/javascript">
998998 var DOCUMENTATION_OPTIONS = {
999999 URL_ROOT:'../../../',
1000 VERSION:'3.0.10 (stable)',
1000 VERSION:'3.0.11 (stable)',
10011001 COLLAPSE_INDEX:false,
10021002 FILE_SUFFIX:'.html',
10031003 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder: Concepts &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Murder: Concepts &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Cyrus Murder" href="murder.html"/>
4141 <link rel="next" title="Cyrus Murder: Installation and Administration" href="murder-installation.html"/>
4242 <link rel="prev" title="Cyrus Murder" href="murder.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
13581358 <script type="text/javascript">
13591359 var DOCUMENTATION_OPTIONS = {
13601360 URL_ROOT:'../../../../',
1361 VERSION:'3.0.10 (stable)',
1361 VERSION:'3.0.11 (stable)',
13621362 COLLAPSE_INDEX:false,
13631363 FILE_SUFFIX:'.html',
13641364 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder Failure Modes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Murder Failure Modes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Cyrus Murder" href="murder.html"/>
4141 <link rel="next" title="Cyrus Murder Mail Delivery" href="murder-mail-delivery.html"/>
4242 <link rel="prev" title="Cyrus Murder Mupdate Details" href="murder-mupdate-details.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../../../',
854 VERSION:'3.0.10 (stable)',
854 VERSION:'3.0.11 (stable)',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder: Installation and Administration &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Murder: Installation and Administration &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Cyrus Murder" href="murder.html"/>
4141 <link rel="next" title="Cyrus Murder Mupdate Details" href="murder-mupdate-details.html"/>
4242 <link rel="prev" title="Cyrus Murder: Concepts" href="murder-concepts.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
12241224 <dt><strong>Databases are never created on the frontends/slaves</strong></dt>
12251225 <dd>Check to ensure that the mupdate slave process is started, (is
12261226 prefork=1)</dd>
1227 <dt><strong>mupdate crashes with SIGSERV when using STARTTLS</strong></dt>
1228 <dd>The OpenSSL code in Cyrus Imap is for single-threaded applications and
1229 mupdate is a multi-threaded application. Do not encrypt the communication
1230 with mupdate. See also the discussion “SIGSEGV in cyrus-imapd 3.0.7 mupdate”
1231 on <a class="reference external" href="https://lists.andrew.cmu.edu/pipermail/cyrus-devel/2018-July/">cyrus-devel from July 2018</a>
1232 and <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2774">https://github.com/cyrusimap/cyrus-imapd/issues/2774</a> .</dd>
12271233 </dl>
12281234 </div>
12291235 </div>
12461252
12471253 <div role="contentinfo">
12481254 <p>
1249 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Aug 26 2016
1255 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on May 28 2019
12501256 </p>
12511257 </div>
12521258 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
12661272 <script type="text/javascript">
12671273 var DOCUMENTATION_OPTIONS = {
12681274 URL_ROOT:'../../../../',
1269 VERSION:'3.0.10 (stable)',
1275 VERSION:'3.0.11 (stable)',
12701276 COLLAPSE_INDEX:false,
12711277 FILE_SUFFIX:'.html',
12721278 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder Mail Delivery &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Murder Mail Delivery &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Cyrus Murder" href="murder.html"/>
4141 <link rel="next" title="HOWTO: Using an NGINX IMAP Proxy" href="../nginx-proxy.html"/>
4242 <link rel="prev" title="Cyrus Murder Failure Modes" href="murder-failure-modes.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
850850 <script type="text/javascript">
851851 var DOCUMENTATION_OPTIONS = {
852852 URL_ROOT:'../../../../',
853 VERSION:'3.0.10 (stable)',
853 VERSION:'3.0.11 (stable)',
854854 COLLAPSE_INDEX:false,
855855 FILE_SUFFIX:'.html',
856856 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder Mupdate Details &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Murder Mupdate Details &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Cyrus Murder" href="murder.html"/>
4141 <link rel="next" title="Cyrus Murder Failure Modes" href="murder-failure-modes.html"/>
4242 <link rel="prev" title="Cyrus Murder: Installation and Administration" href="murder-installation.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
975975 <script type="text/javascript">
976976 var DOCUMENTATION_OPTIONS = {
977977 URL_ROOT:'../../../../',
978 VERSION:'3.0.10 (stable)',
978 VERSION:'3.0.11 (stable)',
979979 COLLAPSE_INDEX:false,
980980 FILE_SUFFIX:'.html',
981981 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Murder &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../../admin.html"/>
4141 <link rel="next" title="Cyrus Murder: Concepts" href="murder-concepts.html"/>
4242 <link rel="prev" title="Mailbox Distribution" href="../config-mailboxdistribution.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
856856 <script type="text/javascript">
857857 var DOCUMENTATION_OPTIONS = {
858858 URL_ROOT:'../../../../',
859 VERSION:'3.0.10 (stable)',
859 VERSION:'3.0.11 (stable)',
860860 COLLAPSE_INDEX:false,
861861 FILE_SUFFIX:'.html',
862862 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>HOWTO: Using an NGINX IMAP Proxy &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>HOWTO: Using an NGINX IMAP Proxy &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Tweaking Cyrus IMAP" href="tweaking.html"/>
4242 <link rel="prev" title="Cyrus Murder Mail Delivery" href="murder/murder-mail-delivery.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
807807 <script type="text/javascript">
808808 var DOCUMENTATION_OPTIONS = {
809809 URL_ROOT:'../../../',
810 VERSION:'3.0.10 (stable)',
810 VERSION:'3.0.11 (stable)',
811811 COLLAPSE_INDEX:false,
812812 FILE_SUFFIX:'.html',
813813 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus NNTP &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus NNTP &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Cyrus Prot Layer" href="protlayer.html"/>
4242 <link rel="prev" title="Cyrus Backups" href="backups.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
934934 <script type="text/javascript">
935935 var DOCUMENTATION_OPTIONS = {
936936 URL_ROOT:'../../../',
937 VERSION:'3.0.10 (stable)',
937 VERSION:'3.0.11 (stable)',
938938 COLLAPSE_INDEX:false,
939939 FILE_SUFFIX:'.html',
940940 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Service Definitions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Service Definitions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Ports and Sockets" href="../ports-sockets.html"/>
4141 <link rel="next" title="Cyrus Socket Locations" href="sockets.html"/>
4242 <link rel="prev" title="Ports and Sockets" href="../ports-sockets.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../',
839 VERSION:'3.0.10 (stable)',
839 VERSION:'3.0.11 (stable)',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Socket Locations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Socket Locations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Ports and Sockets" href="../ports-sockets.html"/>
4141 <link rel="next" title="Access Control" href="../access-control.html"/>
4242 <link rel="prev" title="Cyrus Service Definitions" href="services.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
858858 <script type="text/javascript">
859859 var DOCUMENTATION_OPTIONS = {
860860 URL_ROOT:'../../../../',
861 VERSION:'3.0.10 (stable)',
861 VERSION:'3.0.11 (stable)',
862862 COLLAPSE_INDEX:false,
863863 FILE_SUFFIX:'.html',
864864 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Ports and Sockets &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Ports and Sockets &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Cyrus Service Definitions" href="ports/services.html"/>
4242 <link rel="prev" title="Search Tiers" href="locations/searchtiers.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
817817 <script type="text/javascript">
818818 var DOCUMENTATION_OPTIONS = {
819819 URL_ROOT:'../../../',
820 VERSION:'3.0.10 (stable)',
820 VERSION:'3.0.11 (stable)',
821821 COLLAPSE_INDEX:false,
822822 FILE_SUFFIX:'.html',
823823 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Prot Layer &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Prot Layer &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Standard Operating Procedures" href="sop.html"/>
4242 <link rel="prev" title="Cyrus NNTP" href="nntp.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
862862 <script type="text/javascript">
863863 var DOCUMENTATION_OPTIONS = {
864864 URL_ROOT:'../../../',
865 VERSION:'3.0.10 (stable)',
865 VERSION:'3.0.11 (stable)',
866866 COLLAPSE_INDEX:false,
867867 FILE_SUFFIX:'.html',
868868 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quota Roots &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Quota Roots &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Quotas" href="../quotas.html"/>
4141 <link rel="next" title="Supported Quota Types" href="quotatypes.html"/>
4242 <link rel="prev" title="Quotas" href="../quotas.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../',
833 VERSION:'3.0.10 (stable)',
833 VERSION:'3.0.11 (stable)',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Supported Quota Types &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Supported Quota Types &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Quotas" href="../quotas.html"/>
4141 <link rel="next" title="Cyrus Sieve" href="../sieve.html"/>
4242 <link rel="prev" title="Quota Roots" href="quotaroots.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../../',
840 VERSION:'3.0.10 (stable)',
840 VERSION:'3.0.11 (stable)',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quotas &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Quotas &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Quota Roots" href="quotas/quotaroots.html"/>
4242 <link rel="prev" title="Access Control Lists Rights Reference" href="access-control/rights-reference.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
934934 <script type="text/javascript">
935935 var DOCUMENTATION_OPTIONS = {
936936 URL_ROOT:'../../../',
937 VERSION:'3.0.10 (stable)',
937 VERSION:'3.0.11 (stable)',
938938 COLLAPSE_INDEX:false,
939939 FILE_SUFFIX:'.html',
940940 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Sieve &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Sieve &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Cyrus Backups" href="backups.html"/>
4242 <link rel="prev" title="Supported Quota Types" href="quotas/quotatypes.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
10031003 <script type="text/javascript">
10041004 var DOCUMENTATION_OPTIONS = {
10051005 URL_ROOT:'../../../',
1006 VERSION:'3.0.10 (stable)',
1006 VERSION:'3.0.11 (stable)',
10071007 COLLAPSE_INDEX:false,
10081008 FILE_SUFFIX:'.html',
10091009 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Running Cyrus IMAP Services on Non-Standard Ports &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Running Cyrus IMAP Services on Non-Standard Ports &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Reconstructing Mailboxes" href="reconstructing.html"/>
4242 <link rel="prev" title="Deleting and Undeleting Messages and Folders" href="deleting.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
847847 <script type="text/javascript">
848848 var DOCUMENTATION_OPTIONS = {
849849 URL_ROOT:'../../../../',
850 VERSION:'3.0.10 (stable)',
850 VERSION:'3.0.11 (stable)',
851851 COLLAPSE_INDEX:false,
852852 FILE_SUFFIX:'.html',
853853 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Alternative Namespace &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Alternative Namespace &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Deleting and Undeleting Messages and Folders" href="deleting.html"/>
4242 <link rel="prev" title="Reloading Cyrus IMAP Services" href="reloading.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
817817 <script type="text/javascript">
818818 var DOCUMENTATION_OPTIONS = {
819819 URL_ROOT:'../../../../',
820 VERSION:'3.0.10 (stable)',
820 VERSION:'3.0.11 (stable)',
821821 COLLAPSE_INDEX:false,
822822 FILE_SUFFIX:'.html',
823823 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Deleting and Undeleting Messages and Folders &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Deleting and Undeleting Messages and Folders &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Running Cyrus IMAP Services on Non-Standard Ports" href="administration-running.html"/>
4242 <link rel="prev" title="Alternative Namespace" href="altnamespace.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
10041004 <script type="text/javascript">
10051005 var DOCUMENTATION_OPTIONS = {
10061006 URL_ROOT:'../../../../',
1007 VERSION:'3.0.10 (stable)',
1007 VERSION:'3.0.11 (stable)',
10081008 COLLAPSE_INDEX:false,
10091009 FILE_SUFFIX:'.html',
10101010 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Operations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Operations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Mailbox Folders exempt from quota" href="mailbox-quota.html"/>
4242 <link rel="prev" title="Replication: Installation and Administration" href="replication.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
816816 <script type="text/javascript">
817817 var DOCUMENTATION_OPTIONS = {
818818 URL_ROOT:'../../../../',
819 VERSION:'3.0.10 (stable)',
819 VERSION:'3.0.11 (stable)',
820820 COLLAPSE_INDEX:false,
821821 FILE_SUFFIX:'.html',
822822 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Folders exempt from quota &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailbox Folders exempt from quota &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Mailbox Operations" href="mailbox-operations.html"/>
4141 <link rel="next" title="Reloading Cyrus IMAP Services" href="reloading.html"/>
4242 <link rel="prev" title="Mailbox Operations" href="mailbox-operations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
824824 <script type="text/javascript">
825825 var DOCUMENTATION_OPTIONS = {
826826 URL_ROOT:'../../../../',
827 VERSION:'3.0.10 (stable)',
827 VERSION:'3.0.11 (stable)',
828828 COLLAPSE_INDEX:false,
829829 FILE_SUFFIX:'.html',
830830 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Reconstructing Mailboxes &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Reconstructing Mailboxes &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Using Squatter for Faster IMAP SEARCH" href="squatter.html"/>
4242 <link rel="prev" title="Running Cyrus IMAP Services on Non-Standard Ports" href="administration-running.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../',
844 VERSION:'3.0.10 (stable)',
844 VERSION:'3.0.11 (stable)',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Reloading Cyrus IMAP Services &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Reloading Cyrus IMAP Services &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Alternative Namespace" href="altnamespace.html"/>
4242 <link rel="prev" title="Mailbox Folders exempt from quota" href="mailbox-quota.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
822822 <script type="text/javascript">
823823 var DOCUMENTATION_OPTIONS = {
824824 URL_ROOT:'../../../../',
825 VERSION:'3.0.10 (stable)',
825 VERSION:'3.0.11 (stable)',
826826 COLLAPSE_INDEX:false,
827827 FILE_SUFFIX:'.html',
828828 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Replication: Installation and Administration &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Replication: Installation and Administration &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Mailbox Operations" href="mailbox-operations.html"/>
4242 <link rel="prev" title="Standard Operating Procedures" href="../sop.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
12531253 <script type="text/javascript">
12541254 var DOCUMENTATION_OPTIONS = {
12551255 URL_ROOT:'../../../../',
1256 VERSION:'3.0.10 (stable)',
1256 VERSION:'3.0.11 (stable)',
12571257 COLLAPSE_INDEX:false,
12581258 FILE_SUFFIX:'.html',
12591259 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Splitting Metadata from Partitions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Splitting Metadata from Partitions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Managing user_deny.db" href="userdeny.html"/>
4242 <link rel="prev" title="Using Squatter for Faster IMAP SEARCH" href="squatter.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../',
839 VERSION:'3.0.10 (stable)',
839 VERSION:'3.0.11 (stable)',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Using Squatter for Faster IMAP SEARCH &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Using Squatter for Faster IMAP SEARCH &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Splitting Metadata from Partitions" href="splitting-metadata.html"/>
4242 <link rel="prev" title="Reconstructing Mailboxes" href="reconstructing.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
826826 <script type="text/javascript">
827827 var DOCUMENTATION_OPTIONS = {
828828 URL_ROOT:'../../../../',
829 VERSION:'3.0.10 (stable)',
829 VERSION:'3.0.11 (stable)',
830830 COLLAPSE_INDEX:false,
831831 FILE_SUFFIX:'.html',
832832 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Managing user_deny.db &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Managing user_deny.db &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
4141 <link rel="next" title="Cyrus Event Source" href="../eventsource.html"/>
4242 <link rel="prev" title="Splitting Metadata from Partitions" href="splitting-metadata.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../',
839 VERSION:'3.0.10 (stable)',
839 VERSION:'3.0.11 (stable)',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Standard Operating Procedures &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Standard Operating Procedures &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Replication: Installation and Administration" href="sop/replication.html"/>
4242 <link rel="prev" title="Cyrus Prot Layer" href="protlayer.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
856856 <script type="text/javascript">
857857 var DOCUMENTATION_OPTIONS = {
858858 URL_ROOT:'../../../',
859 VERSION:'3.0.10 (stable)',
859 VERSION:'3.0.11 (stable)',
860860 COLLAPSE_INDEX:false,
861861 FILE_SUFFIX:'.html',
862862 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Tweaking Cyrus IMAP &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Tweaking Cyrus IMAP &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="../admin.html"/>
4141 <link rel="next" title="Frequently Asked Questions" href="../faq.html"/>
4242 <link rel="prev" title="HOWTO: Using an NGINX IMAP Proxy" href="nginx-proxy.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
920920 <script type="text/javascript">
921921 var DOCUMENTATION_OPTIONS = {
922922 URL_ROOT:'../../../',
923 VERSION:'3.0.10 (stable)',
923 VERSION:'3.0.11 (stable)',
924924 COLLAPSE_INDEX:false,
925925 FILE_SUFFIX:'.html',
926926 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Administrator Guide &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Administrator Guide &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Operations" href="../../operations.html"/>
4141 <link rel="next" title="System Architecture" href="architecture.html"/>
4242 <link rel="prev" title="Tools &amp; Utilities" href="administration-tools.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../operations.html">Operations</a> &raquo;</li>
752752
933933 <script type="text/javascript">
934934 var DOCUMENTATION_OPTIONS = {
935935 URL_ROOT:'../../',
936 VERSION:'3.0.10 (stable)',
936 VERSION:'3.0.11 (stable)',
937937 COLLAPSE_INDEX:false,
938938 FILE_SUFFIX:'.html',
939939 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Tools &amp; Utilities &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Tools &amp; Utilities &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Operations" href="../../operations.html"/>
4141 <link rel="next" title="Administrator Guide" href="admin.html"/>
4242 <link rel="prev" title="synctest" href="manpages/usercommands/synctest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../operations.html">Operations</a> &raquo;</li>
752752
885885 <script type="text/javascript">
886886 var DOCUMENTATION_OPTIONS = {
887887 URL_ROOT:'../../',
888 VERSION:'3.0.10 (stable)',
888 VERSION:'3.0.11 (stable)',
889889 COLLAPSE_INDEX:false,
890890 FILE_SUFFIX:'.html',
891891 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>System Architecture &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>System Architecture &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Administrator Guide" href="admin.html"/>
4141 <link rel="next" title="File &amp; Directory Locations" href="admin/locations.html"/>
4242 <link rel="prev" title="Administrator Guide" href="admin.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../operations.html">Operations</a> &raquo;</li>
752752
974974 <script type="text/javascript">
975975 var DOCUMENTATION_OPTIONS = {
976976 URL_ROOT:'../../',
977 VERSION:'3.0.10 (stable)',
977 VERSION:'3.0.11 (stable)',
978978 COLLAPSE_INDEX:false,
979979 FILE_SUFFIX:'.html',
980980 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Frequently Asked Questions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Frequently Asked Questions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Operations" href="../../operations.html"/>
4141 <link rel="next" title="Which database backend should I use for which databases?" href="faqs/feature-database-backend.html"/>
4242 <link rel="prev" title="Tweaking Cyrus IMAP" href="admin/tweaking.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../operations.html">Operations</a> &raquo;</li>
752752
877877 <script type="text/javascript">
878878 var DOCUMENTATION_OPTIONS = {
879879 URL_ROOT:'../../',
880 VERSION:'3.0.10 (stable)',
880 VERSION:'3.0.11 (stable)',
881881 COLLAPSE_INDEX:false,
882882 FILE_SUFFIX:'.html',
883883 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Which database backend should I use for which databases? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Which database backend should I use for which databases? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Duplicate Delivery Suppression" href="feature-duplicate-delivery.html"/>
4242 <link rel="prev" title="Frequently Asked Questions" href="../faq.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
818818 <script type="text/javascript">
819819 var DOCUMENTATION_OPTIONS = {
820820 URL_ROOT:'../../../',
821 VERSION:'3.0.10 (stable)',
821 VERSION:'3.0.11 (stable)',
822822 COLLAPSE_INDEX:false,
823823 FILE_SUFFIX:'.html',
824824 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Duplicate Delivery Suppression &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Duplicate Delivery Suppression &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora" href="install-compilationerrors.html"/>
4242 <link rel="prev" title="Which database backend should I use for which databases?" href="feature-database-backend.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Problems detecting Berkley DB on Red Hat Linux" href="install-detecting-berkeley.html"/>
4242 <link rel="prev" title="Duplicate Delivery Suppression" href="feature-duplicate-delivery.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../../../',
871 VERSION:'3.0.10 (stable)',
871 VERSION:'3.0.11 (stable)',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Problems detecting Berkley DB on Red Hat Linux &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Problems detecting Berkley DB on Red Hat Linux &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Help! There must be an easier way to get all this going..." href="install-install-help.html"/>
4242 <link rel="prev" title="Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora" href="install-compilationerrors.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
812812 <script type="text/javascript">
813813 var DOCUMENTATION_OPTIONS = {
814814 URL_ROOT:'../../../',
815 VERSION:'3.0.10 (stable)',
815 VERSION:'3.0.11 (stable)',
816816 COLLAPSE_INDEX:false,
817817 FILE_SUFFIX:'.html',
818818 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Help! There must be an easier way to get all this going... &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Help! There must be an easier way to get all this going... &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="OpenSSL Version Mismatches" href="install-linkerwarnings.html"/>
4242 <link rel="prev" title="Problems detecting Berkley DB on Red Hat Linux" href="install-detecting-berkeley.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>OpenSSL Version Mismatches &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>OpenSSL Version Mismatches &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Does the Cyrus Murder support High Availability configurations?" href="r-murder-ha.html"/>
4242 <link rel="prev" title="Help! There must be an easier way to get all this going..." href="install-install-help.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../',
836 VERSION:'3.0.10 (stable)',
836 VERSION:'3.0.11 (stable)',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does Cyrus reject 8-bit characters in the headers of my messages? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why does Cyrus reject 8-bit characters in the headers of my messages? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why does Cyrus reject messages with “bare newlines”?" href="interop-barenewlines.html"/>
4242 <link rel="prev" title="Why does Cyrus set the MAIL FROM address of the sender of vacation responses to ‘&lt;&gt;’?" href="o-vacation-mailfrom.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../',
839 VERSION:'3.0.10 (stable)',
839 VERSION:'3.0.11 (stable)',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does Cyrus reject messages with “bare newlines”? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why does Cyrus reject messages with “bare newlines”? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="How do I get Cyrus Sieve to play nice with Exim?" href="interop-sieve-exim.html"/>
4242 <link rel="prev" title="Why does Cyrus reject 8-bit characters in the headers of my messages?" href="interop-8bit.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
808808 <script type="text/javascript">
809809 var DOCUMENTATION_OPTIONS = {
810810 URL_ROOT:'../../../',
811 VERSION:'3.0.10 (stable)',
811 VERSION:'3.0.11 (stable)',
812812 COLLAPSE_INDEX:false,
813813 FILE_SUFFIX:'.html',
814814 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How do I get Cyrus Sieve to play nice with Exim? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>How do I get Cyrus Sieve to play nice with Exim? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why does mail delivery go slow or hang sometimes?" href="interop-slow-delivery.html"/>
4242 <link rel="prev" title="Why does Cyrus reject messages with “bare newlines”?" href="interop-barenewlines.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does mail delivery go slow or hang sometimes? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why does mail delivery go slow or hang sometimes? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Developers" href="../../../developers.html"/>
4242 <link rel="prev" title="How do I get Cyrus Sieve to play nice with Exim?" href="interop-sieve-exim.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How do I view ACLs on a mailbox? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>How do I view ACLs on a mailbox? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="What annotations are available?" href="o-annotations.html"/>
4242 <link rel="prev" title="Can I have subfolders not appear under INBOX?" href="r-subfolders.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
808808 <script type="text/javascript">
809809 var DOCUMENTATION_OPTIONS = {
810810 URL_ROOT:'../../../',
811 VERSION:'3.0.10 (stable)',
811 VERSION:'3.0.11 (stable)',
812812 COLLAPSE_INDEX:false,
813813 FILE_SUFFIX:'.html',
814814 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>What annotations are available? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>What annotations are available? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why does ctl_cyrusdb -r take so long with Berkeley DB?" href="o-berkeleydb.html"/>
4242 <link rel="prev" title="How do I view ACLs on a mailbox?" href="o-acls.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../',
834 VERSION:'3.0.10 (stable)',
834 VERSION:'3.0.11 (stable)',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does ctl_cyrusdb -r take so long with Berkeley DB? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why does ctl_cyrusdb -r take so long with Berkeley DB? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?" href="o-configdir-tempfs.html"/>
4242 <link rel="prev" title="What annotations are available?" href="o-annotations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
848848 <script type="text/javascript">
849849 var DOCUMENTATION_OPTIONS = {
850850 URL_ROOT:'../../../',
851 VERSION:'3.0.10 (stable)',
851 VERSION:'3.0.11 (stable)',
852852 COLLAPSE_INDEX:false,
853853 FILE_SUFFIX:'.html',
854854 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="How to enable core dumps" href="o-coredump.html"/>
4242 <link rel="prev" title="Why does ctl_cyrusdb -r take so long with Berkeley DB?" href="o-berkeleydb.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
813813 <script type="text/javascript">
814814 var DOCUMENTATION_OPTIONS = {
815815 URL_ROOT:'../../../',
816 VERSION:'3.0.10 (stable)',
816 VERSION:'3.0.11 (stable)',
817817 COLLAPSE_INDEX:false,
818818 FILE_SUFFIX:'.html',
819819 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How to enable core dumps &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>How to enable core dumps &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Is the “db3: x Lockers” log message harmful?" href="o-db3-lockers.html"/>
4242 <link rel="prev" title="Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?" href="o-configdir-tempfs.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../',
833 VERSION:'3.0.10 (stable)',
833 VERSION:'3.0.11 (stable)',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Is the “db3: x Lockers” log message harmful? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Is the “db3: x Lockers” log message harmful? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why can I not delete a mailbox as an admin user?" href="o-delete-mailbox.html"/>
4242 <link rel="prev" title="How to enable core dumps" href="o-coredump.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why can I not delete a mailbox as an admin user? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why can I not delete a mailbox as an admin user? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="When is What ... Deleted, Expired, Expunged or Purged?" href="o-deleted-expired-expunged-purged.html"/>
4242 <link rel="prev" title="Is the “db3: x Lockers” log message harmful?" href="o-db3-lockers.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>When is What ... Deleted, Expired, Expunged or Purged? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>When is What ... Deleted, Expired, Expunged or Purged? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why is deliver.db so large?" href="o-deliverdb-size.html"/>
4242 <link rel="prev" title="Why can I not delete a mailbox as an admin user?" href="o-delete-mailbox.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
10231023 <script type="text/javascript">
10241024 var DOCUMENTATION_OPTIONS = {
10251025 URL_ROOT:'../../../',
1026 VERSION:'3.0.10 (stable)',
1026 VERSION:'3.0.11 (stable)',
10271027 COLLAPSE_INDEX:false,
10281028 FILE_SUFFIX:'.html',
10291029 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why is deliver.db so large? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why is deliver.db so large? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!" href="o-freezes.html"/>
4242 <link rel="prev" title="When is What ... Deleted, Expired, Expunged or Purged?" href="o-deleted-expired-expunged-purged.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
815815 <script type="text/javascript">
816816 var DOCUMENTATION_OPTIONS = {
817817 URL_ROOT:'../../../',
818 VERSION:'3.0.10 (stable)',
818 VERSION:'3.0.11 (stable)',
819819 COLLAPSE_INDEX:false,
820820 FILE_SUFFIX:'.html',
821821 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in! &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in! &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="How to run gdb on Cyrus components" href="o-gdb.html"/>
4242 <link rel="prev" title="Why is deliver.db so large?" href="o-deliverdb-size.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
817817 <script type="text/javascript">
818818 var DOCUMENTATION_OPTIONS = {
819819 URL_ROOT:'../../../',
820 VERSION:'3.0.10 (stable)',
820 VERSION:'3.0.11 (stable)',
821821 COLLAPSE_INDEX:false,
822822 FILE_SUFFIX:'.html',
823823 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How to run gdb on Cyrus components &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>How to run gdb on Cyrus components &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Cyrus delivers claims that the mailbox does not exist" href="o-mailbox-doesnotexist.html"/>
4242 <link rel="prev" title="I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!" href="o-freezes.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../',
833 VERSION:'3.0.10 (stable)',
833 VERSION:'3.0.11 (stable)',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus delivers claims that the mailbox does not exist &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus delivers claims that the mailbox does not exist &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?" href="o-mixedcase.html"/>
4242 <link rel="prev" title="How to run gdb on Cyrus components" href="o-gdb.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Can I use MySQL (or another SQL database) as the primary mail store?" href="o-otherdatabases.html"/>
4242 <link rel="prev" title="Cyrus delivers claims that the mailbox does not exist" href="o-mailbox-doesnotexist.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
824824 <script type="text/javascript">
825825 var DOCUMENTATION_OPTIONS = {
826826 URL_ROOT:'../../../',
827 VERSION:'3.0.10 (stable)',
827 VERSION:'3.0.11 (stable)',
828828 COLLAPSE_INDEX:false,
829829 FILE_SUFFIX:'.html',
830830 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Can I use MySQL (or another SQL database) as the primary mail store? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Can I use MySQL (or another SQL database) as the primary mail store? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why do POP3 connections take so long, but once the connection is established all is well?" href="o-pop3slow.html"/>
4242 <link rel="prev" title="Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?" href="o-mixedcase.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../../../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why do POP3 connections take so long, but once the connection is established all is well? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why do POP3 connections take so long, but once the connection is established all is well? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why does reconstruct -m not work?" href="o-reconstruct.html"/>
4242 <link rel="prev" title="Can I use MySQL (or another SQL database) as the primary mail store?" href="o-otherdatabases.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
818818 <script type="text/javascript">
819819 var DOCUMENTATION_OPTIONS = {
820820 URL_ROOT:'../../../',
821 VERSION:'3.0.10 (stable)',
821 VERSION:'3.0.11 (stable)',
822822 COLLAPSE_INDEX:false,
823823 FILE_SUFFIX:'.html',
824824 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does reconstruct -m not work? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why does reconstruct -m not work? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Shared File Systems GPFS for high availability" href="o-sharedfilesystem-gpfs.html"/>
4242 <link rel="prev" title="Why do POP3 connections take so long, but once the connection is established all is well?" href="o-pop3slow.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../',
833 VERSION:'3.0.10 (stable)',
833 VERSION:'3.0.11 (stable)',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Shared File Systems GPFS for high availability &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Shared File Systems GPFS for high availability &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="How to enable telemetry" href="o-telemetry.html"/>
4242 <link rel="prev" title="Why does reconstruct -m not work?" href="o-reconstruct.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
874874 <script type="text/javascript">
875875 var DOCUMENTATION_OPTIONS = {
876876 URL_ROOT:'../../../',
877 VERSION:'3.0.10 (stable)',
877 VERSION:'3.0.11 (stable)',
878878 COLLAPSE_INDEX:false,
879879 FILE_SUFFIX:'.html',
880880 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How to enable telemetry &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>How to enable telemetry &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="The process count keeps growing!" href="o-toomanyprocesses.html"/>
4242 <link rel="prev" title="Shared File Systems GPFS for high availability" href="o-sharedfilesystem-gpfs.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
819819 <script type="text/javascript">
820820 var DOCUMENTATION_OPTIONS = {
821821 URL_ROOT:'../../../',
822 VERSION:'3.0.10 (stable)',
822 VERSION:'3.0.11 (stable)',
823823 COLLAPSE_INDEX:false,
824824 FILE_SUFFIX:'.html',
825825 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>The process count keeps growing! &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>The process count keeps growing! &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="“unable to join environment” error" href="o-unable-join-environment.html"/>
4242 <link rel="prev" title="How to enable telemetry" href="o-telemetry.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../',
826 VERSION:'3.0.10 (stable)',
826 VERSION:'3.0.11 (stable)',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>“unable to join environment” error &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>“unable to join environment” error &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why does Cyrus set the MAIL FROM address of the sender of vacation responses to ‘&lt;&gt;’?" href="o-vacation-mailfrom.html"/>
4242 <link rel="prev" title="The process count keeps growing!" href="o-toomanyprocesses.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../../',
831 VERSION:'3.0.10 (stable)',
831 VERSION:'3.0.11 (stable)',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does Cyrus set the MAIL FROM address of the sender of vacation responses to ‘&lt;&gt;’? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Why does Cyrus set the MAIL FROM address of the sender of vacation responses to ‘&lt;&gt;’? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Why does Cyrus reject 8-bit characters in the headers of my messages?" href="interop-8bit.html"/>
4242 <link rel="prev" title="“unable to join environment” error" href="o-unable-join-environment.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
842842 <script type="text/javascript">
843843 var DOCUMENTATION_OPTIONS = {
844844 URL_ROOT:'../../../',
845 VERSION:'3.0.10 (stable)',
845 VERSION:'3.0.11 (stable)',
846846 COLLAPSE_INDEX:false,
847847 FILE_SUFFIX:'.html',
848848 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Does the Cyrus Murder support High Availability configurations? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Does the Cyrus Murder support High Availability configurations? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Can I configure pop3d to log amount and size of messages fetched by user?" href="r-pop3-logging.html"/>
4242 <link rel="prev" title="OpenSSL Version Mismatches" href="install-linkerwarnings.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Can I configure pop3d to log amount and size of messages fetched by user? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Can I configure pop3d to log amount and size of messages fetched by user? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="How can I make CyrusSieve work with public shared folders?" href="r-publicssharedfolders.html"/>
4242 <link rel="prev" title="Does the Cyrus Murder support High Availability configurations?" href="r-murder-ha.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
810810 <script type="text/javascript">
811811 var DOCUMENTATION_OPTIONS = {
812812 URL_ROOT:'../../../',
813 VERSION:'3.0.10 (stable)',
813 VERSION:'3.0.11 (stable)',
814814 COLLAPSE_INDEX:false,
815815 FILE_SUFFIX:'.html',
816816 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How can I make CyrusSieve work with public shared folders? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>How can I make CyrusSieve work with public shared folders? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="Can I have subfolders not appear under INBOX?" href="r-subfolders.html"/>
4242 <link rel="prev" title="Can I configure pop3d to log amount and size of messages fetched by user?" href="r-pop3-logging.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
808808 <script type="text/javascript">
809809 var DOCUMENTATION_OPTIONS = {
810810 URL_ROOT:'../../../',
811 VERSION:'3.0.10 (stable)',
811 VERSION:'3.0.11 (stable)',
812812 COLLAPSE_INDEX:false,
813813 FILE_SUFFIX:'.html',
814814 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Can I have subfolders not appear under INBOX? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Can I have subfolders not appear under INBOX? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
4141 <link rel="next" title="How do I view ACLs on a mailbox?" href="o-acls.html"/>
4242 <link rel="prev" title="How can I make CyrusSieve work with public shared folders?" href="r-publicssharedfolders.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
813813 <script type="text/javascript">
814814 var DOCUMENTATION_OPTIONS = {
815815 URL_ROOT:'../../../',
816 VERSION:'3.0.10 (stable)',
816 VERSION:'3.0.11 (stable)',
817817 COLLAPSE_INDEX:false,
818818 FILE_SUFFIX:'.html',
819819 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Man pages &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Man pages &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../index.html"/>
4040 <link rel="up" title="Operations" href="../../../operations.html"/>
4141 <link rel="next" title="cyrus.conf" href="configs/cyrus.conf.html"/>
4242 <link rel="prev" title="Operations" href="../../../operations.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
752752
906906 <script type="text/javascript">
907907 var DOCUMENTATION_OPTIONS = {
908908 URL_ROOT:'../../../',
909 VERSION:'3.0.10 (stable)',
909 VERSION:'3.0.11 (stable)',
910910 COLLAPSE_INDEX:false,
911911 FILE_SUFFIX:'.html',
912912 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyrus.conf &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyrus.conf &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="imapd.conf" href="imapd.conf.html"/>
4242 <link rel="prev" title="Man pages" href="../commands.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
10461046 <script type="text/javascript">
10471047 var DOCUMENTATION_OPTIONS = {
10481048 URL_ROOT:'../../../../',
1049 VERSION:'3.0.10 (stable)',
1049 VERSION:'3.0.11 (stable)',
10501050 COLLAPSE_INDEX:false,
10511051 FILE_SUFFIX:'.html',
10521052 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imapd.conf &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>imapd.conf &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="krb.equiv" href="krb.equiv.html"/>
4242 <link rel="prev" title="cyrus.conf" href="cyrus.conf.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
21302130 <p>When set, the Cyrus NNTP server will add the header(s) specified in
21312131 the <strong>newsaddheaders</strong> option to each incoming usenet article.
21322132 The added header(s) will contain email delivery addresses
2133 corresponding to each relevent newsgroup. If not set, no headers
2133 corresponding to each relevant newsgroup. If not set, no headers
21342134 are added to usenet articles.</p>
21352135 </div></blockquote>
21362136 <p><code class="docutils literal"><span class="pre">newsprefix:</span></code> &lt;none&gt;</p>
25492549 <blockquote>
25502550 <div>When searching, should diacriticals be stripped from the search
25512551 terms. The default is &#8220;true&#8221;, a search for &#8220;hav&#8221; will match
2552 &#8220;Håvard&#8221;. This is not <span class="target" id="index-15"></span><a class="rfc reference external" href="https://tools.ietf.org/html/rfc5051.html"><strong>RFC 5051</strong></a> complient, but it backwards
2552 &#8220;Håvard&#8221;. This is not <span class="target" id="index-15"></span><a class="rfc reference external" href="https://tools.ietf.org/html/rfc5051.html"><strong>RFC 5051</strong></a> compliant, but it backwards
25532553 compatible, and may be preferred by some sites.</div></blockquote>
25542554 <p><code class="docutils literal"><span class="pre">search_skiphtml:</span></code> 0</p>
25552555 <blockquote>
30293029 <p><code class="docutils literal"><span class="pre">tls_versions:</span></code> tls1_0 tls1_1 tls1_2</p>
30303030 <blockquote>
30313031 <div>A list of SSL/TLS versions to not disable. Cyrus IMAP SSL/TLS starts
3032 with all protocols, and substracts protocols not in this list. Newer
3032 with all protocols, and subtracts protocols not in this list. Newer
30333033 versions of SSL/TLS will need to be added here to allow them to get
30343034 disabled.</div></blockquote>
30353035 <p><code class="docutils literal"><span class="pre">uidl_format:</span></code> cyrus</p>
32133213 <script type="text/javascript">
32143214 var DOCUMENTATION_OPTIONS = {
32153215 URL_ROOT:'../../../../',
3216 VERSION:'3.0.10 (stable)',
3216 VERSION:'3.0.11 (stable)',
32173217 COLLAPSE_INDEX:false,
32183218 FILE_SUFFIX:'.html',
32193219 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>krb.equiv &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>krb.equiv &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="arbitron" href="../systemcommands/arbitron.html"/>
4242 <link rel="prev" title="imapd.conf" href="imapd.conf.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../',
844 VERSION:'3.0.10 (stable)',
844 VERSION:'3.0.11 (stable)',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>arbitron &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>arbitron &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="backupd" href="backupd.html"/>
4242 <link rel="prev" title="krb.equiv" href="../configs/krb.equiv.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
982982 <script type="text/javascript">
983983 var DOCUMENTATION_OPTIONS = {
984984 URL_ROOT:'../../../../',
985 VERSION:'3.0.10 (stable)',
985 VERSION:'3.0.11 (stable)',
986986 COLLAPSE_INDEX:false,
987987 FILE_SUFFIX:'.html',
988988 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>backupd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>backupd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="chk_cyrus" href="chk_cyrus.html"/>
4242 <link rel="prev" title="arbitron" href="arbitron.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
893893 <script type="text/javascript">
894894 var DOCUMENTATION_OPTIONS = {
895895 URL_ROOT:'../../../../',
896 VERSION:'3.0.10 (stable)',
896 VERSION:'3.0.11 (stable)',
897897 COLLAPSE_INDEX:false,
898898 FILE_SUFFIX:'.html',
899899 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>chk_cyrus &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>chk_cyrus &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ctl_backups" href="ctl_backups.html"/>
4242 <link rel="prev" title="backupd" href="backupd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
873873 <script type="text/javascript">
874874 var DOCUMENTATION_OPTIONS = {
875875 URL_ROOT:'../../../../',
876 VERSION:'3.0.10 (stable)',
876 VERSION:'3.0.11 (stable)',
877877 COLLAPSE_INDEX:false,
878878 FILE_SUFFIX:'.html',
879879 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_backups &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ctl_backups &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ctl_conversationsdb" href="ctl_conversationsdb.html"/>
4242 <link rel="prev" title="chk_cyrus" href="chk_cyrus.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
922922 <dl class="option">
923923 <dt id="cmdoption-ctl_backups-t">
924924 <code class="descname">-t</code><code class="descclassname"> [hours]</code><a class="headerlink" href="#cmdoption-ctl_backups-t" title="Permalink to this definition">¶</a></dt>
925 <dd><p>List stale backups only, that is, backups that have recieved no updates
925 <dd><p>List stale backups only, that is, backups that have received no updates
926926 in <em>hours</em>. If <em>hours</em> is unspecified, it defaults to 24.</p>
927927 </dd></dl>
928928
10581058
10591059 <div role="contentinfo">
10601060 <p>
1061 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on May 29 2017
1061 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 07 2019
10621062 </p>
10631063 </div>
10641064 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
10781078 <script type="text/javascript">
10791079 var DOCUMENTATION_OPTIONS = {
10801080 URL_ROOT:'../../../../',
1081 VERSION:'3.0.10 (stable)',
1081 VERSION:'3.0.11 (stable)',
10821082 COLLAPSE_INDEX:false,
10831083 FILE_SUFFIX:'.html',
10841084 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_conversationsdb &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ctl_conversationsdb &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ctl_cyrusdb" href="ctl_cyrusdb.html"/>
4242 <link rel="prev" title="ctl_backups" href="ctl_backups.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
924924 <script type="text/javascript">
925925 var DOCUMENTATION_OPTIONS = {
926926 URL_ROOT:'../../../../',
927 VERSION:'3.0.10 (stable)',
927 VERSION:'3.0.11 (stable)',
928928 COLLAPSE_INDEX:false,
929929 FILE_SUFFIX:'.html',
930930 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_cyrusdb &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ctl_cyrusdb &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ctl_deliver" href="ctl_deliver.html"/>
4242 <link rel="prev" title="ctl_conversationsdb" href="ctl_conversationsdb.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
900900 <script type="text/javascript">
901901 var DOCUMENTATION_OPTIONS = {
902902 URL_ROOT:'../../../../',
903 VERSION:'3.0.10 (stable)',
903 VERSION:'3.0.11 (stable)',
904904 COLLAPSE_INDEX:false,
905905 FILE_SUFFIX:'.html',
906906 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_deliver &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ctl_deliver &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ctl_mboxlist" href="ctl_mboxlist.html"/>
4242 <link rel="prev" title="ctl_cyrusdb" href="ctl_cyrusdb.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
874874 <script type="text/javascript">
875875 var DOCUMENTATION_OPTIONS = {
876876 URL_ROOT:'../../../../',
877 VERSION:'3.0.10 (stable)',
877 VERSION:'3.0.11 (stable)',
878878 COLLAPSE_INDEX:false,
879879 FILE_SUFFIX:'.html',
880880 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_mboxlist &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ctl_mboxlist &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ctl_zoneinfo" href="ctl_zoneinfo.html"/>
4242 <link rel="prev" title="ctl_deliver" href="ctl_deliver.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
998998 <script type="text/javascript">
999999 var DOCUMENTATION_OPTIONS = {
10001000 URL_ROOT:'../../../../',
1001 VERSION:'3.0.10 (stable)',
1001 VERSION:'3.0.11 (stable)',
10021002 COLLAPSE_INDEX:false,
10031003 FILE_SUFFIX:'.html',
10041004 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_zoneinfo &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ctl_zoneinfo &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cvt_cyrusdb" href="cvt_cyrusdb.html"/>
4242 <link rel="prev" title="ctl_mboxlist" href="ctl_mboxlist.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
864864 <script type="text/javascript">
865865 var DOCUMENTATION_OPTIONS = {
866866 URL_ROOT:'../../../../',
867 VERSION:'3.0.10 (stable)',
867 VERSION:'3.0.11 (stable)',
868868 COLLAPSE_INDEX:false,
869869 FILE_SUFFIX:'.html',
870870 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cvt_cyrusdb &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cvt_cyrusdb &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cvt_xlist_specialuse" href="cvt_xlist_specialuse.html"/>
4242 <link rel="prev" title="ctl_zoneinfo" href="ctl_zoneinfo.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
865865 <script type="text/javascript">
866866 var DOCUMENTATION_OPTIONS = {
867867 URL_ROOT:'../../../../',
868 VERSION:'3.0.10 (stable)',
868 VERSION:'3.0.11 (stable)',
869869 COLLAPSE_INDEX:false,
870870 FILE_SUFFIX:'.html',
871871 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cvt_xlist_specialuse &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cvt_xlist_specialuse &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_backup" href="cyr_backup.html"/>
4242 <link rel="prev" title="cvt_cyrusdb" href="cvt_cyrusdb.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
863863 <script type="text/javascript">
864864 var DOCUMENTATION_OPTIONS = {
865865 URL_ROOT:'../../../../',
866 VERSION:'3.0.10 (stable)',
866 VERSION:'3.0.11 (stable)',
867867 COLLAPSE_INDEX:false,
868868 FILE_SUFFIX:'.html',
869869 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_backup &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_backup &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_buildinfo" href="cyr_buildinfo.html"/>
4242 <link rel="prev" title="cvt_xlist_specialuse" href="cvt_xlist_specialuse.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
945945 <script type="text/javascript">
946946 var DOCUMENTATION_OPTIONS = {
947947 URL_ROOT:'../../../../',
948 VERSION:'3.0.10 (stable)',
948 VERSION:'3.0.11 (stable)',
949949 COLLAPSE_INDEX:false,
950950 FILE_SUFFIX:'.html',
951951 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_buildinfo &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_buildinfo &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_dbtool" href="cyr_dbtool.html"/>
4242 <link rel="prev" title="cyr_backup" href="cyr_backup.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
840840 <script type="text/javascript">
841841 var DOCUMENTATION_OPTIONS = {
842842 URL_ROOT:'../../../../',
843 VERSION:'3.0.10 (stable)',
843 VERSION:'3.0.11 (stable)',
844844 COLLAPSE_INDEX:false,
845845 FILE_SUFFIX:'.html',
846846 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_dbtool &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_dbtool &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_deny" href="cyr_deny.html"/>
4242 <link rel="prev" title="cyr_buildinfo" href="cyr_buildinfo.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
939939 <script type="text/javascript">
940940 var DOCUMENTATION_OPTIONS = {
941941 URL_ROOT:'../../../../',
942 VERSION:'3.0.10 (stable)',
942 VERSION:'3.0.11 (stable)',
943943 COLLAPSE_INDEX:false,
944944 FILE_SUFFIX:'.html',
945945 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_deny &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_deny &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_df" href="cyr_df.html"/>
4242 <link rel="prev" title="cyr_dbtool" href="cyr_dbtool.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
878878 <script type="text/javascript">
879879 var DOCUMENTATION_OPTIONS = {
880880 URL_ROOT:'../../../../',
881 VERSION:'3.0.10 (stable)',
881 VERSION:'3.0.11 (stable)',
882882 COLLAPSE_INDEX:false,
883883 FILE_SUFFIX:'.html',
884884 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_df &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_df &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_expire" href="cyr_expire.html"/>
4242 <link rel="prev" title="cyr_deny" href="cyr_deny.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
855855 <script type="text/javascript">
856856 var DOCUMENTATION_OPTIONS = {
857857 URL_ROOT:'../../../../',
858 VERSION:'3.0.10 (stable)',
858 VERSION:'3.0.11 (stable)',
859859 COLLAPSE_INDEX:false,
860860 FILE_SUFFIX:'.html',
861861 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_expire &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_expire &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_info" href="cyr_info.html"/>
4242 <link rel="prev" title="cyr_df" href="cyr_df.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
985985 <script type="text/javascript">
986986 var DOCUMENTATION_OPTIONS = {
987987 URL_ROOT:'../../../../',
988 VERSION:'3.0.10 (stable)',
988 VERSION:'3.0.11 (stable)',
989989 COLLAPSE_INDEX:false,
990990 FILE_SUFFIX:'.html',
991991 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_info &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_info &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_sequence" href="cyr_sequence.html"/>
4242 <link rel="prev" title="cyr_expire" href="cyr_expire.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
921921 <script type="text/javascript">
922922 var DOCUMENTATION_OPTIONS = {
923923 URL_ROOT:'../../../../',
924 VERSION:'3.0.10 (stable)',
924 VERSION:'3.0.11 (stable)',
925925 COLLAPSE_INDEX:false,
926926 FILE_SUFFIX:'.html',
927927 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_sequence &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_sequence &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_synclog" href="cyr_synclog.html"/>
4242 <link rel="prev" title="cyr_info" href="cyr_info.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
911911 <script type="text/javascript">
912912 var DOCUMENTATION_OPTIONS = {
913913 URL_ROOT:'../../../../',
914 VERSION:'3.0.10 (stable)',
914 VERSION:'3.0.11 (stable)',
915915 COLLAPSE_INDEX:false,
916916 FILE_SUFFIX:'.html',
917917 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_synclog &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_synclog &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_userseen" href="cyr_userseen.html"/>
4242 <link rel="prev" title="cyr_sequence" href="cyr_sequence.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
925925 <script type="text/javascript">
926926 var DOCUMENTATION_OPTIONS = {
927927 URL_ROOT:'../../../../',
928 VERSION:'3.0.10 (stable)',
928 VERSION:'3.0.11 (stable)',
929929 COLLAPSE_INDEX:false,
930930 FILE_SUFFIX:'.html',
931931 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_userseen &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_userseen &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyr_virusscan" href="cyr_virusscan.html"/>
4242 <link rel="prev" title="cyr_synclog" href="cyr_synclog.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../../../',
879 VERSION:'3.0.10 (stable)',
879 VERSION:'3.0.11 (stable)',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_virusscan &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyr_virusscan &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyradm" href="cyradm.html"/>
4242 <link rel="prev" title="cyr_userseen" href="cyr_userseen.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
949949 <script type="text/javascript">
950950 var DOCUMENTATION_OPTIONS = {
951951 URL_ROOT:'../../../../',
952 VERSION:'3.0.10 (stable)',
952 VERSION:'3.0.11 (stable)',
953953 COLLAPSE_INDEX:false,
954954 FILE_SUFFIX:'.html',
955955 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyradm &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyradm &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="cyrdump" href="cyrdump.html"/>
4242 <link rel="prev" title="cyr_virusscan" href="cyr_virusscan.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
12221222 <script type="text/javascript">
12231223 var DOCUMENTATION_OPTIONS = {
12241224 URL_ROOT:'../../../../',
1225 VERSION:'3.0.10 (stable)',
1225 VERSION:'3.0.11 (stable)',
12261226 COLLAPSE_INDEX:false,
12271227 FILE_SUFFIX:'.html',
12281228 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyrdump &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>cyrdump &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="deliver" href="deliver.html"/>
4242 <link rel="prev" title="cyradm" href="cyradm.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../../',
836 VERSION:'3.0.10 (stable)',
836 VERSION:'3.0.11 (stable)',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>deliver &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>deliver &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="fetchnews" href="fetchnews.html"/>
4242 <link rel="prev" title="cyrdump" href="cyrdump.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
794794 <dl class="option">
795795 <dt id="cmdoption-deliver-d">
796796 <code class="descname">-d</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-deliver-d" title="Permalink to this definition">¶</a></dt>
797 <dd><p>Ignored for compatability with <strong>/bin/mail</strong>.</p>
797 <dd><p>Ignored for compatibility with <strong>/bin/mail</strong>.</p>
798798 </dd></dl>
799799
800800 <dl class="option">
885885
886886 <div role="contentinfo">
887887 <p>
888 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 05 2017
888 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 07 2019
889889 </p>
890890 </div>
891891 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
905905 <script type="text/javascript">
906906 var DOCUMENTATION_OPTIONS = {
907907 URL_ROOT:'../../../../',
908 VERSION:'3.0.10 (stable)',
908 VERSION:'3.0.11 (stable)',
909909 COLLAPSE_INDEX:false,
910910 FILE_SUFFIX:'.html',
911911 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>fetchnews &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>fetchnews &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="fud" href="fud.html"/>
4242 <link rel="prev" title="deliver" href="deliver.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
890890 <script type="text/javascript">
891891 var DOCUMENTATION_OPTIONS = {
892892 URL_ROOT:'../../../../',
893 VERSION:'3.0.10 (stable)',
893 VERSION:'3.0.11 (stable)',
894894 COLLAPSE_INDEX:false,
895895 FILE_SUFFIX:'.html',
896896 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>fud &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>fud &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="httpd" href="httpd.html"/>
4242 <link rel="prev" title="fetchnews" href="fetchnews.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
782782 that user.</p>
783783 <p><strong>fud</strong> reads its configuration options out of the <a class="reference internal" href="../configs/imapd.conf.html#std:cyrusman-imapd.conf(5)">imapd.conf(5)</a> file unless specified otherwise by <strong>-C</strong>.</p>
784784 <p><strong>fud</strong> will automatically proxy any and all FUD requests to the
785 appropriate backend server if it is runing on a Cyrus Murder frontend
785 appropriate backend server if it is running on a Cyrus Murder frontend
786786 machine.</p>
787787 <p>To set up the FUD daemon, add this to your cyrus.conf:</p>
788788 <p><code class="docutils literal"><span class="pre">fud</span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">cmd=&quot;fud&quot;</span> <span class="pre">listen=&quot;fud&quot;</span> <span class="pre">prefork=1</span> <span class="pre">proto=&quot;udp&quot;</span></code></p>
867867 0 (zero) right on the mailbox in question. This is only a &#8220;bug&#8221; because
868868 0 is not a standard IMAP ACL bit.</p>
869869 <p><strong>fud</strong> is an experimental interface meant to provide information to
870 build a finger-like service around. Eventually it should be superceded
870 build a finger-like service around. Eventually it should be superseded
871871 by a more standards-based protocol.</p>
872872 </div>
873873 <div class="section" id="see-also">
895895
896896 <div role="contentinfo">
897897 <p>
898 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 05 2017
898 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 07 2019
899899 </p>
900900 </div>
901901 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
915915 <script type="text/javascript">
916916 var DOCUMENTATION_OPTIONS = {
917917 URL_ROOT:'../../../../',
918 VERSION:'3.0.10 (stable)',
918 VERSION:'3.0.11 (stable)',
919919 COLLAPSE_INDEX:false,
920920 FILE_SUFFIX:'.html',
921921 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>httpd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>httpd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="idled" href="idled.html"/>
4242 <link rel="prev" title="fud" href="fud.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
910910 <script type="text/javascript">
911911 var DOCUMENTATION_OPTIONS = {
912912 URL_ROOT:'../../../../',
913 VERSION:'3.0.10 (stable)',
913 VERSION:'3.0.11 (stable)',
914914 COLLAPSE_INDEX:false,
915915 FILE_SUFFIX:'.html',
916916 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>idled &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>idled &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="imapd" href="imapd.html"/>
4242 <link rel="prev" title="httpd" href="httpd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../../../',
854 VERSION:'3.0.10 (stable)',
854 VERSION:'3.0.11 (stable)',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imapd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>imapd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ipurge" href="ipurge.html"/>
4242 <link rel="prev" title="idled" href="idled.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
791791 first line contained in the file to clients upon connect as an ALERT
792792 message which IMAP-compliant clients are required to display.</p>
793793 <p>This option serves to annoy users mostly. Unfortunately clients tend to
794 connect far more frequently than is apparent, generating a seperate
794 connect far more frequently than is apparent, generating a separate
795795 server ALERT for each connection. Many clients do not display these
796796 properly, if they do anything with them at all.</p>
797797 <p>If the directory <code class="docutils literal"><span class="pre">log</span></code>/<em>user</em> exists under the directory specified in
896896
897897 <div role="contentinfo">
898898 <p>
899 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 05 2017
899 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 07 2019
900900 </p>
901901 </div>
902902 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
916916 <script type="text/javascript">
917917 var DOCUMENTATION_OPTIONS = {
918918 URL_ROOT:'../../../../',
919 VERSION:'3.0.10 (stable)',
919 VERSION:'3.0.11 (stable)',
920920 COLLAPSE_INDEX:false,
921921 FILE_SUFFIX:'.html',
922922 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ipurge &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ipurge &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="lmtpd" href="lmtpd.html"/>
4242 <link rel="prev" title="imapd" href="imapd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
925925 <script type="text/javascript">
926926 var DOCUMENTATION_OPTIONS = {
927927 URL_ROOT:'../../../../',
928 VERSION:'3.0.10 (stable)',
928 VERSION:'3.0.11 (stable)',
929929 COLLAPSE_INDEX:false,
930930 FILE_SUFFIX:'.html',
931931 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>lmtpd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>lmtpd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="lmtpproxyd" href="lmtpproxyd.html"/>
4242 <link rel="prev" title="ipurge" href="ipurge.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
884884 <script type="text/javascript">
885885 var DOCUMENTATION_OPTIONS = {
886886 URL_ROOT:'../../../../',
887 VERSION:'3.0.10 (stable)',
887 VERSION:'3.0.11 (stable)',
888888 COLLAPSE_INDEX:false,
889889 FILE_SUFFIX:'.html',
890890 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>lmtpproxyd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>lmtpproxyd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="masssievec" href="masssievec.html"/>
4242 <link rel="prev" title="lmtpd" href="lmtpd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
808808 <script type="text/javascript">
809809 var DOCUMENTATION_OPTIONS = {
810810 URL_ROOT:'../../../../',
811 VERSION:'3.0.10 (stable)',
811 VERSION:'3.0.11 (stable)',
812812 COLLAPSE_INDEX:false,
813813 FILE_SUFFIX:'.html',
814814 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>masssievec &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>masssievec &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="master" href="master.html"/>
4242 <link rel="prev" title="lmtpproxyd" href="lmtpproxyd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../',
835 VERSION:'3.0.10 (stable)',
835 VERSION:'3.0.11 (stable)',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>master &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>master &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="mbexamine" href="mbexamine.html"/>
4242 <link rel="prev" title="masssievec" href="masssievec.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
813813 <dl class="option">
814814 <dt id="cmdoption-master-j">
815815 <code class="descname">-j</code><code class="descclassname"> janitor full-sweeps per second</code><a class="headerlink" href="#cmdoption-master-j" title="Permalink to this definition">¶</a></dt>
816 <dd><p>Sets the amount of times per second the janitor should sweep the
816 <dd><p>Sets the number of times per second the janitor should sweep the
817817 entire child table. Leave it at the default of 1 unless you have a
818818 really high fork rate (and you have not increased the child hash
819819 table size when you compiled Cyrus from its default of 10000
924924
925925 <div role="contentinfo">
926926 <p>
927 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 05 2017
927 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 07 2019
928928 </p>
929929 </div>
930930 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
944944 <script type="text/javascript">
945945 var DOCUMENTATION_OPTIONS = {
946946 URL_ROOT:'../../../../',
947 VERSION:'3.0.10 (stable)',
947 VERSION:'3.0.11 (stable)',
948948 COLLAPSE_INDEX:false,
949949 FILE_SUFFIX:'.html',
950950 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mbexamine &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>mbexamine &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="mbpath" href="mbpath.html"/>
4242 <link rel="prev" title="master" href="master.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
986986 <script type="text/javascript">
987987 var DOCUMENTATION_OPTIONS = {
988988 URL_ROOT:'../../../../',
989 VERSION:'3.0.10 (stable)',
989 VERSION:'3.0.11 (stable)',
990990 COLLAPSE_INDEX:false,
991991 FILE_SUFFIX:'.html',
992992 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mbpath &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>mbpath &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="mbtool" href="mbtool.html"/>
4242 <link rel="prev" title="mbexamine" href="mbexamine.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
877877 <script type="text/javascript">
878878 var DOCUMENTATION_OPTIONS = {
879879 URL_ROOT:'../../../../',
880 VERSION:'3.0.10 (stable)',
880 VERSION:'3.0.11 (stable)',
881881 COLLAPSE_INDEX:false,
882882 FILE_SUFFIX:'.html',
883883 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mbtool &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>mbtool &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="mkimap" href="mkimap.html"/>
4242 <link rel="prev" title="mbpath" href="mbpath.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
879879 <script type="text/javascript">
880880 var DOCUMENTATION_OPTIONS = {
881881 URL_ROOT:'../../../../',
882 VERSION:'3.0.10 (stable)',
882 VERSION:'3.0.11 (stable)',
883883 COLLAPSE_INDEX:false,
884884 FILE_SUFFIX:'.html',
885885 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mkimap &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>mkimap &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="mknewsgroups" href="mknewsgroups.html"/>
4242 <link rel="prev" title="mbtool" href="mbtool.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../',
870 VERSION:'3.0.10 (stable)',
870 VERSION:'3.0.11 (stable)',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mknewsgroups &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>mknewsgroups &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="mupdate" href="mupdate.html"/>
4242 <link rel="prev" title="mkimap" href="mkimap.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'../../../../',
875 VERSION:'3.0.10 (stable)',
875 VERSION:'3.0.11 (stable)',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mupdate &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>mupdate &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="nntpd" href="nntpd.html"/>
4242 <link rel="prev" title="mknewsgroups" href="mknewsgroups.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
880880 <script type="text/javascript">
881881 var DOCUMENTATION_OPTIONS = {
882882 URL_ROOT:'../../../../',
883 VERSION:'3.0.10 (stable)',
883 VERSION:'3.0.11 (stable)',
884884 COLLAPSE_INDEX:false,
885885 FILE_SUFFIX:'.html',
886886 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>nntpd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>nntpd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="notifyd" href="notifyd.html"/>
4242 <link rel="prev" title="mupdate" href="mupdate.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
784784 <p><strong>nntpd</strong> reads its configuration options out of the <a class="reference internal" href="../configs/imapd.conf.html#std:cyrusman-imapd.conf(5)">imapd.conf(5)</a> file unless specified otherwise by <strong>-C</strong>. The optional <code class="docutils literal"><span class="pre">newsprefix</span></code> setting
785785 specifies a prefix to be prepended to newsgroup names to make the
786786 corresponding IMAP mailbox names. The optional <code class="docutils literal"><span class="pre">newspostuser</span></code>
787 setting specifies the special userid to be used when contructing the
787 setting specifies the special userid to be used when constructing the
788788 <em>To:</em> header address for following up to articles when read via IMAP.
789789 The optional <code class="docutils literal"><span class="pre">newspeer</span></code> setting specifies the fully qualified hostname
790790 of the upstream news server to which articles are fed. The optional
887887
888888 <div role="contentinfo">
889889 <p>
890 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 05 2017
890 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 07 2019
891891 </p>
892892 </div>
893893 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
907907 <script type="text/javascript">
908908 var DOCUMENTATION_OPTIONS = {
909909 URL_ROOT:'../../../../',
910 VERSION:'3.0.10 (stable)',
910 VERSION:'3.0.11 (stable)',
911911 COLLAPSE_INDEX:false,
912912 FILE_SUFFIX:'.html',
913913 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>notifyd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>notifyd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="pop3d" href="pop3d.html"/>
4242 <link rel="prev" title="nntpd" href="nntpd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
890890 <script type="text/javascript">
891891 var DOCUMENTATION_OPTIONS = {
892892 URL_ROOT:'../../../../',
893 VERSION:'3.0.10 (stable)',
893 VERSION:'3.0.11 (stable)',
894894 COLLAPSE_INDEX:false,
895895 FILE_SUFFIX:'.html',
896896 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>pop3d &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>pop3d &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="pop3proxyd" href="pop3proxyd.html"/>
4242 <link rel="prev" title="notifyd" href="notifyd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
905905 <script type="text/javascript">
906906 var DOCUMENTATION_OPTIONS = {
907907 URL_ROOT:'../../../../',
908 VERSION:'3.0.10 (stable)',
908 VERSION:'3.0.11 (stable)',
909909 COLLAPSE_INDEX:false,
910910 FILE_SUFFIX:'.html',
911911 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>pop3proxyd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>pop3proxyd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="proxyd" href="proxyd.html"/>
4242 <link rel="prev" title="pop3d" href="pop3d.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
808808 <script type="text/javascript">
809809 var DOCUMENTATION_OPTIONS = {
810810 URL_ROOT:'../../../../',
811 VERSION:'3.0.10 (stable)',
811 VERSION:'3.0.11 (stable)',
812812 COLLAPSE_INDEX:false,
813813 FILE_SUFFIX:'.html',
814814 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>proxyd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>proxyd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ptdump" href="ptdump.html"/>
4242 <link rel="prev" title="pop3proxyd" href="pop3proxyd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../../',
836 VERSION:'3.0.10 (stable)',
836 VERSION:'3.0.11 (stable)',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ptdump &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ptdump &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ptexpire" href="ptexpire.html"/>
4242 <link rel="prev" title="proxyd" href="proxyd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../../',
840 VERSION:'3.0.10 (stable)',
840 VERSION:'3.0.11 (stable)',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ptexpire &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ptexpire &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="ptloader" href="ptloader.html"/>
4242 <link rel="prev" title="ptdump" href="ptdump.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
845845 <script type="text/javascript">
846846 var DOCUMENTATION_OPTIONS = {
847847 URL_ROOT:'../../../../',
848 VERSION:'3.0.10 (stable)',
848 VERSION:'3.0.11 (stable)',
849849 COLLAPSE_INDEX:false,
850850 FILE_SUFFIX:'.html',
851851 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ptloader &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>ptloader &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="quota" href="quota.html"/>
4242 <link rel="prev" title="ptexpire" href="ptexpire.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../',
844 VERSION:'3.0.10 (stable)',
844 VERSION:'3.0.11 (stable)',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>quota &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>quota &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="reconstruct" href="reconstruct.html"/>
4242 <link rel="prev" title="ptloader" href="ptloader.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
907907 <script type="text/javascript">
908908 var DOCUMENTATION_OPTIONS = {
909909 URL_ROOT:'../../../../',
910 VERSION:'3.0.10 (stable)',
910 VERSION:'3.0.11 (stable)',
911911 COLLAPSE_INDEX:false,
912912 FILE_SUFFIX:'.html',
913913 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>reconstruct &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>reconstruct &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="rehash" href="rehash.html"/>
4242 <link rel="prev" title="quota" href="quota.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
10651065 <script type="text/javascript">
10661066 var DOCUMENTATION_OPTIONS = {
10671067 URL_ROOT:'../../../../',
1068 VERSION:'3.0.10 (stable)',
1068 VERSION:'3.0.11 (stable)',
10691069 COLLAPSE_INDEX:false,
10701070 FILE_SUFFIX:'.html',
10711071 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>rehash &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>rehash &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="restore" href="restore.html"/>
4242 <link rel="prev" title="reconstruct" href="reconstruct.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../../../',
879 VERSION:'3.0.10 (stable)',
879 VERSION:'3.0.11 (stable)',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>restore &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>restore &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="sievec" href="sievec.html"/>
4242 <link rel="prev" title="rehash" href="rehash.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
10481048 <script type="text/javascript">
10491049 var DOCUMENTATION_OPTIONS = {
10501050 URL_ROOT:'../../../../',
1051 VERSION:'3.0.10 (stable)',
1051 VERSION:'3.0.11 (stable)',
10521052 COLLAPSE_INDEX:false,
10531053 FILE_SUFFIX:'.html',
10541054 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sievec &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>sievec &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="sieved" href="sieved.html"/>
4242 <link rel="prev" title="restore" href="restore.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../../',
834 VERSION:'3.0.10 (stable)',
834 VERSION:'3.0.11 (stable)',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sieved &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>sieved &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="smmapd" href="smmapd.html"/>
4242 <link rel="prev" title="sievec" href="sievec.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../../',
828 VERSION:'3.0.10 (stable)',
828 VERSION:'3.0.11 (stable)',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>smmapd &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>smmapd &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="squatter" href="squatter.html"/>
4242 <link rel="prev" title="sieved" href="sieved.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
866866 <script type="text/javascript">
867867 var DOCUMENTATION_OPTIONS = {
868868 URL_ROOT:'../../../../',
869 VERSION:'3.0.10 (stable)',
869 VERSION:'3.0.11 (stable)',
870870 COLLAPSE_INDEX:false,
871871 FILE_SUFFIX:'.html',
872872 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>squatter &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>squatter &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="sync_client" href="sync_client.html"/>
4242 <link rel="prev" title="smmapd" href="smmapd.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
767767
768768 <span class="target" id="std:cyrusman-squatter(8)"></span><div class="section" id="squatter">
769769 <span id="imap-reference-manpages-systemcommands-squatter"></span><h1><strong>squatter</strong><a class="headerlink" href="#squatter" title="Permalink to this headline">¶</a></h1>
770 <p>Create SQUAT indexes for mailboxes</p>
770 <p>Create SQUAT and Xapian indexes for mailboxes</p>
771771 <div class="section" id="synopsis">
772772 <h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
773773 <pre class="literal-block">
775775 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [<strong>mode</strong>] [<strong>options</strong>] [<strong>source</strong>]
776776
777777 i.e.:
778 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [<strong>-v</strong>]
779 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-a</strong> ] [ <strong>-i</strong> ] [<strong>-N</strong> <em>name</em>] [<strong>-S</strong> <em>seconds</em>] [ <strong>-r</strong> ] <em>mailbox</em>...
780 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-a</strong> ] [ <strong>-i</strong> ] [<strong>-N</strong> <em>name</em>] [<strong>-S</strong> <em>seconds</em>] [ <strong>-r</strong> ] <strong>-u</strong> <em>user</em>...
781 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] <strong>-R</strong> [ <strong>-n</strong> <em>channel</em> ] [ <strong>-d</strong> ]
782 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] <strong>-f</strong> <em>synclogfile</em>
783 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] <strong>-I</strong> <em>file</em>
784 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] <strong>-t</strong> <em>srctier</em>... <strong>-z</strong> <em>desttier</em> [ <strong>-F</strong> ] [ <strong>-T</strong> <em>dir</em> ] [ <strong>-X</strong> ] [ <strong>-o</strong> ]
778 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-v</strong> ] [ <strong>-a</strong> ] [ <strong>-S</strong> <em>seconds</em> ]
779 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-v</strong> ] [ <strong>-a</strong> ] [ <strong>-i</strong> ] [ <strong>-N</strong> <em>name</em> ] [ <strong>-S</strong> <em>seconds</em> ] [ <strong>-r</strong> ] <em>mailbox</em>...
780 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-v</strong> ] [ <strong>-a</strong> ] [ <strong>-i</strong> ] [ <strong>-N</strong> <em>name</em> ] [ <strong>-S</strong> <em>seconds</em> ] [ <strong>-r</strong> ] <strong>-u</strong> <em>user</em>...
781 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-v</strong> ] [ <strong>-a</strong> ] <strong>-R</strong> [ <strong>-n</strong> <em>channel</em> ] [ <strong>-d</strong> ] [ <strong>-S</strong> <em>seconds</em> ]
782 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-v</strong> ] [ <strong>-a</strong> ] <strong>-f</strong> <em>synclogfile</em> [ <strong>-S</strong> <em>seconds</em> ]
783 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-v</strong> ] <strong>-I</strong> <em>file</em>
784 <strong>squatter</strong> [ <strong>-C</strong> <em>config-file</em> ] [ <strong>-v</strong> ] <strong>-t</strong> <em>srctier(s)</em>... <strong>-z</strong> <em>desttier</em> [ <strong>-F</strong> ] [ <strong>-T</strong> <em>dir</em> ] [ <strong>-X</strong> ] [ <strong>-o</strong> ] [ <strong>-S</strong> <em>seconds</em> ] [ <strong>-u</strong> <em>user</em>... ]
785785 </pre>
786786 </div>
787787 <div class="section" id="description">
801801 The index is a unified index of all of the header and body text
802802 of each message in a given mailbox. This index is used to significantly
803803 reduce IMAP SEARCH times on a mailbox.</p>
804 <p><strong>mode</strong> is one of indexer, indexfrom (-I), search, rolling, synclog or compact.</p>
804805 <p>By default, <strong>squatter</strong> creates an index of ALL messages in the
805806 mailbox, not just those since the last time that it was run. The
806807 <strong>-i</strong> option is used to select incremental updates. Any messages
807808 appended to the mailbox after <strong>squatter</strong> is run, will NOT be included
808809 in the index. To include new messages in the index, <strong>squatter</strong> must
809 be run again.</p>
810 be run again, or on a regular basis via crontab, an entry in the EVENTS
811 section of <a class="reference internal" href="../configs/cyrus.conf.html#std:cyrusman-cyrus.conf(5)">cyrus.conf(5)</a> or use <em>rolling</em> mode (<strong>-R</strong>).</p>
810812 <p>In the first synopsis, <strong>squatter</strong> indexes all mailboxes.</p>
811 <p>In the second synopsis, <strong>squatter</strong> indexes the specified mailbox(es).</p>
813 <p>In the second synopsis, <strong>squatter</strong> indexes the specified mailbox(es).
814 The mailboxes are space-separated.</p>
812815 <p>In the third synopsis, <strong>squatter</strong> indexes the specified user(s)
813816 mailbox(es).</p>
814 <p>For any of those three source modes (default=all, mailbox, user) one
817 <p>For the latter two index modes (mailbox, user) one
815818 may optionally specify <strong>-r</strong> to recurse from the specified start, or
816819 <strong>-a</strong> to limit action only to mailboxes which have the shared
817820 <em>/vendor/cmu/cyrus-imapd/squat</em> annotation set to &#8220;true&#8221;.</p>
832835 expunged records (<strong>-F</strong>) in the process. The optional <strong>-T</strong> flag may
833836 be used to specify a directory to use for temporary files. The <strong>-o</strong>
834837 flag may be used to direct that a single index be copied, rather than
835 compressed, from <em>srctier</em> to <em>desttier</em>.</p>
838 compacted, from <em>srctier</em> to <em>desttier</em>. The <strong>-u</strong> flag may be used
839 to restrict operation to the specified user(s).</p>
836840 <p>For all modes, the <strong>-S</strong> option may be specified, causing squatter to
837841 pause <em>seconds</em> seconds after each mailbox, to smooth loads.</p>
838842 <div class="admonition note">
972976 some very fast filesystem, like an SSD or tmpfs. This option may
973977 not work with all search engines, but it&#8217;s only effect is to speed
974978 up initial indexing.
979 Xapian only.
975980 This feature was introduced in version 3.0.</p>
976981 </dd></dl>
977982
978983 <dl class="option">
979984 <dt id="cmdoption-squatter-t">
980985 <code class="descname">-t</code><code class="descclassname"> srctier...</code><a class="headerlink" href="#cmdoption-squatter-t" title="Permalink to this definition">¶</a></dt>
981 <dd><p>In compact mode, the source tier(s) for the compacted indices.
982 At least one source tier must be specified in compact mode.
986 <dd><p>In compact mode, the comma separated source tier(s) for the compacted
987 indices. At least one source tier must be specified in compact mode.
988 Xapian only.
983989 This feature was introduced in version 3.0.</p>
984990 </dd></dl>
985991
987993 <dt id="cmdoption-squatter-u">
988994 <code class="descname">-u</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-squatter-u" title="Permalink to this definition">¶</a></dt>
989995 <dd><p>Extra options refer to usernames (e.g. <a class="reference external" href="mailto:foo&#37;&#52;&#48;bar&#46;com">foo<span>&#64;</span>bar<span>&#46;</span>com</a>) rather than
990 mailbox names.
996 mailbox names. Usernames are space-separated.
991997 This feature was introduced in version 3.0.</p>
992998 </dd></dl>
993999
9941000 <dl class="option">
9951001 <dt id="cmdoption-squatter-v">
9961002 <code class="descname">-v</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-squatter-v" title="Permalink to this definition">¶</a></dt>
997 <dd><p>Increase the verbosity of progress/status messages.</p>
1003 <dd><p>Increase the verbosity of progress/status messages. Sometimes additional messages
1004 are emitted on the terminal with this option and the messages are unconditionally sent
1005 to syslog. Sometimes messages are sent to syslog, only if -v is provided. In rolling and
1006 synclog modes, -vv sends even more messages to syslog.</p>
9981007 </dd></dl>
9991008
10001009 <dl class="option">
10021011 <code class="descname">-X</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-squatter-X" title="Permalink to this definition">¶</a></dt>
10031012 <dd><p>Reindex all the messages before compacting. This mode reads all
10041013 the lists of messages indexed by the listed tiers, and re-indexes
1005 them into a temporary database before compacting that into place.</p>
1014 them into a temporary database before compacting that into place.
1015 Xapian only.
1016 This feature was introduced in version 3.0.</p>
10061017 </dd></dl>
10071018
10081019 <dl class="option">
10101021 <code class="descname">-z</code><code class="descclassname"> desttier</code><a class="headerlink" href="#cmdoption-squatter-z" title="Permalink to this definition">¶</a></dt>
10111022 <dd><p>In compact mode, the destination tier for the compacted indices.
10121023 This must be specified in compact mode.
1024 Xapian only.
10131025 This feature was introduced in version 3.0.</p>
10141026 </dd></dl>
10151027
10801092 </div>
10811093 <div class="section" id="history">
10821094 <h2>History<a class="headerlink" href="#history" title="Permalink to this headline">¶</a></h2>
1083 <p>Support for additional search enginges was added in version 3.0.</p>
1095 <p>Support for additional search engines was added in version 3.0.</p>
10841096 <p>The following command-line switches were added in version 3.0:</p>
10851097 <blockquote>
10861098 <div><pre class="literal-block">
1087 <strong>-R -u -d -O -F -A</strong>
1099 <strong>-F -R -X -d -f -o -u</strong>
10881100 </pre>
10891101 </div></blockquote>
10901102 <p>The following command-line settings were added in version 3.0:</p>
11231135
11241136 <div role="contentinfo">
11251137 <p>
1126 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Oct 22 2017
1138 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 06 2019
11271139 </p>
11281140 </div>
11291141 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
11431155 <script type="text/javascript">
11441156 var DOCUMENTATION_OPTIONS = {
11451157 URL_ROOT:'../../../../',
1146 VERSION:'3.0.10 (stable)',
1158 VERSION:'3.0.11 (stable)',
11471159 COLLAPSE_INDEX:false,
11481160 FILE_SUFFIX:'.html',
11491161 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sync_client &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>sync_client &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="sync_reset" href="sync_reset.html"/>
4242 <link rel="prev" title="squatter" href="squatter.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
10141014 <script type="text/javascript">
10151015 var DOCUMENTATION_OPTIONS = {
10161016 URL_ROOT:'../../../../',
1017 VERSION:'3.0.10 (stable)',
1017 VERSION:'3.0.11 (stable)',
10181018 COLLAPSE_INDEX:false,
10191019 FILE_SUFFIX:'.html',
10201020 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sync_reset &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>sync_reset &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="sync_server" href="sync_server.html"/>
4242 <link rel="prev" title="sync_client" href="sync_client.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../../',
855 VERSION:'3.0.10 (stable)',
855 VERSION:'3.0.11 (stable)',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sync_server &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>sync_server &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="timsieved" href="timsieved.html"/>
4242 <link rel="prev" title="sync_reset" href="sync_reset.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../../../../',
871 VERSION:'3.0.10 (stable)',
871 VERSION:'3.0.11 (stable)',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>timsieved &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>timsieved &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="tls_prune" href="tls_prune.html"/>
4242 <link rel="prev" title="sync_server" href="sync_server.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
862862 <script type="text/javascript">
863863 var DOCUMENTATION_OPTIONS = {
864864 URL_ROOT:'../../../../',
865 VERSION:'3.0.10 (stable)',
865 VERSION:'3.0.11 (stable)',
866866 COLLAPSE_INDEX:false,
867867 FILE_SUFFIX:'.html',
868868 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>tls_prune &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>tls_prune &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="translatesieve" href="translatesieve.html"/>
4242 <link rel="prev" title="timsieved" href="timsieved.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../../',
847 VERSION:'3.0.10 (stable)',
847 VERSION:'3.0.11 (stable)',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>translatesieve &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>translatesieve &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="unexpunge" href="unexpunge.html"/>
4242 <link rel="prev" title="tls_prune" href="tls_prune.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
875875 <script type="text/javascript">
876876 var DOCUMENTATION_OPTIONS = {
877877 URL_ROOT:'../../../../',
878 VERSION:'3.0.10 (stable)',
878 VERSION:'3.0.11 (stable)',
879879 COLLAPSE_INDEX:false,
880880 FILE_SUFFIX:'.html',
881881 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>unexpunge &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>unexpunge &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="arbitronsort.pl" href="../usercommands/arbitronsort.pl.html"/>
4242 <link rel="prev" title="translatesieve" href="translatesieve.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
10181018 <script type="text/javascript">
10191019 var DOCUMENTATION_OPTIONS = {
10201020 URL_ROOT:'../../../../',
1021 VERSION:'3.0.10 (stable)',
1021 VERSION:'3.0.11 (stable)',
10221022 COLLAPSE_INDEX:false,
10231023 FILE_SUFFIX:'.html',
10241024 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>arbitronsort.pl &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>arbitronsort.pl &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="dav_reconstruct" href="dav_reconstruct.html"/>
4242 <link rel="prev" title="unexpunge" href="../systemcommands/unexpunge.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../../',
836 VERSION:'3.0.10 (stable)',
836 VERSION:'3.0.11 (stable)',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>dav_reconstruct &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>dav_reconstruct &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="httptest" href="httptest.html"/>
4242 <link rel="prev" title="arbitronsort.pl" href="arbitronsort.pl.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../../',
849 VERSION:'3.0.10 (stable)',
849 VERSION:'3.0.11 (stable)',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>httptest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>httptest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="imtest" href="imtest.html"/>
4242 <link rel="prev" title="dav_reconstruct" href="dav_reconstruct.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
953953 <script type="text/javascript">
954954 var DOCUMENTATION_OPTIONS = {
955955 URL_ROOT:'../../../../',
956 VERSION:'3.0.10 (stable)',
956 VERSION:'3.0.11 (stable)',
957957 COLLAPSE_INDEX:false,
958958 FILE_SUFFIX:'.html',
959959 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imtest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>imtest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="installsieve" href="installsieve.html"/>
4242 <link rel="prev" title="httptest" href="httptest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
990990 <script type="text/javascript">
991991 var DOCUMENTATION_OPTIONS = {
992992 URL_ROOT:'../../../../',
993 VERSION:'3.0.10 (stable)',
993 VERSION:'3.0.11 (stable)',
994994 COLLAPSE_INDEX:false,
995995 FILE_SUFFIX:'.html',
996996 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>installsieve &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>installsieve &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="lmtptest" href="lmtptest.html"/>
4242 <link rel="prev" title="imtest" href="imtest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
790790 <dl class="option">
791791 <dt id="cmdoption-installsieve-v">
792792 <code class="descname">-v</code><code class="descclassname"> name</code><a class="headerlink" href="#cmdoption-installsieve-v" title="Permalink to this definition">¶</a></dt>
793 <dd><p>View script with the given name. The script if retrieved sucessfully
793 <dd><p>View script with the given name. The script if retrieved successfully
794794 is output to standard output.</p>
795795 </dd></dl>
796796
813813 <dt id="cmdoption-installsieve-i">
814814 <code class="descname">-i</code><code class="descclassname"> file</code><a class="headerlink" href="#cmdoption-installsieve-i" title="Permalink to this definition">¶</a></dt>
815815 <dd><p>Install a file onto the server. If a script with the same name
816 already exists on the server it is overwritten. Upon sucessfully
816 already exists on the server it is overwritten. Upon successfully
817817 putting the script on the server the script is set active. If
818818 <em>file</em> has the extension .script it is chopped when put on the
819819 server since sieve names may not contain a &#8216;.&#8217;.</p>
888888
889889 <div role="contentinfo">
890890 <p>
891 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 05 2017
891 &copy; Copyright 1993-2017, The Cyrus Team. Last updated on Jun 07 2019
892892 </p>
893893 </div>
894894 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
908908 <script type="text/javascript">
909909 var DOCUMENTATION_OPTIONS = {
910910 URL_ROOT:'../../../../',
911 VERSION:'3.0.10 (stable)',
911 VERSION:'3.0.11 (stable)',
912912 COLLAPSE_INDEX:false,
913913 FILE_SUFFIX:'.html',
914914 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>lmtptest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>lmtptest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="mupdatetest" href="mupdatetest.html"/>
4242 <link rel="prev" title="installsieve" href="installsieve.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
953953 <script type="text/javascript">
954954 var DOCUMENTATION_OPTIONS = {
955955 URL_ROOT:'../../../../',
956 VERSION:'3.0.10 (stable)',
956 VERSION:'3.0.11 (stable)',
957957 COLLAPSE_INDEX:false,
958958 FILE_SUFFIX:'.html',
959959 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mupdatetest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>mupdatetest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="nntptest" href="nntptest.html"/>
4242 <link rel="prev" title="lmtptest" href="lmtptest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
949949 <script type="text/javascript">
950950 var DOCUMENTATION_OPTIONS = {
951951 URL_ROOT:'../../../../',
952 VERSION:'3.0.10 (stable)',
952 VERSION:'3.0.11 (stable)',
953953 COLLAPSE_INDEX:false,
954954 FILE_SUFFIX:'.html',
955955 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>nntptest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>nntptest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="pop3test" href="pop3test.html"/>
4242 <link rel="prev" title="mupdatetest" href="mupdatetest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
964964 <script type="text/javascript">
965965 var DOCUMENTATION_OPTIONS = {
966966 URL_ROOT:'../../../../',
967 VERSION:'3.0.10 (stable)',
967 VERSION:'3.0.11 (stable)',
968968 COLLAPSE_INDEX:false,
969969 FILE_SUFFIX:'.html',
970970 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>pop3test &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>pop3test &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="sieveshell" href="sieveshell.html"/>
4242 <link rel="prev" title="nntptest" href="nntptest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
958958 <script type="text/javascript">
959959 var DOCUMENTATION_OPTIONS = {
960960 URL_ROOT:'../../../../',
961 VERSION:'3.0.10 (stable)',
961 VERSION:'3.0.11 (stable)',
962962 COLLAPSE_INDEX:false,
963963 FILE_SUFFIX:'.html',
964964 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sieveshell &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>sieveshell &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="sivtest" href="sivtest.html"/>
4242 <link rel="prev" title="pop3test" href="pop3test.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
857857 <script type="text/javascript">
858858 var DOCUMENTATION_OPTIONS = {
859859 URL_ROOT:'../../../../',
860 VERSION:'3.0.10 (stable)',
860 VERSION:'3.0.11 (stable)',
861861 COLLAPSE_INDEX:false,
862862 FILE_SUFFIX:'.html',
863863 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sivtest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>sivtest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="smtptest" href="smtptest.html"/>
4242 <link rel="prev" title="sieveshell" href="sieveshell.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
951951 <script type="text/javascript">
952952 var DOCUMENTATION_OPTIONS = {
953953 URL_ROOT:'../../../../',
954 VERSION:'3.0.10 (stable)',
954 VERSION:'3.0.11 (stable)',
955955 COLLAPSE_INDEX:false,
956956 FILE_SUFFIX:'.html',
957957 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>smtptest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>smtptest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="synctest" href="synctest.html"/>
4242 <link rel="prev" title="sivtest" href="sivtest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
957957 <script type="text/javascript">
958958 var DOCUMENTATION_OPTIONS = {
959959 URL_ROOT:'../../../../',
960 VERSION:'3.0.10 (stable)',
960 VERSION:'3.0.11 (stable)',
961961 COLLAPSE_INDEX:false,
962962 FILE_SUFFIX:'.html',
963963 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>synctest &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>synctest &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../../../index.html"/>
4040 <link rel="up" title="Man pages" href="../commands.html"/>
4141 <link rel="next" title="Tools &amp; Utilities" href="../../administration-tools.html"/>
4242 <link rel="prev" title="smtptest" href="smtptest.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
752752
808808 <script type="text/javascript">
809809 var DOCUMENTATION_OPTIONS = {
810810 URL_ROOT:'../../../../',
811 VERSION:'3.0.10 (stable)',
811 VERSION:'3.0.11 (stable)',
812812 COLLAPSE_INDEX:false,
813813 FILE_SUFFIX:'.html',
814814 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>RFCs Supported by Cyrus IMAP &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>RFCs Supported by Cyrus IMAP &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040
4141
4242
743743
744744 <div role="navigation" aria-label="breadcrumbs navigation">
745745 <ul class="wy-breadcrumbs">
746 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
746 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
747747
748748 <li>RFCs Supported by Cyrus IMAP</li>
749749 <li class="wy-breadcrumbs-aside">
13801380 <script type="text/javascript">
13811381 var DOCUMENTATION_OPTIONS = {
13821382 URL_ROOT:'../',
1383 VERSION:'3.0.10 (stable)',
1383 VERSION:'3.0.11 (stable)',
13841384 COLLAPSE_INDEX:false,
13851385 FILE_SUFFIX:'.html',
13861386 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Reporting Bugs &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Reporting Bugs &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Support/Community" href="../../support.html"/>
4141 <link rel="next" title="Mailing Lists" href="feedback-mailing-lists.html"/>
4242 <link rel="prev" title="Support/Community" href="../../support.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
752752
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../',
838 VERSION:'3.0.10 (stable)',
838 VERSION:'3.0.11 (stable)',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>IRC Chat &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>IRC Chat &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Support/Community" href="../../support.html"/>
4141 <link rel="next" title="Online Meetings" href="feedback-meetings.html"/>
4242 <link rel="prev" title="Mailing Lists" href="feedback-mailing-lists.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
752752
814814 <script type="text/javascript">
815815 var DOCUMENTATION_OPTIONS = {
816816 URL_ROOT:'../../',
817 VERSION:'3.0.10 (stable)',
817 VERSION:'3.0.11 (stable)',
818818 COLLAPSE_INDEX:false,
819819 FILE_SUFFIX:'.html',
820820 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailing Lists &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Mailing Lists &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Support/Community" href="../../support.html"/>
4141 <link rel="next" title="IRC Chat" href="feedback-irc.html"/>
4242 <link rel="prev" title="Reporting Bugs" href="feedback-bugs.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
752752
887887 <script type="text/javascript">
888888 var DOCUMENTATION_OPTIONS = {
889889 URL_ROOT:'../../',
890 VERSION:'3.0.10 (stable)',
890 VERSION:'3.0.11 (stable)',
891891 COLLAPSE_INDEX:false,
892892 FILE_SUFFIX:'.html',
893893 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Online Meetings &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Online Meetings &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../../genindex.html"/>
3838 <link rel="search" title="Search" href="../../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../../index.html"/>
4040 <link rel="up" title="Support/Community" href="../../support.html"/>
4141 <link rel="next" title="About Cyrus" href="../../overview/about_cyrus.html"/>
4242 <link rel="prev" title="IRC Chat" href="feedback-irc.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
752752
808808 <script type="text/javascript">
809809 var DOCUMENTATION_OPTIONS = {
810810 URL_ROOT:'../../',
811 VERSION:'3.0.10 (stable)',
811 VERSION:'3.0.11 (stable)',
812812 COLLAPSE_INDEX:false,
813813 FILE_SUFFIX:'.html',
814814 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>What is Cyrus IMAP? &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>What is Cyrus IMAP? &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="#"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="#"/>
4040 <link rel="next" title="Download" href="download.html"/>
4141
4242
744744
745745 <div role="navigation" aria-label="breadcrumbs navigation">
746746 <ul class="wy-breadcrumbs">
747 <li><a href="#">Docs v3.0.10 (stable)</a> &raquo;</li>
747 <li><a href="#">Docs v3.0.11 (stable)</a> &raquo;</li>
748748
749749 <li>What is Cyrus IMAP?</li>
750750 <li class="wy-breadcrumbs-aside">
763763 <span id="imap-index"></span><h1>What is Cyrus IMAP?<a class="headerlink" href="#what-is-cyrus-imap" title="Permalink to this headline">¶</a></h1>
764764 <p>Cyrus IMAP is an email, contacts and calendar server. Cyrus is free and open source.</p>
765765 <ul class="simple">
766 <li>This is the documentation for version 3.0.10 (stable) of Cyrus IMAP: <strong>stable</strong> branch.</li>
766 <li>This is the documentation for version 3.0.11 (stable) of Cyrus IMAP: <strong>stable</strong> branch.</li>
767767 <li>The latest development version 3.1.6 is at <a class="reference external" href="https://www.cyrusimap.org/dev/">https://www.cyrusimap.org/dev/</a>.</li>
768768 </ul>
769769 <div class="section" id="features">
10591059 <script type="text/javascript">
10601060 var DOCUMENTATION_OPTIONS = {
10611061 URL_ROOT:'./',
1062 VERSION:'3.0.10 (stable)',
1062 VERSION:'3.0.11 (stable)',
10631063 COLLAPSE_INDEX:false,
10641064 FILE_SUFFIX:'.html',
10651065 HAS_SOURCE: true
Binary diff not shown
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Operations &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Operations &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="next" title="Man pages" href="imap/reference/manpages/commands.html"/>
4141 <link rel="prev" title="Supported Platforms and System Requirements" href="imap/concepts/deployment/supported-platforms.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li>Operations</li>
751751 <li class="wy-breadcrumbs-aside">
858858 <script type="text/javascript">
859859 var DOCUMENTATION_OPTIONS = {
860860 URL_ROOT:'./',
861 VERSION:'3.0.10 (stable)',
861 VERSION:'3.0.11 (stable)',
862862 COLLAPSE_INDEX:false,
863863 FILE_SUFFIX:'.html',
864864 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>About Cyrus &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>About Cyrus &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="Support/Community" href="../support.html"/>
4141 <link rel="next" title="About Cyrus" href="what_is_cyrus.html"/>
4242 <link rel="prev" title="Online Meetings" href="../imap/support/feedback-meetings.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../support.html">Support/Community</a> &raquo;</li>
752752
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../',
839 VERSION:'3.0.10 (stable)',
839 VERSION:'3.0.11 (stable)',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Bylaws &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Bylaws &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
4141 <link rel="prev" title="Cyrus History" href="cyrus_history.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li><a href="../support.html">Support/Community</a> &raquo;</li>
751751
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../',
855 VERSION:'3.0.10 (stable)',
855 VERSION:'3.0.11 (stable)',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus History &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus History &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
4141 <link rel="next" title="Cyrus Bylaws" href="cyrus_bylaws.html"/>
4242 <link rel="prev" title="Cyrus Roadmap" href="cyrus_roadmap.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../support.html">Support/Community</a> &raquo;</li>
752752
821821 <script type="text/javascript">
822822 var DOCUMENTATION_OPTIONS = {
823823 URL_ROOT:'../',
824 VERSION:'3.0.10 (stable)',
824 VERSION:'3.0.11 (stable)',
825825 COLLAPSE_INDEX:false,
826826 FILE_SUFFIX:'.html',
827827 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Roadmap &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Cyrus Roadmap &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
4141 <link rel="next" title="Cyrus History" href="cyrus_history.html"/>
4242 <link rel="prev" title="Who Is Cyrus" href="who_is_cyrus.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../support.html">Support/Community</a> &raquo;</li>
752752
860860 <script type="text/javascript">
861861 var DOCUMENTATION_OPTIONS = {
862862 URL_ROOT:'../',
863 VERSION:'3.0.10 (stable)',
863 VERSION:'3.0.11 (stable)',
864864 COLLAPSE_INDEX:false,
865865 FILE_SUFFIX:'.html',
866866 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>About Cyrus &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>About Cyrus &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
4141 <link rel="next" title="Who Is Cyrus" href="who_is_cyrus.html"/>
4242 <link rel="prev" title="About Cyrus" href="about_cyrus.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../support.html">Support/Community</a> &raquo;</li>
752752
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../',
836 VERSION:'3.0.10 (stable)',
836 VERSION:'3.0.11 (stable)',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Who Is Cyrus &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Who Is Cyrus &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="../genindex.html"/>
3838 <link rel="search" title="Search" href="../search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="../index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="../index.html"/>
4040 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
4141 <link rel="next" title="Cyrus Roadmap" href="cyrus_roadmap.html"/>
4242 <link rel="prev" title="About Cyrus" href="what_is_cyrus.html"/>
746746
747747 <div role="navigation" aria-label="breadcrumbs navigation">
748748 <ul class="wy-breadcrumbs">
749 <li><a href="../index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
749 <li><a href="../index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
750750
751751 <li><a href="../support.html">Support/Community</a> &raquo;</li>
752752
878878 <script type="text/javascript">
879879 var DOCUMENTATION_OPTIONS = {
880880 URL_ROOT:'../',
881 VERSION:'3.0.10 (stable)',
881 VERSION:'3.0.11 (stable)',
882882 COLLAPSE_INDEX:false,
883883 FILE_SUFFIX:'.html',
884884 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Overview &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Overview &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="next" title="Features" href="imap/concepts/features.html"/>
4141 <link rel="prev" title="Introduction to Cyrus IMAP" href="imap/quickstart/introduction.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li>Overview</li>
751751 <li class="wy-breadcrumbs-aside">
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'./',
834 VERSION:'3.0.10 (stable)',
834 VERSION:'3.0.11 (stable)',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Preface &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Preface &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040
4141
4242
743743
744744 <div role="navigation" aria-label="breadcrumbs navigation">
745745 <ul class="wy-breadcrumbs">
746 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
746 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
747747
748748 <li>Preface</li>
749749 <li class="wy-breadcrumbs-aside">
797797 <script type="text/javascript">
798798 var DOCUMENTATION_OPTIONS = {
799799 URL_ROOT:'./',
800 VERSION:'3.0.10 (stable)',
800 VERSION:'3.0.11 (stable)',
801801 COLLAPSE_INDEX:false,
802802 FILE_SUFFIX:'.html',
803803 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quickstart Guide &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Quickstart Guide &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="next" title="Introduction to Cyrus IMAP" href="imap/quickstart/introduction.html"/>
4141 <link rel="prev" title="Notes for Packagers" href="imap/download/packagers.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li>Quickstart Guide</li>
751751 <li class="wy-breadcrumbs-aside">
783783 <p>The first place to start with a new installation of Cyrus IMAP is with
784784 your OS distribution of choice and their packaging, where available. If
785785 there is no Cyrus IMAP 3.0 package available yet from your distro,
786 download the <a class="reference external" href="ftp://ftp.cyrusimap.org/cyrus-imapd/debs/">latest stable package</a> : version 3.0.10.</p>
786 download the <a class="reference external" href="ftp://ftp.cyrusimap.org/cyrus-imapd/debs/">latest stable package</a> : version 3.0.11.</p>
787787 <p>We only provide limited options for reference packages, so use a
788788 supported distribution whenever possible. At this time the only
789789 official Cyrus packages are for Debian Jessie (with backports enabled).</p>
12421242 <script type="text/javascript">
12431243 var DOCUMENTATION_OPTIONS = {
12441244 URL_ROOT:'./',
1245 VERSION:'3.0.10 (stable)',
1245 VERSION:'3.0.11 (stable)',
12461246 COLLAPSE_INDEX:false,
12471247 FILE_SUFFIX:'.html',
12481248 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Search &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Search &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="#"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040
4141
4242
743743
744744 <div role="navigation" aria-label="breadcrumbs navigation">
745745 <ul class="wy-breadcrumbs">
746 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
746 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
747747
748748 <li></li>
749749 <li class="wy-breadcrumbs-aside">
796796 <script type="text/javascript">
797797 var DOCUMENTATION_OPTIONS = {
798798 URL_ROOT:'./',
799 VERSION:'3.0.10 (stable)',
799 VERSION:'3.0.11 (stable)',
800800 COLLAPSE_INDEX:false,
801801 FILE_SUFFIX:'.html',
802802 HAS_SOURCE: true
0 Search.setIndex({envversion:49,filenames:["contribute","developers","download","glossary","imap/concepts/deployment","imap/concepts/deployment/authentication_and_authorization","imap/concepts/deployment/databases","imap/concepts/deployment/deployment_scenarios","imap/concepts/deployment/known_protocol_limitations","imap/concepts/deployment/mailbox_creation_distribution","imap/concepts/deployment/performance_recommendations","imap/concepts/deployment/storage","imap/concepts/deployment/supported-platforms","imap/concepts/features","imap/concepts/features/access-control","imap/concepts/features/archiving","imap/concepts/features/authentication-kerberos","imap/concepts/features/authentication-ldap","imap/concepts/features/authentication-sql","imap/concepts/features/automatic-creation-of-mailboxes","imap/concepts/features/caldav-collections","imap/concepts/features/carddav","imap/concepts/features/dav-collection-mgmt","imap/concepts/features/dav-components","imap/concepts/features/delayed-delete","imap/concepts/features/delayed-expunge","imap/concepts/features/duplicate-message-delivery-suppression","imap/concepts/features/event-notifications","imap/concepts/features/mail-spool-partitions","imap/concepts/features/mailbox-annotations","imap/concepts/features/mailbox-distribution","imap/concepts/features/mailbox-metadata-partitions","imap/concepts/features/message-annotations","imap/concepts/features/namespaces","imap/concepts/features/quota","imap/concepts/features/sealed-system","imap/concepts/features/server-aggregation","imap/concepts/features/server-side-filtering","imap/concepts/features/shared-seen-state","imap/concepts/features/single-instance-store","imap/concepts/features/virtual-domains","imap/concepts/overview_and_concepts","imap/developer","imap/developer/ancient-releasing","imap/developer/compiling","imap/developer/cyrusworks","imap/developer/developer-testing","imap/developer/developer-tips","imap/developer/documentation","imap/developer/github-guide","imap/developer/install-xapian","imap/developer/libraries","imap/developer/libraries/imclient","imap/developer/namespaces","imap/developer/overview","imap/developer/process","imap/developer/releasing","imap/download/getcyrus","imap/download/installation/distributions/centos","imap/download/installation/distributions/debian","imap/download/installation/distributions/fedora","imap/download/installation/distributions/opensuse","imap/download/installation/distributions/rhel","imap/download/installation/distributions/ubuntu","imap/download/installation/http/caldav","imap/download/installation/http/carddav","imap/download/installation/http/rss","imap/download/installation/http/webdav","imap/download/installation/manage-dav","imap/download/installation/mta/configuration","imap/download/installation/virus","imap/download/packagers","imap/download/release-notes/1/1.x.x","imap/download/release-notes/2.0/2.0.x","imap/download/release-notes/2.1/2.1.x","imap/download/release-notes/2.2/2.2.x","imap/download/release-notes/2.3/index","imap/download/release-notes/2.3/x/2.3.0","imap/download/release-notes/2.3/x/2.3.1","imap/download/release-notes/2.3/x/2.3.10","imap/download/release-notes/2.3/x/2.3.11","imap/download/release-notes/2.3/x/2.3.12","imap/download/release-notes/2.3/x/2.3.13","imap/download/release-notes/2.3/x/2.3.14","imap/download/release-notes/2.3/x/2.3.15","imap/download/release-notes/2.3/x/2.3.16","imap/download/release-notes/2.3/x/2.3.17","imap/download/release-notes/2.3/x/2.3.18","imap/download/release-notes/2.3/x/2.3.19","imap/download/release-notes/2.3/x/2.3.2","imap/download/release-notes/2.3/x/2.3.20","imap/download/release-notes/2.3/x/2.3.3","imap/download/release-notes/2.3/x/2.3.4","imap/download/release-notes/2.3/x/2.3.5","imap/download/release-notes/2.3/x/2.3.6","imap/download/release-notes/2.3/x/2.3.7","imap/download/release-notes/2.3/x/2.3.8","imap/download/release-notes/2.3/x/2.3.9","imap/download/release-notes/2.4-dav/index","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9","imap/download/release-notes/2.4/index","imap/download/release-notes/2.4/x/2.4.0","imap/download/release-notes/2.4/x/2.4.1","imap/download/release-notes/2.4/x/2.4.10","imap/download/release-notes/2.4/x/2.4.11","imap/download/release-notes/2.4/x/2.4.12","imap/download/release-notes/2.4/x/2.4.13","imap/download/release-notes/2.4/x/2.4.14","imap/download/release-notes/2.4/x/2.4.15","imap/download/release-notes/2.4/x/2.4.16","imap/download/release-notes/2.4/x/2.4.17","imap/download/release-notes/2.4/x/2.4.18","imap/download/release-notes/2.4/x/2.4.19","imap/download/release-notes/2.4/x/2.4.2","imap/download/release-notes/2.4/x/2.4.20","imap/download/release-notes/2.4/x/2.4.3","imap/download/release-notes/2.4/x/2.4.4","imap/download/release-notes/2.4/x/2.4.5","imap/download/release-notes/2.4/x/2.4.6","imap/download/release-notes/2.4/x/2.4.7","imap/download/release-notes/2.4/x/2.4.8","imap/download/release-notes/2.4/x/2.4.9","imap/download/release-notes/2.5/index","imap/download/release-notes/2.5/x/2.5.0","imap/download/release-notes/2.5/x/2.5.1","imap/download/release-notes/2.5/x/2.5.10","imap/download/release-notes/2.5/x/2.5.11","imap/download/release-notes/2.5/x/2.5.12","imap/download/release-notes/2.5/x/2.5.2","imap/download/release-notes/2.5/x/2.5.3","imap/download/release-notes/2.5/x/2.5.4","imap/download/release-notes/2.5/x/2.5.5","imap/download/release-notes/2.5/x/2.5.6","imap/download/release-notes/2.5/x/2.5.7","imap/download/release-notes/2.5/x/2.5.8","imap/download/release-notes/2.5/x/2.5.9","imap/download/release-notes/3.0/index","imap/download/release-notes/3.0/x/3.0.0","imap/download/release-notes/3.0/x/3.0.0-beta1","imap/download/release-notes/3.0/x/3.0.0-beta2","imap/download/release-notes/3.0/x/3.0.0-beta3","imap/download/release-notes/3.0/x/3.0.0-beta4","imap/download/release-notes/3.0/x/3.0.0-beta5","imap/download/release-notes/3.0/x/3.0.0-beta6","imap/download/release-notes/3.0/x/3.0.0-rc1","imap/download/release-notes/3.0/x/3.0.0-rc2","imap/download/release-notes/3.0/x/3.0.0-rc3","imap/download/release-notes/3.0/x/3.0.0-rc4","imap/download/release-notes/3.0/x/3.0.1","imap/download/release-notes/3.0/x/3.0.10","imap/download/release-notes/3.0/x/3.0.2","imap/download/release-notes/3.0/x/3.0.3","imap/download/release-notes/3.0/x/3.0.4","imap/download/release-notes/3.0/x/3.0.5","imap/download/release-notes/3.0/x/3.0.6","imap/download/release-notes/3.0/x/3.0.7","imap/download/release-notes/3.0/x/3.0.8","imap/download/release-notes/3.0/x/3.0.9","imap/download/release-notes/index","imap/download/upgrade","imap/installing","imap/quickstart/introduction","imap/reference/admin","imap/reference/admin/access-control","imap/reference/admin/access-control/combining-rights","imap/reference/admin/access-control/defaults","imap/reference/admin/access-control/identifiers","imap/reference/admin/access-control/rights-reference","imap/reference/admin/backups","imap/reference/admin/config-mailboxdistribution","imap/reference/admin/eventsource","imap/reference/admin/locations","imap/reference/admin/locations/archive-partitions","imap/reference/admin/locations/configuration-state","imap/reference/admin/locations/hashing","imap/reference/admin/locations/mailspool","imap/reference/admin/locations/searchtiers","imap/reference/admin/murder/murder","imap/reference/admin/murder/murder-concepts","imap/reference/admin/murder/murder-failure-modes","imap/reference/admin/murder/murder-installation","imap/reference/admin/murder/murder-mail-delivery","imap/reference/admin/murder/murder-mupdate-details","imap/reference/admin/nginx-proxy","imap/reference/admin/nntp","imap/reference/admin/ports-sockets","imap/reference/admin/ports/services","imap/reference/admin/ports/sockets","imap/reference/admin/protlayer","imap/reference/admin/quotas","imap/reference/admin/quotas/quotaroots","imap/reference/admin/quotas/quotatypes","imap/reference/admin/sieve","imap/reference/admin/sop","imap/reference/admin/sop/administration-running","imap/reference/admin/sop/altnamespace","imap/reference/admin/sop/deleting","imap/reference/admin/sop/mailbox-operations","imap/reference/admin/sop/mailbox-quota","imap/reference/admin/sop/reconstructing","imap/reference/admin/sop/reloading","imap/reference/admin/sop/replication","imap/reference/admin/sop/splitting-metadata","imap/reference/admin/sop/squatter","imap/reference/admin/sop/userdeny","imap/reference/admin/tweaking","imap/reference/administration-tools","imap/reference/architecture","imap/reference/faq","imap/reference/faqs/feature-database-backend","imap/reference/faqs/feature-duplicate-delivery","imap/reference/faqs/install-compilationerrors","imap/reference/faqs/install-detecting-berkeley","imap/reference/faqs/install-install-help","imap/reference/faqs/install-linkerwarnings","imap/reference/faqs/interop-8bit","imap/reference/faqs/interop-barenewlines","imap/reference/faqs/interop-sieve-exim","imap/reference/faqs/interop-slow-delivery","imap/reference/faqs/o-acls","imap/reference/faqs/o-annotations","imap/reference/faqs/o-berkeleydb","imap/reference/faqs/o-configdir-tempfs","imap/reference/faqs/o-coredump","imap/reference/faqs/o-db3-lockers","imap/reference/faqs/o-delete-mailbox","imap/reference/faqs/o-deleted-expired-expunged-purged","imap/reference/faqs/o-deliverdb-size","imap/reference/faqs/o-freezes","imap/reference/faqs/o-gdb","imap/reference/faqs/o-mailbox-doesnotexist","imap/reference/faqs/o-mixedcase","imap/reference/faqs/o-otherdatabases","imap/reference/faqs/o-pop3slow","imap/reference/faqs/o-reconstruct","imap/reference/faqs/o-sharedfilesystem-gpfs","imap/reference/faqs/o-telemetry","imap/reference/faqs/o-toomanyprocesses","imap/reference/faqs/o-unable-join-environment","imap/reference/faqs/o-vacation-mailfrom","imap/reference/faqs/r-murder-ha","imap/reference/faqs/r-pop3-logging","imap/reference/faqs/r-publicssharedfolders","imap/reference/faqs/r-subfolders","imap/reference/manpages/commands","imap/reference/manpages/configs/cyrus.conf","imap/reference/manpages/configs/imapd.conf","imap/reference/manpages/configs/krb.equiv","imap/reference/manpages/systemcommands/arbitron","imap/reference/manpages/systemcommands/backupd","imap/reference/manpages/systemcommands/chk_cyrus","imap/reference/manpages/systemcommands/ctl_backups","imap/reference/manpages/systemcommands/ctl_conversationsdb","imap/reference/manpages/systemcommands/ctl_cyrusdb","imap/reference/manpages/systemcommands/ctl_deliver","imap/reference/manpages/systemcommands/ctl_mboxlist","imap/reference/manpages/systemcommands/ctl_zoneinfo","imap/reference/manpages/systemcommands/cvt_cyrusdb","imap/reference/manpages/systemcommands/cvt_xlist_specialuse","imap/reference/manpages/systemcommands/cyr_backup","imap/reference/manpages/systemcommands/cyr_buildinfo","imap/reference/manpages/systemcommands/cyr_dbtool","imap/reference/manpages/systemcommands/cyr_deny","imap/reference/manpages/systemcommands/cyr_df","imap/reference/manpages/systemcommands/cyr_expire","imap/reference/manpages/systemcommands/cyr_info","imap/reference/manpages/systemcommands/cyr_sequence","imap/reference/manpages/systemcommands/cyr_synclog","imap/reference/manpages/systemcommands/cyr_userseen","imap/reference/manpages/systemcommands/cyr_virusscan","imap/reference/manpages/systemcommands/cyradm","imap/reference/manpages/systemcommands/cyrdump","imap/reference/manpages/systemcommands/deliver","imap/reference/manpages/systemcommands/fetchnews","imap/reference/manpages/systemcommands/fud","imap/reference/manpages/systemcommands/httpd","imap/reference/manpages/systemcommands/idled","imap/reference/manpages/systemcommands/imapd","imap/reference/manpages/systemcommands/ipurge","imap/reference/manpages/systemcommands/lmtpd","imap/reference/manpages/systemcommands/lmtpproxyd","imap/reference/manpages/systemcommands/masssievec","imap/reference/manpages/systemcommands/master","imap/reference/manpages/systemcommands/mbexamine","imap/reference/manpages/systemcommands/mbpath","imap/reference/manpages/systemcommands/mbtool","imap/reference/manpages/systemcommands/mkimap","imap/reference/manpages/systemcommands/mknewsgroups","imap/reference/manpages/systemcommands/mupdate","imap/reference/manpages/systemcommands/nntpd","imap/reference/manpages/systemcommands/notifyd","imap/reference/manpages/systemcommands/pop3d","imap/reference/manpages/systemcommands/pop3proxyd","imap/reference/manpages/systemcommands/proxyd","imap/reference/manpages/systemcommands/ptdump","imap/reference/manpages/systemcommands/ptexpire","imap/reference/manpages/systemcommands/ptloader","imap/reference/manpages/systemcommands/quota","imap/reference/manpages/systemcommands/reconstruct","imap/reference/manpages/systemcommands/rehash","imap/reference/manpages/systemcommands/restore","imap/reference/manpages/systemcommands/sievec","imap/reference/manpages/systemcommands/sieved","imap/reference/manpages/systemcommands/smmapd","imap/reference/manpages/systemcommands/squatter","imap/reference/manpages/systemcommands/sync_client","imap/reference/manpages/systemcommands/sync_reset","imap/reference/manpages/systemcommands/sync_server","imap/reference/manpages/systemcommands/timsieved","imap/reference/manpages/systemcommands/tls_prune","imap/reference/manpages/systemcommands/translatesieve","imap/reference/manpages/systemcommands/unexpunge","imap/reference/manpages/usercommands/arbitronsort.pl","imap/reference/manpages/usercommands/dav_reconstruct","imap/reference/manpages/usercommands/httptest","imap/reference/manpages/usercommands/imtest","imap/reference/manpages/usercommands/installsieve","imap/reference/manpages/usercommands/lmtptest","imap/reference/manpages/usercommands/mupdatetest","imap/reference/manpages/usercommands/nntptest","imap/reference/manpages/usercommands/pop3test","imap/reference/manpages/usercommands/sieveshell","imap/reference/manpages/usercommands/sivtest","imap/reference/manpages/usercommands/smtptest","imap/reference/manpages/usercommands/synctest","imap/rfc-support","imap/support/feedback-bugs","imap/support/feedback-irc","imap/support/feedback-mailing-lists","imap/support/feedback-meetings","index","operations","overview","overview/about_cyrus","overview/cyrus_bylaws","overview/cyrus_history","overview/cyrus_roadmap","overview/what_is_cyrus","overview/who_is_cyrus","preface","quickstart","setup","sitemap","styles","support"],objects:{"":{"-A":[323,0,1,"cmdoption-dav_reconstruct-A"],"-C":[323,0,1,"cmdoption-dav_reconstruct-C"],"-D":[313,0,1,"cmdoption-smmapd-D"],"-E":[305,0,1,"cmdoption-ptexpire-E"],"-F":[315,0,1,"cmdoption-sync_client-F"],"-G":[308,0,1,"cmdoption-reconstruct-G"],"-I":[325,0,1,"cmdoption-imtest-I"],"-J":[307,0,1,"cmdoption-quota-J"],"-L":[315,0,1,"cmdoption-sync_client-L"],"-M":[310,0,1,"cmdoption-restore-M"],"-N":[314,0,1,"cmdoption-squatter-N"],"-O":[315,0,1,"cmdoption-sync_client-O"],"-P":[310,0,1,"cmdoption-restore-P"],"-R":[314,0,1,"cmdoption-squatter-R"],"-S":[315,0,1,"cmdoption-sync_client-S"],"-T":[314,0,1,"cmdoption-squatter-T"],"-U":[313,0,1,"cmdoption-smmapd-U"],"-V":[308,0,1,"cmdoption-reconstruct-V"],"-X":[325,0,1,"cmdoption-imtest-X"],"-a":[333,0,1,"cmdoption-smtptest-a"],"-b":[288,0,1,"cmdoption-ipurge-b"],"-c":[333,0,1,"cmdoption-smtptest-c"],"-d":[326,0,1,"cmdoption-installsieve-d"],"-f":[333,0,1,"cmdoption-smtptest-f"],"-g":[326,0,1,"cmdoption-installsieve-g"],"-h":[314,0,1,"cmdoption-squatter-h"],"-i":[333,0,1,"cmdoption-smtptest-i"],"-j":[292,0,1,"cmdoption-master-j"],"-k":[333,0,1,"cmdoption-smtptest-k"],"-l":[333,0,1,"cmdoption-smtptest-l"],"-m":[333,0,1,"cmdoption-smtptest-m"],"-n":[333,0,1,"cmdoption-smtptest-n"],"-o":[333,0,1,"cmdoption-smtptest-o"],"-p":[333,0,1,"cmdoption-smtptest-p"],"-q":[329,0,1,"cmdoption-nntptest-q"],"-r":[333,0,1,"cmdoption-smtptest-r"],"-s":[333,0,1,"cmdoption-smtptest-s"],"-t":[333,0,1,"cmdoption-smtptest-t"],"-u":[333,0,1,"cmdoption-smtptest-u"],"-v":[333,0,1,"cmdoption-smtptest-v"],"-w":[333,0,1,"cmdoption-smtptest-w"],"-x":[325,0,1,"cmdoption-imtest-x"],"-y":[283,0,1,"cmdoption-fetchnews-y"],"-z":[325,0,1,"cmdoption-imtest-z"],"arbitron(8)":[258,1,1,"std:cyrusman-arbitron(8)"],"backupd(8)":[259,1,1,"std:cyrusman-backupd(8)"],"chk_cyrus(8)":[260,1,1,"std:cyrusman-chk_cyrus(8)"],"conf-all":[275,0,1,"cmdoption-arg-conf-all"],"conf-default":[275,0,1,"cmdoption-arg-conf-default"],"conf-lint":[275,0,1,"cmdoption-arg-conf-lint"],"config-file":[296,0,1,"cmdoption-mkimap-arg-config-file"],"ctl_backups(8)":[261,1,1,"std:cyrusman-ctl_backups(8)"],"ctl_conversationsdb(8)":[262,1,1,"std:cyrusman-ctl_conversationsdb(8)"],"ctl_cyrusdb(8)":[263,1,1,"std:cyrusman-ctl_cyrusdb(8)"],"ctl_deliver(8)":[264,1,1,"std:cyrusman-ctl_deliver(8)"],"ctl_mboxlist(8)":[265,1,1,"std:cyrusman-ctl_mboxlist(8)"],"ctl_zoneinfo(8)":[266,1,1,"std:cyrusman-ctl_zoneinfo(8)"],"cvt_cyrusdb(8)":[267,1,1,"std:cyrusman-cvt_cyrusdb(8)"],"cvt_xlist_specialuse(8)":[268,1,1,"std:cyrusman-cvt_xlist_specialuse(8)"],"cyr_backup(8)":[269,1,1,"std:cyrusman-cyr_backup(8)"],"cyr_buildinfo(8)":[270,1,1,"std:cyrusman-cyr_buildinfo(8)"],"cyr_dbtool(8)":[271,1,1,"std:cyrusman-cyr_dbtool(8)"],"cyr_deny(8)":[272,1,1,"std:cyrusman-cyr_deny(8)"],"cyr_df(8)":[273,1,1,"std:cyrusman-cyr_df(8)"],"cyr_expire(8)":[274,1,1,"std:cyrusman-cyr_expire(8)"],"cyr_info(8)":[275,1,1,"std:cyrusman-cyr_info(8)"],"cyr_sequence(8)":[276,1,1,"std:cyrusman-cyr_sequence(8)"],"cyr_synclog(8)":[277,1,1,"std:cyrusman-cyr_synclog(8)"],"cyr_userseen(8)":[278,1,1,"std:cyrusman-cyr_userseen(8)"],"cyr_virusscan(8)":[279,1,1,"std:cyrusman-cyr_virusscan(8)"],"cyradm(8)":[280,1,1,"std:cyrusman-cyradm(8)"],"cyrdump(8)":[281,1,1,"std:cyrusman-cyrdump(8)"],"dav_reconstruct(1)":[323,1,1,"std:cyrusman-dav_reconstruct(1)"],"deliver(8)":[282,1,1,"std:cyrusman-deliver(8)"],"fetchnews(8)":[283,1,1,"std:cyrusman-fetchnews(8)"],"fud(8)":[284,1,1,"std:cyrusman-fud(8)"],"httpd(8)":[285,1,1,"std:cyrusman-httpd(8)"],"httptest(1)":[324,1,1,"std:cyrusman-httptest(1)"],"idled(8)":[286,1,1,"std:cyrusman-idled(8)"],"imapd(8)":[287,1,1,"std:cyrusman-imapd(8)"],"imclient(3)":[52,1,1,"std:cyrusman-imclient(3)"],"imtest(1)":[325,1,1,"std:cyrusman-imtest(1)"],"installsieve(1)":[326,1,1,"std:cyrusman-installsieve(1)"],"ipurge(8)":[288,1,1,"std:cyrusman-ipurge(8)"],"lmtpd(8)":[289,1,1,"std:cyrusman-lmtpd(8)"],"lmtpproxyd(8)":[290,1,1,"std:cyrusman-lmtpproxyd(8)"],"lmtptest(1)":[327,1,1,"std:cyrusman-lmtptest(1)"],"mailbox-prefix":[307,0,1,"cmdoption-quota-arg-mailbox-prefix"],"masssievec(8)":[291,1,1,"std:cyrusman-masssievec(8)"],"master(8)":[292,1,1,"std:cyrusman-master(8)"],"mbexamine(8)":[293,1,1,"std:cyrusman-mbexamine(8)"],"mbpath(8)":[294,1,1,"std:cyrusman-mbpath(8)"],"mbtool(8)":[295,1,1,"std:cyrusman-mbtool(8)"],"mkimap(8)":[296,1,1,"std:cyrusman-mkimap(8)"],"mknewsgroups(8)":[297,1,1,"std:cyrusman-mknewsgroups(8)"],"mupdate(8)":[298,1,1,"std:cyrusman-mupdate(8)"],"mupdatetest(1)":[328,1,1,"std:cyrusman-mupdatetest(1)"],"nntpd(8)":[299,1,1,"std:cyrusman-nntpd(8)"],"nntptest(1)":[329,1,1,"std:cyrusman-nntptest(1)"],"notifyd(8)":[300,1,1,"std:cyrusman-notifyd(8)"],"pop3d(8)":[301,1,1,"std:cyrusman-pop3d(8)"],"pop3proxyd(8)":[302,1,1,"std:cyrusman-pop3proxyd(8)"],"pop3test(1)":[330,1,1,"std:cyrusman-pop3test(1)"],"proxyd(8)":[303,1,1,"std:cyrusman-proxyd(8)"],"ptdump(8)":[304,1,1,"std:cyrusman-ptdump(8)"],"ptexpire(8)":[305,1,1,"std:cyrusman-ptexpire(8)"],"ptloader(8)":[306,1,1,"std:cyrusman-ptloader(8)"],"quota(8)":[307,1,1,"std:cyrusman-quota(8)"],"reconstruct(8)":[308,1,1,"std:cyrusman-reconstruct(8)"],"rehash(8)":[309,1,1,"std:cyrusman-rehash(8)"],"restore(8)":[310,1,1,"std:cyrusman-restore(8)"],"sievec(8)":[311,1,1,"std:cyrusman-sievec(8)"],"sieved(8)":[312,1,1,"std:cyrusman-sieved(8)"],"sieveshell(1)":[331,1,1,"std:cyrusman-sieveshell(1)"],"sivtest(1)":[332,1,1,"std:cyrusman-sivtest(1)"],"smmapd(8)":[313,1,1,"std:cyrusman-smmapd(8)"],"smtptest(1)":[333,1,1,"std:cyrusman-smtptest(1)"],"squatter(8)":[314,1,1,"std:cyrusman-squatter(8)"],"sync_client(8)":[315,1,1,"std:cyrusman-sync_client(8)"],"sync_reset(8)":[316,1,1,"std:cyrusman-sync_reset(8)"],"sync_server(8)":[317,1,1,"std:cyrusman-sync_server(8)"],"synctest(1)":[334,1,1,"std:cyrusman-synctest(1)"],"timsieved(8)":[318,1,1,"std:cyrusman-timsieved(8)"],"tls_prune(8)":[319,1,1,"std:cyrusman-tls_prune(8)"],"translatesieve(8)":[320,1,1,"std:cyrusman-translatesieve(8)"],"unexpunge(8)":[321,1,1,"std:cyrusman-unexpunge(8)"],compact:[261,0,1,"cmdoption-ctl_backups-arg-compact"],compress:[276,0,1,"cmdoption-cyr_sequence-arg-compress"],conf:[275,0,1,"cmdoption-arg-conf"],create:[276,0,1,"cmdoption-cyr_sequence-arg-create"],dump:[269,0,1,"cmdoption-arg-dump"],format:[270,0,1,"cmdoption-cyr_buildinfo-arg-format"],imapd:[309,0,1,"cmdoption-rehash-arg-imapd"],ismember:[276,0,1,"cmdoption-cyr_sequence-arg-ismember"],join:[276,0,1,"cmdoption-cyr_sequence-arg-join"],json:[269,0,1,"cmdoption-arg-json"],list:[269,0,1,"cmdoption-arg-list"],lock:[261,0,1,"cmdoption-ctl_backups-arg-lock"],members:[276,0,1,"cmdoption-cyr_sequence-arg-members"],parsed:[276,0,1,"cmdoption-cyr_sequence-arg-parsed"],proc:[275,0,1,"cmdoption-arg-proc"],reindex:[261,0,1,"cmdoption-ctl_backups-arg-reindex"],show:[269,0,1,"cmdoption-arg-show"],stat:[261,0,1,"cmdoption-ctl_backups-arg-stat"],userid_list:[323,0,1,"cmdoption-dav_reconstruct-arg-userid_list"],verify:[261,0,1,"cmdoption-ctl_backups-arg-verify"]},arbitronsort:{"pl(1)":[322,1,1,"std:cyrusman-arbitronsort.pl(1)"]},cyrus:{"conf(5)":[255,1,1,"std:cyrusman-cyrus.conf(5)"]},imapd:{"conf(5)":[256,1,1,"std:cyrusman-imapd.conf(5)"]},krb:{"equiv(5)":[257,1,1,"std:cyrusman-krb.equiv(5)"]}},objnames:{"0":["std","option","option"],"1":["std","cyrusman","cyrusman"]},objtypes:{"0":"std:option","1":"std:cyrusman"},terms:{"1000gb":179,"1000gib":[9,179],"100gb":179,"100gib":9,"10t16":27,"110gib":9,"11am":339,"1234abcd":18,"128k":256,"12a62f123451395dc7d52518ae8e8c75571c9876":293,"152f59c":161,"19011213t204552z":256,"1mb":[15,256],"1tb":245,"2000gib":[9,179],"200g":231,"200gib":[9,179],"2013h":[64,266],"20151119t063000z":27,"20151119t073000z":27,"20151119t083000z":27,"20380119t031407z":256,"20t11":27,"20t13":27,"23t14":27,"23t18":27,"24h":321,"255f37ffc2e7":27,"2c_thoma":27,"2gb":158,"2ghz":245,"30gb":179,"30gib":9,"3829c6087dac":321,"3ab4f8d5512e33b1":293,"3rd":256,"400gb":179,"400gib":9,"41d7":264,"41z":27,"49ba20f5":27,"4aa62f540d81395dc7d52518ae8e8c75571c8f11":293,"4d5c6b7a":206,"4d88af31":206,"4d88af34":206,"4d88af35":206,"4d9618acd0aea6b33683766358351459":27,"4gb":245,"4ghz":245,"4rev1":335,"500gib":9,"512mb":44,"53c4137":161,"5571a7bc1bc865":264,"5a6":72,"5edadcf":161,"5meg":347,"600gb":179,"600gib":9,"64bit":[117,160],"69bdb40dac9de4d17057a5245c34544f2d6849db":293,"6aa93fd583f143dde555184d508ab0916e06b026":293,"700gib":[9,179],"70gb":179,"70gib":9,"739232245980a3efe3df490841221a4b7bac4f27":293,"7bit":[27,321],"80gib":9,"80k":245,"8bit":[27,113,256,335],"8bitmime":73,"8gb":245,"8th":72,"900gib":[9,179],"95349cd5d1cf21b55e6e0930b2ee5754f977ba8c":321,"\u00f8yvind":348,"\u0434\u0438\u043b\u044f\u043d":[136,159,160,167],"\u043f\u0430\u043b\u0430\u0443\u0437\u043e\u0432":[136,159,160,167],"boolean":[52,230,256],"break":[72,115,116,118,119,131,137,143,144,159,168,178,202,227,256,265],"byte":[6,44,48,72,75,88,117,127,129,256,288,293,308],"case":[0,4,5,7],"catch":[36,72,339],"char":[47,52,206],"class":[41,181,188,201,256,345,353],"const":52,"default":[0,1,2,3,4,5,6,7,8,9,10,11],"delete":[64,73,74,79,84,109,133,177,188],"export":[41,50,73,106,170],"final":[3,6,11,15,25,41,46,79,97,120,127,131,169,170,177,202,223,233,256,345,347,353],"float":274,"function":[7,11,12,18,19,36,44,45],"go\u0142\u0119biowski":167,"h\u00e5vard":256,"import":[3,11,66,73,134,135,136,137,138,139,140,141,142,143,144,145,147,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,178,188,211,234,255,308,336,347,353],"int":[52,72,102,105,256],"jes\u00fa":131,"kundr\u00e1t":127,"long":[6,9,30,33,36,41,47,52,72,81,113,124,127,129,133,137,161,164,169,178,179,211,218,225],"new":4,"null":[3,6,11,18,33,41,47,52,72,73,88,117,135,147,149,150,151,152,153,154,155,156,157,170,176,183,198,249,256,300],"ond\u0159ej":[143,348],"public":[41,43,56,64,65,67,218],"return":[5,27,41,47,48,52,64,65,67,72,73,74,84,107,108,114,115,118,134,136,137,167,170,177,188,190,192,198,199,256,276,280,282,323,335,353],"short":[7,11,48,72,75,84,101,111,120,136,174,177,179,192,245,247,251,256,258,277],"static":[3,36,52,68,72,73,256],"super":[35,125,169,347],"sur\u00fd":[143,348],"switch":[11,41,52,72,73,74,75,120],"true":[7,18,40,63,72,166,170,174],"try":[40,47,55,72,133,168,170,178,188,190,202,211,214,218,221,226],"var":[11,28,40,43,46,50,56,63,72,169,170,181,182,183,185,186,190,194,197,199,211,212,214,215,231,238,244,246,255,256,267,271,273,275,285,287,289,292,293,294,296,298,301,317,318,350],"void":[35,52,198],"while":[5,6,9,11,19,27,28,33,36,40,41,43,44,48,52,54,60,68,74,84,133,169,177,178,180,181,183,188,190,192,198,204,212,213,215,217,224,231,236,238,240,245,247,255,256,261,268,280,314],_admin:41,_d9aa3c2dd73a9166113254d4ebe07bc8:27,_highlightword:234,_mech:256,_sync_authnam:178,_sync_host:178,_sync_password:178,_sync_port:178,_sync_repeat_interv:178,_tls_:75,a001:188,a002:188,a01:[58,59,60,62,63],a0e716087dac:321,a4bf5bbb9feaa271:27,a777:177,a8486f5db6ec207de9b9f069850546e:27,abandon:75,abbrevi:280,abc:48,abil:[7,11,19,35,38,40,41,68,72,73,74,187,188,190,194,217,244,256],abiliti:117,abl:[3,11,18,19,33,36,40,45,48,58,59,60,62,63,64,85,107,169,170,177,188,190,206,211,236,256,292,337],abnf:335,abnorm:233,abort:[72,73,83,188,233,256,310,315],about:[0,1,3,5,6,7,11,15,36,41,44],abov:[15,18,40,41,46,57,60,63,67,129,133,134,170,179,181,182,183,185,190,194,202,206,209,234,245,255,265,280,321,350,353],above:188,absenc:344,absolut:[9,28,30,56,64,75,133,179,183,199,216,231,256],abus:[41,265],acap:[52,73,188,192,335],acapmbox:73,acapsiev:73,accept:[11,72,73,74,75,97,108,109,117,134,136,147,149,150,151,152,153,154,155,156,157,164,169,170,188,192,194,202,211,225,256,259,270,276,280,282,285,287,289,298,299,300,301,306,313,314,318,344,347,350],access:[3,4,5],accid:316,accident:[24,25,236,245,310,321],accommod:188,accompani:[15,182],accomplish:[41,125,171,181,188,194,245,249,345],accord:[9,30,66,178,179,181,186,190,242,256,261,269,310,344],accordingli:[75,194,256],account:[10,11,18,19,27,35,40,41,43,46],accountid:27,accur:[11,133],achaemenid:46,acheiv:211,achiev:[11,28,169,195,211,245,256],aci:14,ack:247,acknowledg:57,acl:[6,27,36],aclright:27,acls:115,aclsubject:27,acm:256,acquir:[47,72,97],across:[8,11,12,13,36,41,46,73,75,81,125,137,160,166,175,178,187,188,190,192,217,234,245,256,347],act:[41,68,133,176,188,211,278,298,347],actdiag:48,action:[19,27,33,41,57,71,72,74,133,169,177,180,188,202,211,217,256,271,280,295,300,310,314,315,335],activ:[6,11,18,33,41,57,62,74,144,148,149,150,151,152,153,154,155,156,157,160,178,188,192,198,202,211,223,256,292,297,314,326,331,340,348],activate:190,actual:[3,5,7,9,11,15,19,26,28,30,33,41,45,72,81,116,129,131,133,147,151,152,153,154,155,156,157,170,177,178],actualli:278,adam:167,adapt:[3,71],adapter:[3,11],add:[18,40,43,44,45,46],added:[72,74,75,77,79,80,81,82,84,85,89,90,92,95,96,97,99,100,101,104,105,106,107,108,109,111,125,129,147,149,150,151,152,153,154,155,156,157,256],adding:1,addit:[3,5,6,7,9,11,12,31,41,44,47,48,49,57,71,73,84,133,147,148,149,150,151,152,153,154,155,156,157,169,170,175,178,180,181,182,183,184,185,186,188],addition:[11,19,36,41,57,74,133,177],address:[3,4,5,6,11,18,19,22,33,36],addressbook:22,addsub:83,addus:46,adher:[241,249],adjac:256,adjust:[11,41,64,170,183,206,211,247,308,350],adkin:[73,248],adkinss:[73,248],admin:[33,40,41,43,56,63,64,68,73,74,75,79,85,108,133,134,159,161,170,174,175,178,190,202,211,217,218,230],admin_3:350,administ:[33,35,40,41,174,175,177,280],administr:[3,7,11,15,24,25],administrat:[13,347],adminitr:174,adminref:341,admissibl:256,admit:[177,280],adopt:[19,349],adv:206,advanc:[9,30,179,345],advantag:[6,7,13,71,73,74,188,314,347],advent:45,advertis:[64,68,72,129,169,188,256],advis:[41,48,308],aea7:27,aege:116,aes256:[58,59,60,62,63],af11:256,af12:256,af13:256,af21:256,af22:256,af23:256,af31:256,af32:256,af33:256,af41:256,af42:256,af43:256,afek:348,affect:[19,33,44,49,72,73,125,161,169,178,211,220,228,243,245,247,253,256,262,279,308,314],aforement:[8,11,36,133],afs:[41,72,74,125,176,188,256,306],afskrb:256,afspt:75,afspts:256,afspts_localrealm:256,afspts_mycel:256,after:[3,8,9,11,15,19,24,26,30,33,41,44,52,56,71,72,80,82,83,84,92,114,125,127,133,135,145,177,178,179,188,189,190,192,194,198,202,206,209,210,230,231,235,236,245,256,261,262,263,280,308,314,315,324,325,327,328,329,330,332,333,345,349],again:[11,36,41,43,56,63,72,73,74,75,79,116,120,131,147,148,149,150,151,152,153,154,155,156,157,160,169,170,178,182,185,186,187],against:[5,11,41,47,48,54,56,58,59,60,62,63,72,90,114,133,143,170,180,188,192,201,202,222,224,236,248,256],age:288,agent:[3,41,103,170,188,217,241,292,347],agentx:[73,292],aggreg:4,aggregat:[13,19],aggress:134,agnost:11,ago:[127,206,236],agreement:225,ahead:[11,192,256],ahv:169,aid:[4,71,73,83,190,260,268,296],aim:133,aix:245,aka:[133,178],akio:[114,115],alain:73,alarm:[27,147,148,149,150,151,152,153,154,155,156,157,158,180,234],alarmrecipi:27,alarmtim:27,albert:75,alec:115,alert:[41,72,75,230,256,280,287],alexei:[344,348],algorithm:[72,79,184,256],alia:[5,6,257,280],alias:[5,6,40,121,256,280],align:[72,79,97],alik:11,aliv:[104,247,339],alive:335,all:[0,3,5,6,7,8,9,11,12,13,18,19,24,25,27,30,31,33,35,36,38,40,41,44,45,46,47,48,52,55,57,58,59,60,62,63,64,66,68,71,72,74,75,77,83,84,106,111,112,113,117,125,127,133,142,143,161,166,167,169,170,173],allberi:[73,280],alldai:27,alloc:[11,47,73,170,350],allof:75,allow:[3,5,7,8,9,11,13,15,18,19,24,25,27,30,33,34,35,36,40,41,44,52,53,64,65,66,67,68,72,73,74,75,77,79,80,81,83,84,85,89,97,106,108,114,116,121,125,129,130,131],allowallsubscrib:[7,177,190,256],allowanonymouslogin:[41,256],allowapop:[243,256],allownewnew:[194,256,299],allowplaintext:41,allowusermov:[75,256],allprop:106,almost:[74,170,209,245,256,308],alon:[7,11,95,179,182,245,350],along:[41,55,108,169,171,177,188,345,350],alongsid:[6,178],alphabet:[12,47,181,188,255],alphanumer:[18,181,185,192,256],alpine:81,alreadi:[5,11,12,18,19,26,38,41,44,49,55,64,68,71,72,74,133,169,170,178,188,190,199,256,261,262,271,280,310,314,320,326,347,350],also:[3,5,6,7,9,11,15,18,19,25,27,28,30,31,33,36,40,41,43,44,46,47,48,49,50],alt:[194,256,297,353],alt_config:323,altconfig:[267,276,311],alter:[18,64,211,217,241,255,274,278,310],altern:[9,11],although:[5,11,188,256,282],altogeth:19,altprefix:256,alumni:348,alwai:[11,33,41,46,47,72,74,75,83,84,105,116,126,127,134,169,170,175,184,190,199,211,217,224,255,256,309,315],always:53,alwaystru:170,amavisd:27,ambigu:177,amend:18,american:258,amo:[73,74],among:[3,9,30,72,133,188,259,296],amongst:349,amount:[9,11,18,24,25,27,28,30,34,72,73,75,77,81,97,133,179,188,191,199,218,231,242,247],ams:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],amssync:72,analysi:187,ancient:42,andjelkov:73,andrea:234,andrew:[52,57,72,116,171,188,190,206,338,347,349],andrewmailsystem:345,andrewproject:345,andy:257,anew:308,ani:[3,5,7,11,12,15,25,27,33,35,40,41,43,47,48,49,52,56,57,58,59,60,62,63,68,70,71,72,73,74,75,77,84,89,147,149,150,151,152,153,154,155,156,157],ann:178,annoi:[11,72,73,287],annot:4,annotat:4,annotate:[335,346],annotatemor:230,annotatemore:[58,59,60,62,63,74,75,133,144],annotatemsg:41,annotation:[41,201,280,307],annotation_allow_undefin:[133,256],annotation_callout:[133,256],annotation_db:[133,256],annotation_db_path:[183,256],annotation_definit:[85,256],annotations_definit:256,announc:[33,43,56,144,338],anonymous:[73,202,256],anoth:[0,11,33,36,38,40,63,74,133,169,180,188,202,211,218],another:[5,188,225,248],ansi:72,answer:[7,170,251,256,348],answere:293,anthoni:167,anticipatori:11,antispam:340,antiviru:[147,148,149,150,151,152,153,154,155,156,157,340],any:[41,57,64,68,71,176,188,202,211,217,256,259,285,287,292,299,301,308,314,317,323],anybodi:[56,72],anymor:[190,256],anyof:75,anyon:[5,19,35],anyoneuseracl:256,anysievefold:256,anyth:[11,43,46,54,56,72,169,174,209,274,275,280,287],anywai:[72,178,256],apach:68,apart:84,api:[6,47,73,100,111,115,160],api_refer:234,apop:[243,256,330],app:47,appaear:188,appar:[188,287],appear:[9,11,22,30,33,43,66,72,74,109,170,177,178,179,188,190,194,211,218,223,228,241,249],append:[3,24,33,41,46,64,65,67,72,73,74,75,83,92,93,113,120,122,129,130,165],append_addseen:72,append_check:241,appendic:187,appl:[64,180,256],apple:[27,64,147,149,150,151,152,153,154,155,156,157,172],appli:[11,19,27,28,33,35,41,45,48,49,84,143,176,177,179,188,200,202,209,210,211,212,217,225,236,240,256,261,262,274,353],applianc:11,applic:[3,5,8,11,36,47,72,75,133,171,190,195,198,205,211,236,243,248,249,263,336,340,347,353],application:27,apply:[46,310],appoint:11,apprais:188,appraiser:74,appreci:[11,116,178,336,348],approach:[11,188,211,245,353],appropri:[9,11,18,36,41,43,47,48,56,72,81,106,170,178,180,188,211,224,235,249,256,284,286,315,320,344,350],approv:[55,188,344],approxim:[41,261,314],april:258,aps_top:256,aps_topic_caldav:256,aps_topic_carddav:256,apsaccountid:27,apsdevicetoken:27,apssubtop:27,apsvers:27,apt:[44,46,59,63,169,170,340],aptli:212,arbit:36,arbitrari:[41,141,161,188,211],arbitrarili:72,arbitron:[48,72,74,75,89],architect:245,architectur:[7,36,84],archiv:[11,15,24,28,48,71,74,147,148,149,150,151,152,153,154,155,156,157,167,178,181,182,194,215,245,256,258,263,274,275,338],archive:[11,13],archive_:[71,147,148,149,150,151,152,153,154,155,156,157],archive_dai:[15,256],archive_en:[15,182,256],archive_keepflag:[15,256],archive_maxs:[15,256],archivecach:[181,185,256],archivepartit:[15,181,182,256,274,275],area:[11,41,49,72,256],aren:[45,73,127,169,170,188,202,239],arg:[72,239],arguabl:174,argument:[11,41,43,44,48,52,56,72,81,122,130,133,142,144,160,164,178,188,191,199,211,238,239,247,249,255,256,278,280,307,308,310,314,315],aris:[11,24],arising:57,around:[11,46,47,55,72,177,178,202,239,245,247,255,280,284,308,337,340],arpa:335,arrai:[11,27,28,52],arrang:[170,178],arrayu64:161,arriv:[19,25,147,148,149,150,151,152,153,154,155,156,157,191,256,262,284],arround:72,arrow:326,articl:[6,11,72,75],articul:11,artifact:46,artifici:72,ascii:[27,33,41,72,256,262,282,321,335],asid:[11,33,35,236],aside:[133,353],ask:[72,217,244,256,265,324,325,327,328,329,330,332,333],asn1:6,aspect:[5,7,12,41,181,188,338],ass:245,assert:[75,135,145,167],asset:11,assign:[5,11,19,71,177,178,199,256,262,280],assist:[44,236],associ:[5,6,9,11,19,30,40,41,108,133,176,179,186,188,190,194,198,230,256,262,263,280,353],associateddomain:256,assort:[74,75],assum:[18,33,40,43,44,46,49,54,56,68,75,136,169,170,178,188,194,202,206,236,255,256,265,279,282,308,320,324,325,327,328,329,330,332,333],assume:[18,46,202],assumpt:[72,188],assur:[0,26],astr:52,atim:221,atom:[52,72,75,106,128,160,181],atomic:11,attach:[11,64,117,160,192,202,256,259,285,287,289,298,299,301,310,313,315,318],attachment:[20,27,64,256],attack:[41,74],attempt:[5,12,26,36,41,44,47,71,72,73,75,128,164,177,178,188,190,198,202,217,225,233,256,267,271,282,308,315,324,325,327,328,329,330,331,332,333,345],attend:11,attende:64,attendeeemail:27,attendeenam:27,attendeestatu:27,attent:[71,353],attract:348,attrib:256,attribut:[5,22,35,64,134,180,256,280],auction:129,audio:347,audit:[74,323],auditlog:[117,122,160,256],aug:[279,295],augment:[41,176,347],australia:27,auth:[6,18,41,58,59,60,62,63,72,73,74,82,83,105,166,170,176,190,192,211,280,282,289,330,335,350],auth_:[41,176],auth_krb_pt:[72,256],auth_mech:[256,306],auth_newst:72,auth_pt:[47,124,137,161],auth_setid:72,auth_unix:[72,256],auth_xxx:72,authent:[3,4],authenticate:[58,59,60,62,63,72],authid:280,authinfo:329,authnam:[190,283,326,331],author:[3,4],authorit:[11,188,190,192],authoriz:335,authors:48,authz:280,authzid:280,auto:[64,73,82,83,107,249],autoconf:[12,44,72,74,75],autocreate_:133,autocreate_inbox_fold:[19,133,256],autocreate_post:[19,133,199,256],autocreate_quota:[19,133,140,199,256],autocreate_quota_messag:[19,133,140,199,256],autocreate_siev:143,autocreate_sieve_compiled_script:[133,256],autocreate_sieve_compiledscript:[19,256],autocreate_sieve_fold:[19,133,256],autocreate_sieve_script:[19,133,256],autocreate_sieve_script_compil:[19,133,256],autocreate_subscribe_fold:[19,133,256],autocreate_subscribe_sharedfold:[19,133,256],autocreate_subscribe_sharedfolders_al:[19,133,256],autocreate_us:[19,133,256],autocreateinboxfold:[19,133,256],autocreatequota:[72,133,256],autocreatequotamsg:256,autof:245,autolearn:27,autologout:256,autom:11,automak:[12,44,75,115,169],automat:[6,9,11,12,13],automount:245,autonom:236,autoreconf:[43,44,46,56,137,160],autorepeat:316,autorepli:202,autorespond:249,autoselect:298,autosiev:346,autosievefold:[133,256],autosubscribe_all_sharedfold:[133,256],autosubscribeinboxfold:[133,256],autosubscribesharedfold:[133,256],autotool:169,autovivif:178,auxprop:[63,170,256],avail:[3,5,7,9,11,12,15,19,24,25,30,35,36,41,45,48,56,57,63,64,65,66,67,68,71,72,74,84,122,133,147,149,150,151,152,153,154,155,156,157,158,170,175,176,177,178,179,187,188],availabl:4,available_selection_modes_on_backend:9,available_selection_modes_on_frontend:9,availmech:52,avenu:[11,57],averag:255,avoid:[26,33,47,72,74,75,82,83,84,113,116,120,126,134,142,217,231,243,256,275,310,350],awai:[72,73,248,280],await:[23,26],awar:[3,33,36,40,41,170,180,350],away:245,awesom:[73,170],awri:72,ayland:115,babysit:255,bacchella:[137,164],back:[7,11,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,41,47,49,71,122,125,130,169,173,178,181,183,188],backend1:[9,36,190],backend2:[9,36],backend3:9,backend:[3,4,6,7],backendserv:188,background:[71,255,280,292,314],backlog:292,backport:[44,115,116,122,144,164,346,350],backscatt:[113,256],backslash:[81,206,256],backtrac:[233,336],backup1:244,backup2:244,backup:4,backup_compact_maxs:[178,256,261],backup_compact_mins:[178,256,261],backup_compact_work_threshold:[178,256,261],backup_db:[178,256,261,269,310],backup_db_path:[178,183,256,261,269,310],backup_keep_previ:[256,261],backup_retention_dai:[178,256,261],backup_staging_path:[178,256],backupd:[178,254],backuppartit:[178,256,259],backward:[116,125,169,177,256,290,302,335,347],bad:[52,61,72,92,116,129,134,136,137],badlogin:271,badurl:118,badus:271,bail:[97,134,316],balanc:[7,9,11,30,36,179],balden:72,band:[188,245],bandaid:131,bandwidth:[11,211,217,337],bank:[127,279,348],banner:[81,92,125,137,256],bar:[40,56,188,190,293,314,353],bare:218,base64:[46,192],base:[5,11,13,15,18,36,40,43,44,46,52,56,62,63,66,68,71,72,75,77,79,81,85,92,100,106,107,111,125,135,169,170,171,178,179,180,181,183,188,197,199,202,206,220,230,239,251,256,261,266,284,288,291,292,296,309,321,335,345,347,349],basedir:46,bash:[169,170,212,214,350],bashrc:170,basi:[5,15,36,41,79,92,133,211,220,231,256,268,350],basicauth:335,bastion01:321,batch:[211,256,321],batten:[122,144],batteri:[11,215],bba47b13e4839f49ab1c8047ee7b4fdb:27,bboard:345,bcc:[206,256,321],bce8:264,bcederli:27,bcopi:72,bcyru:190,bdb:[12,74,97,129,234],bdystr:321,be1:30,be2:30,be3:30,beamnet:85,bear:[11,174,205],bearer:166,beast:250,becam:[234,345],becaus:[3,6,7,11,18,19,28,33,40,41,43,44,54,56,72,133,170,177,188,189,190,206,224,238,245,248,249,256,279,282,284,347,348],becom:[3,5,11,19,24,25,133,178,179,188,190,191,192,204,206,224,236,256,261,292,347],beef:72,been:[0,5,6,9,11,19,25,27,30,33,45,55,56,66,70,71,72,73,74,75,77,117,127,129,131,133,135,143,145,147,150,151,152,153,154,155,156,157,164,167,169,171,177,178,188,189,190,191,192,194,198,205,206,209,210,211,217,236,239,245,256,261,268,274,280,292,295,308,310,314,321,340,344,345,347],beer:11,befor:[7,41,43,44,47,49],before:[72,75],begin:52,behalf:[300,347],behav:[73,133,177,190,217,274],behavior:25,behaviour:[25,31,41,44,47,125,134,162,170,178,185,190,256,261,308],behind:[9,30,77,125,144,179,190,211,245,256],belief:[3,11],believ:[11,133,211,248],belong:[40,162,170,256,261,274,308],below:[18,27,41,47,52,60,63,64,68,71,129,169,170,176,189,191,194,201,206,209,211,212,214,240,255,256,261,262,269,288,310,314,350],benchmark:188,benefit:[15,181,182],benn:[344,348],berdmann:227,berk:12,berkelei:[12,73,74,75,88,91,120,147,148,149,150,151,152,153,154,155,156,157,169,170,189,218,219,222,228],berkeley_caches:75,berkeley_hash:[75,89],berkeley_hash_nosync:[75,89],berkeley_locks_max:75,berkeley_txns_max:75,berklei:[74,75,218],bernard:[137,164],bernhard:227,bernstein:[158,348],best:[6,25,40,48,55,60,169,170,171,188,217,223,234,238,256,315,336,345],beta10:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99],beta11:98,beta1:98,beta2:98,beta3:98,beta4:98,beta5:98,beta6:98,beta7:98,beta8:98,beta9:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108],beta:[72,133,285],bethani:178,better:[9,11,18,26,30,71,72,73,74,75,77,89,92,96,104,105,108,111,114,120,133,136,140,144,178,188,190,231,255,256,315,344,346,347,349],betti:279,bettysu:275,between:[3,5,9,11,12,15,25,26,30,36,38,41,43,53,56,68,71,72,74,75,82,83,107,108,129,143,144,158,168,170,171,173,176,178,179,182,185,188],beyond:[7,9,11,30,40,69,179,188,194,245,256,345],big:[113,114,131,160,178,190],bigbuff:198,bigdisk:217,bigger:[0,188],biggest:[9,30,179],bill:35,bin:[43,44,46,50,63,72,127,169,170,190,211,212,224,227,256,261,263,265,267,280,282,284,286,314,315,350],binari:[44,46,57,72,74,75,120,133,147,148,149,150,151,152,153,154,155,156,157,188,194,206,210,219,290,302,335],binary:[58,59,60,62,63,75,92,111],bind:[5,64,245,255,256,292],bindir:[147,148,149,150,151,152,153,154,155,156,157],binsymlink:[46,170],bird:217,birger:73,bison:[44,72,116,169],bit:[11,58,59,60,62,63,72,74,77,79,82,84,95,97,118,119,131,133,170,188,192,218,221],bitmask:[6,52],blah:256,blank:[255,256,257],blast:234,bleed:168,blob:[45,170,192],block:[11,47,80,133,178,206,255,261,273,315,344],blockdiag:48,blocker:344,blog:45,blow:187,blurdybloop:256,board:[13,19,256,343],bob:[66,199],bodi:[64,75,77,105,147,152,153,154,155,156,157,180,202,256,314,321,335],body:[72,280],bodystructur:[27,180,256],bodystructure:97,bogu:[74,126,190],bold:48,bonu:84,book:[22,36,68,353],books_test:353,boost:71,boot:[11,58,59,60,62,63],born:[171,345],both:[3,5,6,7,11,18,19,25,36,40,41,43,52,56,57,64,68,71,74,75,77,83,97,144,169,171,176,177,178,179,188,189,190,194,195,211,217,230,232,255,256,261,265,280,307,308,310,314,315,320,339,344,350],bother:105,bottleneck:188,bottom:47,bounc:[241,256],bound:[75,182,256],boundari:[72,74,127,133,256],boundary:27,boundary_limit:256,bovik:[41,72,133,176,188,200,278,279],box:[112,258,265,353],boyer:72,brace:192,bracket:[55,255],brain:[72,111],branch:[43,49,55,56,126,164,168,285,336,340],brand:46,brandon:[73,280],brashear:348,breyha:[115,121,122,135,136,137,144,163,164],brick:11,bridg:11,brief:[71,170,219,335],briefli:[7,191],brilliant:55,bring:[7,57,190,192],broad:44,broke:[72,116],broken:[91,96,113,120,125,143,162,276],bron:[127,344,348],brong:[133,277],brotli:350,brought:178,brown:256,brownfox:256,brows:56,browser:[64,65],bruce:72,bsearch_mem:72,btree:91,buczek:131,budget:11,buf:[47,127],bug:[0,11,45,49],bugfix:[73,74,75,125],buggi:[46,72,73,128,131,143],bugs:48,bugzilla:[11,133,135,145,147,150,151,152,153,154,155,156,157],bui:[11,188],build:[1,2,4,11],built:[19,22,48,54,57,72,74,143,158,167,190,194,221],builtin:280,bulk:[84,262,321,338],bulletin:[13,19,256,347],bunch:[56,72,120,121,122,178],burden:64,burn:170,bushi:[170,184,256],busi:[11,26,64,85,100,101,215,231,232,234],button:[49,236,353],byacc:72,bye:[18,58,59,60,62,63,72,256],bylaw:[340,343],bynari:74,bypass:[6,72,188,287],bytecod:[19,75,147,154,155,156,157,202,256,311,312],c01:[58,59,60,62,63],c38962096a47:264,c_include_path:221,cabinet:211,cabl:11,cacertdir:280,cacertdirectori:142,cacertfil:[142,280],cach:4,cachdr:321,cacheid:72,cachever:[293,321],cadir:[142,143],cafil:[142,280],cafile:52,cage:40,cal:323,calalarmd:[44,46,147,148,149,150,151,152,153,154,155,156,157,180,350],calconnect:64,calcul:[9,11],caldav:[0,1,2,3,4,5],caldav_3:350,caldav_allowattach:256,caldav_create_attach:[64,256],caldav_create_default:[64,256],caldav_create_sch:[64,256],caldav_maxdatetim:[101,256],caldav_mindatetim:[101,256],caldav_realm:256,caldavtalk:46,caldavtest:[54,106,107],caldavzap:108,calendar:[6,11],calendar_user_address_set:256,calendarnam:27,calendarprefix:22,calendarserv:[54,64,256],calext:335,call:[3,11,38,43,45,47,52,56,58,59,60,62,63,66,72,73,74,116,128,129,133,143,159,160,169,170,177,178,181,188,194,198,215,217,236,246,256,271,344,350],callahan:73,callback:[52,72,198,324,325,327,328,329,330,332,333],callback_cap:52,callback_noliteral:52,cam:[75,116],cambridg:75,campu:347,can:[0,3,5,6,7,9,10,11,12,18,24,26,28,33,35,36,39,40,41,43,44,45,46,47,48,49,50,52,53,54,55,56,63,64,65,66,67,68,70,71,72,73,74,75,77,79,83,84,95,100,104,114,120,122,125],cancel:[72,192,194,256],canist:11,cannot:[7,27,40,41,44,48,60,64,72,74,164,170,175,184,188,189,249,256,291,292,336],canon:[11,256,350],canonic:[6,41,72,74,75,176,256],canonif:[3,5,19,44],canonifi:[5,166,256],capa:256,capabilities:256,capability:[18,52,58,59,60,62,63,72,80,82,92],capability_str:52,capabl:[11,41,44,48,52,72,81,82,83,116,128,133,164,178,188,211,256,310,324,325,327,328,329,330,332,333],capac:[4,7,9],capath:[52,143,280],capo:145,captur:[36,170],card:323,carddav:4,carddav_realm:256,carddav_repair_vcard:256,carddavtalk:46,care:[72,75,178,179,188,190,265],career:245,carefulli:[7,11,178,245],caringo:[147,149,150,151,152,153,154,155,156,157,256,350],caringo_:[147,149,150,151,152,153,154,155,156,157],caringo_hostnam:256,caringo_port:256,carlo:[135,142],carnegi:[57,133,171,345,347,348,349],carnegie:57,carsten:[73,133],carter:[75,77,79,80,81,84,97,114,116,127],cascad:[66,72],cass:46,cassandan:[43,45],castorsdk:256,cat:[170,350,353],categori:[158,188],catenate:[58,59,60,62,63,77,92,118,335],caught:120,caus:[6,11,30,33,41,72,73,75,77,84,97,113,126,129,133,137,169,170,176,177,178,183,188,190,192,194,199,210,211,225,226,228,231,238,241,248,255,256,265,308,314,315,323,324,325,327,328,329,330,332,333,350,353],caution:[46,209,256],cave:115,cb44:27,cdt:295,cell:[11,256],center:11,centos:[2,12,57],centr:217,central:[3,36,347],centric:[22,217],centuri:[171,345],ceph:11,cephfs:11,cert:[44,73,84,170,350],cert_fil:52,certain:[5,11,45,72,137,164,174,178,198,224,238,245,250,255,256,324,325,327,328,329,330,332,333,353],certainli:133,certif:[5,28,44,52,58,59,60,62,63,80,133,142],cetera:245,cflags:[44,46],cgi:234,chain:[63,133,134,178],challeng:[11,24,72,256,324,325,327,328,329,330,332,333,335],chan1:211,chan2:211,chan3:211,chanc:[9,24,30,73,179,190,210,236,256],chang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],changeabl:18,channel1:211,channel:[3,11,50,56,62,125,133,170,178,188,203],chapter:[7,8,10,206,213],charact:[3,18,33,41,53,72,74,81,84,95,96,113,117,129,133,136,159,170,182,185,192,202,211,214,218],characterist:7,charg:[41,173,201],charset:[27,72,111,121,130,225,321],chaskiel:348,chassi:[11,211],chat:170,chatter:71,chatti:256,chattr:215,chattrsync:215,chdir:[46,169],cheap:[11,28,71,188,215],cheaper:[11,15,181,215,256],check:[9,11,18,24,25,30,43],checkapop:243,checkdeliv:72,checklist:7,checkout:46,checkpass:271,checkperiod:230,checkpoint:[114,170,178,231,255,256,261,263,339],checksum:[111,178,261],cherri:43,child:[64,65,67,71,112,194],children:[58,59,60,62,63,73,131,274,292,314],chin:75,china:75,chk_cyru:[74,75],chkconfig:[58,59,60,62],chmod:[18,170,350],choeger:73,choic:[9,11,30,63,64,73,179,183,188,245,350],choke:144,chomp:284,choos:[5,7,11,33,64,144,181,183,185,188,199,224,236,256,309,353],chop:326,chose:221,chosen:[11,249,256,314,324,325,326,327,328,329,330,332,333],chown:[170,214,246,350],chri:[72,141,225,348],christian:75,chroot:63,chunk:[11,106,108,178,256,261,269],churn:112,cice:335,cid:[167,180,256,321],cipher:[58,59,60,62,63,74,121,133,256],circuit:[75,101],circumst:[11,31,33,185,236,353],citizen:249,cjk:[50,158],claim:[5,72,218],clarifi:[72,206,236],clash:[164,308],classifi:344,clean:[11,25,28,41,43,46,47,48,56,71,73,74,75,115,133,142,161,169],cleanli:[72,73,137,163,192],cleans:274,cleanup:[71,72,74,115,116,120,121,133,147,149,150,151,152,153,154,155,156,157,255,263,292],clear:[5,41,52,55,188,190,256,278,280,308,321,345],clearli:11,clearos:57,cleartext:[68,256],cli:169,cli_fat:47,click:353,client:[3,4],client_bind:256,client_bind_nam:256,client_id:161,client_timeout:[75,256],clientaddress:[180,256],clientid:[180,256],clientip:27,clientport:27,clients_3:350,clone:[46,49,50,55,57,147,150,151,152,153,154,155,156,157],close:[7,8,9,25,30,41,52,58,59,60,62,63,64,72,74,75,77,121,179,182,188,192,214,236,245,246,256,280,292,325,353],closed:127,closedir:85,closer:[190,256],closest:[41,175,245,256],cluster:[11,36,63,129,190,245,250,256,265,298],clusterlvm:11,clutter:72,cmd:[15,50,63,114],cmd_renam:117,cmu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],cmuloc:[43,72],cname:[72,188],code:[0,1,44,45,47,49,52],codebas:49,coexist:178,coher:[11,168],coi:33,cold:181,collabor:[54,133],collat:143,colleagu:133,collect:[6,11],collectnew:72,collis:265,colon:[258,276],coloo:[88,114,121,131,133],colour:48,columbia:77,column:[18,261],com:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],com_err:[72,75,167],combat:250,combin:[5,11,14,41,55,172,173],combinatori:256,come:[11,41,48,50,58,59,60,62,63,67,169,171,176,177],comerr:169,comfort:[11,169],comma:[6,9,30,214,256,258,272,276,297],command:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191],commandcrew:33,commandlin:47,commandmintim:256,comment:[47,55,63,230,244,265,280],commerci:223,commit:[41,43,48,55,56,72,73,112,161,188,258,263,265,344],committ:344,commod:11,common:[5,8,11,12,15,33,36,63,72,170,181,189,198,217],common_3:350,commonli:[3,8,11,36,41,63,176,220,248,259,263,265,285,286,287,289,298,301,317,318],commun:[11,12,36,40,41,54],comp:[194,256],comp_flag:6,comp_typ:6,compabl:177,compact:[55,71,178,236,256,261,314],compar:[5,11,36,74,81,136,188,190,236,250,256,293,323],comparis:84,comparison:[41,74,134],compat:[41,72,74,75,82,94,96,116,125,133,134,147,149,150,151,152,153,154,155,156,157,163,169,176,177,202,224,256,270,280,282,290,302,308,335,347,350],compel:6,compil:[6,19,41,42,43],complain:[72,147,149,150,151,152,153,154,155,156,157,221],complaint:73,complet:[3,11,12,18,41,44,45,52,56,58,59,60,61,62,63,66,72,75,106,118,122,143],complex:[11,50,72,133,256],compli:[24,177],complianc:[25,54,177,346],compliant:[14,27,72,74,75,100,173,180,241,283,287,345,349],complic:[178,191],complient:256,compon:[3,4,7,11],compos:[3,5,9,179],comprehens:350,compress:[44,58,59,60,62,63,84,85,121,133,143,170,178],compression:[325,328,329],compris:[3,344],compromis:[188,190,256],comput:[3,4],con:191,concaten:41,conced:74,concept:35,concern:[9,11,30,179,211,240,345],conclud:205,concurr:[13,41,73,188,234,347,350],condit:[9,19,47,57,72,73,75,122,127,128,134,179,256,335],condition:72,condstor:[83,84,92,230],condstore:[58,59,60,62,63,80,92,127,230],conectiva:234,conf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],confer:41,confid:11,confidenti:246,config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63],config_dir:72,config_fil:18,config_init:47,configdirectori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169],configdirectory:244,configfil:48,configur:[0,1,2,3],configuration:48,configurationdir:262,configured:170,confirm:[26,45,56,190,339,344],conflic:190,conflict:[82,125,188,189,190,192,224,265,280],conflocal_mailer:[170,350],conform:[72,107,180],conforming:48,confus:[33,47,72,75,133,170,256,350],conjuct:64,conjunct:177,connect:[3,6,7,11,13,18,36,41,52,58,59,60,62,63,68,72,73,74,75,80,97,104,105,113,122,125,133,134,136,137,143,165,166,170,188,189,190,192,202,210,211,214,218],connection:57,conrad:348,consecut:256,consensu:[224,335,344],consequ:[7,11,310,353],consequential:57,conserv:[41,178,201],consid:[3,7,9,11,12,30,33,41,44,63,71,72,133,168,169,177,179,187,188,190,211,213,217,225,256,274,284,292,314,315,335,350],consider:[4,5],consist:[3,7,11,19,36,41,71,74,75,83,97,111,136,138,142,178,188,190,192,194,199,212,215,231,255,256,257,258,260,261,265,271],consort:46,constant:[72,114],constantli:[72,245],constitut:[26,60,310,350],constrain:[11,278],constraint:250,construct:[75,194],consult:[11,41,63,66,69,71,72,143,169,181,182,185,188,194,196,271,306,350],consum:[11,84,211,215],consumpt:7,contact:12,contain:[3,6,11,14,18,19,24,28,33,40,41,43,45,56,57,66,68,72,75,97,117,118,137,144,147,148,149,150,151,152,153,154,155,156,157,158,160,167,169,170,176,178,180,181,186,188,192,215,217,233,239,246,255,256,257,259,261,265,269,271,279,280,282,287,293,308,310,314,324,325,326,327,329,330,332,333,350],contan:41,contemporari:43,content:[6,11,26,27,36,41],context:36,contigu:276,contini:26,continu:[3,7,11,19,33,36,40,58,59,60,62,63,72,74,81,133,169,188,190,211,236,247,250,256,261,314,349],contract:[11,57],contrari:[3,11,171,256],contrast:72,contraven:256,contrib:[72,143],contribut:[0,1,48,49,54,73,92,133,134,143,164,256,340,344,348,352],contributor:[0,339,343,346],control:[3,5,7,9,11,13],contruct:299,conundrum:11,conveni:[133,177,220,310,315],convent:[1,33,41],conver:6,converg:4,convers:4,conversations_counted_flag:256,conversations_db:256,conversations_expire_dai:[256,274],conversationsdb:167,convert:[6,46,64,72,74,75,111,113,160,169,172,177],convexist:[180,256],convunseen:[180,256],cool:[46,66,188],cooper:279,coordin:11,cope:33,copi:[3,5,11,24,38,39,41,43,44,46,49,50,56,72,77,83,97,114],copy:[64,72,94,108,177],copyback:315,copying:96,copyright:57,core:[73,111,218],core_uses_pid:233,corneliu:[87,115],correct:[3,7,18,40,41,56,68,72,73,74,75,83,113,114,121,133,137,163,166,167,169,170,188,189,194,215,225,256,293,308,309,323,324,325,327,328,329,330,332,333],correctli:[43,47,56,72,73,74,75,84,113,125,134,135,136,137,143,158,159,160,163,164,166,167,169,170,188,190,204,256,350],correspond:[6,10,15,25,56,72,133,177,178,181,182,185,194,230,256,257,262,274,280,281,299,310],corrupt:[6,11,41,64,72,84,112,114,120,125,127,128,140,166,178,190,209,215,228,244,245,256,261,308,323],cors:256,cost:4,costli:28,could:[3,5,7,10,11,15,18,19,28,33,36,38,41,46,47,60,72,74,75,83,103,115,128,129,133,143,161,174,176,177,178,188,190,192,211,215,231,236,315,321,336],couldn:[52,245],count:[6,9,11,30,35,41,84,122,133,137,160,177,179,192,201,208,218,236,245],counter:4,countri:19,coupl:[11,27,73,180],courier:[147,149,150,151,152,153,154,155,156,157,171,256,345],cours:[3,9,11,30,178,179,249],courtesi:[79,80,81,82,85,96,97,111],cover:[55,57,69,114,198],coverag:44,cpan:[44,46],cpu:[36,211,245,256],craft:[161,245],craig:[79,92,344,348],cram:[5,41],crap:72,crash:[46,71,73,74,75,82,84,90,114,116,120,121,122,124,125,127,128,129,130,131,134,135,136,137,138,139,143,144,145,158,160,161,163,164,165,167,188,211,219,336],crashi:166,crawl:39,crc32:[147,149,150,151,152,153,154,155,156,157],crc32c:160,crc:[111,134,315],creat:[3,5,7,9,10,11],create:[6,18,72,73,74,84,97,133,134,177,188,190,256,280],createabl:188,createdir:170,createmailbox:[134,170,208],createonpost:[133,256],creation:[4,7],creationd:6,credenti:[5,105,178,190,211,217,256,310,324,325,327,328,329,330,331,332,333],crept:130,cridland:84,crispin:72,crit:[41,245],criteria:[11,15,181,230,279],critic:[28,41,56,73,211,245],crlf:[41,55,117,192,227],cron:[15,41,70,178,211,217,255,279],crontab:[70,279],cross:42,crossdomain:[147,149,150,151,152,153,154,155,156,157,169,256],crossdomains_onlyoth:[147,149,150,151,152,153,154,155,156,157,256],crow:188,cruft:111,crypt:18,cs0:256,cs1:256,cs2:256,cs3:256,cs4:256,cs5:256,cs6:256,cs7:256,csync:[71,170,178,196,211,256,259,310,317,350],ctag:335,ctl_backup:160,ctl_backups_lock_data_fnam:261,ctl_backups_lock_index_fnam:261,ctl_conversationsdb:[169,254,256],ctl_cyrusdb:[74,111,122,144,170,178,190],ctl_deliv:[73,75],ctl_mboxlist:[36,73,74,75,82,92,97,117,128,138,143,183,189,190,206,211],ctl_zoneinfo:[64,108,254],ctrl:[214,271,353],culprit:11,cumbersom:11,cunit:[44,56,160],curl:[169,170],current:[5,6,11,15,19,27,33,36,41,43,47,48,49,52,55,56,58,59,62,63,64,68,70,72,74,82,83,100,158,169,170,177,178,179,187,188,189,190,191,192,194,198,201,202,211,217,219,223,224,242,244,245,256,258,261,271,275,279,280,295,297,304,306,323,324,325,326,327,328,329,330,331,332,333,335,339,344,353],currently:[41,244,308],curv:[121,133,256],custom:[11,28,66,68,147,148,149,150,151,152,153,154,155,156,157,162,178,223,261,336],customer1:3,cut:[11,345],cutoff:280,cve:[86,114,143,159],cvs:112,cvt_cyrusdb:[74,75,169,199,214],cvt_xlist_specialus:[169,254],cycl:[24,25,36,60,72,133,168,210,211,236,255,315],cyr_buildinfo:254,cyr_dbtool:[96,144,178,214],cyr_deni:254,cyr_df:84,cyr_expir:[15,24,25,75,77,79,82,85,97,117,125,130,131,133,166,170,194,206],cyr_info:[169,254],cyr_synclog:[79,83,142,211],cyr_virusscan:[70,137],cyradm:[18,22,28,40,41,52,64,72,73,74,75,89,115,129],cyradmin:72,cyradmn:207,cyrdeliv:240,cyrdump:[112,161,166],cyril:85,cyrsudb_db3:73,cyru:[0,1,2,3,4,5],cyrudb:75,cyrupload:[43,56],cyrus24:46,cyrus25:46,cyrus:[64,137,164],cyrus_conf:[170,350],cyrus_don:47,cyrus_group:[167,256],cyrus_imap_murd:7,cyrus_path:256,cyrus_prefix:[73,131],cyrus_us:[167,256],cyrus_user:256,cyrus_verbose:292,cyrus_version:112,cyrusarch:182,cyrusdb:[6,47,64,73,74,75,82,89,160,199,231,256,267,271],cyrusdb_db3_nosync:73,cyrusdb_lmdb_maxsize:44,cyrusdb_quotalegaci:82,cyrusdb_skiplist:74,cyrushost:271,cyrusimap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],cyrusisgreat:40,cyruslib:[50,158,165],cyruslibs:50,cyruslibs_dir:50,cyrusmeta:[185,186],cyrusmurd:[192,250],cyrussiev:218,cyrusv2:[40,170,350],cyruswork:45,cyrusworksrul:45,d5ec35c1414a:[58,59,60,62],daboo:230,daemon:[11,19,41,50,63,71,72,73,74,143,147,148,149,150,151,152,153,154,155,156,157,162,164,169,170,178,183,190,197,202,217],dai:[7,11,15,28,41,48,84,131,133,169,170,171,178,180,194,206,215,230,231,236,255,256,258,274,280,288,295,321,345],daili:[11,84,314],dam:280,damag:[41,211],damages:57,dan:348,danger:316,dark:[171,345],darrow:73,darth:[217,246],data:[3,4,6,7],databas:[1,4,5],database:18,datagram:[284,286],dataless:188,dataset:[188,211],datastor:[217,260],datastructur:198,datatyp:[84,131],datauuid:46,date:[27,41,57,64,72,112,127,147,154,155,156,157,170,178,179,188,190,192,202,217,250,256,258,279,280,288,293,295,315,335,345],datestamp:48,dav:4,dav_realm:256,dav_reconstruct:[133,137,169,254,256],dave:[84,127,344,348],davfilenam:[180,256],davi:348,david:[73,75,77,79,80,81,84,97,114,116,127],davnotificationsprefix:256,davtalk:46,davuid:[180,256],daylight:84,db3:[73,74,75,218],db4:[74,75,84,248],db_config:234,db_mail:18,db_mail_password:18,db_mail_us:18,db_passwd:18,db_recov:[75,189,244],db_stat:234,db_user:18,dba:6,dbdir:74,dberror:[74,84],dbm:72,dc814658a4d676789578bff3de35b45914abd774:293,ddmmyyyi:258,deactiv:[9,30,179,188,331],dead:[73,255,256],deadlock:[47,72,73,238],deal:[63,72,73,74,190,192,231,243,245],deanna:257,deb:350,debconf:169,debhelp:169,debian:[2,12,44,54,57],debug:[6,18],debug_command:[74,256,259,284,285,287,289,299,300,301,313],debugg:[74,239,259,284,285,287,289,299,300,301,310,313,315],decemb:345,decent:231,decid:[11,36,63,72,180,188,194],decim:[52,310],declar:[72,181,256,335],declarar:72,decod:[72,170],decompil:[202,312],decoupl:166,decreas:[72,247],decriptor:47,dedic:[7,71,178,211,259,348],deem:11,deep:[178,256,261],deeper:256,defaultacl:[41,175,256],defaultdomain:[40,147,149,150,151,152,153,154,155,156,157,170,256],defaultpart:[181,185,256],defaultpartit:[9,28,30,41,50,170,179,181,182,185,186,256],defaultsearchti:[50,181,186,256],defaultserv:[9,30,84,179,256],defeat:74,defect:72,defer:189,definit:[11,18,57,172,181,186],deflat:315,deflate:[58,59,60,62,63,335],degener:72,degrad:[72,228],degre:41,dekker:127,delai:[11,13],delaycompress:170,delayed_expung:125,deleg:174,delet:[8,11,13],delete_mod:[24,41,79,116],delete_unsubscrib:256,deleteacl:[177,280],deleteaclmailbox:41,deleted:[24,72,115,116,125,206,256,280],deletedmessag:206,deletedprefix:[24,79,206,256,310],deleteing:96,deletembox:41,deletemsg:41,deleteprun:[133,170],deleteright:[177,256],deletes:190,delight:336,delimit:[24,48,64,65,67,72,241,256,258,271],deliv:4,deliver:[75,340],deliverdb:[72,264],deliveri:4,delprun:[170,206,255],delsub:83,delta:[9,30,179,190,256],delteacl:280,demand:[100,211,232],demi:178,demot:215,deni:[6,73,85,170,177,190,192,214,271,272,287],denial:[6,74,170,192,271],denot:[227,353],dens:270,depart:347,depend:[7,9,11,30,36,41],depict:11,deploi:[4,15,60,177,245,314,345],deploy:[4,5],deployment:40,deployment_guid:9,deprec:[6,41,71,75,111,133,147,150,151,152,153,154,155,156,157,169,170,177,196,211,256,268,308,326,335,347,350],depth:[113,170],dereferenc:256,deriv:[41,57,190,211,238,308,314,331],derrick:348,des:72,describ:[3,8,12,18,27,41,47,52,56,64,72,135,177,182,188,202,211,213,217,255,256,257,266,314,340,345],description:48,descriptor:[47,52,72,75,106,147,149,150,151,152,153,154,155,156,157,255,256,259,285,287,289,298,299,301,313,318,325],deserv:5,design:[0,5,6,11,13],desir:[5,11,72,82,190,192,198,211,256,292,345,350],desktop1:353,desktop:[202,353],desno:348,despatch:[171,345],desper:202,despit:[47,55,170,183,192,221,350],desruisseaux:335,destdir:46,destin:[3,64,75,77,125,136,170,178,188,249,256,269,280,310,314,347,350],destroi:[43,56,71,316],desttier:314,desyncronis:161,detail:[6,11,12,18,41,44,47,52,56,57,63,69,71,72,75,77,82,83,85,96,97,129,133,169,172,178,179,180,181,182,185,186,187,188],detect:[12,26,70,73,75,84,85,107,125,126,129,133,134,137,144,147,154,155,156,157,160,164,166,209,210,218],determin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206],determinist:270,dev:[10,11,44,50,168,169,170,178,243,256,340,344],dev_3:350,devel:[11,33,44,221,338],development:168,devic:[3,4],devrandom:243,dfuch:73,dhe:[58,59,60,62,63],diacrit:256,diagnos:[44,72,234],diagnost:269,diagram:[11,194],dialog:353,dictat:[11,15,41,63,176],did:[19,38,43,56,72,130,170,199,202,256,265,336],didn:[72,129,137],die:[228,284],diesel:11,differ:[7,9,11,13,18,19,30,33,36,41,44,53,54,55,64,71,72,74,75,105,112,114,116,129,130,134,138,169,170,177],differenti:256,differnc:41,difficult:[12,188,223],digest:[5,41,44,68,74,105,256,279,280,324,325,327,328,329,330,332,333,335],digit:[41,72,129,238,256,258,283],dilail:347,dilyan:[114,116],dilyanpalauzov:166,diminish:[9,30,179],dir:[12,64,72,137,148,149,150,151,152,153,170,314,353],direct:[7,11,15,41,48,56,68,72,169,181,182,185,188,194,196,217,253,256,314,344],directli:[11,22,41,44,48,57,64,75,112,115,133,170,188,190,222,223,236,256,261,263,347,350],director:188,directori:[10,11,15,24,30,35],dirhash:[118,119],dirsrv:11,disabl:[11,12,18,19,24,25,33,41,44,63,64,68,72,73,74,75,77,79,85,88,97,114,116,121,131,133,142,143,169,170,180,188,194,199,202,233,243,256,259,274,284,285,287,289,299,300,301,313],disable_shared_namespac:[33,256],disable_user_namespac:[33,173,256],disadvantag:7,disallow:[41,72,230,280],disappear:[25,256],disast:[11,170,262,350],disavow:72,disc:280,discard:231,disclaim:57,disclaims:57,disclos:[142,256],disconnect:[72,136,158,190,230,256],disconnect_on_vanished_mailbox:[85,121,256],discov:[127,209,231],discoveri:11,discreet:256,discret:4,discretionari:[33,172],discuss:[15,40,41,47,50,64,176,178,180,181,190,198,206,242,245,249,338,344,353],disinfect:216,disk:[3,6,9,10],diskquota:27,diskus:[27,180,256],dispatch:71,displai:[6,8,33,45],display:[63,113,346],disposit:[72,335],disrupt:71,dissapear:228,dissappear:[133,236],dist:[43,73],distanc:[55,171,345],distcheck:56,distclean:72,distinct:[15,36,71,179,189,238,255,256,258,279],distinguish:[5,33,41,176,215,353],distribut:[2,4,6],distributor:19,distro:[44,169,170,190,211,350],ditto:188,divers:[335,348],divid:[3,11,28,68,72,122,181,215,255],dkim:[64,256,335,340],dlist:[6,160],dmarc:340,dmz:188,dnf:60,dnl:[170,350],dns:40,doabl:228,doc:[1,43,44,48,63,71,147,149,150,151,152,153,154,155,156,157,158,162,170,214,230,271,340,350,352],doc_3:350,docbook:353,docker:45,docsrc:[43,48,56],document:[0,1,11,13,15,18,19,27,40,41,43,44,46],doe:[3,5,7,8,11,13,19,27,33,35,36,41,46,53,58,59,60,62,63,65,67,68,70,72,73,74,75],does:[211,242],doesn:[0,18,19,33,41,43,46,56,64,72,73,74,79,85,115,117,122,135,137,170,177,180,188,206,214,225,245,255,256,271,315],doesnt:244,dohash:72,domain:[3,7,13,18,33],domainkei:[68,170,256,335],domainrelatedobject:256,don:[0,3,18,44,45,47,48,49,55,64,72,73,74,75,105,117,118,121,129,130,136,139,141,143,144,158,160,169,170,178,180,187,188,189,190,202,221,223,234,243,245,246,256,261,265,283,292,297,307,308,310,314,315,318,324,325,327,328,329,330,332,333,335,337],donald:131,done:[15,25,40,41,46,47,49,64,68,72,75,83,100,169,170,178,184,188,190,194,202,209,211,214,220,231,256,265,278,280,296,331,350],dopenssl_no_krb5:221,dormant:258,dos:[74,112],dot:[3,33,41,53,74,118,136,158,256],doubl:[75,113,192,255],doubt:113,doubtless:350,dovecot:[46,127,147,149,150,151,152,153,154,155,156,157,256],down:[36,71,72,74,129,133],downcas:241,downconvert:225,downgrad:[122,169,216,308],downloadurl:160,downtim:[190,347],dozen:36,dpc22:116,dperl_pollute:73,dpkg:[170,336,350],draft:[33,41,72,74,75,77,100,133,202,206,209,230,249,256,275,278,293,308,331],dragonfli:114,drastic:[97,250],draw:353,drawback:[188,345],drbd:[11,256],dread:[72,73],drive:[11,67,68,170,181,256],driver:11,drop:[72,133,147,148,149,150,151,152,153,154,155,156,157,165,192],drop_cr:227,dropcr:227,dropoff:72,dry:[145,190,288,320],dsn:72,dtend:6,dtstart:6,duck:[43,56],due:[41,68,73,82,101,125,133,134,161,169,170,178,218,234],dummi:256,dump:[72,74,75,92,118,178,183,189,192,218],dump_deliverdb:72,dupelim:72,duplic:4,duplicate_check:116,duplicate_db:[10,133,256],duplicate_db_path:[10,71,170,183,256],duplicate_mailbox_mod:275,duplicatedb:73,duplicatedeliv:[79,230],duplicatesuppress:[41,73,75,256],durabl:219,durat:[11,74,274],dure:[11,12,19,24,36,41,45,60,72,73,74,75,97,113,122,128,144,147,149,150,151,152,153,154,155,156,157,165,170,176,178,179,180,188,190,191,215,245,256,270,280,310,336],duse_setproctitle:143,dynam:[66,256],e503646e389f507777fb75eeacc2da0d2156016a:321,each:[3,6,7,9,11,13,15,19,27,28,30,31,33,36,38,40,41,43,52,56,71,75,84,114,115,125,133,147,148,149,150,151,152,153,154,155,156,157,169,170,171,173,176,178,179,181,185,186,188,189,190,191,192,194,198,200,201,206,211,212,217,219,224,228,234,238,246,255,256,257,258,261,262,269,271,276,282,283,287,295,298,309,314,315,345,350,353],eachoth:3,eager:73,earli:[167,256,345,347],earlier:[18,43,56,72,122,126,127,137,160,161,169,170,188,202,256,265],earliest:[236,256],earmark:12,easi:[41,188],easier:[0,18,35,72,74,133,134,174,218],easiest:[40,56,256],easili:[6,49,174,194,347,353],eat:72,eaton:[344,348],ebai:129,ecdhe:[121,133,256],ece:257,echo:[72,170,214,233,325,350],ecparam:[133,256],edda:[163,166],edg:[125,168],edit:[44,46,48,63,170,191,194,202,217],edithead:335,editor:[6,48,170],edu:[52,57,72,73,74,77,92,116,188,190,206,234,245,248,257,280,338],eest:279,effect:[5,9,30,36,47,68,72,82,133,170,177,181,190,202,211,215,231,256,275,310,314,335],effectiv:5,efficaci:28,effici:[11,13,35,71,72,73,126,190,211,250,256,315,323,347],efficienc:340,effort:[11,12,41,57,133,242],egd:73,ehlo:170,either:[6,9,11,18,19,22,30,36,41,44,63,68,71,84,169,170,171,174,176,188,189,192,194,196,197,199,202,206,211,217,221,222,236,243,255,256,258,277,280,282,306,310,314,344,345,347,350,353],el6:27,el6_6:[58,59,60,62],el7:321,elect:344,electron:[335,347],elfejoyeux:85,elimin:[11,35,72,73,80],elli:[56,178],ellie:[43,56,348],ellipt:[121,133,256],els:[0,43,56,63,245,339],elsewher:[15,47,194],email:[3,5,6,11,15,18,19,27,28,33,41,44,45,53,64,113,120,133],embarras:39,embed:[6,280],emerg:11,emiss:27,emit:[27,72,117,225,256,308,314],emori:77,empire:[46,171,345],emploi:[19,26,173,211,245],employe:19,empti:[6,11,30,33,68,72,74,75,83,85,117,136,163,179,181,185,186,190,192,236,256,310,314],empty:[236,310],emul:[64,256],enabl:[4,5,6,11],enable:[63,111,335],enable_event_notif:180,enable_experiment:72,enabled:[115,122],enclos:[72,255],enclosur:335,encod:[121,167,192,206,225,256,282],encode:[27,106,335],encompass:217,encount:[72,221,353],encourag:[57,188,320],encrypt:[5,18,36,68,72,256,285,287,299,301,324,325,327,328,329,330,332,333],enctyp:221,end:[3,11,27,28,40,47,52,55,56,64,65,67],end_command:52,endian:[73,160],endless:[26,228],endors:57,endpoint:247,endscript:170,energi:11,enforc:[5,36,60,230,256],engin:[72,164,181,186,256,314,315,317,344,347,350],engineer:343,enging:314,english:256,enhanc:[11,55,57,73,74,75,100,121,131,133,158,203],enorm:11,enospc:11,enough:[41,47,167,170,178,179,194,235,243,245,256],enrich:133,ensur:[5,8,11,18,19,24,25,36,39,44,58,59,60,62,63,71,72,75,83,84,136,169,170,178,188,190,192,194,211,215,231,236,255,256,314,344],ensure:[43,46,56,83],enter:[43,56,58,59,60,62,63,170,202,271,284,353],enterpris:[2,12,13,44,57],entertain:33,entir:[11,25,33,41,47,48,63,74,77,83,106,120,169,171,178,180,184,188,190,192,194,206,215,216,236,256,274,277,278,292,298,314,345],entireti:280,entiti:[3,5,188,192,335],entri:[5,6,25,36,40,41,71,72,77,103,114,127,137,142,164,165,170,175,176,178,181,182,183,185,186,188,190,192,194,196,202,206,211,217,230,231,255,256,261,262,263,271,272,274,277,280,292,300,304,305,308,314,350],entropi:[243,256],enumer:[219,256],env:131,envel:321,envelop:[27,40,41,72,73,75,180,202,225,256],envelope:[72,117],envfromsmtp:40,enviorn:190,enviro:75,environ:[3,4],environment:[48,189],envset_lk_max_lock:234,envset_lk_max_object:234,envtosmtp:40,eof:[72,74,261],equal:4,equat:11,equi:256,equiv:[41,176,254],equival:[11,188,225,256,257,308],era:345,erat:[122,143,144,147,149,150,151,152,153,154,155,156,157],erdmann:227,erfrakon:111,eric:72,err:[41,75,214],errno:[52,74],error:[8,18,28,41,44,45,46,52,58,59,60,62,63,72,73,74,75,79,114,115,117,124,125,126,127,129,131,133,134,135,137,140,143,147,151,152,153,154,155,156,157,163,164,169,170,188,189,218],errors:48,escap:[74,206,214,240,256,271],escape:[170,202,214],esearch:[63,111,131,256,346],esh:92,esmtp:[170,335],esort:346,especi:[4,11,24,25,47,73,77,170,178,198,234,245,256,271],essenti:[44,169,190,217],essential:221,establish:[11,13,18,58,59,60,62,63,181,190,217,218],etc:[2,5,6,9,11,18,31,33,36,40,41,44,46,47,63,66,70],eudora:[74,256],evalu:[11,188],even:[0,3,11,15,18,19,36,40,41,43,53,60,72,73,74,75,84,116,125,127,167,168,170,177,188,190,201,211,214,217,221,235,236,256,261,274,280,282,324,325,327,328,329,330,332,333,347],event:[13,19,24,25],event_content_inclusion_mod:[180,256],event_content_s:[180,256],event_exclude_flag:[180,256],event_exclude_specialus:[180,256],event_extra_param:[180,256],event_group:[180,256],event_notifi:[180,256],events:[15,70,71,133,169,170,178,183,206,211,217],eventsourc:[147,149,150,151,152,153,154,155,156,157],eventu:262,eventual:[73,284],ever:[3,47,113,183,194,232,233,242,292,308],everi:[0,3,6,15,40,47,49,57,72,171,180,181,182,185,190,192,194,202,206,211,217,231,237,247,250,256,262,314,315,345,347],everydai:[11,40],everyon:[40,47,72],everyth:11,ex_tempfail:72,exact:[8,9,11,48,114,170,236,256,288,336,350],exactli:[11,26,48,84,170,177,256,288],exam:9,examin:[46,178,198,273,274,288,293,308,321,347],examine:[72,177,188,280],exampl:[3,5,9,11,18,19],example:48,example_of_freespace_most_selection_on_backend:9,example_of_freespace_most_selection_on_frontend:9,exampleisp:40,examples:48,exce:[41,199,256],exceed:[27,345,349],excel:[215,245],excempt:208,except:[11,47,63,65,67,72,179,189,236,256,280,347],exception:[13,236],exchang:[5,36,188],exclud:[7,9,30,179,188,190,192,256],exclus:[9,11,19,40,48,72,177],exclusion:4,exclusiv:261,exec:[131,331],exec_prefix:160,execut:[8,11,68,72,74,75,147,148,149,150,151,152,153,154,155,156,157,169,177,183,194,213,215,236,239,256,261,280,292,296,297,353],exercis:[11,211],exhaust:308,exim:[41,74,218],exim_dropcr:227,exist:[4,5,6,7,8,10,11,19,27,28,33,36,40,41,45,52,64,65,67,71,72,75,105,116,118,119,129,133,163],exists:[122,137,160],exit:[47,48,52,72,74,121,135,136,163,170,211,255,261],exitcod:72,exlud:3,expand:[11,64,256,276],expans:11,expect:[0,9,11,18,30,44,60,71,73,117,133,170,177,178,188,190,255,256,260,262,336,346],expens:[11,28,77,178,188,236,256,299,308,310],experi:[0,26,72,133,164,170,188,218,231],experienc:[228,337],experiment:[72,82,147,149,150,151,152,153,154,155,156,157],expert:[0,11],expertis:6,expg:[206,321],expir:[72,75,170,194,206,230,236,274,280,305,319],expirat:[194,274],expire:[24,25,170],expirenew:75,expiri:125,explain:[11,41,170,176,192,213,234,240,272],explan:[15,170],explicit:[0,83,255],explicitli:[9,30,44,82,170,171,177,179,202,256,310,314,335],exploit:[75,86,114],explor:190,explos:256,expos:[66,315],express:[41,48,73,256,261,349],expression:[202,335],expung:[13,24],expunge:[25,77,97,112,127,174,177,188,206,236,256,280],expunge_mod:[25,41,77],expunged:72,expungeprun:[133,170],ext2:231,ext3:231,ext4:11,ext:346,extend:74,extended:[63,111,115,134,147,148,149,150,151,152,153,154,155,156,157,256],extens:[27,44,52,72,73,75,77,81,89,111,115,147,149,150,151,152,153,154,155,156,157,170,190],extensibl:335,extension:[72,133,177,202,236,256,335],extensiv:[147,149,150,151,152,153,154,155,156,157,158,340],extent:[280,347],extern:[36,41,52,53,64,70,74,80,85,176,188,198,216,217,256,259,279,284,285,287,289,299,300,301,313,317],external:2,extra:[9,11,30,64,73,74,117,127,180,204,206,256,314],extract:[43,56,57,256],extraction:335,extraid:74,extrem:[11,52,190],extutil:44,fa6558da:264,fabric:[137,164],face:[6,178],facil:11,facilit:[11,25,38,92,133,190,194,236,256,321,344],fact:[0,3,5,19,36,47,73,170,185,188,190,236,350],facto:171,factor:[11,49,58,59,60,62,63,256,259,285,287,299,301,317],faculti:348,fail:[11,18,19,26,41,44,45,46,52,56,72,73,74,116,117,126,133,134,135,137,144,169,177,188,189,202,210,221,241,245,256,261,271,282,284,308,310],failedloginpaus:[129,256],failov:[11,169],failur:[3,6,11,41,52,74,102,116,120,122,126,131,133,135,137,142,145,163,164,170,172,178,187],fair:223,fairli:[72,232,350],fake:47,fall:[11,19,64,125,188,211,256],fallback:194,fals:[63,72,170,183,211,230,256,280,314],famili:[11,347],familiar:[11,49,169,178,223],family2:3,famou:[11,171,345],fanci:225,faq:[218,234],far:[11,36,47,72,190,240,280,287],fare:236,fart:72,fashion:[11,40],fast:[6,28,46,71,74,171,181,215,219,242,274,308,314,324,325,327,328,329,330,332,333,345],faster:[10,11,47,74,75,101,133,147,148,149,150,151,152,153,154,155,156,157,160,169,172,183,188,191,203],fastmail:[27,45,74,77,79,80,81,82,96,97,127,133,147,148,149,150,151,152,153,154,155,156,157,180,256,348],fastmailshar:256,fatal:[47,52,72,74],fault:323,faulti:11,favero:167,favor:256,favorit:[11,133,170],favour:[6,144,147,148,149,150,151,152,153,154,155,156,157,211],fax:57,fc20:321,fc21:321,fcntl:74,fdatasync:74,fear:169,feasibl:11,featur:[0,1,2,3,4,5,6,7,8,9,10,11,12],feb:[27,206,241],fed:[75,194,256,262,283,299],fedex:279,fedora:[2,12,54,57,58,59],fedoraproject:[11,321],feed:[11,13],feedback:[0,178,344],feeder:[75,299],feel:[11,66,169],felix:167,fenc:11,ferreira:348,fetch:[44,45,46,48,49,50,72,75,80,97,120,122,138,169,170,177,188,215,217,218],fetching:188,fetchnew:4,few:[3,5,11,36,41,48,56,71,72,108,131,178,181,188,190,215,217,223,231,244,245,256],fewer:11,fiber:[3,11],field:[6,18,41,127,138,161,170,176,181,183,185,192,198,255],fields:72,fifth:314,figur:[72,170,245,261],file:[0,1,2,3,4,5],filedescriptor:74,fileformat:267,fileinto:[19,33,74,81,133,202,253,256],filenam:[19,41,75,178,183,238,256,259,261,264,265,269,285,287,298,299,301,304,305,310,311,331,353],filename:27,files:48,filesystem:[3,4],filesytem:236,fill:[47,49,52,72,129,169,256],filter:[13,19],find:[5,6,11,41,43,44,45,56,68,127,129,133,143,169,170,181],fine:[46,75,178,227],finer:178,finger:[72,284],finish:[11,56,61,73,169,206],finishproc:52,finishrock:52,fire:233,firewal:188,first:[0,9,19,30,41,44,47,52,55,64,65,67,72,73,101,115,127,128,131,133,143,169,170,171,176,178,179,182,184,185,188,190,192,199,202,206,211,221,226,230,236,238,241,244,246,249,256,257,262,272,274,279,285,287,307,308,310,314,315,345,349,350,353],fit:4,fitness:57,five:74,fix:[41,43,44,46,55,56,72,73,74,75,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,100,102,103,106,107,108,109,112,113,114,115,116,119,120,121,122,123,124,125,126,127,128,129,130,131],fixdir:170,flag:[6,15,19,27,38,40,41,46,50,52,72,73,74,75,79,85,92,102,111,112,113,125,133,134,135,169,174,177,178,180,183,189,202,206,211,215,230],flagnam:[27,180,256,321],flags:[73,118],flaki:248,flap:130,flash:11,flat:4,flatten:270,fleme:[188,234],flex:[44,72,169],flexibl:[11,133,188,199,211,280,340],flight:170,flip:231,flock:74,flow:[26,27],flush:[72,77],flushseenst:[77,97,256],flux:11,fly:[19,97,129,256],fmt:52,focus:188,fold:[72,75,114],folder:[5,6,7,9],folders:[41,160,201,280,307],follow:[0,6,7,8,9,10,11,12,13,18,19,23,24,25,27,28,30,33,36,40,41,43,44,46,48,50,52,54,55,56,57,58,59,60,62,63,64,68,71,133,147,154,155,156,157,169,170,175,176,177,178,179,181,183,188,190,192,196,197,202,206,211,212,213,214,215,224,227,236,249,255,256,258,261,269,270,275,279,280,299,310,314,315,331,335,336,338,344,345,350,353],followup:[75,256],foo:[40,72,131,133,188,189,190,202,256,293,314],fool:236,foolproof:190,foolstupidcli:256,foot:11,footnot:[11,27,36,133,236],footprint:[11,73],forb:57,forbidden:238,forc:[73,74,256,261,288,308,309,316,324,325,326,327,328,329,330,332,333],force_sasl_client_mech:256,forcibl:74,foreach:[84,145],foreground:83,foreign:214,foremost:11,forerunn:[171,345],forese:7,forev:[133,177,256],forget:[49,202],forgiv:74,fork:48,form:[5,40,41,57,63,64,72,169,176,192,215,236,255,256,259,280,285,287,299,301,310,317,347],format:[6,27,41,43],former:[11,15,71,133,170,196,236,255,350],formul:11,forth:11,forthcom:73,fortun:202,forward:[36,108,188,192,202,211,280,335,347],found:[9,30,45,52,55,104,105,107,108,120,127,137,171,188,209,214,218,220,234],foundat:133,founder:[46,345],four:[33,41,169,176,255],fourth:[211,262,314],fox:256,fpic:[44,46],fprintf:52,fqdn:3,fraction:[131,314],framework:45,francoi:348,freakin:245,fred:41,free:[9,30,47,49,52,64,72,75,100,101,133,136,179,181,185,190,198,199,256,308,340,349],free_cr:72,freebsd:[12,114,130,169,183],freed:[52,75,192],freeli:75,freenod:[170,337],freespac:[9,30,179,190,230,256],freez:218,french:3,frequenc:[72,211,212,237],frequent:[11,72,188,212,215],fresh:178,freshmen:345,fri:295,friend:[190,217],friendli:[160,337],friendlier:97,from:[2,3,6,7,9,11,13,15,18,19,24,25,26,27,28,30,33,35,36,38,40,41,43,44,45,46,47,48,49,50,54,55,56],front:[7,169,188],frontend:[3,4,7],frustrat:353,fs_get:74,fs_give:74,fsck:11,ftp:[43,56,57,133,134,135,136,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,160,161,162,163,164,165,297],fuch:73,fud:[72,73,74,131,254],fud_queri:284,fud_respons:284,full:[11,12,13,18,19,40,48,57,69,71,75,83,133,169,174,177,178,180,190,197,236,256,276,292,315,336,340,347],fulldirhash:[75,82,120,184,256,309],fulli:[3,11,12,19,33,36,40,41,133,177,179,188,202,245,256,280,299,309],fullnam:6,fulltext:314,functionproc:52,further:[3,11,15,40,41,49,66,74,169,172,177,183,188],furthermor:[71,194],futur:[7,11,72,133,134,144,187],fuzzi:[77,256,346],fuzzy:[166,256],g0241b22:56,gahd:167,gain:[170,215,347,350],garbag:[73,109],gardin:348,gari:[73,97],gatewai:[75,194,347],gather:74,gave:238,gcc:[44,50,73,85,116,135,147,151,152,153,154,155,156,157,162,221,224],gcm:[58,59,60,62],gdb:[46,218,233],geani:48,gener:[3,4,6],generate_compiled_sieve_script:[133,256],gentoo:[12,57],geograph:11,gesang:136,get:[0,1,2,7,9,11,18,19,27,30,41],getacl:[177,280],getent:[170,350],getgrent:[41,176,256],gethostnam:256,getinfo:134,getmetadata:[134,144,177],getnameinfo:74,getopt:280,getpassphras:129,getprotobynam:284,getquota:[84,188],getquotaroot:[131,167,188],getservbynam:72,getuid:72,getxstr:74,gfs:11,ghudson:72,giant:256,gif:256,gigabyt:[11,28,44],gilda:348,gile:127,git2:27,git:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56],github:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47],gitpython:48,give:[0,11,13,26,28,40,41,46,56,63,72,73,112,170,174,188,190,192,194,199,206,225,235,256,307,308,315,347,350],given:[9,11,30,40,41,60,64,72,73,74,133,137,147,149,150,151,152,153,154,155,156,157,170,174,177,180,188,190,192,194,196,198,199,201,211,239,240,242,250,256,258,269,271,272,274,276,279,280,288,292,293,294,295,307,308,311,312,314,321,326,350],glib:256,glibc:[82,88],glob:[72,82],global:[3,5,40,77,133,147,148,149,150,151,152,153,154,155,156,157,170,174,202,203],gloom:349,glusterfs:11,gmail:[85,264],gmt:295,gmtmoff_gmtim:72,gmx:115,gnarli:55,gnu99:[44,46],gnu:[44,50,170,280,338,350],goal:[345,347],god:245,goe:[15,33,43,56,72,194,217,236,237],gondwana:[127,344,348],gone:[72,169,236],good:[11,47,48,55,57,61,64,72,128,170,179,188,202,232,245,249,250,256],goof:73,googl:[55,339],got:[55,72,131,214],gotcha:187,gouaux:[73,74],gov:74,govern:[53,181,343],gperf:[44,169],gpfs:218,gpg:[43,56],grab:72,gracefulli:72,grade:[11,215],grain:75,gramar:160,grammat:256,grand:194,grant:[18,41,174,175,188,256,280,282],granular:[133,178],granularli:133,great:[7,41,46,55,133,170,171,245,345,349,350],greater:[19,25,75,77],greenfield:348,greet:[81,256],greg:[72,127,348],gregorian:[224,335],grep:[18,206,271],greylist:321,groff:169,gross:72,group:[5,7,11,19,35,36,41,43,44,46,56,72,75,113,121,167,169],groupadd:[170,350],grow:[7,9,11,28,30,179,194,218,236],growth:[188,247],grundman:348,gss:[68,324],gssapi:[44,188,202,350],guarante:[5,7,47,57,60,83,169,188,190,219,347],guard:47,guest:11,gui:[22,57,64,65,68,245],guid:0,guidanc:[169,344],guide:40,guidelin:0,guilherm:348,gzip:178,hacmp:245,had:[5,6,72,127,130,161,164,171,188,190,236,245,268,310,345],haferkamp:[133,348],hagberg:72,hajimu:75,half:[72,231],ham:27,hammer:127,hand:[11,72,83,116,171,174,178,188,198,256,345,353],handl:[6,15,41,52,56,72,73,74,75,85,88,89,97,104,105,106,108,111,112,113,114,121,122,125,126,131,134,138,140,145,147,148,149,150,151,152,153,154,155,156,157,160,162,163,167,169,170,177,178,188,191,211,227,234,245,255,256,300,324,325,327,328,329,330,332,333,340,347],handler:163,handshak:6,hang:[72,191,218],hangout:[55,339],hangup:292,happen:[3,4],happi:[106,245,308],happili:11,hard:[36,41,72,73,129,135,170],harder:188,hardlink:130,hardwar:[11,56,188,231,350],harm:[11,218],harmless:256,hash:[72,73,74,75,79,170,172,178,181],hashimapspool:[170,184,256,309],hashtabl:[9,30],hasn:[6,33,188],hasnochildren:[135,206,280],hat:[2,12,57],hav:256,have:[0,3,5,6,7,8,9,11,15,18,19,22,24,25,27,28,30,33,36,40,41,43,44,45,46,47,48,49,50,53,55,56,57,63,64,65,66,67,68,71,72,73,74,75,77,82,114,129,133,137,143,147,150,151,152,153,154,155,156,157,159,160,166,167,169,170,171,175,176,177,178,179,180,181,182,185,186,187,188],have_acte_krb:72,have_libdb:72,haven:[18,46,73,75,239],hba:[3,11],hdd:[11,215],hdrfromsmtp:40,hdrsize:[293,321],head:[7,43,56,64,100,245,346],header:[12,41,44,47,72,73,74,75,88,92,95,97,106,107,108,109,113,114,115,117,121,122,134,138,147,149,150,151,152,153,154,155,156,157,167,180,181,185,186,194,209,212,215,218,221],headerbodi:[180,256],health:11,hear:[11,54],heart:255,heartbeat:256,heat:[171,345,349],heavi:[75,89,194,234,347],heimdal:[82,169],heino:[73,114,121,131,134,142,143,348],heirarchi:[22,33],held:[6,18,35,48,55,75,114,261,339],hello:[73,170,293],helpdesk:26,helpfil:48,hen:73,henriqu:[74,75,112,348],her:[19,33,43,56],herdomain:40,here:[11,12,15,27,33,40,41,43,46,49,56,63,71,72,73,75,133,169,170,178,181,183,186,188,190,194,199,219,228,236,244,255,256,316,346],herodotu:[171,345],heurist:279,hex:[206,256],hhmm:255,hidden:11,hide:[77,79,174],hierarch:[33,72,73,256],hierarchi:[11,13,19,24,27,30,33,34,41,53,64,65,66,67,72,73,74,79,80,133,134,136,175,179,183,188,194,199,200,206,207,236,256,280,293,308,347],hierarchical:72,high:[6,7,11,15,36,71,72,77,169,172,188,194,212,215],higher:[11,15,19,27,30,44,68,71,199,211,228,256,259,285,287,292,299,301,317],highest:[6,30,293],highestmodseq:97,highli:[171,245,250,347],highlight:[48,353],him:[28,202],hinder:[171,345],hint:73,hisdomain:40,histor:[25,256,345],hit:[73,170,178,256],hmh:[74,75,112],hoeger:[73,133],hold:[5,7,11,35,41,47,53,74,133,169,178,188,192,215,217,236,261,350],hole:83,holidai:39,holschuh:[74,75,112,348],home:[40,64,107,170,183,190,202,215,234,256,291,353],honest:170,honor:[72,73,345],hook:217,hope:0,hopefulli:[72,73,74,188],horizont:[12,36,41,187,190],horribl:[245,309],hors:[171,345],host:[3,4],hostmast:33,hostnam:[40,41,68,72,170,192,211,217,225,255,256,283,284,299,310,324,325,327,328,329,330,332,333],hostname_mech:256,hostname_password:256,hosts_access:255,hot:[178,181,217,250,256,263],hour:[43,56,72,84,169,170,194,211,231,247,255,256,261,274,305,314,321],hourli:[56,70,279],hous:194,housekeep:73,how:[0,1,9,11,24,30,31,33,41,43,44],howard:74,howev:[3,5,7,9,11,12,36,54,57,74,133,169,177,182,188,189,190,192,210,219,225,227,233,234,236,241,250,256,345],howto:[36,172],hpux:72,href:103,hsk:[88,131],hsts:335,html:[43,48,50,56,66,75,85,147,149,150,151,152,153,154,155,156,157,230,234,256,271,279,350],hton:72,http:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67],http_timezon:100,httpallowcompress:256,httpallowcor:[105,256],httpallowedurl:[104,256],httpallowtrac:256,httpauth:335,httpbi:335,httpcontentmd5:[107,256],httpd:[44,63],httpdocroot:[66,68,103,256],httpkeepal:256,httpprettytelemetri:[105,256],https:[57,68,137,159,165,166,167],httptest:254,httptimeout:256,hudson:72,human:[6,11,206,256],humili:11,hundr:[36,111,245],hung:[80,256],hurt:[74,206],husband:19,hybi:335,hypertext:335,hypervisor:11,hyphen:353,hypothet:30,ian:[122,144],iana:[64,71],ibm:245,ical:[46,163,350],ical_obj:6,ical_uid:6,icalendar:[6,64,68,101,106,108,335],icu4c:350,icu:44,idea:[0,44,55,61,178,188,232,245],ideal:[11,38,47,178,188],idealli:169,ident:[5,41,72,176,202,220,256,258,324,325,327,328,329,330,332,333],identifi:[3,5,14,27,33],identified:18,idl:[12,26,44,46,71,73,75,78,84,85,133,135,136,143,162,167,169,170,183,197,210,254,255,256],idle:[12,58,59,60,62,63,73,75,78,122,136,170,256,286,335],idled:4,idlesocket:[71,170,183,197,256],idx_ical_uid:6,ietf:[23,77,106,230,256,331],ignor:[41,65,67,72,73,83,97,137,177,255,256,257,270,274,275,284,310,353],ignore:[282,285,300,308,335,353],ignorequota:335,ignorerefer:256,ihave:[194,256,335],iii:[11,343],ill:11,illustr:[3,11,36,41,48,177,211],ilovecyru:40,imag:[3,11,36,45,188,245,353],imagin:[11,28,182,185,215,245],imailbox:288,imap2:347,imap2bi:347,imap4:[58,59,60,62,72,171,177,213,335,343],imap4flag:[256,335],imap4rev1:[52,58,59,60,62,63,72,287],imap:[3,4,5,6],imap_quotaroot_nonexistent:72,imap_remot:238,imap_uid:6,imapclon:160,imapd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],imapd_3:350,imapd_conf:[170,350],imapext:230,imapflag:[202,256],imapidlepol:256,imapidletimeout:[122,136,256],imapidrespons:256,imapmagicplu:[75,256],imapnew:204,imaprev1:111,imaps:[13,170],imaptalk:46,imapus:[170,350],imaputf7:[46,169],imapv:72,imapwiki:54,imb:[88,131],imclient:51,imclient_addcallback:52,imclient_autent:72,imclient_authent:52,imclient_clearflag:52,imclient_clos:52,imclient_conn_nonsyncliteral:52,imclient_connect:52,imclient_eof:52,imclient_getselectinfo:52,imclient_havetl:52,imclient_proc_t:52,imclient_processoneev:52,imclient_repli:52,imclient_send:[52,72],imclient_servernam:52,imclient_setflag:52,imclient_starttl:52,imip:[147,149,150,151,152,153,154,155,156,157,256,335],imipnotifi:[147,149,150,151,152,153,154,155,156,157,256],immedi:[11,15,24,25,30,41,77,79,84,116,129,133,177,192,236,237,243,256,261,310,344],impact:[5,7,8,11,71],impad:291,imperit:11,implement:[4,6],implementation:202,implementor:174,impli:[11,177,236,259,285,287,299,301,317,320],implic:[5,11,75,213],implicat:169,implicit:[3,5],implicit_owner_right:[41,175,256],implicitli:[41,64,175],implicitownerright:80,implied:57,important:[72,75,169,170,353],importantli:[11,347],impos:[41,72],imposs:188,impost:5,impract:11,impress:11,improperli:[72,225,256],improv:[71,72,73,74,75,114,117,133,135,145,160,184,188,191,256,271,346,347],improve:[72,74,75,79,120,138,147,148,149,150,151,152,153,154,155,156,157,160,161,346],improved_mboxlist_sort:[96,118,144,256],improvement:74,imsp:[52,71,72,73,170,188,196,280,325,350],imspd:72,imtest:[58,59,60,62,63,72,73,74,94,129,164,170,254,324],inabl:11,inact:[41,256,263],inadvert:[64,177],inbound:[178,217],inbox:[3,19,20,27,33,36,40,41,64,65,66,67,72,73,74,77,79,84,117,121,129,133,134,158,175,188,190,199,202,208,209,215,218,230],inboxe:[41,80,175],inbuilt:169,inc:[62,331],incdir:[12,44,74],inclin:11,includ:[0,8,10,11,12,13,18,19,24,25,27,33,41,43,44,46,47,48,52,55,56,57,58,59,62,63,66,68,72,74,75,77,92,108,112,116,118,119,129],include:[36,72,74,147,148,149,150,151,152,153,154,155,156,157,202,256,335],including:57,includion:25,inclus:[24,49,111,147,150,151,152,153,154,155,156,157,188],incom:[19,64,75,170,188,191,194,199,202,218,228],income:189,incompat:[83,202],incomplet:[72,87,115,127,178,198,211],inconsist:[41,133,144,188,190,307],incorpor:[11,19,48,49,55],incorrect:[72,83,84,117,127,129,170],incorrectli:[72,74,134,293],increas:[10,11,35,74,79,83,129,135,190,191,211,231,234,237,250,256,261,269,292,310,314],increat:129,increment:[72,81,147,152,153,154,155,156,157,314],incur:11,inde:250,indefinit:[80,236,256],indent:[256,270],independ:[41,47,72,178,188,194,201,211,315,335,347],index:4,index_check:73,index_search_evalu:72,index_searchcachehead:73,index_upgrad:126,indic:[11,12,18,46,52,83,133,177,188,190,192,230,234,244,256,271,280,308,314,326,353],indicat:[230,280],indirect:57,individu:[3,7,11,24,28,34,38,41,77,120,133],ineffici:[120,314],inet6:169,inet:350,inet_aton:284,inetd:72,inetdomainbasedn:256,infect:[70,279],infin:258,infinit:[11,116,129,165,221,256],influenc:261,info:[11,33,38,41,43,46,56,72,73,74,194,200,202,206,207,221,223,256,274],inform:[3,5,6,7,11,12,14,22,24,28,30,34,35,36,38,41,46,49,52,54,64],informat:[20,21],infrastructur:[3,4,5,11,19,36,43,56,133,136,211,347,348],inher:[122,217],inherit:[33,41,194,274,280,314],ini:[46,239],inifil:[46,169],init:[47,48,169,170,350],initgroup:73,initi:[9,11,19,30,41,52,72,73,74,75,97,170,175,178,179,192,197,211,255,256,289,292,314,324,325,327,328,329,330,332,333,346,350],initiat:335,inject:[129,230,280],inlin:11,inmsg:52,inn:[72,194],inner:74,innosoft:225,inod:6,inode:6,input:[49,52,72,198,259,261,262,265,267,282,285,287,289,298,299,301,310,313,315,318,321,353],inquir:344,inscur:335,insensit:[72,74,256],insert:[11,18,41,64,81,117,174,176,177,192,194,206,211,241,255,256,280,282],insid:[27,33,40,73,74,170,198,202,206,350],inspect:[43,269,270,275],inspir:[73,97,178],inspire:84,instabl:224,instal:[3,11,12,19,40,41,44,46,48,50,54,56,58,59,60,61,62,63,64,68,69,70,71,72,73,74,75,85,133,137,147,148,149,150,151,152,153,154,155,156,157,159,161,163,164,169,170,178,190,194,206,211,215,217,221,223,224,239,245,256,279,280,296,324,327,330,334,337,340],install:[2,42,44],installat:[7,54],installbinsymlink:[147,148,149,150,151,152,153,154,155,156,157],installsiev:[72,254],installt:63,instanc:[3,9,11,13,30],instant:[11,335,348],instanti:190,instead:[11,18,19,25,36,41,47,48,49,55,71,72,73,74,75,84,133,135,136,147,151,152,153,154,155,156,157,163,177,184,188,190,191,211,230,236,240,249,253,256,264,265,280,283,288,289,292,297,301,308,310,324,325,326,327,328,329,330,331,332,333],instruct:[18,40,41,43,44,48,50,54,56,61,134,135,136,137,138,139,140,141,142,143,144,145,158,159,160,161,162,163,164,165,166,167,169,200,211,239,317],instruction:45,instrument:73,insuffici:188,insur:188,int64:46,int_date:[293,321],intal:169,integ:[9,30,44,72,90,143,179,255,256],integer:[6,255],integr:[5,46,49,50,63,64,72,75,77,136,137,147,148,149,150,151,152,153,154,155,156,157,256,259,285,287,299,301,317,324,325,327,328,329,330,332,333,340,346],intel:72,intellig:[133,179],intend:[3,11,12,41,178,187,190,295,347,350],intens:[11,213,265],intent:[15,25,270,275],inter:40,interact:[11,48,72,75,80,116,170,188,194,245,256,265,280,306,324,325,327,328,329,330,331,332,333,334,335,350],interchang:[188,335,347],interest:[6,11,12,54,55,57,61,169,178,180,188,249,337],interfac:[7,11,36,40,41,44,49,52,71,72,73,75,170,174,176,196,197,204,225,255,256,284,350],interfer:[133,211],interim:45,interleav:188,interm:72,intermedi:[11,72],intermeta:73,intern:[11,33,36,41,48,53,66,72,73,75,147,149,150,151,152,153,154,155,156,157,190,209,214,225,230,231,253,256,260,271,280,323,347],internal:33,internald:[120,130,256,280,295,308],internaldate:[97,256],internaldate_heurist:[120,256],internation:72,internet:[3,13,45,71,170,171,196,255,289,335,347,348,350],interoper:71,interpret:[11,179,225,236,261,269,282,310],interrupt:[11,36,144],interv:[81,178,230,231,255,256,292,315,321],interven:[133,188],intervent:178,intial:72,intra2net:115,intra:40,intro:[282,295],introduc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],introduct:42,intuit:5,invalid:[72,73,113,114,136,158,178,225,256],invari:73,invent:[171,345],inventor:171,inventori:335,invert:288,invest:11,invisbl:177,invit:[64,337],invoc:[48,178,211,261,269,321],invocat:203,invok:[15,41,52,74,122,170,178,202,209,211,217,256,259,261,279,280,285,287,289,298,299,301,308,313,314,318,350],invoke:172,involv:[0,13,47,73,75,118,169,191,242,346],ioerror:[158,308],iolog:256,ionic:314,ios:[144,163],ipaddr:284,iphon:[117,131],ipop3d:117,ipurg:[48,73,74,84,113,125,145,158,167,254],ipv4:[255,256,310],ipv6:[74,75,255,256,310],irc:[55,56,170,211],irrelev:19,irretriev:236,irrit:353,isc:297,ischedule_dkim_domain:256,ischedule_dkim_key_fil:256,ischedule_dkim_selector:256,iscsi:3,ismemb:276,isn:[0,11,18,47,55,72,75,101,122,147,149,150,151,152,153,154,155,156,157,170,190,206,243,249,251,348],iso8601:46,iso:[27,72,256],isode:348,isol:188,issu:[11,27,36,41,43,49,55,56,58,59,60,62,63,72,73,74,75,78,79,80,81,82,83,84,89,92,95,96,97,115,127,129,133,147,150,151,152,153,154,155,156,157,161,169,170,177,179,188,190,192,207,213,236,241,256,293,308,324,325,327,328,329,330,332,333,336,344,353],ital:[48,353],item1:179,item2:179,item3:179,item4:179,item:[6,11,33,40,41,46,80,128,147,148,149,150,151,152,153,154,155,156,157],iter:[56,74,211,314],iterat:335,itip:[64,335],itself:[6,11,35,41,48,53,54,58,59,62,63,72,74,180,181,183,190,211,217,224,236,255,256,280,292,314],iversen:72,j16:46,jack:170,jakob:167,jame:33,jan:[127,280,293],jane:[3,18,19,27,33,36,307],janepas3:18,janepass:18,janitor:292,jansson:[44,108,135],jarosch:[88,115,141,143],jarosh:122,jason:[160,166],javascript:66,jbro:256,jcal:[108,335],jdoe:[3,5,19,209],jean:348,jeff:72,jeffrei:[344,348],jen:[122,143,144,147,149,150,151,152,153,154,155,156,157,348],jena:[88,131],jenkin:45,jenkins:45,jeremi:[74,77],jeroen:[136,344,348],jessi:[44,45,350],jessie_al:350,jessie_amd64:350,jfs:245,jhoward:74,jim:72,jimson:73,jj12:257,jmap:[147,148,149,150,151,152,153,154,155,156,157,158,160,161,164,225,346],job:[41,45,72,133,178,211,236,255],john:[3,5,19,27,28,33,36,53,72,73,77,145,206,208,211,212,240,258,260,280,307,321,348,353],johnsmit:321,johnsmith:[265,275,321],join:[7,55,170,218],jonathan:163,josh:160,journal:231,journei:[171,345],jpeg:256,jsmith:[293,294,295,308],json:[269,270,307,335],jtampli:77,judgement:[11,245],jul:[293,295],julien:[88,114,121,131,133],junk:[19,142,180,202,256,278],just:[0,3,11,18,36,39,41,43,47,48,55,56,72,73,74,83,129,142,166,170,178,184,186,187,188,189,190,192,203],justgotspammedlot:274,justifi:[55,212],jwz:73,jy9o:257,jyager:257,kamen:163,katu:114,kbyte:[6,48,288],kde:11,keep:[12,15,26,41,47,49,63,64,72,73,79,104,133,169,170,178,179,181,188],keepal:[113,256],kei:[4,5],ken:[72,73,74,116,221,344,348],kept:[7,74,147,149,150,151,152,153,154,155,156,157,169,178,188,190,194,237,242,256,318,326],kerber:[71,170,196,301,350],kerbero:[5,13],kerberos_v4:[41,188,190,202,324,325,327,328,329,330,332,333],kernel:[11,215,233],key:6,key_fil:52,keyboard:52,keycap:353,keyfil:[142,280,324,325,327,329,330,332,333],keyout:170,keytab:5,keyword:41,kib:[9,30,179,190,256],kick:[11,33,36],kick_mupd:116,kiev:279,kill:[85,231,245,292],kilobyt:[15,19,34,41,199,201,256,280],kind:[6,33,170,180,236,256,335],kinda:46,king:46,kingdom:349,kirk:33,kleinespel:348,knight:40,know:[3,5,7,9,30,31,40,41,44,46,47,55,56,68,84,169,170,177,178,179,185,188,202,204,217,221,256,287,336],knowledg:72,known:[4,5,7],kolab:[27,215,348],kolab_3:27,kolbu:348,konold:111,korreio:57,kpop:[13,35,41,71,72,170,190,196,301,347,350],kravchenko:73,krb5:[44,218],krb5_enctyp:221,krb:[41,176,254,256],krb_pt:72,krb_sasl_client:52,krbck:72,krbimpl:44,kristof:[114,348],kssl:218,kssl_build_principal_2:221,kssl_cget_tkt:221,kssl_check_auth:221,kssl_ctx:221,kssl_ctx_setkei:221,kssl_ctx_setprinc:221,kssl_ctx_setstr:221,kssl_sget_tkt:221,kssl_validate_tim:221,kueck:159,kxte:[58,59,60,62,63],label1:256,label2:256,label3:256,label:[204,225,353],lack:[11,47,75],lag:[9,30,179,190,256],lai:11,laid:48,lam:280,lappend:72,laps:[9,30,179],larg:[7,9,11,13,18,24,25,27,28,30,33,36,47,72,73,74,75,77,111,168,170,178,179,180,181,188,191,206,213,215,218,228,231,236],larger:[4,11,15,19,33,36,75,178,188,212,256,288,315],largest:[11,15,41,47,108,133,179,256,349],larri:[74,348],last:[6,39,72,75,135,169,170,182,185,202,211,230,231,256,280,283,284,293,314,321,350],last_uid:161,lastfailedbuild:45,lastpop:[75,230],lastupd:[230,293,321],latch:256,late:72,latenc:[11,71],later:[11,24,25,50,56,72,77,79,122,133,147,151,152,153,154,155,156,157,169,170,171,178,179,197,199,212,215,225,227,236,256,321,345,347,349,350],latest:[12,44,45,46,57,64,72,75,168,169,188,217,223,256,261,308,340,350],latter:[15,43,56,188,206,243,255,256],lauri:348,layer:[5,11,36,41,47,63,68,72,73,74,82,83,172],layout:[72,199,211,212,256],lazi:[72,170],lcyru:52,ldap:[5,11,13],ldap_authz:256,ldap_bas:256,ldap_bind_dn:256,ldap_ca_dir:[133,256],ldap_ca_fil:[133,256],ldap_ciph:[133,256],ldap_client_cert:[133,256],ldap_client_kei:[133,256],ldap_deref:256,ldap_domain_base_dn:256,ldap_domain_filt:256,ldap_domain_name_attribut:256,ldap_domain_result_attribut:256,ldap_domain_scop:256,ldap_filt:256,ldap_group_bas:256,ldap_group_filt:256,ldap_group_scop:256,ldap_id:256,ldap_mech:256,ldap_member_attribut:256,ldap_member_bas:256,ldap_member_filt:256,ldap_member_method:256,ldap_member_scop:256,ldap_password:256,ldap_realm:256,ldap_referr:256,ldap_restart:256,ldap_sasl:256,ldap_sasl_authc:256,ldap_sasl_authz:256,ldap_sasl_mech:256,ldap_sasl_password:256,ldap_sasl_realm:256,ldap_scop:256,ldap_serv:256,ldap_size_limit:256,ldap_start_tl:256,ldap_time_limit:256,ldap_timeout:[135,256],ldap_tls_cacert_dir:[133,256],ldap_tls_cacert_fil:[133,256],ldap_tls_cert:[133,256],ldap_tls_check_p:[133,256],ldap_tls_ciph:[133,256],ldap_tls_kei:[133,256],ldap_uri:256,ldap_use_sasl:256,ldap_user_attribut:256,ldap_verify_p:[133,256],ldap_vers:256,ldflags:[50,222],lead:[19,27,53,188,190,211,243,256,347,348],leak:[46,47,64,72,73,74,75,97,104,105,107,108,118,122,133,136,137,138,160,167,169],learn:[0,11,170,194,223],least:[3,11,47,50,63,75,170,177,178,181,185,188,190,211,215,225,231,236,244,255,256,257,258,259,274,288,295,308,314,350],leav:[24,46,64,65,67,83,85,144,190,221,256,292,321],lee:[142,144,147,149,150,151,152,153,154,155,156,157],leena:[73,114,121,131,134,142,143,348],leewai:256,left:[72,77,95,120,190,211,225,256,282,310,324,325,326,327,328,329,330,332,333,348,353],legaci:[6,41,43,111,143,150,177,268],legal:[57,74],lemonad:335,length:[41,72,75,89,170,206,256,284],lengthen:211,less:[6,9,11,30,43,73,107,108,128,134,169,178,179,183,188,211,215,234,236,256,261,308,347],lessen:73,let:[11,36,72,169,170,178,182,185,190,234,350],letter:[41,184,188,238,256],level:3,levenshteinx:46,leverag:211,lex:[44,46,72,75],lexer:[72,73],lhlo:81,liable:57,lib64:224,lib:[11,12,44,47,50,72,73,133,169,170,183,199,202,206,209,210,211,212,214,215,221,224,231,244,256,265,267,271,286,296,314,315,350],libacap:73,libari:72,libbsd:[44,46,169],libcal:46,libclamav:224,libclon:[46,169],libcom_err:72,libcomerr2:63,libconfig:[46,169],libcrypto:224,libcunit1:[44,169],libcurl:256,libcyru:[47,52,72,74,75,350],libcyrus_imap:[44,159,160],libcyrus_init:47,libcyrus_min:75,libdata:46,libdatetim:[46,169],libdb5:[44,63],libdb:[44,169],libdigest:169,libdir:[12,44,74],libencod:[46,169],liber:256,libexecdir:[147,148,149,150,151,152,153,154,155,156,157],libfil:[46,169],libglib2:169,libic:[44,68,100,145,169,170,218],libicu:44,libimap:47,libio:[46,169],libjansson:[44,169],libjson:46,libldap2:[44,169],libmariadb:44,libmim:46,libmysqlcli:[44,169],libnet:[46,169],libnew:[46,169],libnghttp2:44,libpam0g:169,libpcre3:[44,169],librari:[0,12,41,42,44,46],libressl:[137,164],librt:[137,160],libsasl2:[44,63,169],libsasl:[72,73],libsnmp:[44,169],libsqlite3:[44,169],libssl:[44,169,224],libtest:[46,169],libtext:46,libtool:[44,72],libunix:[46,169],liburi:169,libuuid:44,libwrap0:169,libwrap:73,libwrap_init:73,libxapian:[44,169],libxml2:[44,108,169],libxml:[44,46,169],libzephyr:169,licens:[2,27],life:[60,161,255,353],lifetim:319,light:[11,71],lightn:[6,44],lightweight:[71,170,192,196,197,350],liinu:73,like:[0,3,5,7,11,15,16,17,18,19,26,29,30,33,34,36,37,41,43,46,47,48,52,56,63,71,72,96,164,169,170,177,178,180,182,188,189,190,192,194,198,202,206,211,214,217,221,223,224,228,234,239,241,245,255,256,259,263,265,271,279,284,285,286,287,289,292,298,301,308,310,314,317,318,325,337,346,350,353],likelihood:11,likewis:[72,73],limit:[4,5,6,7],limitless:247,lin:115,line:[11,18,41,43,44,46,47,50,55,56,63,71,72,73,81,113,127,133,161,170,171,176,178,190,192,194,196,202,204,206,211,217,227,236,238,239,248,255,256,257,258,261,265,267,271,277,279],liner:206,lines:[293,321],link:[11,41,42,43,44,47,48,52],linkag:[56,217],linkend:9,linker:224,lint:[169,275,346],linux:[2,11,12,18,19,44,50,57,60],list:[0,3,4,5],list_curv:[133,256],list_fe:104,listacl:280,listaclmailbox:41,listaclmamilbox:41,listen:[18,63,71,73,137,164,170,178,180,183,188,190,192,194,196,197,202,204,211,217,247,255,256,259,284,285,287,289,292,298,300,301,314,317,318],listext:[58,59,60,62,73,111],listmailbox:[40,134,206],listquota:41,listquotaroot:[41,207,208],listrights:[177,280],liter:[3,33,36,52,72,74,114,192,335,353],literal:[52,58,59,60,62,63,129,256],literalminu:256,littl:[72,73,97,215,242,337],live:[6,11,36,45,67,72,74,133,169,170,184,188,190,202,247,256,265,284,286],liveli:178,lkxa:256,lmdb:4,lmr:74,lmtp2nntp:[194,256],lmtp:[8,40],lmtp_admin:[41,75,190],lmtp_allowplaintext:75,lmtp_downcase_rcpt:[74,241,256],lmtp_fuzzy_mailbox_match:77,lmtp_over_quota_perm_failur:[41,199,256],lmtp_strict_quota:[41,199,256],lmtp_strict_rfc2821:256,lmtpa:27,lmtpd:[19,40,41,63,73,75,77,121,122,124,129,134,143,161,163,164,167,170,183,190,197,199,202,211,217,228,233,234,237,239,254,255,256,264,282,285,287],lmtpengin:[73,75],lmtpproxyd:[63,74,75,77,189,190,191,228,254],lmtpsocket:[71,170,183,197,256,350],lmtptest:[74,254],lmtptxn_timeout:256,lmtpunix:[27,63,170,241,255,285,287,289,298,301,317,318],load:[5,6,7],loader:[44,183,197,306],loc:142,local0:256,local4:72,local6:[41,72,170],local7:256,local:[3,5,6,7,11,36,40],local_rule_0:194,localdefs:221,localdomain:202,localhost:[18,28,41,58,59,60,62,63,170,191,194,202,255,256,280,283],localpart:[40,136],localtim:206,locat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180],lock:[4,5,6],lock_expir:6,lock_own:6,lock_ownerid:6,lock_token:6,locker:[74,218],lockfil:238,lodg:0,log:[3,5,11,13,18,19,40],log_debug:256,logfil:292,logic:[3,5,7,11,72,125,131,263,288],login:[3,5,18,19],login_sasl_cli:52,login_unix_getspnam:72,login_unix_pwcheck:72,login_unix_shadow:72,logindisabled:[58,59,60,62,63],loginrealm:[41,256],loginuseacl:[41,74,256],logout:18,logrot:170,logtimestamp:[72,256],longer:[11,25,72,73,74,75,77,82,117,120,121,122,133,134,135,136,137,138,141,142,143,144,145,158,159,160,161,163,164,165,166,167,169,177,188,191,192,211],longest:83,longev:247,longstand:73,look:[11,18,33,36,40,41,43,46,47,48,56,66,72,73,131,133,164,170,183,188,189,190,217,218,224,234,245,256,280,293,346],lookup:[40,41,64,74,75,174,175,177,188,194,220,256,274,280],loop:[72,73,74,112,116,165,249],loopback:204,loos:[28,188],lose:[7,11,128,135,164,169,188,190,231,245],loss:[11,57,134,188,353],lost:[41,45,120,130,178,190,211,219,241,295],lot:[6,24,46,73,80,115,116,128,129,147,148,149,150,151,152,153,154,155,156,157,170,178,179,184,194,202,228,237,323,350],love:[27,48,54,55,169,245,346],low:[47,188,215,256,283,338],lower:[15,27,188,247,256],lowercas:[74,256],lowest:[9,30,179],lpthread:222,lqm:280,lqr:280,lrp:41,lrsp:41,lrswip:41,lrswipkxt:280,lrswipkxtea:[41,265],lrswipkxtecda:41,lrwipkxtan789:64,lrwipkxtan9:64,lrwipkxtan:64,lsb:169,lseek:47,lsub:[72,96,112,116,128,131,188,190,256,280,335],ltd:348,ltmp:133,lucent:92,luck:72,luke:40,lukecag:40,lun:3,lvm:11,lwi:41,lwn:11,lyndon:72,lynx:167,machin:[11,40,74,75,95,170,178,188,190,191,202,211,228,245,274,284,345,347,353],maciel:348,macos:109,macro:41,mad:217,made:[4,7,46,52,66,72,73,75,82,83,114,126,127,129,142,169,189,190,192,208,231,255,256,261,310,344],mageia:57,magic:[41,75,185,308],mahoroba:75,mai:[3,5,7,8,9,10,11,12,18,19,25,27,30,31,33,36,38,41,44,46,47,48,52,53,57,63,71,72,73,74,75,77,105,133,143,169,170,174,176,177,178,179,180,181,182,183,184,185,188,190,191,192,194,196,197,198,199,200,204,206,209,211,212,213,215,221,224,228,231,236,237,241,242,244,245,246,247,248,249,255,256,260,265,269,271,274,280,292,295,308,309,310,314,320,321,324,325,326,327,328,329,330,331,332,333,336,337,344,345,346,347,350,353],maiden:19,mail1:190,mail1_password:190,mail2:190,mail2_password:190,mail:[0,3,5,6,11,13,15,18,19,22,27],mail_us:18,mailalternativeaddress:5,mailbox:[3,4],mailbox_badformat:72,mailbox_creation_distribut:9,mailbox_default_opt:[83,256],mailbox_initial_flag:256,mailbox_notsupported:72,mailboxacl:[180,256],mailboxdb:298,mailboxexist:164,mailboxid:27,mailboxlist:281,maildrop:85,mailer:[40,170,194,350],mailer_definitions:[170,350],mailert:40,mailfoldernam:206,maillog:[18,241],mailman:338,mailnotifi:[41,74,256],mailoffsit:211,mailproxi:190,mailrepl1:211,mailrepl2:211,mailserv:170,mailspool:[14,77,217,256],mailstor:[53,171,211,217,242,289],mailto:[27,136,300,335],main:[28,47,52,181,182,183,185,186,188,211,223,242,262,350,353],mainli:[83,256,269,310],mainlin:285,mainstream:133,maintain:[6,10,11,22,33,35,36,38,41,43,47,48,55,56,60,72,171,174,177,178,181,188,190,192,213,219,231,250,338],mainten:[44,255,274,292],major:[43,56,57,71,72,74,75,81,133],make:[0,7,10,11,12,18,25,35,36,40,41,43,44,46,47,48,49],make_md5:111,make_sha1:111,makedepend:72,makefil:[43,48,72,74,147,150,151,152,153,154,155,156,157],makemak:44,male:19,malet:127,malform:256,malici:64,malloc:47,man:[1,18,19],manag:[6,11],managesiev:[73,82,83,166,190,202,256,331],managesieve:[74,75,202,331,332],mandatori:[3,133,192,310],mani:[5,11,19,24,36,41,47,54,68,72,73,74,75,125,128,129,167,169,178,181,183,188,190,194,211,212,215,224,228,236,245,249,255,256,284,287,315,347,348,350],manifest:163,manipul:[41,96,181,188,202,271,293,331],mann:348,manner:[3,11,24,72,256],manpag:[48,72,164,178,219,283,341],manual:[43,48,56,64,68,70,164,178,189],map:[6,11,40,41,44,47,64,72,75,176,178,217,225,245,257,313,350],map_priv:72,map_stupidshar:72,mar:[206,293,321],marclaport:166,marco:167,margin:236,mari:[27,258],mariadb:[44,136],mark:[33,38,72,111,115,177,188,194,198,202,206,277,283,310,348],markdeliv:72,market:245,markup:256,marri:19,marti:[142,144,147,149,150,151,152,153,154,155,156,157],martin:[74,111,158,202,256,331,335,348],marysmith:260,mass:[178,194,216,291],massag:178,massiv:[147,152,153,154,155,156,157],masssievec:202,master:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],match:[6,18,41,44,46,48,63,66,70,72,74,77,114,125,129,131,167,176,178,183,192,197,202,213,220,256,261,263,269,271,279,280,288,295,321,350],materi:57,math:46,matt:[344,348],matter:[0,11,80,85,122,127,144,244,256,348],matuska:158,matveev:348,max:[133,169,256,308,348],maxchild:[63,73,234,247,255,285,287,289,298,301,317,318],maxfd:[74,255],maxforkr:255,maxheaderlin:256,maximum:[7,15,28,44,73,133,147,149,150,151,152,153,154,155,156,157,170,178,199,236],maxlogins_per_host:[133,256],maxlogins_per_us:[133,256],maxmessag:[27,134],maxmessages:256,maxquot:256,maxquoted:82,maxssf:280,maxval:276,maxword:[82,256],may:[33,249],mayb:[0,44,211,315],mbexamin:[74,81,166,167],mbox:[258,271],mboxcfg:[202,280],mboxconfig:[134,274],mboxev:[147,148,149,150,151,152,153,154,155,156,157,160],mboxkei:4,mboxkey_db:[133,256],mboxlist:[72,75,121],mboxlist_db:[133,256],mboxlist_db_path:[183,256],mboxmetadata:256,mboxnam:[161,178,269,310],mboxname_lock:10,mboxname_lockpath:[10,71,170,183,256],mboxpattern1:279,mboxpattern:279,mboxutil:141,mbpath:[72,73,75,89,115,129],mbtool:254,mbtype:[180,256],mbtype_deleted:141,mbyte:[48,288],mcmurtri:[127,344,348],mcyru:280,md5:[5,18,41,44,68,74,107,128,256,280,324,325,327,328,329,330,332,333],mda:[26,350],mdash:5,mdn:[72,256,335],mean:[3,6,11,19,28,35,36,40,41,48,49,53,55,72,75,100,116,125,133,137,173,174,176,177,178,181,188,190,194,200,202,211,215,217,231,236,255,256,259,274,285,287,288,299,301,315,317],meant:[11,236,284],meantim:56,meanwhil:[174,178],meas:28,measur:256,mech_list:68,mechan:[5,8,14,40,41,44,52,64,68,72,73,74,111,170,176,184,188,190,192,211,215,256,280,324,325,326,327,328,329,330,332,333,335,340],mechanisms:[170,350],mechlist:129,media:[15,181,186,245,256,335],meet:[55,64,225],meeuwen:[136,344,348],megabyt:[44,237],melbourn:27,mellon:[57,133,171,345,347,348,349],melnikov:[344,348],member:[38,41,72,106,256,276,335,344],membership:[44,306],memmem:104,memmov:72,memori:[6,9,10,11,30,44,46],men:[171,345],meng:[122,137,143,163,167],mental:72,mention:[41,83,111,118,177,200,202,353],menu:[72,353],merced:40,mercedesknight:40,merchantability:57,mere:[11,41,236],merg:[0,55,64,73,74,75,77,111,143,190,256,315],merit:71,mesh:[211,256],mess:[56,309],messag:[6,8,11],message:[41,201,280,307,335,346],messagecont:[27,180,256],messagehead:27,messages:[27,180,256],messeng:[171,345],met:[57,345,349],meta:[33,63,117,167,181,213,245,256,294,296],metadata:[6,13],metapartit:[77,181,185,186,212,256],metapartition_fil:[77,181,185,186,212,256],method:[5,41,63,64,70,72,74,85,104,108,136,169,170,171,178,180,188,191,202,256,279,280,282,300,345,353],meyer:348,mib:[137,164],mic:256,michael:[122,137,143,163,167],micro:168,microsoft:[256,335],middl:[117,169,211],midset:[27,180,256],might:[0,7,11,40,43,48,56,75,133,169,188,190,194,204,205,211,217,224,225,233,234,239,246,255,256,284,353],migrat:[7,15,71,73,97,169,181,182,185,204,274],mileston:344,mill:[73,97],million:[11,245,349],milter:321,mime:[27,46,72,74,77,113,122,167,225,256,269,335,343],mimetransport:335,mimick:347,min:[56,75,142,256],mind:[11,178,179,205],minim:[11,12,40,48,170,188,198],minimum:[18,44,170,178,194,256,315,324,325,327,328,329,330,332,333],minor:[72,73,74,75,133,147,152,153,154,155,156,157,168,293,308],minpol:256,minssf:280,minut:[56,72,136,170,194,230,231,255,256,274,321,350],mirapoint:[188,331],mirror:[11,345],misc:[74,131,194],miscellan:[75,78,79,80,81,82,89,92,95,96,97],misconfigur:190,mislead:72,mismatch:[102,134,218],misnam:72,miss:[68,71,74,85,112,115,120,122,125,126,127,135,136,137,147,154,155,156,157,160,165,170,189,196,255,256,262,308,350,353],missingok:170,missingstatoverrid:170,mistakenli:80,mistmatch:308,mit:[41,43,44,56,72,301],mitig:11,mix:[96,160],mixe:218,mixed:27,mkcalendar:64,mkchartabl:72,mkcol:[64,335],mkdir:[46,72,170,246,350],mkf:11,mkgmtime:72,mkimap:[46,170,212],mknewsgroup:194,mktime:72,mmap:[47,72,117,128,138,245,250],mmap_priv:73,mmddyyyi:258,mobil:[71,347],mod:[6,293],mod_ssl:44,mode:4,model:[11,36,48],moder:219,modern:[18,125,171,181,222,345,349],modif:[6,57,72,80,174,188,210,230],modifi:[41,64,72,73,80,81,111,125,133,134,169,170,188,198,210,256,274,292,321,349,350],modseq:[27,58,59,60,62,63,84,94,118,180,256,293,321],modsequ:83,modul:[5,18,41,44],modulo:73,moment:[11,46,58,59,60,62,63],mon:[27,206,293,295],mondai:339,monitor:[11,28],month:[6,11,72,236,245,258],monthli:[133,236],moor:[72,249],mora:[74,75,112,348],more:[3,5,6,7,9,11,12,13,22,26,27,28,30,33,34,36,40,41,45,46,47,49,50,52,55,64,70,71,72,73,74,75,81,82,83,85,89,108,111,114,115,116,118,125,126,133,142,145,147,148,149,150,151,152,153,154,155,156,157,160,163,169,170,174,176,177,178,179,181,182,183,185,188,190,191,192,194,197,199,202,206,211,212,217,223,231,234,236,238,239,244,245,249,253,256,257,262,279,280,282,284,287,292,295,307,308,309,314,315,323,324,325,327,328,329,330,332,333,337,340,344,347,348,350],morgan:116,morn:261,mortal:[171,345],most:[4,5],mostli:[46,72,73,180,215,256,261,265,287,310],motd:[72,230,280,287],motto:349,mount:[11,28,215,232,245,353],mous:353,move:[10,15,27,36,43,50,56,64,72,73,74,75,108,116,129,135,147,150,151,152,153,154,155,156,157,164,169,177],movi:245,mozilla:256,msa:3,msg:[72,279,287],msgno:52,mss:353,mta:[3,26,40,41,58,59,60,62,63],mtbf:[3,11],mtime:[6,72,97,256],mua:3,much:[6,11,18,47,56,64,72,73,75,111,112,116,118,126,174,180,188,195,211,212,228,256,261],mult:72,multi:[4,5,6],multiappend:[58,59,60,62,63,73,75,335],multipl:[7,8,11,12,13,28,36,39],multiplexor:188,multipurpos:335,multithread:217,mung:[55,113,256],munge8bit:[95,256,282],mupdat:[7,36,63,71,74,84,96,97,116,122,130,137,138,143,144,161,163,169,170,172,187,188],mupdate:[36,84],mupdate_authnam:[190,256],mupdate_config:[77,256],mupdate_connections_max:256,mupdate_password:[190,256],mupdate_port:256,mupdate_realm:[190,256],mupdate_retry_delai:[189,256],mupdate_serv:[190,191,256,298],mupdate_synchron:84,mupdate_usernam:[190,256],mupdate_workers_max:256,mupdate_workers_maxspar:256,mupdate_workers_minspar:256,mupdate_workers_start:256,mupdatepush:[190,265],mupdateslave1:190,mupdatetest:[74,190,191,254],murch:[64,65,67],murchison:[72,73,74,221,335,344,348],murder:4,murder_3:350,murdermast:189,must:[3,7,11,18,19,31,40,41,44,47,52,57,63,64,65,66,67,68,70,71,72,75,79,82,84,92,129,133,169,170,177,178,181,183,184,185,186,188,190,192,194,198,202,211,217,218],mutf:72,mutual:[11,40],mvgroup:194,my_next_bestselling_novel:353,my_script:202,myconsist:271,mydestin:3,mydomain:241,myer:72,myhost:241,mynewsgroup:194,mypassword:170,myrights:177,mysasl_canon_us:75,myscript:[202,280],myscriptnam:280,mysql:[11,12],myuser:241,nag:41,nagl:79,name:[3,5,6,7,9,11,15,18,19,25,27,30,31,33,40,41,43,44,46,48,49,52,53,55,56,57,63,64,65,67,71,72,73,74,75,81,83,92,96,103,113,115,116,120,129],namespac:[3,13,19,27,28],namespace:[33,58,59,60,62,63,72],nas:11,nasti:[112,131],nativ:[72,188],natur:[11,33,179,187,190,192,256],ncontent:27,ndash:7,ndate:27,nearli:350,necessari:[11,40,41,46,55,63,72,75,81,102,169,170,178,188,192,194,211,232,256,296,308,310,350],necessarili:[5,11,38,217],necessit:347,need_sys_errlist:72,negligence:57,negoti:[11,52,58,59,60,62,63,68,73,142,192,256,315,324,325,327,329,330,332,333],neighbour:178,neither:[11,36,81,194,221,310,349],nerenberg:72,nest:[66,118,256],net:[18,40,44,46,57,75,84,115,169,217,246,275,292,337],netnew:[41,72,75,147,151,152,153,154,155,156,157,194,256,320,335],netscap:[72,188,256],netscape:[58,59,60,62],netscapehack:72,netscapeurl:256,network:[7,11,41],never:[25,72,116,127,178,188,190,194,221,234,247,256,310],new_cr:72,newer:[6,72,83,88,95,133,169,241,256,288,310,314],newgroup:194,newhost:63,newimap:169,newlin:[41,72,218],newman:[72,225,348],newmboxlist:265,newnam:280,newnew:256,newnews:[75,194,256,283,299],news2mail:[194,230,280],news:256,newsaddhead:256,newsfe:72,newsgroup:[41,72,75,172],newsgroups:75,newsmast:[194,256],newspeer:[194,256,299],newspostus:[194,256,299],newsprefix:[194,256,299],newsrc:[183,256],newsrc_db_path:[183,256],newsspool:72,newsstamp:283,next:[6,9,11,18,24,25,28,30,43,44,56,58,59,60,61,62,63,147,148,149,150,151,152,153,154,155,156,157,170,178,179,183,188,194,198,202,211,256,261,344,350],nfrom:27,nghttp2:[44,350],nginx:[7,36,172,187,190],nic:[3,40,158,348],nice:[116,188,218],nicknam:[6,158],nicola:348,night:[171,236,345,349],nightli:[46,178],nil:[27,137,230,256,279,321],nis:40,nist:256,nix:[63,169],nmessag:27,nmime:27,nntp:[13,35,41,44,46,63,71,75,89,115,170,172,188,190],nntpclient:[46,169],nntpd:[63,75,86,87,89,114,115,118,121,130,170,190,194,211,254,256],nntpd_3:350,nntptest:254,nntptimeout:[89,256],no_atomic_rename:[58,59,60,62,63],no_received:27,no_relays:27,noauthent:280,nobodi:[0,55,61,339],node:[3,7,11,13,36,170,215,256,265],noinferior:177,noisi:[46,256],nomin:344,non:[7,12,33,41,52,63,64,68,72,73,85,101,106,114,133,134,137,159,160,161,167,170,172,174,175,176,178,188,203],nonconform:225,none:[6,11,15,19,28,64,66,133,170],nonexist:[72,135,162,164,256],nono:226,nonsens:122,nonzero:52,noop:114,nopasswd:46,nor:[36,81,178,179,194,198,236,250,253,256,274,310,336],norbert:134,norc:280,normal:[6,11,13,38,41,48,56,63,66,72,73,74,169,170,175,181,190,191,194,202,204,221,227,228,236,242,258,261,271,280,295,309,338,347,350],normalis:[159,256],noselect:[72,116,188],nosync:[75,228,267],notabl:[74,256],notat:[256,258,271],note:[2,4,7,9],notebook:347,notes:48,notesmailbox:256,noth:[3,11,25,72,122,163,171,185,188,232,256,310,345],notic:[0,41,57,72,73,74,75,127,170,247,256,308],notice:41,notif:13,notifempti:170,notifi:[11,41,63,71,74,75,77,133,170,183,197,202,217,256,279,285,287,289,298,300,301,317,318,335],notify:[27,335],notify_extern:[256,300],notify_unix:73,notifyd:[41,63,74,136,147,149,150,151,152,153,154,155,156,157,170,180,254,255,256,285,287,289,298],notifysocket:[71,170,183,197,256,300],notl:[142,280],notspam:256,notwithstand:[3,11,13],nov:293,now:[5,9,11,28,30,33,41,43,49,56,57,58,59,60,62,63,71,72,73,74,75,77,79,80,81,92,97,100,106,107,108,109,111,120,121,122,124,125,128,129,131,133,134,135,136,137,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,163,164,165,166,167,169,170,177],nreceiv:27,nss:[41,176],nss_ldap:[41,176],nsubject:27,nthi:27,ntht:335,ntlm:[68,324,335],nto:27,ntoz:181,nuanc:206,num:[28,41,58,59,60,62,63,160,201,276,280,307,324,325,327,328,329,330,332,333],number:[4,6,7,9,11,15,25,27,30,34,41,43,47,48,71,72,73,74,75,77,85,127,129,130,133,143,147,149,150,151,152,153,154,155,156,157,168,171,178,179,188,190,192,194,199,201,204,210,211,217,223,228,230,231,234,243,245,247,255,256,258,259,271,274,276,280,284,285,287,289,293,299,300,301,310,313,322,324,325,327,328,329,330,332,333,344,345,350],nurtur:11,nwdiag:48,nye:348,nyota:33,o_dsync:74,o_rdwr:47,obata:[114,115],obei:[72,85,120,133,256],obfusc:5,object:[3,11,41,44,64,147,149,150,151,152,153,154,155,156,157,201,234,256,310,315,335,344,346],object_storage_:[147,149,150,151,152,153,154,155,156,157],object_storage_dummy_spool:256,object_storage_en:256,objectclass:256,objectstor:[147,149,150,151,152,153,154,155,156,157,350],obligari:316,obscur:[55,72],observ:[9,30,179],obsolet:[129,177,216,256,335],obtain:[3,5,40,41,66,72,177,178,192,207,236,261,326],obviou:[188,217],obvious:[178,236,256],obviousli:12,occasion:[72,218],occur:[8,11,19,27,72,75,100,125,126,133,160,168,178,180,188,189,192,199,202,211,234,238,247,256,261,274,294,310],oceana:[72,73,74],oct:[27,293],octal:170,octet:[167,192,280],october:50,odd:[168,308],off:11,offer:[11,18,129,133,187,190,236,256,314],offic:347,office:[57,71,170,171,196,335,347,350],offici:350,offlin:11,offsit:211,offsite_shutdown:211,offsite_shutdown_fil:211,offsite_sync_host:211,offsite_sync_port:211,offsite_sync_repeat_interv:211,offsitesync:211,often:[5,7,11,26,36,41,47,170,174,194,197,214,231,234,236,247,324,325,327,328,329,330,332,333,337,347],ohio:[73,248],okai:178,old:[11,25,43,46,48,56,57,71,72,84,109,114,117,127,133,134,135,137,138,139,140,141,167,169,170,177,199,202,256,258,265,267,280,309,320],older:[2,6,15,43,46,56,57,58,59,62,63,72,83,85,116,122,125,133,166],oldest:122,oldimap:169,oldmailboxid:27,oldnam:280,oldschool:256,olduidset:27,olivier:114,olson:[64,266],omit:[41,133,176,192,256,271,310],on_backend:9,onboard:231,onc:[9,11,27,30,47,70,72,73,75,77,79,111,112,178,179,186,188,194,217,218,231],once:[3,40,43,45,49,55,56,63,70,169,170,178,188,190,191,209,211,324,325,327,328,329,330,332,333,344,350],ondrej:[88,131],one:[6,11,170],ongo:15,onli:[3,5,6,7,9,11,12,18,19,27,30,33,36,39,40,41,43],onlin:[11,28,43,55,178,188,202,280,339],only:[6,9,11,30,47,64,66,72,75,89,170,174,178,179,192,236,256,260,274,288,295,297,299,300,307,310,314,315,335],onto:[7,15,72,198,318,326],onward:15,opaqu:198,open:[6,11,13,36,41,44,45,47,55,72,73,74,84,111,114,125,128,133,147,149,150,151,152,153,154,155,156,157,169,170,180,188,192,215,236,245,256,261,325,340,348],openbsd:[117,128],openio:[147,149,150,151,152,153,154,155,156,157,256,350],openio_:[147,149,150,151,152,153,154,155,156,157],openio_account:256,openio_autocr:256,openio_namespac:256,openio_proxy_timeout:256,openio_rawx_timeout:256,openio_verbos:256,openldap:[44,75,234],openssl:[18,44,72,74,90,122,133,145,147,150,151,152,153,154,155,156,157,170,218,221],opensuse:[2,12,57],oper:[3,6,8,11,15,18,19,33,41,44,47,48,54,58,59,60,62,63,64,74,75,79,133,160,177,178,181,188,189,190,192,194,198,209,211,213,216,217,231,236,245,247,250,255,256,261,262,263,264,265,266,276,279,296,308,310,314,315,316,321,324,325,327,328,329,330,332,333,347],opera:133,operat:[172,178],opinion:11,opportun:[11,28,215,236,256],oppos:[3,72,133,177,205,236,280,337],opposit:308,opt:[170,221,227],optim:[7,11,41,72,85,188,215,231,242,347],optimis:[147,149,150,151,152,153,154,155,156,157,256],optimize:72,option:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63],optional:4,options:[48,104,261,262,268,269,275,310,319],oracl:234,order:[3,9,12,19,30,40,41,47,48,64,65,67,68,72,75,82,84,121,129,133,137,163,170,171,174,177,188,190,194,214,217,231,237,239,255,256,270,276,308,310,322,328,345],orderedsubject:[58,59,60,62,63],org:[3,5,11,18,19,27,28,33,36,38,40,43,46,50,53,54,56,74,75,112,116,133,134,135,136,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,160,161,162,163,164,165,168,202,206,208,211,212,214,230,234,256,257,260,264,271,275,297,307,321,340,348,350],organ:[6,7,11,19,24,27,64,181,186,256,347,348],organicli:11,organizer:136,orient:11,origin:[3,5,11,49,57,74,105,131,177,204,206,211,225,236,256,261,276,310,345,347,348],original_repository:49,origlist:276,ornl:74,orst:116,oshrin:[344,348],osi:11,other:[3,5,7,9,11,12,13,18,19,22,25,30,31],othertask:341,otherwis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],otp:[324,325,327,328,329,330,332,333],ouch:116,our:[3,44,45,47,48,54,55,57,60,69,74,129,133,168,169,170,182,185,186,188,192,215,223,231,234,245,265,336,340,350],ournew:194,ourselv:[52,55],out:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],outag:[191,215,231],outbound:217,outbox:[20,64,256,308],outbox_sendlat:256,outcom:41,outdat:44,outer:74,outgo:194,outlin:[0,5,11,27,169,191],outlook:[77,134,190,256],output:[18,41,48,52,56,64,72,74,75,89,102,105,106,117,142,170,198,206,209,230,256,258,259,260,262,264,265,266,267,268,269,271,274,276,279,280,281,285,287,288,289,293,294,298,299,301,304,307,312,313,318,321,322,326,353],outputfil:311,outsid:[3,27,40,41,88,103,121,140,180,194,221,223],outstand:74,over:[5,7,11,36],overal:[11,190,211,256,344],overcom:188,overflow:[74,75,84,86,90,113,114,122,143,158,161,256],overhead:[6,11,41,64,201,202,247],overload:[191,228,274],overlook:353,overrid:[44,72,75,108,122,169,194,211,230,256,285,310,315],overridden:[50,183,256,280,309],overrrid:310,overrun:[75,159],overshadow:347,overview:[1,4],overwrit:[52,74,83,161],overwritten:326,own:[3,7,11,27,31,33,38,40,41,46,48,49,72,143,170,175,176,180,181,185,190,191,194,201,217,256,258,280,290,302,336,347,349,350,353],owner:[27,33],ownership:[18,55,170,233],p615:245,p630:245,pacakg:63,pace:179,packag:[2,19,44,45,46,48,50],packet:[171,247,345],pad:256,page:[1,18,19,43,44],pai:71,pair:[6,11,43,56,184,217,220,262,297],pairwis:46,palauzov:[114,116],pam:5,pam_deni:18,pam_ldap:[41,176],pam_nologin:18,pangolin:63,paragraph:[178,255,353],parallel:[11,228],paramet:[9,11,18,27,30,44,46,64,68,72,75,134,138,159,180,190,192,231,233,234,236,256,335],paranoia:129,paranoid:73,parcel:279,pardon:3,paremet:234,parent:[9,10,30,41,117,175,177,179,188,190,194,197,256,280],parenthes:280,parit:30,pariti:11,pars:[52,72,73,74,77,79,80,106,109,113,120,126,129,131,133,158,164,178,192,194,202,256,262,276,308],parsed_consol:45,parser:[45,72,256],part1:[9,30,179,181,185,186,256],part2:[9,30,179],part3:[9,30],part4:[9,30],part:[3,5,11,13,19,27,33,41,48,55,61,62,68,72,73,74,75,80,120,147,152,153,154,155,156,157,176,179,188,189,190,194,211,236,246,256,263,269,280,297,310,335,345,347,353],parta:[9,30],partb:[9,30],parti:[5,19,27,54,85,180,256],partial:[72,73,75,147,152,153,154,155,156,157,167,211,250,256,260,274],particip:[7,11],particular:[5,7,9,11,12,28,30,41,49,61,72,73,74,75,84,147,149,150,151,152,153,154,155,156,157],particularli:[11,12],partit:[3,4,6],partition_mod:9,partition_mode_exclud:[9,30],partition_mode_soft_usage_limit:[9,30],partition_mode_usage_reinit:9,partition_select_exclud:[30,190,256],partition_select_mod:[9,30,179,190,256],partition_select_soft_usage_limit:[30,179,190,256],partition_select_usage_reinit:[30,179,190,256],partli:11,partner:11,pass:[40,41,43,44,56,68,70,72,73,115,127,171,178,188,211,256,260,280,291,324,325,327,328,329,330,332,333,344,345],passiv:11,passphras:5,passwd:[41,58,59,60,62,63,72,170,176,324,325,327,328,329,330,332,333,350],password:[5,18,28,41,49,58,59,60,62,63,68,72,73,115,129,170,190,194,202,246,256,283,287,324,325,327,328,329,330,332,333,335,350],password_column:18,password_crypt:18,past:[6,43,48,56,122,131,170,192,256,258,262,343],patch:0,path:[3,9,11,19,27,30,44,46,64,72,102,122,124,129,131],pathnam:[15,74,170,181,182,183,185,186,256,350],patholog:[134,178],pattern:[6,11,48,66,72,134,144,178,214,215,242,256,271,272,280,283,288,297],paul:[127,188,234],paus:[256,314],pavel:[158,164,167],payload:[3,11,36,215,256],pcre:[79,127,131,161,350],pdf:133,peek:33,peer:[75,194,256,283],peermiss:66,peernam:283,pem:[170,347],penalti:11,pend:[61,112,192,344],peopl:[33,55,72,73,191,223,250,322],per:[6,11,40,41,64,68,72,73,77,79,92,97,112,125,133,169,172,177,178,181],perceiv:256,percent:[9,30,179,190,199,256],percentag:[9,28,30,72,179,261],percentil:30,perdit:[187,188,190],perfectli:[0,11],perform:[4,6,7,9],performance:57,perhap:[11,24,33,41,176,198,215],perido:211,perimet:[7,36],period:[11,41,47,64,70,71,73,147,148,149,150,151,152,153,154,155,156,157,170,178,179,192,194],perl5lib:170,perl:[44,46,48,72,73,74,88,114,127,129,131,147,150,151,152,153,154,155,156,157,160,163,169,170,206,280,284,296],perl_3:350,perman:[9,30,41,72,199,206,209,236,256,335,347],permiss:[5,7,19,41,43,52,56,57,66,74,161,170,177,188,194,202,235,239,256,280,350,353],permit:[7,13,18,33,41,57,72,163,177,190,256,299,347],persia:46,persian:[46,171,345,349],persist:[72,170,188,256],person:[5,13,19,27,28],perspect:[33,236],pertain:71,pertin:199,peski:73,petabyt:11,pf_inet:284,pfleme:234,pghmcfc:321,pgp:194,pgsql:[12,256],phase:345,philip:[111,116],philipp:[111,116,136,159],phish:279,photo:[39,67,353],php:[169,214,230],phpdomain:48,phrase:[43,56,324,325,327,328,329,330,332,333,353],phx2:321,physic:[3,11,181,186,256],pick:[38,43,72,170,256,315,350],pictur:[11,170,350],pid:[27,211,217,233,246,256,292,325],pidfil:[74,292],piec:[19,55,72,84,192,353],pile:[112,113],pinch:231,pine:[72,81,190],ping:[188,292],pip:44,pipe:[108,227,280,324,325,327,328,329,330,332,333],pipelin:[96,335],pipelining:170,pipermail:[50,338],pittsburgh:57,pkg:[44,137,169],pkg_config_path:50,pkgconfig:[44,50,160],pki:[170,350],place:[7,19,25,31,45,47,48,56,63,71,74,77,169,170,177,179,183,185,188,192,194,202,206,221,245,255,256,310,314,316,345,350],placehold:353,placement:188,plai:[47,218],plain:[5,27,41,44,58,59,60,62,63,72,95,129,142,170,191,202,244,256,280,321,325,327,328,329,330,332,333,335],plaintextloginalert:[75,89,256],plaintextloginpaus:[72,143,256],plan:[4,7,11,18,48,49,55,63],planner:55,platform:4,pleas:[3,7,11,12,24,25,41,43,44,56,57,58,59,60,61,62,63,69,71,133,137,159,164,166,167,169,171,174,179,181,182,183,185,188,192,196,202,211,212,219,225,233,244,258,271,314,320,326,336,350],plenti:234,plu:[11,72,75,133,174,178,192,236,256],plug:[104,105,107,108,340],plugin:[45,68,72],pmr:245,pod:[44,48,147,150,151,152,153,154,155,156,157],point:[3,4],pointer:[52,72,75,130,198,256],poitra:348,poke:178,pokorra:166,polici:[3,60,188,256],poll:256,pollin:42,pom:[44,48,147,150,151,152,153,154,155,156,157],poni:349,poodle:335,pool:[47,74,181,182,185,190],poor:314,poorli:190,pop3:4,pop3_new_uidl:[83,293],pop3d:[63,72,73,75,85,143,170,190,211,217,218],pop3d_3:350,pop3newuidl:230,pop3proxyd:[63,74,75,254],pop3s:13,pop3showaft:280,pop3test:[74,254],pop:[8,18,35,40,41,85,170,171],popd:118,popexpiretim:256,popminpol:[72,170,256],poppollpad:256,popsubfold:[77,256],poptimeout:[230,256],popul:[64,189,265],popular:[3,11,120,347],popuseacl:[75,256],popuseimapflag:[85,256],port:[11,18,52,71,72,73,77],portabl:[72,73,74,75,114,115,264,265],portaddr:284,portion:[178,256,325,347],pose:33,posh:71,posit:[11,255],posix:[10,35,41,176],possibl:[3,6,11,18,25,41,47,48,52,64,70,72,73,74,75,83,169,170,176,178,180,181,188,189,190,194,206,224,225,231,234,236,245,248,255,256,280,308,324,325,327,328,329,330,332,333,344,350],post:[26,28,41,45,64,71,75,106,108,133,170,171],postabl:313,postal:[171,345,349],postconf:350,postfix:[3,41,63,170,188,194,202,228,234,256],postfold:241,postgresql:[12,18,44,82,350],postman:190,postmast:[33,256],postpon:73,postrot:170,postus:[177,256],potenti:[5,11,72,74,82,84,127,169,174,178,188,210,256],power4:245,power:[11,13,14,41,50,215],practic:[11,36,41,178],prade:167,prancer_sync_host:275,pre5:150,preauth:80,preauthent:41,preauthor:289,preced:[40,230,256],precis:[11,38,63,174],preclud:256,predecessor:256,predefin:2,predict:[11,178,245],prefer:[3,6,41,44,46,55,63,70,71,72,106,121,133,170,194,202,223,236,243,244,256,279,308,335,353],preferr:28,prefix:[24,33,41,44,46,52,56,64,65,67,114,117,120,122,133,138,147,148,149,150,151,152,153,154,155,156,157,170,176,178,192,206,211,236,256,261,271,274,276,299,307,308,310,314,350],prefork:[63,116,170,178,190,194,202,204,255,259,284,285,287,289,298,300,301,317,318,350],pregener:[147,150,151,152,153,154,155,156,157],preliminari:[73,74,145,147,149,150,151,152,153,154,155,156,157],prematur:[52,256],prepar:[46,64,65,115,116],prepend:[186,256,299],prerequisit:42,prese:5,presenc:[70,209,335],present:[33,53,66,71,108,126,127,169,170,174,183,188,196,211,253,256,265,274,280,282,315,324,325,327,328,329,330,332,333,350,353],preserv:[11,24,41,48,73,79,96,137,160,177,178,209,241,256,261,308,310],press:[214,353],presum:[189,215],pretend:177,pretti:[46,174,180,188,245,270],prevent:[3,11,36,40,60,64,65,67,72,74,80,97,164,188,215,221,231,233,249,256,263,316],preview:48,previou:[11,56,72,122,170,182,188,206,347],previous:[9,30,71,72,74,133,143,147,151,152,153,154,155,156,157,179,198,256,274,310],prevost:72,price:11,primari:[11,19,40,49,167,171,188,217,218],primarili:[6,11,179,292,347],primary:6,prime256:256,prime256v1:[121,133,256],princip:[41,170,176,202,256,257,280,315,316,335],principl:[9,11,179],prindevil:[111,116],print:[11,52,72,115,120,122,127,135,206,265,270,271,275,277,279,284,288,297,307,309,322,324,325,326,327,328,329,330,332,333],printabl:72,printable:27,printer:265,printf:[52,72],prior:[4,7,9,10,30,57,64,68,72,133,161,169,170,177,197,216,236,255,256,310,344,345,349],priorit:11,prioriti:[11,256],priv:256,privaci:[5,72,259,285,287,299,301,317,347],privat:[13,35,134,170,194,225,256,280,324,325,327,329,330,332,333,340,347,350],privileg:[11,18,35,36,41,64,175,188,292],pro:191,probabl:[9,15,18,30,41,44,47,73,77,133,178,179,187,190,206,209,216,231,232,248,261,280,308,315],probe:256,problem:[8,28,33,41,44,46,55,56,72,73,74,75,83,84,95,96,97,108,134,164,169,170,183,188,190,202],problemat:11,proc:10,proc_path:[10,71,130,170,183,256],proce:344,procedur:[72,172],proceed:[43,56,188],process:[0,3,5,10,11,12,19,25,35],procfnam:72,produc:[41,48,57,106,142,159,170,178,202,211,256,258,268,279,280,281,310,350],product:[2,11,12,18,46,57,74],profession:[0,245],profil:[3,49,335],profits:57,program:[2,41],programoutput:48,progress:[61,64,73,133,178,303,314,331,345],prohibit:[11,250],project:[12,45,49,55,57,58,59,60,62,63,133,143,171,223,258,344,345,346,347,348,349],promin:[11,236],promot:[57,81,215,256],prompt:[41,43,56,72,73,170,233,280,324,325,327,328,329,330,332,333,353],prone:219,prop:103,propag:[188,194,292],proper:[63,71,170,194,196,199,233,256,350],properli:[18,72,74,79,89,101,128,130,134,136,137,138,165,190,225,256,287,300],properti:[64,120,163,165,170,178,256,270,335,350],propfind:[64,106,170],propnam:106,proport:194,propos:[188,344],proppatch:64,proprietari:219,prot:[47,72,172],prot_addwaitev:198,prot_fil:72,prot_flush:74,prot_printf:72,prot_removewaitev:198,prot_select:198,prot_waitev:198,prot_waiteventcallback_t:198,protallow:52,protect:[11,18,41,52,58,59,60,62,63,68,72,73,90,122,143,188,256,259,285,287,299,301,304,317,324,325,327,328,329,330,332,333],proto:[63,170,255,284,285,287,289,298,300,301,317,318],protocol:4,prototyp:72,protstream:198,prove:[41,176,219],provid:[3,5,6,7,8,11,12,13,14,15,19,22,27,33,40,41,43,47,49,50,54,55,56,57,60,64,68,71,72,74,75,111,133,169,170,174,176,179,180,184,187,188,190,194,196,197,199,211,216,217,223,248,255,256,261,269,270,272,275,280,282,284,286,291,306,309,310,314,315,317,335,336,345,347,348,350],provis:[11,20],provision:256,prox:[75,89],proxi:4,proxy:256,proxy_and_backend:256,proxy_authnam:[190,256],proxy_compress:256,proxy_password:256,proxy_realm:256,proxyd:[63,73,75,77,188,190,254,256],proxyd_allow_status_referr:256,proxyd_disable_mailbox_referr:[116,188,256],proxyserv:[72,120,190,256],prune:[206,231,237,258,274,319],pselect:[143,144],pseudo:[9,30,179,190,194,256],ptclient:[5,72,166,167,183,197,256],ptdump:[72,254],ptexpir:254,pthread:[222,248],ptloader:[5,41,44,72,74,75,125,138,176,183,197,254,256],ptloader_sock:[183,197,256],pts:4,pts_modul:[256,306],ptscach:4,ptscache_db:[133,256,305],ptscache_db_path:[71,167,170,183,256],ptscache_timeout:256,ptskrb5_convert524:256,ptskrb5_strip_default_realm:256,ptsloader:306,ptsmodule_standard_root_dn:138,ptsock:[183,197,256],pub:39,publican:353,publicli:246,publish:[43,353],publishcyrusdoc:43,pull:45,punctuat:255,purchas:28,pure:[64,188],purg:[11,24,25,27,77,113,133,194,218,232],purifi:72,purpos:11,purposefulli:25,purview:41,push:[27,36,43,45,49,56,133,147,149,150,151,152,153,154,155,156,157,172],put:[11,15,19,36,41,64,72,170,192,194,202,218],pwcheck:[63,72,170,256],pwcommand:72,pwd:280,pwer4:245,python:[44,48],q01:[58,59,60,62],qop:105,qos:[111,256],qosmark:256,qresync:[25,63,111,115,118,236,256],qualif:3,qualifi:[3,33,40,256,280,299],qualiti:[71,188,243],quantiti:[28,231],queri:[64,68,100,106,107,177,179,187],question:[7,33,113,133,169,170],queu:[234,250],queue:[38,41,199,250,256,292,347],quickest:46,quickli:[25,169,170,174,236,314,347],quickstart:340,quiesc:[184,256],quiet:256,quietli:307,quit:[3,18,41,72,73,84,170,185,188,201,202,234,280,308],quot:[52,72,74,130,192,255,256],quota:4,quota_db:[41,133,183,184,199,256],quota_db_path:[183,199,256],quota_legaci:6,quotadb:[75,161],quotalegaci:4,quotaroot:[6,74,75,77,118,131,183,188],quotawarn:[41,199,256],quotawarnkb:[199,256],quotawarnmsg:[199,256],quoted:27,r7dfjm9k083763:279,race:[73,75,120,122,127,128,158,256],radio:353,raid:[11,231],rain:[171,345,349],rais:[11,27,280],ralf:[133,348],ram:[7,71,183],ran:[11,191,347],rancid:265,random:[9,18,30,72,73,85,179,190,206,219,243,256],randomli:96,rang:[72,79,88,90,101,106,120,121,122,140,143,258,276,335],rank:322,rare:[22,127,188,190,231],raspberri:11,rate:[11,211,234,256,292],rather:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],ratio:[178,261],rational:[188,225],raw:[64,170,178,261,277],rawx:256,raymond:348,rc1:146,rc2:[56,146],rc3:146,rc4:146,rcpt:[40,73,170],rdn:5,reach:[9,30,179],reachabl:247,read:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173],readabl:[6,19,41,55,64,169,206,256],reader:[41,75,258,299],readership:258,readi:[0,50,56,58,59,60,62,63,72,169,170,190,192,214],readir:82,readlin:280,readme:[64,71,72,147,149,150,151,152,153,154,155,156,157],real:[11,12,40,41,217,245,286,347],realli:[0,9,15,30,38,47,178,179,211,221,225,236,245,256,284,292],realm:[3,5,18,33,41,176,256,324,325,327,328,329,330,331,332,333],reappear:116,reason:[11,12,25,41,45,47,71,72,182,185,202,231,232,233,237,242,245,249,256,287,336,347],reauth:[74,324,325,327,328,329,330,332,333],reauthent:72,reboot:[41,170,232],rebuild:41,rebuilt:[6,72,266],recalcul:[41,209,262],receipi:41,receiv:[7,18,19,26,27,36,39,40,41,44,52,58,59,60,62,63,72,73,170,178,188,190,191,192,194,199,220,256,261,282,286,292,336,346,350],receivedhead:256,recent:[6,11,12,43,56,64,71,72,147,149,150,151,152,153,154,155,156,157,166,174,177,181,197,219,256,261,284,308],reciev:[190,250,261],recipi:[3,6,19,40,41,73,74,77,163,177,241,256,300,335,350],recogn:[72,331],recognis:[169,275],recognit:144,recommend:[4,6,7],recommended:256,recompil:[70,147,154,155,156,157,178,222,243],reconfigur:[40,53,188,191],reconnect:[36,74,107,188,189,190,292],reconstruct:6,record:[6,11,18,25,41,113,126,127,129,130,136,166,178,192,211,236,237,256,261,262,269,271,293,295,308,310,314,315],recov:[11,24,25,28,41,79,164,170,178,187],recover:[11,178],recoveri:[11,25],recreat:[116,133,169,170,183,206,262],recur:101,recurr:[224,256,335],recurs:[47,73,206,256,262,280,308,310,314],recursivematch:162,recus:308,recv:[206,284,321],recycl:292,red:[2,12,57],redbot:106,redefin:197,redesign:72,redfish:[111,116],redhat:[44,54,222,224],redirect:[6,73,74,167,202,220,256,280,292,335],rediscov:308,redistribut:57,redo:72,reduc:[25,41,47,71,72,77,81,97,114,169],reduct:[188,217],redud:74,redund:[3,4],refactor:73,refer:[3,5,6,7,12,14,19,33,40,41,71,72,84,97,114,115,121,134,135,136,137,138,139,140,141,142,143,144,145,158,159,160,161,162,163,164,165,166,167,169,170,171,172,173,174,176],referenc:[48,72,202,350],references:[58,59,60,62,63,73,121],referr:[41,74,75,95],referrals:[58,59,60,62,63,188],reflect:[72,133,188,192],refresh:[9,11,30,179],refus:[72,280],regard:[11,57,224,256,338],regardless:[6,7,11,41,66,84,175,177,184,256,275,282,310,344],regener:[41,178],regex:[166,202,256,335],region:245,regist:[3,27],registr:[256,335,336],registrar:3,regress:[45,75,120,127,131],regul:24,regular:[33,48,55,64,73,75,169,178,202,211,230,231,236,256,274,335,339],regularli:[11,48,55,233,261],regulatori:[11,25],rehash:[74,117,118,119,184],reindex:[178,256,261,314],reinstal:45,reintroduc:80,reject8bit:[72,256,282],reject:[41,72,73,74,88,129,134,137,164,167,202,218],rel:[11,30,169,178,194,256,261,280],relai:249,relat:[5,6,11,19,30,31,35,41,72,73,74,75,83,133,178,179,180,181,185,202,211,256,310,335,338,350,353],relationship:[5,178,256,259],relax:115,releas:[1,2,12],relev:[6,11,18,41,48,68,147,148,149,150,151,152,153,154,155,156,157,178,201,256,314,336],reli:[52,71,74,179,188],reliabl:[118,128,145,147,148,149,150,151,152,153,154,155,156,157,250],reliablilti:345,reload:[172,203],reloc:[63,169,183,280],remain:[11,24,25,53,68,161,177,178,180,206,211,215,236,247,261,274,310,315,344,347,348],remaind:40,remap:257,rememb:[18,43,56,73,169,179,271,336],remind:27,remot:[18,40,43,49,56,63,64,68,72,75,86,92,114,115,129,136,138,171,179,188,189,190,202,211,256,265,285,287,289,298,299,301,313,318,331,335,347,353],remote:[41,134,176],remotepurg:74,remount:353,remov:[7,11,24,25,27,36,40],renam:[19,24,36],rename:[36,72,73,74,97,117,177,188,256,280],renameing:79,renamemailbox:[206,212],render:[19,48,133],renew:72,renm:280,renounc:72,renown:348,repack:[50,127,271],repair:11,repeat:[48,144,178,256,315],repl1:211,repl1_shutdown:211,repl1_shutdown_fil:211,repl1_sync_host:211,repl1_sync_repeat_interv:211,repl1sync:211,repl2:211,repl2_shutdown:211,repl2_shutdown_fil:211,repl2_sync_host:211,repl2_sync_repeat_interv:211,repl2sync:211,replac:[11,47,48,66,72,75,108,111,133,170,171,177,179,186,190,198,202,206,225,256,262,335,347,350,353],replai:[131,211],repli:[11,52,64,72,75,188,194,256],replic:[3,4,6],replica:[11,18,83,96,125,127,178,183,188,192],replication_3:350,replman:211,replyto:256,report:[0,24,41,44,64,70,72,73,74,84,87,106,115,122,127,129,131,136,137,158,159,160,163,166,167,170,249,250,256,258,261,265,273,279,286,293,307,308,310,315],repositori:[43,45,46,48],repository:49,repres:[52,179,192,198,282],represent:[6,33,41,53,72],reproduc:[11,57,239],reputedli:133,req:170,request:[9,11,19,30,36,41],requeu:41,requir:[3,4,5,6,7,8,10,11],require:47,reread:[73,292],reschedul:198,rescu:[25,256],research:[87,115,348],resent:[231,256],reserv:[33,57,74,161,188,189,190,192,263,280],reserved:188,reset:4,resid:[6,7,15,27,36,41,64,65,66,67,133,181,182,185,188,192,194,236,256,321],resign:344,resolut:[72,347],resolv:[11,40,73,167,188,190,191,256,276],resourc:[1,6,27,34,41],respect:[9,27,28,30,40,44,52,68,75,77,177,181,188,245,256,261,280,310,350],respond:[11,33,36,174,192,249,256,259,284,285,287,289,298,299,301,313,318],respons:[6,18,25,33,64,65,67,72,73,75,77,80,81,82,83,84,89,92,97,105,106,107,108,114,115,121,127,128,129,131,135,147,149,150,151,152,153,154,155,156,157,161,169,170,174,177,187,188],rest:[3,11,36,46,47,56,164,169,178,194,211,256,331],restart:[56,75,169,170,178,181,190,191,194,210,211,228,241,246,255,256,292,315,353],restful:256,restict:255,restor:[24,41,72,81,135,174],restore_authnam:[256,310],restore_password:[256,310],restore_realm:[256,310],restrict:[5,11,14],restructur:[43,44,48,147,150,151,152,153,154,155,156,157],restructuredtext:133,result:[3,6,11,18,19,25,33,36,40,45,47,48,52,64,72,77,106,117,133,170,174,188,190,192,205,211,215,221,224,227,228,236,238,241,250,256,262,271,292,314,353],resulting:57,resum:178,resurrect:166,resync:[33,190],resynch:190,resynchron:[72,188,335],retain:[25,57,236,256,290,302],retext:48,retri:[190,199,228,256],retriev:[3,6,9,30,72,174,179,194,236,251,256,283,326],retrofit:242,retyp:[58,59,60,62,63],reus:[73,74,75,83,105,170],rev1:213,rev4:[71,170,196,350],reveal:[168,345],revers:[36,40,75,147,149,150,151,152,153,154,155,156,157,249,256],reverseacl:[147,149,150,151,152,153,154,155,156,157,169,256],revert:[75,169,280],review:[7,23,49,55,74,190,194,344,350],revis:[49,345,347],revok:173,rework:85,rewrit:[118,126,130,166,308],rewritten:[74,111],rewrot:[73,77,82,104,106],rfc2046_strict:[74,256],rfc2047_utf8:[225,256],rfc3028_strict:[75,256],rfc3501:280,rfc3977:75,rfc4315:75,rfc6203:166,rfc822:[72,178],rfc:[8,12,13,14,27,33,34,36,41],rich:[14,173,347],richard:348,rid:72,rider:[171,345],right:[5,6,7,11,14,33],rights:[58,59,60,62,63],ripe:71,risk:[11,72,143],rlist:[134,188],rlsub:188,rmgroup:194,rmnew:72,road:[171,345],roadmap:[340,343],rob:[73,348],robert:127,robust:[6,80,114,163,340],roc:73,rock:[52,198],roland:114,role:[20,36,179],roll:[50,83,122,125,164],rollback:163,roncero:131,room:178,root:[5,6,11,18,27,33],rosenbaum:74,rotat:[7,170,211,217],rough:344,rouillard:127,round:11,rout:[3,11,40,335],routin:[7,36,47,72,73,74,133,179,236],row:[33,256],rowid:6,royal:[171,345],rpath:[50,248],rpm:[58,59,60,62,210,221,244,336,353],rpost:194,rsa:[58,59,60,62,63],rscale:[100,224,335],rss_feedlist:[66,256],rss_maxag:256,rss_maxitem:256,rss_maxsynopsi:256,rss_realm:256,rst:[43,48,56],rsync:169,rsyslog:[169,170],rudolf_sync_host:275,ruin:320,rule:[1,3,11,20,36],rummag:178,rumpf:77,run:[6,7,10,11,13,18,19,25,28,33,35,36,41,43,44],runawai:129,rundir:197,rune:284,runtim:[53,75,133,179,183,243,270,275],rust:71,s01:[58,59,60,62,63],s_client:18,sa46093:[87,115],sacrif:188,sacrific:188,safe:[43,47,56,117,137,170,178,188,217,218],safeguard:316,safer:[116,133,188,256],safeti:[8,72,75,81,261],sai:[11,72,170,177,178,217,220,236,245,261],said:[5,7,11,43,56,72,194],sake:133,salt:18,sam:[194,235,258,280,348],same:[3,4,5,6,7],sampl:[2,15,40],san:[11,245],sandbox:[169,170,350],sane:[73,147,149,150,151,152,153,154,155,156,157,256],saniti:[96,170],sas:11,sasl2:[44,63,169],sasl_:[178,256],sasl_auto_transit:[41,170,256],sasl_checkapop:74,sasl_client:52,sasl_maximum_lay:256,sasl_minimum_lay:[63,256],sasl_opt:256,sasl_prot_any:52,sasl_pwcheck_method:[41,63,170,256],saslauth:[170,350],sasldb2:170,sasldb:[41,170,256,350],sasldblistusers2:[63,170],sasldir:72,saslficat:72,saslpasswd2:[63,170,350],saslserv:75,saslv2:73,sat:[131,321],sata:11,satisfi:169,satur:11,saturdai:236,save:[19,41,73,84,114,200,211,233,244,256,326],savvi:[61,194],saw:296,sbin:202,sbindir:[147,148,149,150,151,152,153,154,155,156,157],scalabl:[4,7],scalar:206,scale:[7,11,36,187,188,190,245,347],scan:[27,41,58,59,60,62,63],scarf:84,scaveng:[41,244,308],scenario:4,sched:64,sched_tag:6,schedul:[6,11,44,64,65,67,68,169],scheme:[68,71,103,166,184,190,194,199,211,256,335],schiller:72,schmiedehausen:73,schult:75,schumach:167,scientif:57,scope:[5,11,40,69,256,347],score:[27,147,149,150,151,152,153,154,155,156,157,321],scott:[73,248],scp:[43,56,169],scratch:[43,56,179],screen:[12,72,279],screw:72,scriptfil:312,scriptnam:280,scsp:256,sda2:11,sdb2:11,sdk:256,seal:13,seamless:[13,347],seamlessli:178,search:[4,5],search_batchs:[50,186,256],search_engin:[50,71,147,148,149,150,151,152,153,154,155,156,157,186,256,314],search_fuzzy_alwai:[166,256],search_index_head:[50,186,256],search_indexed_db:256,search_maxtim:256,search_normalisation_max:256,search_skipdiacrit:256,search_skiphtml:256,search_snippet_length:256,search_stopword_path:256,search_whitespac:256,searchabl:256,searchd:[183,197,256],searched:314,searchpartit:[181,186,256],searchtier:[181,186,256],searchtierpartit:[181,186,256],sec:[58,59,60,62,63,228,234,256],second:[11,41,53,72,130,171,176,178,188,189,190,192,202,211,217,231,234,255,256,257,259,262,272,274,284,285,287,289,292,299,300,301,308,310,313,314,315,321,335,345,353],secondari:[3,11,19],secret:5,sect:9,section:[3,11,12,26,34,36,41,46,48,50,54,63,64,68,70],sector:11,secunia:[87,115],secur:[3,5],securityapprais:74,see:[3,7,9,11,19,25,33,36,38,40,41,43,44,46,48,49],seek:133,seem:[74,75,89,105,170,177,339],seemingli:26,seen:4,seen_db:73,seenstate_db:[133,256],segfault:[75,89,121,141,142,143,167],segment:[3,188],segmul:74,select:[4,6,7],selector:256,self:[28,58,59,60,62,63],selinux:204,selski:[344,348],semanag:204,semant:[55,73,74,188,335],semi:174,send:[5,11,26,41,43,44,48,52,55,56,64,72,75,80,137,143,147,148,149,150,151,152,153,154,155,156,157,169],sender:[3,27,41,194,218,220],sendmailconfig:[170,350],sens:[56,75,250],sensibl:[55,188],sensit:[33,72,73,188,256],sent:[26,27,33,39,41,45,48,72,75,127,170,188,190,192,202,206,209,230,249,256,272,278,280,293,308,321,336,353],sentdate:[293,321],sep:271,separ:[5,6,7,9,11,19,24,25,30,31,33,36,40,41,52,53,54,66,68,72,73,77,78,125,131,133,148,149,150,151,152,153,169,170,177,180,181,185,190,192,206,211,214,215,236,245,255,256,257,258,261,272,276,279,280,294,297,320,321,350],seper:[73,280,287],seq:79,seqdiag:48,seqnum:293,seqset:276,sequenc:[6,11,52,72,73,79,80,192,227,230,255,256,271,276,293,315],sequence1:276,sequence2:276,serer:256,seri:[2,43,45,56,60,71,133,134,135,136,137,138,139,140,141,142,143,144,145],serial:245,serious:[72,127,228],serv:[11,36,66,68,72,77,178,188,192,194,211,230,249,256,282,285,287,299,301,308],servant:85,server:[4,5,6],server_side_tls:256,serverdomain:27,serverfqdn:27,serverinfo:[81,142,256],serverlist:[9,30,84,179,190,256],serverlist_mod:9,serverlist_mode_soft_usage_limit:9,serverlist_mode_usage_reinit:9,serverlist_select_mod:[9,30,179,190,256],serverlist_select_soft_usage_limit:30,serverlist_select_usage_reinit:[30,179,190,256],servermetadata:256,servernam:[64,65,67,68,190,202,256,280,283,315],serverport:27,servic:[2,3,6,7,9,11,18,27,30,35,40,41,47,52,57,58,59,60,62,63],service_abort:74,servicenam:[75,275],services:[63,71,133,170,178,190,194,211,217,218],session:[3,6,8,18,41,72,73,74,83,133,136,142,158,161,170,183,188,190,192,211,236,256,259,285,287,292,298,299,301,319,324,325,327,328,329,330,332,333,353],sessionid:[27,117,180,256],set:[3,5,7,8,9,10,11,13,15,18],set_lk_max_lock:234,set_lk_max_object:234,setacl:[27,40,84,136,177,188,250,280],setaclmailbox:[40,41],setannotation:134,setgid:73,setinfo:274,setquota:[40,41,73,84,188,190,200,208],setrlimit:[73,143],setseen:41,setseen_al:83,settl:11,setuid:[72,233],setuidvalidity:79,setup:[7,12,18,48,69,167,169,172],seventh:314,sever:[11,19,36,41,48,71,72,73,74,75,80,82,106,107,169,170,181,183,190,191,192,197,199,234,245,345,350,353],sha1:79,sha384:[58,59,60,62],sha:[63,169],shadow:[41,72],shake:178,shall:[9,30,57,63,179,344],shape:11,shapelib:350,share:[4,5,6],sharedprefix:[33,256],sharedscript:170,sharedseen:[79,174,177,230,280],she:[33,43,56],sheet:66,shell:[33,43,56,72,74,170,271,280,297,353],shini:46,shinier:[147,148,149,150,151,152,153,154,155,156,157],ship:[11,44,57,58,59,60,62,63,71,180,215,222,224,279],shm:10,shoot:7,shortcut:353,shorter:[6,231],shortest:47,shorthand:[33,280],shortnam:256,should:[3,6,7,9,11,12,18,22,25,26,27,30,33,36,40,41,43,44,47,48,52,56,58,59,60,62,63,64,65,66,67,71,72,73,74,77,80,133,137,138,168,169,170,174,175,177,178,179,183,187,188,189,190,192,194,197,198,202,204,206,211,214,216,217,218],shouldn:72,show:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],showalt:348,shown:[15,48,63,178,194,255,269,320],shut:[71,72,74,133],shut_down:47,shutdown:[7,72,74,85,135,143,145,161,211,230,247,255,280,287,315],shutdown_fil:315,sibl:73,side:[5,11,13,19,36],siemborski:[73,348],siev:[4,6],sieve:[41,73,74,188,202,256],sieve_allowreferr:[75,95,256],sieve_extens:[77,149,150,151,152,153,256],sieve_maxscript:256,sieve_maxscripts:256,sieve_sasl_expect_unsolicited_cap:82,sieve_sasl_send_unsolicited_cap:[82,256],sieve_utf8fileinto:[82,256],sieve_vacation_max_respons:256,sieve_vacation_min_respons:256,sievec:[202,254,291],sievedir:[72,143,169,170,183,202,256,291],sievenotifi:[41,74,256],sieveshel:[74,202,254,326],sieveusehomedir:[72,170,183,202,256],sig:[43,56,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167],sighup:[73,210,292],sign:[28,43,49,56,58,59,60,62,63,72,102,115,136,192,241,256,345],signal:[73,161,210,230,256,286,292],signatur:[43,56,64,256,279,335,350],signific:[5,11,74],significantli:[75,81,133,169,188,213,231,314],sigterm:292,sigusr2:163,silent:[118,134,233,256,284],silli:73,similar:[8,9,11,18,44,68,83,169,170,178,185,187,188,190,192,194,202,206,211,217,255,347],similarli:[5,47,178,190,194,236,255],simon:[80,85,122,127,144,244,348],simpl:[43,66,72,73,75,169,170,187,190,192,194,206,231,256,280,335,340,344,347,350],simpler:118,simplest:36,simpli:[11,41,47,72,133,164,190,194,198,201,248,324,325,327,328,329,330,332,333],simplist:11,simultan:[8,178,350,353],sinc:[7,9,11,12,18,25,30,33,35,47,53,66,71,72,73,74,75,77,78,79,80,81,82,83,84,85,86,89,91,92,93,94,95,96,97,99,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,123,125,126,127,128,129,130,131],since:73,singl:[3,4,6],singleinstancestor:[41,256],singular:11,sip:335,siriusit:115,sit:[7,245],site:[41,66,71,72,127,131,169,176,184,188,197,199,211,231,248,256],situat:[11,33,112,133,169,179,236,245],sium:234,sivtest:[74,202,254],six:55,sixth:314,size:[6,9,11,15,27,28,30,41,44,47,72,73,75,81,82,83,84,117,122,178,179,180,181,203,206],size_t:102,sizeof:47,skeleton:[52,170,190],skip:[6,50,72,74,75,97,256,261,274,288],skiplist:4,skiplist_always_checkpoint:256,skiplist_unsaf:256,skynet:211,slash:[33,73,170,280],slave:[11,63,97,188,190],sleep:[211,255,314],sleepycat:248,slide:6,slight:211,slightli:[108,133,190,211,249,256,349],slot1:260,slot:[211,256],sloti30t15:27,slow:[6,11,28,71,84,113,179,181,218,219],slower:[11,15,46,47,112,181,211,215,256],small:[0,11,13,28,47,72,73,74,114,116,178,212,215,231,234,245,296,316,347,350],smaller:[11,15,166,178,199,256,288,315],smart:11,smarter:72,smigielski:348,smilint:137,smith:348,smmap:[71,170,196,350],smmapd:[71,75,170,196,254],smooth:314,smoother:[9,30,179],smoothli:60,smtp:[41,72,170,190,194,217,249,264,333,335,343],smtpd:63,smtptest:[74,254],snakeoil:170,snapshot:[3,8,11,46,168,169,178],snip:321,snippet:[15,170,212,256,336],snmp:[44,73,75,292,350],snmpd:292,snmpgen:74,snow:[171,345,349],snuck:125,sock_dgram:284,sockaddr_in:284,socket:[5,27,36,40,41,63,71,72,73,74,75,97,124,129,137,167,169,170,172,183,190],socklen_t:73,soft:179,soft_noauth:256,softer:256,softwar:[4,11],software:57,solari:[12,72,74,102,123,129,134,142,147,149,150,151,152,153,154,155,156,157],sole:[11,347],solut:[11,19,111,116,169,170,178,183,187,188,190,215,221,234,241,244,245,250,256,344,347],solv:[83,108,347],solvabl:231,some:[7,10,11,24,25,28,31,33,40,41,44,46,47,48,50,55,56,60,63,64,66,68,71,72,73,74,77,84,90,116,120,122,125,129,133,136,158,164,169,170,175,177,178,180,181,183,185,188,190,192,194,198,202,206,210,211,215,221,224,228,233,239,242,243,245,248,250,255,256,259,268,280,282,285,287,299,301,308,309,314,317,345,346,347,350],somehow:190,someon:[0,178,241],someth:[18,26,43,44,47,56,74,169,170,180,182,194,202,206,214,217,225,231,239,245,248],sometim:[11,26,75,218],somewhat:[15,72,188,219],somewher:[11,43,56],soon:[25,75,179,210,244,256,314,340],sop:341,soref:160,sorri:[72,350],sort:[41,58,59,60,62,63,71,73,79,113,116,147,148,149,150,151,152,153,154,155,156,157,192,202,209,230,256,271,308,322,335,346],sortcache_db:256,soth:73,sound:188,sourc:[2,5,27,41,44,45,46,48,49,50],sourceforg:18,space:[3,6,7,9,10,11,15,19,28,30,41,44,48,49,52,55,68,72,84,114,115,117,133,137,159,167,169,170,178,179,180,181,185,188,190,192,199,201,206,237,256,258,273,294,321],spam:[27,33,41,133,147,149,150,151,152,153,154,155,156,157,202,256,293,308,321],spamtest:335,span:[101,188],sparc:79,spare:[11,245,250],spars:276,spawn:[71,73,210,211,217,247,255],speak:[3,11,36,41],spec:211,special:[1,4],specialus:[134,280,346],specialuse_extra:256,specialusealwai:[256,335],specif:[6,7,8,11,12,24,40,41,43,44,52,56,66],specifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],speed:[15,55,57,74,77,84,171,188,213,256,314,340,345],spell:[48,160,256],spellman:127,spend:[36,72],spew:72,spf:340,sph:77,sphinx:[44,48],sphinx_pidfil:256,sphinx_socket:[183,197,256],sphinx_text_excludes_odd_head:256,sphinxcontrib:48,spice:46,spil:[137,164],spin:[15,71,72,96],split:[31,63,72,75,81,84,96,111,167,172,177,178,182,185,203],splitmeta:212,spnego:[68,324,335],spock:33,sponsor:77,spoof:41,spoofeddomain:279,spool:[7,11,13,15],spous:19,spread:[41,188,245],springfield:170,sql:[4,5],sql_:82,sql_databas:256,sql_engin:256,sql_hostnam:256,sql_passwd:256,sql_user:256,sql_usessl:256,sqlite3:261,sqlite:[6,44,82,160,178,256,323,350],squat:4,squat_decode_64:115,squatter1:314,squatter:[50,74,75,81,84,137,158,164,172,181,186,203,211],squattera:314,squeez:44,squirrl:72,src:[47,170],srcdir:74,srctier:314,srv:[43,56],srvtab:[41,72,256],ssd:[11,15,71,114,181,215,314],sse4:350,ssf:[95,256,259,285,287,299,301,317],ssh:43,ssl2:133,ssl3:133,ssl:[5,6,44,52,63,68,73,74,80],ssl_accept:80,ssl_ctx_load_verify_loc:52,sslv23:[73,143],sslv2:[73,88,121,143],sslv3:[88,121,143,335],sssd:[41,176],stabl:[2,11,12,43,48,57,60,63,131,134,135,136,137,138,139,140,141,142,143,144,145,158,159,160,161,162,163,164,165,166,167],stack:[75,113,256],stackoverflow:170,staff:[11,41,176,348],stage:[43,56,74,75,161,178,180,236,256],stai:[9,30,49,179,190,288],stale:[71,178,211,261,271],stall:[147,152,153,154,155,156,157],stamp:295,stand:[7,177,179,182,188,350],standalon:[170,178,188,211,217,250],standard:[7,12,13,27,33,50,64,71,75,106,116,120,161,169,170,171,172,180,187,188],stanza:[169,183],start:[1,10,11,27,33,36],starttl:[18,136,164],starttls:[52,58,59,60,62,63,72,73,80,82,129,137,142,170,256],stat:[72,158,160,178,261,308],state:4,statedir:72,stateless:217,statement:[47,115,118],station:[171,345],statist:[3,73,74,178,258],statoverrid:170,statu:[6,27,64,72,81,147,149,150,151,152,153,154,155,156,157,178,190,202,249,256,260,279,280,314,335,339,344],status:4,statuscach:4,statuscache_db:[10,133,256],statuscache_db_path:[10,71,170,183,256],std:[44,46,75],stderr:[52,75,260,292,315],stdin:[129,256,271,292],stdio:[52,198],stdout:[52,115,260,264,281,292,312,331],stefan:[87,115],steinar:72,step:[18,41,44,56,64,70,169,170,180,190,191,204,261,350],stephen:245,stick:[43,188],still:[3,9,11,19,30,41,45,46,50,55,57,64,72,73,74,79,83,113,126,131,133,147,151,152,153,154,155,156,157,158,161,177,178,179,188,189,194,204,224,225,230,236,245,247,248,250,255,256,261,280,309,310,314,321],stipul:181,stock:[58,59,62,63,170],stomach:11,stonith:11,stop:[72,127,170,178,189,211,221,256,261,292,294,315,349],stopword:256,storag:[3,4],storage:[41,201,280,307],store:[6,9,11,13,15,22,27,30,31,33,36],storeing:73,storm:[24,74,133],straight:50,straightforward:[179,188],strang:[190,256],strarrai:161,strategi:[11,169],strconcat:115,strdup:47,stream:[26,72,101,192,198,245,261,269,335],strength:[58,59,60,62,63,256,259,285,287,299,301,317],strerror:72,stress:[11,54],stretch:[36,348],strict:[256,335],stricter:131,strictli:[11,15,125,133,142,181,182,238,256],strike:73,string:[6,33,41,45,47,64,68,70,72,73,74,75,112,135,176,181,185,186,190],stringi:[46,169],stringlist:74,strip:[19,64,256],strndup:47,stromso:141,strong:[243,249,256],strongest:[324,325,326,327,328,329,330,332,333],strongli:[133,169,190,211,320],strstr:52,struct:[52,198],structur:[6,11],struggl:48,stub:74,stuck:165,student:[347,348],studio:144,stuf:11,stuff:[48,72,198,245,279,323,353],stupend:170,stupid:72,style:[18,41,48],stylesheet:[66,256],styx:166,sub:4,subaddress:[202,256,335],subag:292,subcommand:41,subdirectori:[41,64,72,178,233],subdivid:256,subfold:[9,19,30,33,41,77,114,116,117,175,179,206,218],subj:[170,206,293,321],subjct:321,subject:[3,7,8,11,27,44,73,75,100,136,148,149,150,151,152,153,154,155,156,157,159,161,174,177,206,256,258,279],submailbox:[190,310],submiss:[3,41,177,256],submit:[1,36],submitserv:256,submitt:344,subscrib:[6,7,19,41,48,64,75,107,112,133,177,190,209,217,256,258],subscribe:[188,280],subscribed:[58,59,60,62],subscript:4,subscription_db:[133,256],subsequ:[6,72,133,137,194,230,236,271,280],subset:[64,65,67,188,202,217,262],subshel:280,substanti:[75,164],substitut:[35,43,56,181,185,256],substr:[74,116,256],substract:256,subsystem:[74,75,97,111,307],subtl:[73,206],succe:[52,84,133,147,148,149,150,151,152,153,154,155,156,157,177],succesfulli:19,success:[4,11,18,19,26,41,52,58,59,60,62,63,74,137,170,177,188,192,199,250,256,350],successfulli:[11,58,59,60,62,63,81,177,190,192,256,261],successor:[177,245],sucessfulli:326,sudo:[44,46,63,169,170,239,350],suffer:133,suffici:[11,18,25,80,170,224,256,314,350],suffix:[256,274],suggest:[73,170,178,191,221,225,227,245,248,250,344],suid_dump:233,suit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],suitabl:[11,43,74,169,170,178,192,215,217,350,353],sum:[9,30,41,55,179,200],summari:[27,44,170],summer:345,sun:[72,143,144,321],sundai:236,superb:[171,345],superced:284,supervis:83,suppli:[5,11,41,52,68,72,74,75,105,225,248,267,271,274,324,325,327,328,329,330,332,333,336],support:[2,4,7],suppos:[3,5,7,9,11,30,72,75,177,178,179,234],suppress:[6,13],suppress_cap:[116,256],supress:256,sure:[7,12,43,44,47,49,55,56,63,71,75,133,169,170,178,190,191,194,196,202,210,215,217,221,228,233,244,248,255,256,263,308,339,350],suri:[88,131],surnam:19,surpris:[60,190],surround:353,survei:169,suse:[12,73],suspect:[178,190,217],sustain:[133,349],svg:353,svn:353,swap:[33,49,72,169],sweep:[292,305],swiftli:11,symbol:256,symlink:[73,147,148,149,150,151,152,153,154,155,156,157],sync:[49,50,63,83,116,142,164,170,178,183,188,189],sync_:[114,178,211],sync_authnam:[211,256],sync_batchs:[147,152,153,154,155,156,157,211,256],sync_client:[79,83,97,113,120,125,145,147,149,150,151,152,153,154,155,156,157,178,211,217,254,256,259,265,277],sync_compress:[85,211],sync_crc:[127,134],sync_host:[211,256,315],sync_log:[50,178,211,217,256,314],sync_log_chain:[211,256],sync_log_channel:[50,178,211,256,314,315],sync_log_fil:315,sync_log_unsuppressable_channel:[211,256,314],sync_mailbox_ful:116,sync_password:[211,256],sync_port:[211,256],sync_realm:[211,256],sync_repeat_interv:[211,256],sync_reset:[114,126,254],sync_response_pars:217,sync_send_lookup:217,sync_serv:[79,84,97,118,127,143,178,211,217,254,256,310,315],sync_shutdown_fil:[211,256,315],sync_timeout:256,sync_try_imap:[211,256],syncapply:161,syncclient:[211,265,315],syncget:161,synchron:[52,72,96,97,172,187,188,189,190],synchronis:[11,178,217],synclogfil:314,syncnew:72,syncproto:160,syncrestore:161,syncron:265,syncserv:[211,317],syncstop:211,synctest:[178,254],syndic:335,synopsis:48,syntact:72,syntax:[15,18,40,48,72,202,221,225,256,335,353],synthet:[211,256],sys:[214,335],syscal:245,sysconfdir:[183,350],sysconfig:215,sysctl:[41,176],sysflags:[293,321],syslog_facil:256,syslog_prefix:[170,256],syslogd:75,system:[0,1,3,4,6,11],systemctl:[60,169,350],systemd:350,systemrc:280,systemv:350,t1searchpartit:50,tab:[6,41,55,72,115,214,261,271,353],tabl:[6,18,64,72,74,75,255,256,258,279,292],table:[6,18],tada:350,tag:[1,11,42,43],tagged_abov:27,tahr:63,tail:46,tailor:[41,169,197,199],takatukaland:73,take:[7,11,19,25,33,36,40,48,52,55,56,57,71,72,73,74,77,97,169,170,171,178,179,188,190,192,202,204,218,230],taken:[7,11,75,178,256],talk:[3,6,15,55,133,170,188,190,211,228,234,248,256,337,350],tamplin:77,tar:[43,46,56,57,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167],tarbal:[2,43,44,56],target:[3,7,9,11,27,30,36,48,73,125],tartaru:50,task:[11,33,36,44,84,101,121,122,134,135,138,139,140,141,143,144,169,178,183,255,274,280,353],tcl:[72,73,169,280],tcl_rcfilenam:72,tclconfig:72,tclsh:72,tcp4:255,tcp6:255,tcp:[41,71,113,114,170,188,190,195,196,197,204,211,247,255,256,350],tcp_keepal:[247,256],tcp_keepalive_:247,tcp_keepalive_cnt:256,tcp_keepalive_idl:256,tcp_keepalive_intvl:256,tcp_wrapper:44,team:[12,38,45,49,57,61,63,72,144,170,331,336],tech:[41,48,57,258,264,265,308],technet:265,technic:[3,40,344],techniqu:[11,245],technolog:[5,11,12,13,26,57,182,185,215,234,345,347],telemetri:[41,46,72,74,106,109,183,198,218],telemetry_bysessionid:256,tell:[11,31,55,72,137,170,181,185,190,191,192,194,221,256,259,285,287,299,301,308,315,317,336,350],telnet:[169,170,202,214,336],temp:[186,214],temp_path:[178,256],tempfail:250,templat:[48,66,68,256,278],temporari:4,temporarili:188,tempsearchpartit:186,ten:237,tenant:33,tend:[9,11,30,60,178,179,183,236,255,287],term:[11,33,36,84,225,236,256,280,314,321,353],termin:[36,48,52,74,75,170,202],terminated:47,terminolog:187,terribl:190,test:[0,1],testb:127,tester:[0,54],testfold:27,testfolder_renam:27,testrunn:46,testsaslauthd:[18,58,59,60,62,63,170,350],text:[5,6,27,43,46,48,52,57,63,71,72,73,75,77,122,147,150,151,152,153,154,155,156,157,170,189,197,234,244,256,262,264,265,271,314,321,335,353],tfz:43,than:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],thank:[72,73,75,84,85,87,88,112,114,115,116,121,122,127,131,133,134,135,136,137,141,142,143,144,145,147,149,150,151,152,153,154,155,156,157,158,159,160,163,164,166,167,353],thei:[3,7,9,11,15,19,22,25,30,33,36,38,40,41,43,45,46,47,50,56,57,64,68,71,72,74,116,133,135,143,147,150,151,152,153,154,155,156,157,169,170,171,177,178,179,181,182,183,188,189,190,192,194,196,200,202,209,210,211,217,225,231,232,236,238,239,245,248,249,255,256,274,275,280,287,292,295,310,345,347,350],them:[3,6,7,11,18,25,31,41,43,44,46,47,55,56,57,64,65,67,71,72,75,77,79,133,143,169,170,174,177,178,185,188,190,192,194,196,200,202,206,217,225,239,246,250,256,261,275,276,279,280,283,287,292,297,308,310,314,315,321,323,347,350],themovieposterpag:279,themselv:[6,28,41,71,121,133,173,174,181,188,190,255,256,308,318],theoret:188,theori:[11,209],thereaft:5,therebi:[11,188],therefor:[3,9,11,12,26,36,38,41,60,71,178,213,235,236,249],therein:[11,183,215,293,314],thereof:[11,24,47],thewrittenword:75,thi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],thing:[3,11,15,41,47,56,57,71,74,111,116,120,125,169,170,176,178,180,183,188,189,194,198,225,228,244,245,256,307,309,350,353],think:[0,11,40,57,71,189,231,245,256,308],third:[19,27,41,54,72,85,171,180,256,262,272,314,345],thise:265,thoma:[27,85,88,115,122,141,143,279],thomas_cooper94:279,thomson:335,thorough:190,those:[3,5,6,9,11,30,33,40,45,55,56,63,64,65,66,67,71,74,108,133,169,170,177,178,179,183,184,185,187,188,189,190,192,202,211,217,224,244,245,255,256,259,265,271,275,282,285,287,288,289,298,299,301,313,314,315,318,324,325,327,329,330,332,333,350],though:[3,5,33,36,47,60,72,74,75,177,180,188,190,192,236,245,248,256,284],thousand:[3,36,245],thread:[58,59,60,62,63,71,73,75,114,116,121,130,147,148,149,150,151,152,153,154,155,156,157,190,194,230,248,256,335,350],three:[3,5,6,7,24,33,36,40,177,186,188,192,236,314,335,353],threshold:[15,27,41],through:[4,7],throughout:[3,18,47,73,74,206],throughput:[79,188,228],thu:[7,9,30,33,41,79,176,178,179,181,188,190,206,231,255,256,293,350,353],thumb:11,tibbit:166,tibbitt:160,tick:257,ticket:[5,11,41],tickl:72,tidi:[116,127,160],tie:46,tier1:[181,186,256],tier1searchpartit:[181,186,256],tier:6,tilt:211,tim:[202,331,348],time:[0,3,6,7,9,11,12,15,25,27,30,36,41,43,47,49,55,56],time_t:[198,230],timefram:11,timeout:[41,75,89,113,122,136,228,256,259,284,285,287,289,299,300,301,313,315,335],timer:256,timestamp:[6,27,72,120,180,206,210,256,261,283,335],timezon:[6,27,46,55,64,72,266],timonei:348,timotheu:166,timsiev:[33,63,71,72,73,74,75,80,95,114,142,164,170,190,196,202,217,254,255,256,285,287,289,292,298,301,317],timzon:108,tini:[111,178],tinyint:18,titl:[202,353],tld:[202,240,241,256],tls1_0:[121,133,256],tls1_1:[121,133,256],tls1_2:[121,133,256],tls:[4,5],tls_:75,tls_ca_:133,tls_ca_fil:[133,256],tls_ca_path:[133,256],tls_cert_fil:[133,256],tls_cipher:256,tls_cipher_list:256,tls_client_ca_dir:[133,170,256],tls_client_ca_fil:[133,170,256],tls_client_cert:[133,256],tls_client_kei:[133,256],tls_compress:[121,133,143],tls_eccurv:[121,133,256],tls_key_fil:[133,256],tls_prefer_server_ciph:[121,133,256],tls_prune:[137,163,169,170,183,254,255],tls_requir:[68,142,256],tls_server_ca_dir:[133,256],tls_server_ca_fil:[133,256],tls_server_cert:[133,170,256],tls_server_kei:[133,170,256],tls_session:4,tls_session_timeout:[170,256,319],tls_sessions_db:[133,169,183,256],tls_sessions_db_path:[71,133,170,183,256],tls_version:[121,133,143,256],tlscache_db:[133,256],tlscache_db_path:[133,256],tlskei:[142,280],tlsprune:[169,170,183,255],tlsv1:[58,59,60,62,63,73],tm_gmtoff:72,tmartin:331,tmp:[43,46,169,190,202,214,233,256,264,267],tmpf:[71,114,169,183,218],tmpfile:74,tocdepth:160,todai:[8,11,171,345,348],todd:258,todo:[6,27,41,200],toedtmann:73,togeth:7,token:[58,59,60,62,63,72,221,256],told:178,tom:[92,188],tomorrow:11,toni:73,tons:[44,46],too:[5,11,43,56,64,72,111,112,113,124,128,133,135,136,137,161,164,170,183,184,223,236],took:211,tool:[1,2,22,44,46],toolkit:340,top:[3,27,33,43,56,73,147,150,151,152,153,154,155,156,157,188,190,209,256,280],topic:[49,56,256],toplevel:[48,64,65,66,67,84,133,194,256],topolog:11,tortious:57,tos:256,total:[6,9,11,28,30,179,190,256,293],touch:[7,210,215,282],toward:[9,11,30,35,71,147,150,151,152,153,154,155,156,157,179,208,236],trace:[177,256],track:[6,54,72,74,81,85,92,129,183,194,245,256,283,308,310,344],tracker:336,trade:211,tradeoff:[6,247],tradit:[6,15,47,48,77,181],tradition:[3,179,188],traffic:[11,33,64,75,85,89,95,111,178,256,274,315,338],trail:[19,55,72,73,256,321],transact:[6,68,73,81,82,188,192,231,256,263,271,315],transfer:[3,7,27],transfig:[44,169],transit:[73,169,212],translat:[3,6,33,53,81,169,202,216,256,294,320],translatesiev:[33,160,169,202],transmiss:335,transmit:[5,170,192,249],transpar:[7,36,55,64,74,188,215,324,325,327,328,329,330,332,333],transport:[5,36,41,71,170,188,196,197,202,203],trap:47,trash:[19,33,41,202,206,209,217],travel:[171,345],travers:73,treat:[11,19,41,66,70,72,140,159,176,194,199,217,249,256,279],tree:[5,10,46,133,137,170,184,188,190,194,212,239,242,256,274,314],trend:73,tri:[72,113,117,137,170,234,239,249,310],trial:[137,159,166,167],trickier:[188,189],trigger:[24,27,63,75,180,198,211,217,236,256,314],trim:310,trip:[11,72],tripl:11,trivial:[170,250],trojan:279,trojita:127,troubl:[137,159,166,167,190,228],troubleshoot:35,truncat:[47,72,83,106,108,114,180,238,256],trust:[5,11,72,133,289],trusti:63,trycreate:72,tselina:279,tstampfil:283,ttest:27,tue:[279,293,295],tugowar:74,tune:[74,188],tupl:314,turbid:73,turn:[11,40,41,63,72,73,83,169,178,180,233,248,256,309,335],tweak:[11,72,73,172],twice:[75,120,170,217,255,315],two:[3,4,5],twoskip:4,txt:[72,74,249,256,264,331],ty347:257,type:[3,4],typedef:[52,198],typic:[5,11,27,33,36,41,48,174,177,181,183,199,211,215,236,242,255,256,259,269,271,314,315,336,350],typo:[72,73],tyq4:257,tyranni:55,tyrrel:348,tzid:6,u00fcederli:27,ubuntu:[2,54,57],ucd:73,udp4:255,udp6:255,udp:[63,74,170,204,255,284,285,287,289,298,300,301,317,318],udv:206,ufl:245,ugli:114,uhura:[33,53],uid:[5,6,27,36,41,72,97,165,166,178,188,206,230,236,256,264,269,279,293,308,314,321],uidl:[147,149,150,151,152,153,154,155,156,157,230,256],uidl_format:[147,149,150,151,152,153,154,155,156,157,256],uidnext:[27,72,180,256],uidonli:256,uidplus:[58,59,60,62,63,72,75,236,335],uidset:27,uidvalid:[230,293,310,314],uidvalidity:[27,72,112,256],uint:256,ulimit:233,ulmer:245,ultim:[5,11,133],umanitoba:73,umask:256,umbrella:57,umemoto:75,umich:92,unabl:[3,11,52,72,117,170,218,222,244],unaffect:[73,256],unanim:344,unauthent:[41,64,97,176,192],unauthenticate:114,unavail:[25,133,187,188],unavailable:[41,244,308],unbind:64,unchang:[6,133],uncom:[63,170],uncommit:[43,56],uncommon:[11,24,36,39,237],uncomplet:101,uncompress:[178,261,269],unconfirmed:133,uncov:245,undelet:[116,172,174,177,203],under:[5,6,10,11,19,24,25,28,33,35,41,43,46,48,54,56,57,64,65,66,67,72,75,83,89,97,133,134,147,148,149,150,151,152,153,154,155,156,157,170,194,207,211,218,231,232,236],underestim:261,undergo:49,underli:[11,131,256,308],underlin:48,underneath:[41,190,200,236,308],understand:[0,11,41,73,169,170,190,231,280],understood:[11,280],undertaken:171,undesir:133,undetermin:236,undocu:81,undocument:230,undump:[75,92,128,256,262,265],unencod:95,unexpect:[11,72,117,190],unexpung:[25,81,84,117,120,206,236,254,256],unfortun:[73,180,206,287],unicod:[111,113,129],unicorn:63,unifi:4,uniform:[187,190],uniniti:72,uninitialis:161,uninterrupt:188,union:[41,75],uniqu:[3,5,6,11,27,33,47,112,188,190,211,217,255,256,293,295,308],unique:6,uniqueid:[73,79,120,164,178,269,275,308,310],uniserv:73,unit:[9,30,43,44,46,56,131,160,169,179,245,274,280,321],unite:349,univers:[3,57,75,77,133,171,340,345,347,348,349],university:57,unix:[27,33],unix_group_en:256,unix_pwcheck:72,unixheirsep:128,unixheriarchysep:114,unixhierarchi:[33,166],unixhierarchysep:[18,33,46,63,66,73,74,75,106,120,147,151,152,153,154,155,156,157,169,170,194,202,216,240,256,268,280,320,321,336],unixhiersep:74,unknown:[225,280],unlabel:225,unless:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],unlik:[36,188,242],unlike:[188,217,274],unlimit:[19,28,115,130,131,140,199,233,255,256],unlink:[24,25,72],unlock:[64,145,261],unmailbox:277,unmet:350,unmodifi:74,unnecessari:261,unnecessarili:161,unord:[66,256],unpars:113,unpleas:60,unqualifi:[40,256,280],unreach:188,unread:[38,178],unrealm:33,unrecogn:275,unreport:129,unrespons:256,unseen:6,unseenmessag:[27,180,256],unselect:[58,59,60,62,63,126,256,335],unset:[256,321],unsign:[52,72],unsolicit:97,unspecifi:[72,170,261,310],unstabl:[164,219],unsubscrib:[75,256],unsubscribe:[72,188],unsuccess:[41,211],unsuit:[64,65,67,223],unsupport:[136,143,346],untag:[52,72,174],until:[8,11,25,26,47,71,77,117,130,133,169,171,178,190,199,204,225,236,255,256,261,292,315],untouch:288,unus:[41,44,178,237,247,277],unusu:73,updat:[1,6,7,12,18,36,41,42],update:[43,56,64,72,75,77,78,84,100],upgrad:[33,40,60,63,72,73,75,85,125,126,128,129,133,134,135,136,137,138,139,140,141,142,143,144,145,158,159,160,161,162,163,164,165,166,167],upgrade:[71,72,129],upload:[43,56,74,113,165,190,211,256,314,331],upon:[6,9,19,30],upper:[136,344],uppercas:116,ups:11,upstream:[11,43,45,46,49,50,56,75,143,158,180,194,299,336],urandom:[243,256],urg:73,uri:[27,36,97,256],url:[6,56],urlauth:[6,46,58,59,60,62,63,77,111,256,335],urlfetch:[88,90,121,122,135,140,143,335],usabl:[267,271],usag:[6,9,30,35,41,73,74,77,81,84,113,116,118,127,128,133,135,160,169,178,179,190,199,200,209,211,234,236,256,273,277,280,293,307,308,314,353],usage:[4,6],use:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35],usenet:[6,41,75,170,194,256,297,335],user:[3,4],user_column:18,user_deleteacl:74,user_deni:4,user_deny_db:133,user_folder_limit:[85,275],useradd:[170,350],userdeni:[121,183,256],userdeny_db:256,userdeny_db_path:[183,256],userflags:[293,321],userid:4,userid_list:323,usermod:[170,350],usernam:[3,5,18,19,33,40,44,46,64,65,68,74,170,184,190,194,214,235,240,246,256,274,280,284,308,314,350,353],username:49,username_idx:18,username_tolow:256,userpassword:63,userprefix:[33,256],userrc:280,userspac:47,using:[18,33,36,41],usr:[43,44,46,50,71,72,127,133,169,170,183,190,202,206,209,210,211,212,214,221,224,233,256,260,263,265,267,284,286,314,315,350],usual:[6,11,40,41,48,62,73,170,174,176,178,188,202,212,217,234,236,256,286,324,325,327,328,329,330,332,333,336,350],usualli:234,uta:73,utc:[321,339],utdalla:[73,74],utf7:256,utf8:[225,256],utf8smtp:256,utf:[27,72,73,75,81,111,136,167,225,256],util:[47,57,63,64,73,74,75,79,96,97,127,133,161,183,184,190,194,199,202,207,209,211,234,236,256,280,296,316,321,324,325,326,327,328,329,330,332,333,346],utilis:261,utopic:63,uuid:[44,46,97,169,295],uutari:164,vacat:[6,72,73,74,75,77,114,136,202,218,220,231],vader:[217,246],vain:73,valentin:145,valgrind:[44,46,104,105,107,108],valid:[6,19,33,41,52,73,75,106,142,176,192,214,225,255,256,265,274,284],valu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354],value:48,van:[136,344,348],vanilla:350,vansant:348,varchar:18,vari:[48,206],variabl:[41,44,55,66,72,73,77,130,147,154,155,156,157,164,202,205,222,256,261,292,335,353],variant:[41,137],varieti:[5,7,9,10,11,69],variou:[2,11,31,40,41,44,47,56,64],vast:[188,215,231],vastli:35,vavailability:[23,100,224],vcard:[6,68,158,256,335],vcard_obj:6,vcard_uid:6,vcardfast:46,velasco:[135,142],vendor:[11,64,74,77,79,92,103,170,174,177,194,223,230,256,274,314,350],ver:280,verbos:[18,48,73,107,256,261,262,266,268,269,274,279,281,288,308,309,310,314,315,316,320,321,324,325,327,328,329,330,332,333],verbose:170,veri:[5,7,11,18,28,36,43,46,47,63,72,116,120,169,170,177,178,184,188,190,194,211,219,231,234,249,256,261,265,314,345,346,348],verif:[5,41,44,63,133,178,194,210,261,265,324,325,327,328,329,330,332,333],verifi:[5,28,41,58,59,60,62,63,64,75,97,105,133],versa:[36,192,217,320],version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],versions:[48,133,134,138,139,140,141],vertic:36,vervet:63,verysecret:5,vevent:[23,107],vfreebusy:23,via:[6,11,15,19,28,36,40,41,44,46,47,55,64,65,66,68,70,71,73,74,75,77,82,107,112,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,169,170,176,181,183,186,188,189,190,194,196,197,199,202,206,209,211,214,217,230,250,256,263,271,279,280,299,300,308,310,314,320,323,331,336,339,350],viabil:11,viabl:248,vice:[36,192,217,320],video:39,videocharg:245,vidic:145,viehmann:85,view:[11,33,42,44,45,48,49],vim:169,violat:[47,190],virtdomain:[18,40,75,113,136,147,151,152,153,154,155,156,157,161,170,246,256,280,336],virtual:[3,6,8,11,13,18,33],virtual_destination_concurrency_limit:350,virtual_destination_recipient_limit:350,virtual_recipi:350,virtual_recipient_domain:350,virtual_recipient_map:350,virtual_transport:350,viru:27,virus:[202,279],virustest:335,visibl:[41,64,133,177,188,256,280],visit:[308,338],visual:[43,353],visudo:46,vivid:63,vjournal:23,vladimir:73,vnd:[27,180,256],volatil:10,volum:3,volunt:61,vote:344,vpath:160,vpoll:[23,100,144,224,335],vsd:245,vtimezone:[64,68],vtodo:23,vulner:[129,335],vzic:[64,108],wai:[11,12,31,40,41,47,48,56,63,72,116,125,133,164,176,177,178,179,185,187,188,190],wait:[11,15,26,55,56,64,210,255,256,259,261,284,285,287,289,292,299,300,301,310,313,315],wait_interv:315,waitev:198,walk:236,walkthrough:49,wall:[44,46],wallet:11,walter:[73,348],wamerican:169,wan:211,want:[0,5,11,18,26,33,41,43,45,46,47,48,49,50,56,57,59,60,63,64,72,133,137],wanttowrit:52,warm:245,warmuth:134,warning:[41,308],warranties:57,wasn:[72,73,75,131,178,348],wast:74,water:[72,194,283],wbreyha:115,wcw:73,web1:275,web2:275,web:[11,22,36,43,64,65,68,202,245,335,337,338],webdav:64,webmast:33,webserv:36,websit:[11,43,48,56,136],wed:293,week:[39,45,236,321,344],weekend:[24,39],weekli:[45,170,339,340,352,354],weight:4,weiler:348,weird:[72,75,77,170],welcom:[0,251],well:[5,7,10,11,13,19,25,31,33,40,43,46,52,72,73,74,75,97,108,125,133,169,170,174,177,179,185,188,189,190,192,206,211,218,236],went:[72,84,169],were:[9,11,30,38,41,71,72,73,74,83,102,114,116,122,133,143,176,177,178,179,189,204,206,209,234,250,255,256,274,278,283,293,308,310,314,345],werewolf:63,werror:[44,46],wextra:[44,46],wget:169,what:[3,4,5],whatev:[41,72,169,170,176,178,190,244,245,256,308,336],whatsoev:57,whatsoever:57,wheaton:73,when:[3,4,5,6,8],whenev:[45,72,192,194,206,350],where:[3,5,7,11,13,26,33,36,41,44,46,57,63,64,72,73,74,75,83,84,101,102,103,106,108,112,115,126,130,167,169,170,177,179,181,183,185,186],where_claus:18,wherea:[178,211],wherein:186,wherev:108,whether:[3,7,38,49,52,57,63,64,68,72,73,75,77,79,95,133,168,170,174,177,179,206,211,230,256,275,280,310,314,350],which:[3,5,6,7,9,10,11,15,19,24,25,27,30,31,33,34,36,38,40,41,46,47,48,49,50,52,55,56,58,59,60,62,63,64,65,66,67,68,71,72,74,75,77,79,81,84,85,96,97,100,112,113,114,120,125,127,128,129,131,133,147,148,149,150,151,152,153,154,155,156,157,160,169,170,171,175,176,177,178,179,180,181,184,185,186,188,190,191,194,198,199,200,202,211,212,217,218],whichev:[64,84,224],whilst:274,white:348,whitespac:[19,72,73,159,190,255,256,257,297],who:[0,5,18,19,33,41,55,72,131,143],whole:[11,133,171,236,345,347],whom:[27,173],whose:[9,30,41,64,190,238,256,261,269,280,310,315,323,324,325,327,328,329,330,332,333,349],why:[11,33,46,47,55,170,218],wide:[13,188,204,230,250,268,347,349],widespread:347,wierd:129,wiggl:178,wiki:[45,54,256],wikidb:264,wikipedia:[46,171],wildcard:[115,272,280,308],wildmat:[6,66,194,214,256,271,283,297],wili:63,window:[11,48,74,169,335,353],wire:[5,11,68,192,256,340],wisdom:[169,221],wise:347,wish:[8,41,63,72,147,150,151,152,153,154,155,156,157,164,169,176,178,184,188,202,204,206,211],with_ldap:129,within:[3,5,6,11,14,15],without:[3,6,7,11,12,15,18,24,28,33,40,41,44,49,53,54,56,57,64,70,72,73,75,95,104,115,116,117,125,128,131,137,143,159,162,164,169,170,176,177,178,179,181,182,188,191,192,202,204,209,211,222,248,256,261,267,271,274,277,278,279,310,316,322,335,347,350],wno:[44,136],woefulli:198,wolfgang:[115,121,122,135,136,137,144,163,164],won:[15,73,116,147,152,153,154,155,156,157,177,188,189,190,199,233,246,256,310],wong:[73,348],word:[3,7,41,72,133,167,236,245,256,314,353],work:[0,1,5,11,18,33,40],workabl:178,workaround:[11,72,109,248,256],worker:256,workshop:11,world:[41,47,170,188,194,340,349],worri:350,wors:231,worst:245,worth:[7,11,49,73,133,178,339],worthwhil:57,would:[3,5,7,8,9,11,16,17,18,26,29,30,33,34,36,37,38,40,41,43,48,53,56,57,64,65,67,71,72,73,74,84,113,129,133,169,170,177,178,179,181,182,188,189,190,199,204,211,215,236,245,248,255,256,261,265,271,278,279,280,288,296,314,315,320,336,337,345,350],wrap:[80,167],wrapper:[47,72,73,164,194,227,255],writabl:[18,169,256],write:[0,3,6,7,11,13,41,43,46,47,52,56,61,64,72,73,74,115,133,171,172],write_bodi:106,writeabl:10,writefil:115,written:[6,7,11,16,17,29,36,37,47,52,57,61,72,73,119,133,194,234,242,263,280,314,320,345],wrong:[43,46,56,72,116,169,256,307,323],wrote:[43,55],www:[36,40,43,45,54,56,57,133,134,135,136,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,160,161,162,163,164,165,168,170,234,256,340,350],x509:170,x86_64:[44,50,224],xapian:[6,44,46],xapian_config:50,xapian_flavor:350,xapianact:4,xapplepush:[147,149,150,151,152,153,154,155,156,157,180],xbackup:[178,256],xbackup_en:[178,256],xcal:[108,335],xconversations:256,xconvmultisort:256,xfd:[43,56],xfer:[75,96,97,100,115,116,120,122,125,126,127,128,129,131,134,144,163,169,188,256,280],xfz:[43,56],xlist:[19,63,120,134,169,256,268],xmalloc:[47,52],xml2:350,xml:[27,46,117,138,256,335],xmpp:335,xpath:169,xrealloc:[47,75],xref:[9,75],xsha1:160,xsnippets:[165,256],xstrdup:52,xutil:169,xxx:[40,188,233],xzmalloc:47,xzvf:57,y2k:283,yacc:[72,75],yahoo:[27,180],yann:127,yapc12:133,year:[11,127,131,167,245,258,283,340,345],yet:[11,19,38,46,56,61,73,125,145,178,188,199,215,236,255,256,350],yield:178,yjh:166,yoni:348,york:335,you:[0,3,6,7,9,11,12,15,16,17,18,26,27,28,29,30,33,34,36,37,40,41,43,44,45,46,47,48,49,50,54],young:194,your_fork:49,your_username:49,yourself:[2,3],yum:[58,60,62],yyi:40,zan:167,zephyr:[72,73,300],zephyrgram:300,zero:[19,41,47,52,72,73,82,122,129,176,178,192,194,199,255,256,257,259,284,285,287,289,299,300,301,308,313],zhukov:[158,164,167],zlib1g:[44,169],zlib:[12,44,350],zoneinfo:4,zoneinfo_db:[64,256],zoneinfo_db_path:[64,183,256,266],zzz:40},titles:["We need your help","Developers","Download","Glossary","Configuration Guide","Authentication and Authorization","Databases","Deployment Scenarios","Known Protocol Limitations","Mailbox Creation Distribution","Performance Recommendations","Storage Considerations","Supported Platforms and System Requirements","Features","Access Control","Archiving","Kerberos Authentication","LDAP Authentication","SQL Authentication","Automatic Creation of Mailboxes","CalDAV Collections","CardDAV Support","DAV Collection Management","DAV Components","Delayed Delete","Delayed Expunge","Duplicate Message Delivery Suppression","Event Notifications","Mail Spool Partitions","Mailbox Annotations (METADATA)","Mailbox Distribution","Mailbox Metadata Partitions","Message Annotations (METADATA)","Mailbox Namespaces","Quota","Sealed System Design","Cyrus IMAP Murder (Server Aggregation)","Server Side Filtering (Sieve)","Shared Seen State","Single-Instance Store","Virtual Domains","Concepts","IMAP Developer Guide","Releasing new builds of ancient Cyrus IMAP versions","Compiling","Cyrus Works","Developer Test Environment","Tips for Hacking on Cyrus","Documentation","GitHub guide","Xapian for searching","Developer Libraries","<strong>imclient</strong> library","Namespaces: a developer view","Overview of Cyrus development environment","Development Process","Releasing Cyrus IMAP","Get Cyrus","CentOS","Debian","Fedora","openSUSE","Red Hat Enterprise Linux","Ubuntu","CalDAV","CardDAV","RSS Feeds","WebDAV","HTTP modules","Configuring the MTA","Virus Scanner","Notes for Packagers","Cyrus IMAP 1.x Release Notes","Cyrus IMAP 2.0.x Release Notes","Cyrus IMAP 2.1.x Release Notes","Cyrus IMAP 2.2.x Release Notes","Cyrus IMAP 2.3 Releases","Cyrus IMAP 2.3.0 Release Notes","Cyrus IMAP 2.3.1 Release Notes","Cyrus IMAP 2.3.10 Release Notes","Cyrus IMAP 2.3.11 Release Notes","Cyrus IMAP 2.3.12 Release Notes","Cyrus IMAP 2.3.13 Release Notes","Cyrus IMAP 2.3.14 Release Notes","Cyrus IMAP 2.3.15 Release Notes","Cyrus IMAP 2.3.16 Release Notes","Cyrus IMAP 2.3.17 Release Notes","Cyrus IMAP 2.3.18 Release Notes","Cyrus IMAP 2.3.19 Release Notes","Cyrus IMAP 2.3.2 Release Notes","Cyrus IMAP 2.3.20 Release Notes","Cyrus IMAP 2.3.3 Release Notes","Cyrus IMAP 2.3.4 Release Notes","Cyrus IMAP 2.3.5 Release Notes","Cyrus IMAP 2.3.6 Release Notes","Cyrus IMAP 2.3.7 Release Notes","Cyrus IMAP 2.3.8 Release Notes","Cyrus IMAP 2.3.9 Release Notes","Cyrus IMAP 2.4-caldav Releases","Cyrus IMAP 2.4.17-caldav-beta1 Release Notes","Cyrus IMAP 2.4.17-caldav-beta10 Release Notes","Cyrus IMAP 2.4.17-caldav-beta11 Release Notes","Cyrus IMAP 2.4.17-caldav-beta2 Release Notes","Cyrus IMAP 2.4.17-caldav-beta3 Release Notes","Cyrus IMAP 2.4.17-caldav-beta4 Release Notes","Cyrus IMAP 2.4.17-caldav-beta5 Release Notes","Cyrus IMAP 2.4.17-caldav-beta6 Release Notes","Cyrus IMAP 2.4.17-caldav-beta7 Release Notes","Cyrus IMAP 2.4.17-caldav-beta8 Release Notes","Cyrus IMAP 2.4.17-caldav-beta9 Release Notes","Cyrus IMAP 2.4 Releases","Cyrus IMAP 2.4.0 Release Notes","Cyrus IMAP 2.4.1 Release Notes","Cyrus IMAP 2.4.10 Release Notes","Cyrus IMAP 2.4.11 Release Notes","Cyrus IMAP 2.4.12 Release Notes","Cyrus IMAP 2.4.13 Release Notes","Cyrus IMAP 2.4.14 Release Notes","Cyrus IMAP 2.4.15 Release Notes","Cyrus IMAP 2.4.16 Release Notes","Cyrus IMAP 2.4.17 Release Notes","Cyrus IMAP 2.4.18 Release Notes","Cyrus IMAP 2.4.19 Release Notes","Cyrus IMAP 2.4.2 Release Notes","Cyrus IMAP 2.4.20 Release Notes","Cyrus IMAP 2.4.3 Release Notes","Cyrus IMAP 2.4.4 Release Notes","Cyrus IMAP 2.4.5 Release Notes","Cyrus IMAP 2.4.6 Release Notes","Cyrus IMAP 2.4.7 Release Notes","Cyrus IMAP 2.4.8 Release Notes","Cyrus IMAP 2.4.9 Release Notes","Cyrus IMAP 2.5 Releases","Cyrus IMAP 2.5.0 Release Notes","Cyrus IMAP 2.5.1 Release Notes","Cyrus IMAP 2.5.10 Release Notes","Cyrus IMAP 2.5.11 Release Notes","Cyrus IMAP 2.5.12 Release Notes","Cyrus IMAP 2.5.2 Release Notes","Cyrus IMAP 2.5.3 Release Notes","Cyrus IMAP 2.5.4 Release Notes","Cyrus IMAP 2.5.5 Release Notes","Cyrus IMAP 2.5.6 Release Notes","Cyrus IMAP 2.5.7 Release Notes","Cyrus IMAP 2.5.8 Release Notes","Cyrus IMAP 2.5.9 Release Notes","Cyrus IMAP 3.0 Releases","Cyrus IMAP 3.0.0 Release Notes","Cyrus IMAP 3.0.0 beta1 Release Notes","Cyrus IMAP 3.0.0 beta2 Release Notes","Cyrus IMAP 3.0.0 beta3 Release Notes","Cyrus IMAP 3.0.0 beta4 Release Notes","Cyrus IMAP 3.0.0 beta5 Release Notes","Cyrus IMAP 3.0.0 beta6 Release Notes","Cyrus IMAP 3.0.0 rc1 Release Notes","Cyrus IMAP 3.0.0 rc2 Release Notes","Cyrus IMAP 3.0.0 rc3 Release Notes","Cyrus IMAP 3.0.0 rc4 Release Notes","Cyrus IMAP 3.0.1 Release Notes","Cyrus IMAP 3.0.10 Release Notes","Cyrus IMAP 3.0.2 Release Notes","Cyrus IMAP 3.0.3 Release Notes","Cyrus IMAP 3.0.4 Release Notes","Cyrus IMAP 3.0.5 Release Notes","Cyrus IMAP 3.0.6 Release Notes","Cyrus IMAP 3.0.7 Release Notes","Cyrus IMAP 3.0.8 Release Notes","Cyrus IMAP 3.0.9 Release Notes","Release Notes","Upgrading to 3.0","Installing Cyrus","Introduction to Cyrus IMAP","Administrator Guide","Access Control","Combining Access Rights","Access Control Defaults","Access Control Identifier (ACI)","Access Control Lists Rights Reference","Cyrus Backups","Mailbox Distribution","Cyrus Event Source","File &amp; Directory Locations","Archive Partitions","Configuration file locations","Directory Hashing","Spool Directories","Search Tiers","Cyrus Murder","Cyrus Murder: Concepts","Cyrus Murder Failure Modes","Cyrus Murder: Installation and Administration","Cyrus Murder Mail Delivery","Cyrus Murder Mupdate Details","HOWTO: Using an NGINX IMAP Proxy","Cyrus NNTP","Ports and Sockets","Cyrus Service Definitions","Cyrus Socket Locations","Cyrus Prot Layer","Quotas","Quota Roots","Supported Quota Types","Cyrus Sieve","Standard Operating Procedures","Running Cyrus IMAP Services on Non-Standard Ports","Alternative Namespace","Deleting and Undeleting Messages and Folders","Mailbox Operations","Mailbox Folders exempt from quota","Reconstructing Mailboxes","Reloading Cyrus IMAP Services","Replication: Installation and Administration","Splitting Metadata from Partitions","Using Squatter for Faster IMAP SEARCH","Managing user_deny.db","Tweaking Cyrus IMAP","Tools &amp; Utilities","System Architecture","Frequently Asked Questions","Which database backend should I use for which databases?","Duplicate Delivery Suppression","Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora","Problems detecting Berkley DB on Red Hat Linux","Help! There must be an easier way to get all this going...","OpenSSL Version Mismatches","Why does Cyrus reject 8-bit characters in the headers of my messages?","Why does Cyrus reject messages with &#8220;bare newlines&#8221;?","How do I get Cyrus Sieve to play nice with Exim?","Why does mail delivery go slow or hang sometimes?","How do I view ACLs on a mailbox?","What annotations are available?","Why does ctl_cyrusdb -r take so long with Berkeley DB?","Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?","How to enable core dumps","Is the &#8220;db3: x Lockers&#8221; log message harmful?","Why can I not delete a mailbox as an admin user?","When is What ... Deleted, Expired, Expunged or Purged?","Why is deliver.db so large?","I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!","How to run gdb on Cyrus components","Cyrus delivers claims that the mailbox does not exist","Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?","Can I use MySQL (or another SQL database) as the primary mail store?","Why do POP3 connections take so long, but once the connection is established all is well?","Why does reconstruct -m not work?","Shared File Systems GPFS for high availability","How to enable telemetry","The process count keeps growing!","&#8220;unable to join environment&#8221; error","Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#8216;&lt;&gt;&#8217;?","Does the Cyrus Murder support High Availability configurations?","Can I configure pop3d to log amount and size of messages fetched by user?","How can I make CyrusSieve work with public shared folders?","Can I have subfolders not appear under INBOX?","Man pages","<strong>cyrus.conf</strong>","imapd.conf","<strong>krb.equiv</strong>","<strong>arbitron</strong>","<strong>backupd</strong>","<strong>chk_cyrus</strong>","<strong>ctl_backups</strong>","<strong>ctl_conversationsdb</strong>","<strong>ctl_cyrusdb</strong>","<strong>ctl_deliver</strong>","<strong>ctl_mboxlist</strong>","<strong>ctl_zoneinfo</strong>","<strong>cvt_cyrusdb</strong>","<strong>cvt_xlist_specialuse</strong>","<strong>cyr_backup</strong>","<strong>cyr_buildinfo</strong>","<strong>cyr_dbtool</strong>","<strong>cyr_deny</strong>","<strong>cyr_df</strong>","<strong>cyr_expire</strong>","<strong>cyr_info</strong>","<strong>cyr_sequence</strong>","<strong>cyr_synclog</strong>","<strong>cyr_userseen</strong>","<strong>cyr_virusscan</strong>","<strong>cyradm</strong>","<strong>cyrdump</strong>","<strong>deliver</strong>","<strong>fetchnews</strong>","<strong>fud</strong>","<strong>httpd</strong>","<strong>idled</strong>","<strong>imapd</strong>","<strong>ipurge</strong>","<strong>lmtpd</strong>","<strong>lmtpproxyd</strong>","<strong>masssievec</strong>","<strong>master</strong>","<strong>mbexamine</strong>","<strong>mbpath</strong>","<strong>mbtool</strong>","<strong>mkimap</strong>","<strong>mknewsgroups</strong>","<strong>mupdate</strong>","<strong>nntpd</strong>","<strong>notifyd</strong>","<strong>pop3d</strong>","<strong>pop3proxyd</strong>","<strong>proxyd</strong>","<strong>ptdump</strong>","<strong>ptexpire</strong>","<strong>ptloader</strong>","<strong>quota</strong>","<strong>reconstruct</strong>","<strong>rehash</strong>","<strong>restore</strong>","<strong>sievec</strong>","<strong>sieved</strong>","<strong>smmapd</strong>","<strong>squatter</strong>","<strong>sync_client</strong>","<strong>sync_reset</strong>","<strong>sync_server</strong>","<strong>timsieved</strong>","<strong>tls_prune</strong>","<strong>translatesieve</strong>","<strong>unexpunge</strong>","<strong>arbitronsort.pl</strong>","<strong>dav_reconstruct</strong>","<strong>httptest</strong>","<strong>imtest</strong>","<strong>installsieve</strong>","<strong>lmtptest</strong>","<strong>mupdatetest</strong>","<strong>nntptest</strong>","<strong>pop3test</strong>","<strong>sieveshell</strong>","<strong>sivtest</strong>","<strong>smtptest</strong>","<strong>synctest</strong>","RFCs Supported by Cyrus IMAP","Reporting Bugs","IRC Chat","Mailing Lists","Online Meetings","What is Cyrus IMAP?","Operations","Overview","About Cyrus","Cyrus Bylaws","Cyrus History","Cyrus Roadmap","About Cyrus","Who Is Cyrus","Preface","Quickstart Guide","Setup","Sitemap","Document Conventions","Support/Community"],titleterms:{"case":[9,30,36,179,241],"default":[12,41,44,71,133,147,151,152,153,154,155,156,157,175,185,186],"delete":192,"export":190,"function":47,"long":[231,243],"new":[6,41,43,71,121,133,142,166,167,169,194],"public":252,"switch":[133,205],"true":188,"try":238,about:[45,64,66,68,70,178,221,343,347,349],access:[6,14,33,41,64,65,67,173,174,175,176,177,180,255],account:49,aci:[41,176],acl:[41,174,175,229],aclchang:27,activate:192,actual:179,add:49,adding:[45,190],addit:190,addition:[185,190],address:[40,249],addressbook:65,addressbookprefix:65,admin:235,administr:[33,40,41,64,65,67,172,175,178,190,211],again:189,aggreg:7,aggregat:[36,41],all:[174,223,243],allocat:47,allow:133,allowplaintext:68,also:[52,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,277,278,279,280,282,283,284,285,286,287,288,289,291,292,293,294,295,296,298,299,300,301,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,324,325,326,327,328,329,330,332,333],altern:[41,176,205],alternat:44,altnamespac:33,amount:251,analysi:188,ancient:43,ani:169,annot:[6,230],annotat:[6,29,32,133],anonym:[41,176],anoth:242,anyon:[41,176],api:198,appear:253,append:174,appendic:188,appendix:188,apple:180,applepushservic:27,applicat:[11,179],apt:350,arbitron:[216,258],arbitronsort:[216,322],architectur:[172,178,188,190,211,217],archive:[15,181,182,338],arguments:280,articl:194,asked:218,assumption:188,atom:192,authent:[5,13,16,17,18,41,44,68,170,188,280,350],authenticate:192,author:[5,41,47,176,280,331],autoconf:133,autocr:[19,64,133],autom:19,automat:19,avail:[189,230,245],availabl:[9,11,27,30,179,250],back:190,backend:[9,30,36,133,179,188,190,192,219],background:353,backup:[6,169,178,190],backupd:259,bad:192,balanc:188,bare:226,basic:33,befor:55,begin:55,behavior:[41,199],benefit:188,berkelei:231,berklei:222,beta10:100,beta11:101,beta1:[99,148],beta2:[102,149],beta3:[103,150],beta4:[104,151],beta5:[105,152],beta6:[106,153],beta7:107,beta8:108,beta9:109,between:190,bit:225,blow:189,board:344,bold:353,buffer:11,bug:[52,134,135,136,137,138,139,140,141,142,143,144,145,158,159,160,161,162,163,164,165,166,167,284,336],bugfix:[147,148,149,150,151,152,153,154,155,156,157],build:[12,43,44,48,57],bylaw:344,cach:[6,169],calcul:41,caldav:[6,20,44,64,98,99,100,101,102,103,104,105,106,107,108,109,133],caldav_allowschedul:64,calendar:[13,64],calendaralarm:27,calendarprefix:64,callout:133,can:[133,235,242,251,252,253],capac:11,carddav:[6,21,44,65,133,170],cassandan:46,catchal:133,centos:58,certif:170,chain:211,chang:[41,55,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,190,204,344],channel:[211,217],charact:225,chat:337,chdir:280,check:[44,170],child:247,chk_cyru:[216,260],claim:240,clamav:70,clean:247,client:[5,40,188,194,236,284],cmd:133,code:55,collect:[13,20,22],combin:174,come:[188,350],command:[192,254,280],commands:280,common:218,commun:[55,170,350,354],compil:[44,50,180,221],complet:[169,209,350],compon:[12,23,54,170,239],compress:211,comput:9,concept:[40,41,188],conf:[71,133,142,217,255,256],config:[64,169,170],configdirectori:[170,232,350],configur:[4,18,24,25,40,41,46,50,64,65,66,67,68,69,70,71,121,133,147,151,152,153,154,155,156,157,166,167,169,180,183,190,194,202,211,238,250,251,254,292,350],connect:[243,247],consider:[11,211],contact:[13,191],content:[43,56,178,202],context:206,contributor:348,control:[14,15,41,64,65,67,173,175,176,177,194,196,197,199,255],convent:[48,353],converg:9,convers:6,convert:199,copi:169,copy:188,core:[233,344,348],cost:11,count:247,counter:6,creat:[18,41,49,170,175],createmailbox:280,creation:[9,19],cross:43,ctl_backup:[178,261],ctl_conversationsdb:262,ctl_cyrusdb:[216,231,263],ctl_deliv:[216,264],ctl_mboxlist:[216,265],ctl_zoneinfo:266,cvt_cyrusdb:[216,267],cvt_cyrusdb_al:216,cvt_xlist_specialus:268,cyr_backup:[178,269],cyr_buildinfo:270,cyr_dbtool:[216,271],cyr_deni:272,cyr_df:[216,273],cyr_expir:[216,274],cyr_info:275,cyr_sequ:[216,276],cyr_synclog:[216,277],cyr_userseen:[216,278],cyr_virusscan:[216,279],cyradm:[134,142,194,280],cyrdump:[216,281],cyru:[6,7,8,12,18,24,25,30,36,41,43,44,45,46,47,50,54,56,57,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,169,170,171,178,180,187,188,189,190,191,192,194,196,197,198,202,204,210,215,217,225,226,227,239,240,249,250,255,335,340,343,344,345,346,347,348,349,350],cyrusman:48,cyrussiev:252,daemon:[239,255],data:[9,11,169,179,192],databas:[6,10,18,42,44,133,169,183,188,190,192,199,219,242],dav:[6,13,22,23],dav_reconstruct:323,davdriveprefix:67,db3:234,debian:[59,143],debug:46,defin:[15,194],definit:[188,196,206],delai:[24,25],delet:[24,174,206,235,236],delete_mod:133,deleteaclmailbox:280,deletemailbox:280,deliv:[6,40,190,237,240,282],deliveri:[6,26,41,170,188,191,220,228,350],depend:[44,135,136,137,145,158,160,167],deploy:7,descript:[15,52,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,332,333],description:[256,280,331],descriptions:256,design:35,detail:192,detect:222,determin:207,develop:[1,42,44,46,51,53,54,55,133,168,344],devic:[9,30],differ:178,digest:338,directori:[41,170,181,183,184,185,209],disconnect:280,discret:[7,36],discretionari:173,disk:11,displai:66,distribut:[9,30,57,64,133,179,190,215],dns:188,document:[48,133,353],doe:[133,225,226,228,231,240,244,249,250],domain:40,down:169,download:2,draft:335,due:241,dump:233,duplic:[6,26,41,220],earlier:346,easi:189,easier:223,email:[170,194],enabl:[12,15,233,246],end:[68,190],engineer:344,enhanc:204,enhancement:133,enterpris:62,environ:[7,46,54,170,248],ephemer:[71,170,183],equal:[9,30,179],equiv:257,erratum:161,error:[221,248],establish:243,etc:[71,178],event:[27,133,180,198],events:255,everyon:178,everyth:18,exampl:[27,30,33,48,52,179,255,257,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,282,285,286,287,288,289,293,294,295,296,298,301,307,308,310,313,314,315,317,318,321,322,324,325,327,328,329,330,332,333],exclude:30,exclus:179,exclusion:[9,179],exempt:208,exim:227,exist:[169,240],exit:280,experi:238,experiment:164,expire:[194,206,236],expung:[25,236],expunge_mod:133,extend:133,extens:202,external:57,facil:41,failov:211,failur:[188,189],faster:213,featur:[13,71,133,164,169,174,218,340,350],fedora:[60,221],feed:[66,194],fetch:251,fetchnew:[6,216,283],field:256,file:[6,41,42,47,48,71,169,170,178,181,183,188,215,217,245,254,257,258,259,261,262,263,264,265,266,267,268,269,271,272,273,274,275,277,278,279,282,283,284,285,286,287,288,289,292,293,294,295,298,299,300,301,304,305,306,307,308,309,310,313,314,315,316,317,318,319,321],filesystem:[10,71,232],filter:[37,41],find:[188,192],fit:[9,30,179],fix:[133,134,135,136,137,138,139,140,141,142,143,144,145,158,159,160,161,162,163,164,165,166,167],flag:236,flagsclear:27,flagsset:27,flat:6,folder:[11,19,133,202,206,208,209,236,252],footprint:133,fork:49,format:[44,133,192],found:241,freebusi:64,freez:238,frequent:218,from:[57,169,170,178,190,208,212,249,350],front:190,frontend:[9,30,179,188],fud:284,further:194,futur:[188,346],gdb:239,gener:[11,68,70,213],get:[42,57,223,227,350],git:57,github:[48,49,55],global:204,glossari:3,gotcha:190,govern:344,gpfs:245,greater:133,group:[170,178,344,350],groupwar:11,grow:247,guid:[4,42,49,172,350],guidelin:179,hack:47,hang:228,happen:[9,30,179,188,189],hard:189,harm:234,hash:184,hat:[62,221,222],have:[189,238,253],header:225,help:[0,223,280],high:[217,245,250,346],histori:[259,261,262,266,268,269,272,274,275,277,279,285,308,310,314,315,326,345],host:[7,133],how:[45,169,227,229,233,239,246,252],howto:193,http:68,httpd:[68,285],httpmodul:68,httptest:324,hub:54,idempot:211,identifi:[41,176],idl:286,idled:12,ietf:335,iii:344,imap4:347,imap:[7,8,12,24,25,30,36,41,42,43,56,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,171,178,188,193,204,210,213,215,236,335,340,347],imap_current_stable_vers:48,imapd:[71,142,217,238,256,287],imapfe:194,imaptest:46,imclient:52,impact:133,implement:[8,188],implicit:[41,175],imtest:325,inbox:253,includ:133,incom:241,index:[6,133,213],individu:[177,209,348],info:280,inform:[68,194],informat:[30,55],initial:[41,175,178,192],instal:350,install:[46,57,169,170,202,350],installat:[169,178,190,211,218],installsiev:326,instanc:[39,41],integrat:11,interoper:218,introduct:[43,171,178,202],invocat:213,invoke:217,ipurg:288,irc:337,ischedul:64,iscsi:11,issue:49,italic:353,item:[169,179],join:248,just:204,keep:[190,247],kei:[6,49],kerbero:[16,41,176],keyword:52,known:8,krb5:221,krb:257,kssl:221,languag:41,larg:237,launch:[170,350],layer:198,ldap:17,ldap_tls_:133,level:[11,217,346],libic:224,librari:[51,52],libtool:133,licens:57,limit:[8,19,178],line:280,link:56,linux:[62,204,221,222],lirstw:174,list:[6,41,48,51,55,66,177,188,192,261,338],listaclmailbox:280,listmailbox:280,listquota:280,listquotaroot:280,lmdb:6,lmtp:[41,133],lmtp_catchall_mailbox:133,lmtp_fuzzy_mailbox_match:133,lmtpd:289,lmtpproxyd:290,lmtptest:327,load:[13,178,188],local:[41,191],locat:[181,183,185,186,197],lock:[8,47,178,232,261],locker:234,log:[41,217,234,238,251],login:[27,41,133],logout:[27,192],longer:247,lrsip:174,lrsp:174,lrswipkxtecd:174,lrswipkxtecda:174,lrxte:174,lun:11,macro:174,mail:[28,40,41,44,48,55,170,181,188,190,191,202,215,228,241,242,249,338,350],mailbox:[5,6,8,9,13,18,19,29,30,31,33,41,66,133,175,179,188,190,191,192,206,207,208,209,229,235,240,241],mailboxcr:27,mailboxdelet:27,mailboxrenam:27,mailboxsubscrib:27,mailboxunsubscrib:27,major:[147,148,149,150,151,152,153,154,155,156,157],make:[55,252],man:[48,254],manag:[13,22,172,202,214],manual:211,map_fre:47,map_refresh:47,masssievec:[216,291],master:[71,189,190,192,211,292],maximum:247,mbexamin:[216,293],mboxconfig:280,mboxkei:6,mbpath:[216,294],mbtool:295,meet:339,memcpi:47,memori:[47,133],messag:[13,26,32,41,194,206,225,226,234,236,251],messageappend:27,messagecopi:27,messageexpir:27,messageexpung:27,messagemov:27,messagenew:27,messageread:27,messagetrash:27,metadata:[29,31,32,133,174,181,185,212,215],methods:300,mime:347,miscellan:133,mismatch:224,mixe:241,mkimap:[216,296],mknewsgroup:[216,297],mode:[9,30,33,179,188,189,211,261,269,310],modul:[47,68],monitor:[41,199],mono:353,most:[9,30,179],move:[178,190,236],mta:[69,170,350],multi:7,multipath:11,multipl:[40,178,238],multiplex:188,mupdat:[189,191,192,298],mupdate:[188,190],mupdatetest:328,murder:[7,9,12,30,36,41,44,133,144,169,187,188,189,190,191,192,217,250],must:223,mysql:[18,242],name:[133,186,188,280,331],namelock:133,namespac:[33,53,205],need:0,neg:41,network:47,newli:[41,175],newlin:226,newsgroup:194,nfs:11,nginx:193,nice:227,nntp:194,nntpd:299,nntptest:329,non:[204,353],none:174,noop:192,note:[11,43,56,71,72,73,74,75,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,292,353],notes:[280,282],notif:[27,41,133],notification:300,notifyd:300,now:178,numer:[41,201],occasion:238,off:33,older:168,onc:243,one:178,onli:44,online:339,openssl:224,opensuse:61,operat:[188,203,207,211,215,218,341],option:[64,121,133,142,166,167,180,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,323,324,325,326,327,328,329,330,332,333],optional:[12,44,170],options:331,other:[33,41,44,47,135,136,137,144,145,158,160,161,162,163,164,175,178,211],outgo:202,over:41,overview:[6,48,54,169,180,188,194,342,350],owner:[41,175],packag:[57,71,350],page:[48,254],pam:18,pam_mysql:18,particip:[55,192],particular:178,partit:[9,28,30,31,41,133,178,181,182,185,186,212,215],past:348,patch:[48,55,143],path:133,per:183,perform:[10,11,15],period:211,person:33,phabric:133,plai:227,plaintext:41,plan:169,platform:12,point:[9,30],pollin:43,pop3:[8,41,243],pop3d:[251,301],pop3proxyd:302,pop3test:330,pop:188,port:[170,195,196,204,350],post:[174,194],postfix:350,pre:[18,43,54,56],predefin:71,prefac:349,prepar:[169,170],prerequisit:[43,56],primari:242,problem:[218,222],proc:[41,232],procedur:203,process:[36,55,247,344],product:168,program:71,proport:353,prot:198,protocol:[8,11,41,170,350],provis:67,provok:178,proxi:[7,193],proxyd:303,ptdump:304,ptexpir:305,ptloader:306,pts:6,ptscach:6,pull:[48,49,178,194,353],purg:236,purpos:[15,71],push:[178,180,190,194],put:232,queri:191,question:218,quick:[40,350],quickstart:350,quot:353,quota:[6,19,34,41,133,199,200,201,208,307],quotachang:27,quotaexce:27,quotalegaci:6,quotawithin:27,rc1:154,rc2:155,rc3:156,rc4:157,read:[174,194],readahead:11,rebuild:46,recommend:[10,12],reconstruct:[41,169,209,244,280,308],recov:[189,209],recoveri:[41,189],red:[62,221,222],reduc:178,redund:11,refer:[177,350],references:331,referr:188,rehash:[216,309],reject:[225,226,241],releas:[42,43,56,57,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,344],reload:210,remov:41,renam:41,renamemailbox:280,repair:[41,199],replic:[7,11,12,36,44,178,211,217],replica:211,report:336,repositori:49,represent:179,request:[48,49,218],requir:[12,44,178,190,211],requisit:[18,54],reserve:192,reset:[9,30,179],resourc:42,respons:[192,249],restor:[178,310],restrict:[28,133],retent:11,reus:247,rfc:[48,133,335],right:[41,174,175,177,178],roadmap:[344,346],roll:[178,211],root:[41,200],rss:66,rss_feed:66,rss_feedlist_templ:66,rule:45,run:[46,170,204,239],safe:232,same:[9,30,179],sampl:[41,71],sasl:[18,44,170,340,350],saslauthd:18,scalabl:11,scan:70,scanner:70,scenario:[7,30],schedul:178,script:[19,202],seal:35,search:[6,50,181,186,213],secret:41,section:[71,255],secur:[13,143,159,161,204],see:[52,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,277,278,279,280,282,283,284,285,286,287,288,289,291,292,293,294,295,296,298,299,300,301,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,324,325,326,327,328,329,330,332,333],seen:[6,38],select:[9,30,41,133,179],send:170,sender:249,sendmail:[40,170,350],seri:[147,149,150,151,152,153,154,155,156,157,168],server:[7,18,36,37,41,178,188,190,191,192,202,211,280],serverlist_select_soft_usage_limit:179,servic:[64,71,180,196,204,210,239],services:[238,255],set:[19,44,71,170,190,249,350],setaclmailbox:280,setinfo:280,setmetadata:133,setquota:280,setup:[178,194,350,351],share:[7,11,33,38,41,133,202,245,252],should:219,shut:169,side:37,siev:[12,19,37,41,202,227,312],sievec:311,sieveshel:331,signific:[147,148,149,150,151,152,153,154,155,156,157],sinc:[134,135,136,137,138,139,140,141,142,143,144,145,147,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167],singl:[7,39,41],sitemap:352,sivtest:332,size:[207,251],skiplist:6,slave:192,slow:228,smmapd:313,smtp:347,smtptest:333,socket:[195,196,197],softwar:12,sometim:228,soon:350,sourc:[54,57,180],space:353,special:[9,30,48,169,179,202],specif:[68,169],specifi:41,sphinx:133,split:212,spool:[28,181,185,209,215],sql:[6,18,242],squat:6,squatter:[213,314],ssh:49,ssl:[121,143,170],stabl:168,stacktrac:46,standard:[191,203,204],start:[40,42,169,255],startup:36,state:[6,38,183],status:6,statuscach:6,storag:[6,11,13,28,41,67,170,178,201,215],store:[39,41,242],string:192,strlcpy:47,strncpy:47,structur:18,style:55,sub:[6,133],subfold:253,submit:48,subscrib:[280,338],subscript:[6,19,41,188],suck:194,summari:188,support:[12,21,41,68,70,133,168,201,202,250,335,354],suppress:[26,41,220],sync:[190,211],sync_client:315,sync_reset:316,sync_serv:317,synchron:[192,215],synctest:334,synopsi:[48,52,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,332,333],synopsis:[280,331],syslog:[41,170],system:[12,35,42,217,245,254],tag:[48,56],take:[231,243],tape:178,tarbal:[57,169],target:133,telemetri:246,temporari:[10,71],termin:211,terminolog:[190,206,211],test:[18,43,45,46,54,56,170,202],thi:[133,223],through:[9,48,55],tier:[11,28,186,215],time:[64,170],timsiev:318,tip:[46,47],tls:6,tls_:133,tls_prune:319,tls_session:6,tmpf:232,togeth:18,tool:[48,54,57,178,202,216],topolog:[36,133],tradit:194,transfer:41,translatesiev:[216,320],transport:211,trash:236,trick:46,troubleshoot:[170,190],tweak:[211,215],two:[9,30,179],twoskip:[6,133],type:[6,41,133,180,181,201],typograph:353,tzdist:64,ubuntu:63,unabl:248,unavail:189,undefin:133,undelet:206,under:253,underscor:133,undohash:216,unexpung:321,unifi:[7,36],unix:[41,176],unsubscrib:[280,338],updat:[43,48,169],update:[147,151,152,153,154,155,156,157,192],upgrad:169,upgrade:[133,169],upon:41,url:64,usage:[9,30,179],use:[36,57,350],used:28,useful:55,user:[5,6,11,19,33,41,68,133,170,178,183,235,236,251,254,350],user_deni:[6,214],userid:6,using:[48,55,178,193,194,213,215],utiliti:216,vacat:249,variou:71,verifi:169,version:[43,56,168,224,280,347],view:[53,229],virtual:40,viru:70,volum:11,wai:[191,223],want:169,warn:[41,353],webdav:67,weight:9,well:243,what:[9,30,40,64,169,171,178,179,188,189,230,236,239,340,347],when:[9,30,41,179,188,189,236,238],where:[188,236],which:219,white:353,who:[169,348],why:[225,226,228,231,235,237,241,243,244,249],wishlist:335,within:[18,188],work:[41,45,181,244,252],write:[174,202],xapian:50,xapianact:6,xfermailbox:280,you:[55,169],your:[0,49,170,350],yourself:57,zone:64,zoneinfo:[6,64]}})
0 Search.setIndex({envversion:49,filenames:["contribute","developers","download","glossary","imap/concepts/deployment","imap/concepts/deployment/authentication_and_authorization","imap/concepts/deployment/databases","imap/concepts/deployment/deployment_scenarios","imap/concepts/deployment/known_protocol_limitations","imap/concepts/deployment/mailbox_creation_distribution","imap/concepts/deployment/performance_recommendations","imap/concepts/deployment/storage","imap/concepts/deployment/supported-platforms","imap/concepts/features","imap/concepts/features/access-control","imap/concepts/features/archiving","imap/concepts/features/authentication-kerberos","imap/concepts/features/authentication-ldap","imap/concepts/features/authentication-sql","imap/concepts/features/automatic-creation-of-mailboxes","imap/concepts/features/caldav-collections","imap/concepts/features/carddav","imap/concepts/features/dav-collection-mgmt","imap/concepts/features/dav-components","imap/concepts/features/delayed-delete","imap/concepts/features/delayed-expunge","imap/concepts/features/duplicate-message-delivery-suppression","imap/concepts/features/event-notifications","imap/concepts/features/mail-spool-partitions","imap/concepts/features/mailbox-annotations","imap/concepts/features/mailbox-distribution","imap/concepts/features/mailbox-metadata-partitions","imap/concepts/features/message-annotations","imap/concepts/features/namespaces","imap/concepts/features/quota","imap/concepts/features/sealed-system","imap/concepts/features/server-aggregation","imap/concepts/features/server-side-filtering","imap/concepts/features/shared-seen-state","imap/concepts/features/single-instance-store","imap/concepts/features/virtual-domains","imap/concepts/overview_and_concepts","imap/developer","imap/developer/ancient-releasing","imap/developer/compiling","imap/developer/cyrusworks","imap/developer/developer-testing","imap/developer/developer-tips","imap/developer/documentation","imap/developer/github-guide","imap/developer/install-xapian","imap/developer/libraries","imap/developer/libraries/imclient","imap/developer/namespaces","imap/developer/overview","imap/developer/process","imap/developer/releasing","imap/download/getcyrus","imap/download/installation/distributions/centos","imap/download/installation/distributions/debian","imap/download/installation/distributions/fedora","imap/download/installation/distributions/opensuse","imap/download/installation/distributions/rhel","imap/download/installation/distributions/ubuntu","imap/download/installation/http/caldav","imap/download/installation/http/carddav","imap/download/installation/http/rss","imap/download/installation/http/webdav","imap/download/installation/manage-dav","imap/download/installation/mta/configuration","imap/download/installation/virus","imap/download/packagers","imap/download/release-notes/1/1.x.x","imap/download/release-notes/2.0/2.0.x","imap/download/release-notes/2.1/2.1.x","imap/download/release-notes/2.2/2.2.x","imap/download/release-notes/2.3/index","imap/download/release-notes/2.3/x/2.3.0","imap/download/release-notes/2.3/x/2.3.1","imap/download/release-notes/2.3/x/2.3.10","imap/download/release-notes/2.3/x/2.3.11","imap/download/release-notes/2.3/x/2.3.12","imap/download/release-notes/2.3/x/2.3.13","imap/download/release-notes/2.3/x/2.3.14","imap/download/release-notes/2.3/x/2.3.15","imap/download/release-notes/2.3/x/2.3.16","imap/download/release-notes/2.3/x/2.3.17","imap/download/release-notes/2.3/x/2.3.18","imap/download/release-notes/2.3/x/2.3.19","imap/download/release-notes/2.3/x/2.3.2","imap/download/release-notes/2.3/x/2.3.20","imap/download/release-notes/2.3/x/2.3.3","imap/download/release-notes/2.3/x/2.3.4","imap/download/release-notes/2.3/x/2.3.5","imap/download/release-notes/2.3/x/2.3.6","imap/download/release-notes/2.3/x/2.3.7","imap/download/release-notes/2.3/x/2.3.8","imap/download/release-notes/2.3/x/2.3.9","imap/download/release-notes/2.4-dav/index","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9","imap/download/release-notes/2.4/index","imap/download/release-notes/2.4/x/2.4.0","imap/download/release-notes/2.4/x/2.4.1","imap/download/release-notes/2.4/x/2.4.10","imap/download/release-notes/2.4/x/2.4.11","imap/download/release-notes/2.4/x/2.4.12","imap/download/release-notes/2.4/x/2.4.13","imap/download/release-notes/2.4/x/2.4.14","imap/download/release-notes/2.4/x/2.4.15","imap/download/release-notes/2.4/x/2.4.16","imap/download/release-notes/2.4/x/2.4.17","imap/download/release-notes/2.4/x/2.4.18","imap/download/release-notes/2.4/x/2.4.19","imap/download/release-notes/2.4/x/2.4.2","imap/download/release-notes/2.4/x/2.4.20","imap/download/release-notes/2.4/x/2.4.3","imap/download/release-notes/2.4/x/2.4.4","imap/download/release-notes/2.4/x/2.4.5","imap/download/release-notes/2.4/x/2.4.6","imap/download/release-notes/2.4/x/2.4.7","imap/download/release-notes/2.4/x/2.4.8","imap/download/release-notes/2.4/x/2.4.9","imap/download/release-notes/2.5/index","imap/download/release-notes/2.5/x/2.5.0","imap/download/release-notes/2.5/x/2.5.1","imap/download/release-notes/2.5/x/2.5.10","imap/download/release-notes/2.5/x/2.5.11","imap/download/release-notes/2.5/x/2.5.12","imap/download/release-notes/2.5/x/2.5.13","imap/download/release-notes/2.5/x/2.5.2","imap/download/release-notes/2.5/x/2.5.3","imap/download/release-notes/2.5/x/2.5.4","imap/download/release-notes/2.5/x/2.5.5","imap/download/release-notes/2.5/x/2.5.6","imap/download/release-notes/2.5/x/2.5.7","imap/download/release-notes/2.5/x/2.5.8","imap/download/release-notes/2.5/x/2.5.9","imap/download/release-notes/3.0/index","imap/download/release-notes/3.0/x/3.0.0","imap/download/release-notes/3.0/x/3.0.0-beta1","imap/download/release-notes/3.0/x/3.0.0-beta2","imap/download/release-notes/3.0/x/3.0.0-beta3","imap/download/release-notes/3.0/x/3.0.0-beta4","imap/download/release-notes/3.0/x/3.0.0-beta5","imap/download/release-notes/3.0/x/3.0.0-beta6","imap/download/release-notes/3.0/x/3.0.0-rc1","imap/download/release-notes/3.0/x/3.0.0-rc2","imap/download/release-notes/3.0/x/3.0.0-rc3","imap/download/release-notes/3.0/x/3.0.0-rc4","imap/download/release-notes/3.0/x/3.0.1","imap/download/release-notes/3.0/x/3.0.10","imap/download/release-notes/3.0/x/3.0.11","imap/download/release-notes/3.0/x/3.0.2","imap/download/release-notes/3.0/x/3.0.3","imap/download/release-notes/3.0/x/3.0.4","imap/download/release-notes/3.0/x/3.0.5","imap/download/release-notes/3.0/x/3.0.6","imap/download/release-notes/3.0/x/3.0.7","imap/download/release-notes/3.0/x/3.0.8","imap/download/release-notes/3.0/x/3.0.9","imap/download/release-notes/index","imap/download/upgrade","imap/installing","imap/quickstart/introduction","imap/reference/admin","imap/reference/admin/access-control","imap/reference/admin/access-control/combining-rights","imap/reference/admin/access-control/defaults","imap/reference/admin/access-control/identifiers","imap/reference/admin/access-control/rights-reference","imap/reference/admin/backups","imap/reference/admin/config-mailboxdistribution","imap/reference/admin/eventsource","imap/reference/admin/locations","imap/reference/admin/locations/archive-partitions","imap/reference/admin/locations/configuration-state","imap/reference/admin/locations/hashing","imap/reference/admin/locations/mailspool","imap/reference/admin/locations/searchtiers","imap/reference/admin/murder/murder","imap/reference/admin/murder/murder-concepts","imap/reference/admin/murder/murder-failure-modes","imap/reference/admin/murder/murder-installation","imap/reference/admin/murder/murder-mail-delivery","imap/reference/admin/murder/murder-mupdate-details","imap/reference/admin/nginx-proxy","imap/reference/admin/nntp","imap/reference/admin/ports-sockets","imap/reference/admin/ports/services","imap/reference/admin/ports/sockets","imap/reference/admin/protlayer","imap/reference/admin/quotas","imap/reference/admin/quotas/quotaroots","imap/reference/admin/quotas/quotatypes","imap/reference/admin/sieve","imap/reference/admin/sop","imap/reference/admin/sop/administration-running","imap/reference/admin/sop/altnamespace","imap/reference/admin/sop/deleting","imap/reference/admin/sop/mailbox-operations","imap/reference/admin/sop/mailbox-quota","imap/reference/admin/sop/reconstructing","imap/reference/admin/sop/reloading","imap/reference/admin/sop/replication","imap/reference/admin/sop/splitting-metadata","imap/reference/admin/sop/squatter","imap/reference/admin/sop/userdeny","imap/reference/admin/tweaking","imap/reference/administration-tools","imap/reference/architecture","imap/reference/faq","imap/reference/faqs/feature-database-backend","imap/reference/faqs/feature-duplicate-delivery","imap/reference/faqs/install-compilationerrors","imap/reference/faqs/install-detecting-berkeley","imap/reference/faqs/install-install-help","imap/reference/faqs/install-linkerwarnings","imap/reference/faqs/interop-8bit","imap/reference/faqs/interop-barenewlines","imap/reference/faqs/interop-sieve-exim","imap/reference/faqs/interop-slow-delivery","imap/reference/faqs/o-acls","imap/reference/faqs/o-annotations","imap/reference/faqs/o-berkeleydb","imap/reference/faqs/o-configdir-tempfs","imap/reference/faqs/o-coredump","imap/reference/faqs/o-db3-lockers","imap/reference/faqs/o-delete-mailbox","imap/reference/faqs/o-deleted-expired-expunged-purged","imap/reference/faqs/o-deliverdb-size","imap/reference/faqs/o-freezes","imap/reference/faqs/o-gdb","imap/reference/faqs/o-mailbox-doesnotexist","imap/reference/faqs/o-mixedcase","imap/reference/faqs/o-otherdatabases","imap/reference/faqs/o-pop3slow","imap/reference/faqs/o-reconstruct","imap/reference/faqs/o-sharedfilesystem-gpfs","imap/reference/faqs/o-telemetry","imap/reference/faqs/o-toomanyprocesses","imap/reference/faqs/o-unable-join-environment","imap/reference/faqs/o-vacation-mailfrom","imap/reference/faqs/r-murder-ha","imap/reference/faqs/r-pop3-logging","imap/reference/faqs/r-publicssharedfolders","imap/reference/faqs/r-subfolders","imap/reference/manpages/commands","imap/reference/manpages/configs/cyrus.conf","imap/reference/manpages/configs/imapd.conf","imap/reference/manpages/configs/krb.equiv","imap/reference/manpages/systemcommands/arbitron","imap/reference/manpages/systemcommands/backupd","imap/reference/manpages/systemcommands/chk_cyrus","imap/reference/manpages/systemcommands/ctl_backups","imap/reference/manpages/systemcommands/ctl_conversationsdb","imap/reference/manpages/systemcommands/ctl_cyrusdb","imap/reference/manpages/systemcommands/ctl_deliver","imap/reference/manpages/systemcommands/ctl_mboxlist","imap/reference/manpages/systemcommands/ctl_zoneinfo","imap/reference/manpages/systemcommands/cvt_cyrusdb","imap/reference/manpages/systemcommands/cvt_xlist_specialuse","imap/reference/manpages/systemcommands/cyr_backup","imap/reference/manpages/systemcommands/cyr_buildinfo","imap/reference/manpages/systemcommands/cyr_dbtool","imap/reference/manpages/systemcommands/cyr_deny","imap/reference/manpages/systemcommands/cyr_df","imap/reference/manpages/systemcommands/cyr_expire","imap/reference/manpages/systemcommands/cyr_info","imap/reference/manpages/systemcommands/cyr_sequence","imap/reference/manpages/systemcommands/cyr_synclog","imap/reference/manpages/systemcommands/cyr_userseen","imap/reference/manpages/systemcommands/cyr_virusscan","imap/reference/manpages/systemcommands/cyradm","imap/reference/manpages/systemcommands/cyrdump","imap/reference/manpages/systemcommands/deliver","imap/reference/manpages/systemcommands/fetchnews","imap/reference/manpages/systemcommands/fud","imap/reference/manpages/systemcommands/httpd","imap/reference/manpages/systemcommands/idled","imap/reference/manpages/systemcommands/imapd","imap/reference/manpages/systemcommands/ipurge","imap/reference/manpages/systemcommands/lmtpd","imap/reference/manpages/systemcommands/lmtpproxyd","imap/reference/manpages/systemcommands/masssievec","imap/reference/manpages/systemcommands/master","imap/reference/manpages/systemcommands/mbexamine","imap/reference/manpages/systemcommands/mbpath","imap/reference/manpages/systemcommands/mbtool","imap/reference/manpages/systemcommands/mkimap","imap/reference/manpages/systemcommands/mknewsgroups","imap/reference/manpages/systemcommands/mupdate","imap/reference/manpages/systemcommands/nntpd","imap/reference/manpages/systemcommands/notifyd","imap/reference/manpages/systemcommands/pop3d","imap/reference/manpages/systemcommands/pop3proxyd","imap/reference/manpages/systemcommands/proxyd","imap/reference/manpages/systemcommands/ptdump","imap/reference/manpages/systemcommands/ptexpire","imap/reference/manpages/systemcommands/ptloader","imap/reference/manpages/systemcommands/quota","imap/reference/manpages/systemcommands/reconstruct","imap/reference/manpages/systemcommands/rehash","imap/reference/manpages/systemcommands/restore","imap/reference/manpages/systemcommands/sievec","imap/reference/manpages/systemcommands/sieved","imap/reference/manpages/systemcommands/smmapd","imap/reference/manpages/systemcommands/squatter","imap/reference/manpages/systemcommands/sync_client","imap/reference/manpages/systemcommands/sync_reset","imap/reference/manpages/systemcommands/sync_server","imap/reference/manpages/systemcommands/timsieved","imap/reference/manpages/systemcommands/tls_prune","imap/reference/manpages/systemcommands/translatesieve","imap/reference/manpages/systemcommands/unexpunge","imap/reference/manpages/usercommands/arbitronsort.pl","imap/reference/manpages/usercommands/dav_reconstruct","imap/reference/manpages/usercommands/httptest","imap/reference/manpages/usercommands/imtest","imap/reference/manpages/usercommands/installsieve","imap/reference/manpages/usercommands/lmtptest","imap/reference/manpages/usercommands/mupdatetest","imap/reference/manpages/usercommands/nntptest","imap/reference/manpages/usercommands/pop3test","imap/reference/manpages/usercommands/sieveshell","imap/reference/manpages/usercommands/sivtest","imap/reference/manpages/usercommands/smtptest","imap/reference/manpages/usercommands/synctest","imap/rfc-support","imap/support/feedback-bugs","imap/support/feedback-irc","imap/support/feedback-mailing-lists","imap/support/feedback-meetings","index","operations","overview","overview/about_cyrus","overview/cyrus_bylaws","overview/cyrus_history","overview/cyrus_roadmap","overview/what_is_cyrus","overview/who_is_cyrus","preface","quickstart","setup","sitemap","styles","support"],objects:{"":{"-A":[325,0,1,"cmdoption-dav_reconstruct-A"],"-C":[325,0,1,"cmdoption-dav_reconstruct-C"],"-D":[315,0,1,"cmdoption-smmapd-D"],"-E":[307,0,1,"cmdoption-ptexpire-E"],"-F":[317,0,1,"cmdoption-sync_client-F"],"-G":[310,0,1,"cmdoption-reconstruct-G"],"-I":[327,0,1,"cmdoption-imtest-I"],"-J":[309,0,1,"cmdoption-quota-J"],"-L":[317,0,1,"cmdoption-sync_client-L"],"-M":[312,0,1,"cmdoption-restore-M"],"-N":[316,0,1,"cmdoption-squatter-N"],"-O":[317,0,1,"cmdoption-sync_client-O"],"-P":[312,0,1,"cmdoption-restore-P"],"-R":[316,0,1,"cmdoption-squatter-R"],"-S":[317,0,1,"cmdoption-sync_client-S"],"-T":[316,0,1,"cmdoption-squatter-T"],"-U":[315,0,1,"cmdoption-smmapd-U"],"-V":[310,0,1,"cmdoption-reconstruct-V"],"-X":[327,0,1,"cmdoption-imtest-X"],"-a":[335,0,1,"cmdoption-smtptest-a"],"-b":[290,0,1,"cmdoption-ipurge-b"],"-c":[335,0,1,"cmdoption-smtptest-c"],"-d":[328,0,1,"cmdoption-installsieve-d"],"-f":[335,0,1,"cmdoption-smtptest-f"],"-g":[328,0,1,"cmdoption-installsieve-g"],"-h":[316,0,1,"cmdoption-squatter-h"],"-i":[335,0,1,"cmdoption-smtptest-i"],"-j":[294,0,1,"cmdoption-master-j"],"-k":[335,0,1,"cmdoption-smtptest-k"],"-l":[335,0,1,"cmdoption-smtptest-l"],"-m":[335,0,1,"cmdoption-smtptest-m"],"-n":[335,0,1,"cmdoption-smtptest-n"],"-o":[335,0,1,"cmdoption-smtptest-o"],"-p":[335,0,1,"cmdoption-smtptest-p"],"-q":[331,0,1,"cmdoption-nntptest-q"],"-r":[335,0,1,"cmdoption-smtptest-r"],"-s":[335,0,1,"cmdoption-smtptest-s"],"-t":[335,0,1,"cmdoption-smtptest-t"],"-u":[335,0,1,"cmdoption-smtptest-u"],"-v":[335,0,1,"cmdoption-smtptest-v"],"-w":[335,0,1,"cmdoption-smtptest-w"],"-x":[327,0,1,"cmdoption-imtest-x"],"-y":[285,0,1,"cmdoption-fetchnews-y"],"-z":[327,0,1,"cmdoption-imtest-z"],"arbitron(8)":[260,1,1,"std:cyrusman-arbitron(8)"],"backupd(8)":[261,1,1,"std:cyrusman-backupd(8)"],"chk_cyrus(8)":[262,1,1,"std:cyrusman-chk_cyrus(8)"],"conf-all":[277,0,1,"cmdoption-arg-conf-all"],"conf-default":[277,0,1,"cmdoption-arg-conf-default"],"conf-lint":[277,0,1,"cmdoption-arg-conf-lint"],"config-file":[298,0,1,"cmdoption-mkimap-arg-config-file"],"ctl_backups(8)":[263,1,1,"std:cyrusman-ctl_backups(8)"],"ctl_conversationsdb(8)":[264,1,1,"std:cyrusman-ctl_conversationsdb(8)"],"ctl_cyrusdb(8)":[265,1,1,"std:cyrusman-ctl_cyrusdb(8)"],"ctl_deliver(8)":[266,1,1,"std:cyrusman-ctl_deliver(8)"],"ctl_mboxlist(8)":[267,1,1,"std:cyrusman-ctl_mboxlist(8)"],"ctl_zoneinfo(8)":[268,1,1,"std:cyrusman-ctl_zoneinfo(8)"],"cvt_cyrusdb(8)":[269,1,1,"std:cyrusman-cvt_cyrusdb(8)"],"cvt_xlist_specialuse(8)":[270,1,1,"std:cyrusman-cvt_xlist_specialuse(8)"],"cyr_backup(8)":[271,1,1,"std:cyrusman-cyr_backup(8)"],"cyr_buildinfo(8)":[272,1,1,"std:cyrusman-cyr_buildinfo(8)"],"cyr_dbtool(8)":[273,1,1,"std:cyrusman-cyr_dbtool(8)"],"cyr_deny(8)":[274,1,1,"std:cyrusman-cyr_deny(8)"],"cyr_df(8)":[275,1,1,"std:cyrusman-cyr_df(8)"],"cyr_expire(8)":[276,1,1,"std:cyrusman-cyr_expire(8)"],"cyr_info(8)":[277,1,1,"std:cyrusman-cyr_info(8)"],"cyr_sequence(8)":[278,1,1,"std:cyrusman-cyr_sequence(8)"],"cyr_synclog(8)":[279,1,1,"std:cyrusman-cyr_synclog(8)"],"cyr_userseen(8)":[280,1,1,"std:cyrusman-cyr_userseen(8)"],"cyr_virusscan(8)":[281,1,1,"std:cyrusman-cyr_virusscan(8)"],"cyradm(8)":[282,1,1,"std:cyrusman-cyradm(8)"],"cyrdump(8)":[283,1,1,"std:cyrusman-cyrdump(8)"],"dav_reconstruct(1)":[325,1,1,"std:cyrusman-dav_reconstruct(1)"],"deliver(8)":[284,1,1,"std:cyrusman-deliver(8)"],"fetchnews(8)":[285,1,1,"std:cyrusman-fetchnews(8)"],"fud(8)":[286,1,1,"std:cyrusman-fud(8)"],"httpd(8)":[287,1,1,"std:cyrusman-httpd(8)"],"httptest(1)":[326,1,1,"std:cyrusman-httptest(1)"],"idled(8)":[288,1,1,"std:cyrusman-idled(8)"],"imapd(8)":[289,1,1,"std:cyrusman-imapd(8)"],"imclient(3)":[52,1,1,"std:cyrusman-imclient(3)"],"imtest(1)":[327,1,1,"std:cyrusman-imtest(1)"],"installsieve(1)":[328,1,1,"std:cyrusman-installsieve(1)"],"ipurge(8)":[290,1,1,"std:cyrusman-ipurge(8)"],"lmtpd(8)":[291,1,1,"std:cyrusman-lmtpd(8)"],"lmtpproxyd(8)":[292,1,1,"std:cyrusman-lmtpproxyd(8)"],"lmtptest(1)":[329,1,1,"std:cyrusman-lmtptest(1)"],"mailbox-prefix":[309,0,1,"cmdoption-quota-arg-mailbox-prefix"],"masssievec(8)":[293,1,1,"std:cyrusman-masssievec(8)"],"master(8)":[294,1,1,"std:cyrusman-master(8)"],"mbexamine(8)":[295,1,1,"std:cyrusman-mbexamine(8)"],"mbpath(8)":[296,1,1,"std:cyrusman-mbpath(8)"],"mbtool(8)":[297,1,1,"std:cyrusman-mbtool(8)"],"mkimap(8)":[298,1,1,"std:cyrusman-mkimap(8)"],"mknewsgroups(8)":[299,1,1,"std:cyrusman-mknewsgroups(8)"],"mupdate(8)":[300,1,1,"std:cyrusman-mupdate(8)"],"mupdatetest(1)":[330,1,1,"std:cyrusman-mupdatetest(1)"],"nntpd(8)":[301,1,1,"std:cyrusman-nntpd(8)"],"nntptest(1)":[331,1,1,"std:cyrusman-nntptest(1)"],"notifyd(8)":[302,1,1,"std:cyrusman-notifyd(8)"],"pop3d(8)":[303,1,1,"std:cyrusman-pop3d(8)"],"pop3proxyd(8)":[304,1,1,"std:cyrusman-pop3proxyd(8)"],"pop3test(1)":[332,1,1,"std:cyrusman-pop3test(1)"],"proxyd(8)":[305,1,1,"std:cyrusman-proxyd(8)"],"ptdump(8)":[306,1,1,"std:cyrusman-ptdump(8)"],"ptexpire(8)":[307,1,1,"std:cyrusman-ptexpire(8)"],"ptloader(8)":[308,1,1,"std:cyrusman-ptloader(8)"],"quota(8)":[309,1,1,"std:cyrusman-quota(8)"],"reconstruct(8)":[310,1,1,"std:cyrusman-reconstruct(8)"],"rehash(8)":[311,1,1,"std:cyrusman-rehash(8)"],"restore(8)":[312,1,1,"std:cyrusman-restore(8)"],"sievec(8)":[313,1,1,"std:cyrusman-sievec(8)"],"sieved(8)":[314,1,1,"std:cyrusman-sieved(8)"],"sieveshell(1)":[333,1,1,"std:cyrusman-sieveshell(1)"],"sivtest(1)":[334,1,1,"std:cyrusman-sivtest(1)"],"smmapd(8)":[315,1,1,"std:cyrusman-smmapd(8)"],"smtptest(1)":[335,1,1,"std:cyrusman-smtptest(1)"],"squatter(8)":[316,1,1,"std:cyrusman-squatter(8)"],"sync_client(8)":[317,1,1,"std:cyrusman-sync_client(8)"],"sync_reset(8)":[318,1,1,"std:cyrusman-sync_reset(8)"],"sync_server(8)":[319,1,1,"std:cyrusman-sync_server(8)"],"synctest(1)":[336,1,1,"std:cyrusman-synctest(1)"],"timsieved(8)":[320,1,1,"std:cyrusman-timsieved(8)"],"tls_prune(8)":[321,1,1,"std:cyrusman-tls_prune(8)"],"translatesieve(8)":[322,1,1,"std:cyrusman-translatesieve(8)"],"unexpunge(8)":[323,1,1,"std:cyrusman-unexpunge(8)"],compact:[263,0,1,"cmdoption-ctl_backups-arg-compact"],compress:[278,0,1,"cmdoption-cyr_sequence-arg-compress"],conf:[277,0,1,"cmdoption-arg-conf"],create:[278,0,1,"cmdoption-cyr_sequence-arg-create"],dump:[271,0,1,"cmdoption-arg-dump"],format:[272,0,1,"cmdoption-cyr_buildinfo-arg-format"],imapd:[311,0,1,"cmdoption-rehash-arg-imapd"],ismember:[278,0,1,"cmdoption-cyr_sequence-arg-ismember"],join:[278,0,1,"cmdoption-cyr_sequence-arg-join"],json:[271,0,1,"cmdoption-arg-json"],list:[271,0,1,"cmdoption-arg-list"],lock:[263,0,1,"cmdoption-ctl_backups-arg-lock"],members:[278,0,1,"cmdoption-cyr_sequence-arg-members"],parsed:[278,0,1,"cmdoption-cyr_sequence-arg-parsed"],proc:[277,0,1,"cmdoption-arg-proc"],reindex:[263,0,1,"cmdoption-ctl_backups-arg-reindex"],show:[271,0,1,"cmdoption-arg-show"],stat:[263,0,1,"cmdoption-ctl_backups-arg-stat"],userid_list:[325,0,1,"cmdoption-dav_reconstruct-arg-userid_list"],verify:[263,0,1,"cmdoption-ctl_backups-arg-verify"]},arbitronsort:{"pl(1)":[324,1,1,"std:cyrusman-arbitronsort.pl(1)"]},cyrus:{"conf(5)":[257,1,1,"std:cyrusman-cyrus.conf(5)"]},imapd:{"conf(5)":[258,1,1,"std:cyrusman-imapd.conf(5)"]},krb:{"equiv(5)":[259,1,1,"std:cyrusman-krb.equiv(5)"]}},objnames:{"0":["std","option","option"],"1":["std","cyrusman","cyrusman"]},objtypes:{"0":"std:option","1":"std:cyrusman"},terms:{"1000gb":181,"1000gib":[9,181],"100gb":181,"100gib":9,"10t16":27,"110gib":9,"11am":341,"1234abcd":18,"128k":258,"12a62f123451395dc7d52518ae8e8c75571c9876":295,"152f59c":163,"19011213t204552z":258,"1mb":[15,258],"1tb":247,"2000gib":[9,181],"200g":233,"200gib":[9,181],"2013h":[64,268],"20151119t063000z":27,"20151119t073000z":27,"20151119t083000z":27,"20380119t031407z":258,"20t11":27,"20t13":27,"23t14":27,"23t18":27,"24h":323,"255f37ffc2e7":27,"2c_thoma":27,"2gb":159,"2ghz":247,"30gb":181,"30gib":9,"3829c6087dac":323,"3ab4f8d5512e33b1":295,"3rd":258,"400gb":181,"400gib":9,"41d7":266,"41z":27,"49ba20f5":27,"4aa62f540d81395dc7d52518ae8e8c75571c8f11":295,"4d5c6b7a":208,"4d88af31":208,"4d88af34":208,"4d88af35":208,"4d9618acd0aea6b33683766358351459":27,"4gb":247,"4ghz":247,"4rev1":337,"500gib":9,"512mb":44,"53c4137":163,"5571a7bc1bc865":266,"5a6":72,"5edadcf":163,"5meg":349,"600gb":181,"600gib":9,"64bit":[117,162],"69bdb40dac9de4d17057a5245c34544f2d6849db":295,"6aa93fd583f143dde555184d508ab0916e06b026":295,"700gib":[9,181],"70gb":181,"70gib":9,"739232245980a3efe3df490841221a4b7bac4f27":295,"7bit":[27,323],"80gib":9,"80k":247,"8bit":[27,113,258,337],"8bitmime":73,"8gb":247,"8th":72,"900gib":[9,181],"95349cd5d1cf21b55e6e0930b2ee5754f977ba8c":323,"\u00f8yvind":350,"\u0434\u0438\u043b\u044f\u043d":[136,160,161,162,169],"\u043f\u0430\u043b\u0430\u0443\u0437\u043e\u0432":[136,160,161,162,169],"boolean":[52,232,258],"break":[72,115,116,118,119,131,137,144,145,160,170,180,204,229,258,267],"byte":[6,44,48,72,75,88,117,127,129,258,290,295,310],"case":[0,4,5,7],"catch":[36,72,341],"char":[47,52,208],"class":[41,183,190,203,258,347,355],"const":52,"default":[0,1,2,3,4,5,6,7,8,9,10,11],"delete":[64,73,74,79,84,109,133,179,190],"export":[41,50,73,106,172],"final":[3,6,11,15,25,41,46,79,97,120,127,131,171,172,179,204,225,235,258,347,349,355],"float":276,"function":[7,11,12,18,19,36,44,45],"go\u0142\u0119biowski":169,"h\u00e5vard":258,"import":[3,11,66,73,134,135,136,137,138,139,140,141,142,143,144,145,146,148,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,180,190,213,236,257,310,338,349,355],"int":[52,72,102,105,258],"jes\u00fa":131,"kundr\u00e1t":127,"long":[6,9,30,33,36,41,47,52,72,81,113,124,127,129,133,137,163,166,171,180,181,213,220,227],"new":4,"null":[3,6,11,18,33,41,47,52,72,73,88,117,135,148,150,151,152,153,154,155,156,157,158,172,178,185,200,251,258,302],"ond\u0159ej":[144,350],"public":[41,43,56,64,65,67,220],"return":[5,27,41,47,48,52,64,65,67,72,73,74,84,107,108,114,115,118,134,136,137,169,172,179,190,192,194,200,201,258,278,282,284,325,337,355],"short":[7,11,48,72,75,84,101,111,120,136,176,179,181,194,247,249,253,258,260,279],"static":[3,36,52,68,72,73,258],"super":[35,125,171,349],"sur\u00fd":[144,350],"switch":[11,41,52,72,73,74,75,120],"true":[7,18,40,63,72,168,172,176],"try":[40,47,55,72,133,170,172,180,190,192,204,213,216,220,223,228],"var":[11,28,40,43,46,50,56,63,72,171,172,183,184,185,187,188,192,196,199,201,213,214,216,217,233,240,246,248,257,258,269,273,275,277,287,289,291,294,295,296,298,300,303,319,320,352],"void":[35,52,200],"while":[5,6,9,11,19,27,28,33,36,40,41,43,44,48,52,54,60,68,74,84,133,161,171,179,180,182,183,185,190,192,194,200,206,214,215,217,219,226,233,238,240,242,247,249,257,258,263,270,282,316],_admin:41,_d9aa3c2dd73a9166113254d4ebe07bc8:27,_highlightword:236,_mech:258,_sync_authnam:180,_sync_host:180,_sync_password:180,_sync_port:180,_sync_repeat_interv:180,_tls_:75,a001:190,a002:190,a01:[58,59,60,62,63],a0e716087dac:323,a4bf5bbb9feaa271:27,a777:179,a8486f5db6ec207de9b9f069850546e:27,abandon:75,abbrevi:282,abc:48,abil:[7,11,19,35,38,40,41,68,72,73,74,189,190,192,196,219,246,258],abiliti:117,abl:[3,11,18,19,33,36,40,45,48,58,59,60,62,63,64,85,107,171,172,179,190,192,208,213,238,258,294,339],abnf:337,abnorm:235,abort:[72,73,83,190,235,258,312,317],about:[0,1,3,5,6,7,11,15,36,41,44],abov:[15,18,40,41,46,57,60,63,67,129,133,134,172,181,183,184,185,187,192,196,204,208,211,236,247,257,267,282,323,352,355],above:190,absenc:346,absolut:[9,28,30,56,64,75,133,181,185,201,218,233,258],abus:[41,267],acap:[52,73,190,194,337],acapmbox:73,acapsiev:73,accept:[11,72,73,74,75,97,108,109,117,134,136,148,150,151,152,153,154,155,156,157,158,166,171,172,190,194,196,204,213,227,258,261,272,278,282,284,287,289,291,300,301,302,303,308,315,316,320,346,349,352],access:[3,4,5],accid:318,accident:[24,25,238,247,312,323],accommod:190,accompani:[15,184],accomplish:[41,125,173,183,190,196,247,251,347],accord:[9,30,66,180,181,183,188,192,244,258,263,271,312,346],accordingli:[75,196,258],account:[10,11,18,19,27,35,40,41,43,46],accountid:27,accur:[11,133],achaemenid:46,acheiv:213,achiev:[11,28,171,197,213,247,258],aci:14,ack:249,acknowledg:57,acl:[6,27,36],aclright:27,acls:115,aclsubject:27,acm:258,acquir:[47,72,97],across:[8,11,12,13,36,41,46,73,75,81,125,137,162,168,177,180,189,190,192,194,219,236,247,258,349],act:[41,68,133,178,190,213,280,300,349],actdiag:48,action:[19,27,33,41,57,71,72,74,133,171,179,182,190,204,213,219,258,273,282,297,302,312,316,317,337],activ:[6,11,18,33,41,57,62,74,145,149,150,151,152,153,154,155,156,157,158,162,180,190,194,200,204,213,225,258,294,299,316,328,333,342,350],activate:192,actual:[3,5,7,9,11,15,19,26,28,30,33,41,45,72,81,116,129,131,133,148,152,153,154,155,156,157,158,172,179,180],actualli:280,adam:169,adapt:[3,71],adapter:[3,11],add:[18,40,43,44,45,46],added:[72,74,75,77,79,80,81,82,84,85,89,90,92,95,96,97,99,100,101,104,105,106,107,108,109,111,125,129,148,150,151,152,153,154,155,156,157,158,258],adding:1,addit:[3,5,6,7,9,11,12,31,41,44,47,48,49,50,57,71,73,84,133,148,149,150,151,152,153,154,155,156,157,158,171,172,177,180,182,183,184,185,186,187,188,190],addition:[11,19,36,41],address:[3,4,5,6,11,18,19,22,33,36],addressbook:22,addsub:83,addus:46,adher:[243,251],adjac:258,adjust:[11,41,64,172,185,208,213,249,310,352],adkin:[73,250],adkinss:[73,250],admin:[33,40,41,43,56,63,64,68,73,74,75,79,85,108,133,134,160,163,172,176,177,180,192,204,213,219,220,232],admin_3:352,administ:[33,35,40,41,176,177,179,282],administr:[3,7,11,15,24,25],administrat:[13,349],adminitr:176,adminref:343,admissibl:258,admit:[179,282],adopt:[19,351],adv:208,advanc:[9,30,181,347],advantag:[6,7,13,71,73,74,190,316,349],advent:45,advertis:[64,68,72,129,171,190,258],advis:[41,48,310],aea7:27,aege:116,aes256:[58,59,60,62,63],af11:258,af12:258,af13:258,af21:258,af22:258,af23:258,af31:258,af32:258,af33:258,af41:258,af42:258,af43:258,afek:350,affect:[19,33,44,49,72,73,125,161,163,171,180,213,222,230,245,247,249,255,258,264,281,310,316],aforement:[8,11,36,133],afs:[41,72,74,125,178,190,258,308],afskrb:258,afspt:75,afspts:258,afspts_localrealm:258,afspts_mycel:258,after:[3,8,9,11,15,19,24,26,30,33,41,44,52,56,71,72,80,82,83,84,92,114,125,127,133,135,146,179,180,181,190,191,192,194,196,200,204,208,211,212,232,233,237,238,247,258,263,264,265,282,310,316,317,326,327,329,330,331,332,334,335,347,351],again:[11,36,41,43,56,63,72,73,74,75,79,116,120,131,148,149,150,151,152,153,154,155,156,157,158,162,171,172,180,184,187,188,189],against:[5,11,41,47,48,54,56,58,59,60,62,63,72,90,114,133,144,172,182,190,194,203,204,224,226,238,250,258],age:290,agent:[3,41,103,172,190,219,243,294,349],agentx:[73,294],aggreg:4,aggregat:[13,19],aggress:134,agnost:11,ago:[127,208,238],agreement:227,ahead:[11,194,258],ahv:171,aid:[4,71,73,83,192,262,270,298],aim:133,aix:247,aka:[133,180],akio:[114,115],alain:73,alarm:[27,148,149,150,151,152,153,154,155,156,157,158,159,182,236],alarmrecipi:27,alarmtim:27,albert:75,alec:115,alert:[41,72,75,232,258,282,289],alexei:[346,350],algorithm:[72,79,186,258],alia:[5,6,259,282],alias:[5,6,40,121,258,282],align:[72,79,97],alik:11,aliv:[104,249,341],alive:337,all:[0,3,5,6,7,8,9,11,12,13,18,19,24,25,27,30,31,33,35,36,38,40,41,44,45,46,47,48,52,55,57,58,59,60,62,63,64,66,68,71,72,74,75,77,83,84,106,111,112,113,117,125,127,133,143,144,161,163,168,169,171,172,175],allberi:[73,282],alldai:27,alloc:[11,47,73,172,352],allof:75,allow:[3,5,7,8,9,11,13,15,18,19,24,25,27,30,33,34,35,36,40,41,44,52,53,64,65,66,67,68,72,73,74,75,77,79,80,81,83,84,85,89,97,106,108,114,116,121,125,129,130,131],allowallsubscrib:[7,179,192,258],allowanonymouslogin:[41,258],allowapop:[245,258],allownewnew:[196,258,301],allowplaintext:41,allowusermov:[75,258],allprop:106,almost:[74,172,211,247,258,310],alon:[7,11,95,181,184,247,352],along:[41,55,108,171,173,179,190,347,352],alongsid:[6,180],alphabet:[12,47,183,190,257],alphanumer:[18,183,187,194,258],alpine:81,alreadi:[5,11,12,18,19,26,38,41,44,49,55,64,68,71,72,74,133,171,172,180,190,192,201,258,263,264,273,282,312,316,322,328,349,352],also:[3,5,6,7,9,11,15,18,19,25,27,28,30,31,33,36,40,41,43,44,46,47,48,49,50],alt:[196,258,299,355],alt_config:325,altconfig:[269,278,313],alter:[18,64,213,219,243,257,276,280,312],altern:[9,11],although:[5,11,190,258,284],altogeth:19,altprefix:258,alumni:350,alwai:[11,33,41,46,47,72,74,75,83,84,105,116,126,127,134,171,172,177,186,192,201,213,219,226,257,258,311,317],always:53,alwaystru:172,amavisd:27,ambigu:179,amend:18,american:260,amo:[73,74],among:[3,9,30,72,133,190,261,298],amongst:351,amount:[9,11,18,24,25,27,28,30,34,72,73,75,77,81,97,133,181,190,193,201,220,233,244,249],ams:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],amssync:72,analysi:189,ancient:42,andjelkov:73,andrea:236,andrew:[52,57,72,116,173,190,192,208,340,349,351],andrewmailsystem:347,andrewproject:347,andy:259,anew:310,ani:[3,5,7,11,12,15,25,27,33,35,40,41,43,47,48,49,52,56,57,58,59,60,62,63,68,70,71,72,73,74,75,77,84,89,148,150,151,152,153,154,155,156,157,158],ann:180,annoi:[11,72,73,289],annot:4,annotat:4,annotate:[337,348],annotatemor:232,annotatemore:[58,59,60,62,63,74,75,133,145],annotatemsg:41,annotation:[41,203,282,309],annotation_allow_undefin:[133,258],annotation_callout:[133,258],annotation_db:[133,258],annotation_db_path:[185,258],annotation_definit:[85,258],annotations_definit:258,announc:[33,43,56,145,340],anonymous:[73,204,258],anoth:[0,11,33,36,38,40,63,74,133,171,182,190,204,213,220],another:[5,190,227,250],ansi:72,answer:[7,172,253,258,350],answere:295,anthoni:169,anticipatori:11,antispam:342,antiviru:[148,149,150,151,152,153,154,155,156,157,158,342],any:[41,57,64,68,71,178,190,204,213,219,258,261,287,289,294,301,303,310,316,319,325],anybodi:[56,72],anymor:[192,258],anyof:75,anyon:[5,19,35],anyoneuseracl:258,anysievefold:258,anyth:[11,43,46,54,56,72,171,176,211,276,277,282,289],anywai:[72,180,258],apach:68,apart:84,api:[6,47,73,100,111,115,161,162],api_refer:236,apop:[245,258,332],app:47,appaear:190,appar:[161,190,289],appear:[9,11,22,30,33,43,66,72,74,109,172,179,180,181,190,192,196,213,220,225,230,243,251],append:[3,24,33,41,46,64,65,67,72,73,74,75,83,92,93,113,120,122,129,130,167],append_addseen:72,append_check:243,appendic:189,appl:[64,182,258],apple:[27,64,148,150,151,152,153,154,155,156,157,158,174],appli:[11,19,27,28,33,35,41,45,48,49,84,144,178,179,181,190,202,204,211,212,213,214,219,227,238,242,258,263,264,276,355],applianc:11,applic:[3,5,8,11,36,47,72,75,133,173,192,197,200,207,213,238,245,250,251,265,338,342,349,355],application:27,apply:[46,312],appoint:11,apprais:190,appraiser:74,appreci:[11,116,180,338,350],approach:[11,190,213,247,355],appropri:[9,11,18,36,41,43,47,48,56,72,81,106,172,180,182,190,213,226,237,251,258,286,288,317,322,346,352],approv:[55,190,346],approxim:[41,263,316],april:260,aps_top:258,aps_topic_caldav:258,aps_topic_carddav:258,apsaccountid:27,apsdevicetoken:27,apssubtop:27,apsvers:27,apt:[44,46,59,63,171,172,342],aptli:214,arbit:36,arbitrari:[41,142,163,190,213],arbitrarili:72,arbitron:[48,72,74,75,89],architect:247,architectur:[7,36,84],archiv:[11,15,24,28,48,71,74,148,149,150,151,152,153,154,155,156,157,158,169,180,183,184,196,217,247,258,260,265,276,277,340],archive:[11,13],archive_:[71,148,149,150,151,152,153,154,155,156,157,158],archive_dai:[15,258],archive_en:[15,184,258],archive_keepflag:[15,258],archive_maxs:[15,258],archivecach:[183,187,258],archivepartit:[15,183,184,258,276,277],area:[11,41,49,72,258],aren:[45,73,127,171,172,190,204,241],arg:[72,241],arguabl:176,argument:[11,41,43,44,48,52,56,72,81,122,130,133,143,145,162,166,180,190,193,201,213,240,241,249,251,257,258,280,282,309,310,312,316,317],aris:[11,24],arising:57,around:[11,46,47,55,72,179,180,204,241,247,249,257,282,286,310,339,342],arpa:337,arrai:[11,27,28,52],arrang:[172,180],arrayu64:163,arriv:[19,25,148,149,150,151,152,153,154,155,156,157,158,193,258,264,286],arround:72,arrow:328,articl:[6,11,72,75],articul:11,artifact:46,artifici:72,ascii:[27,33,41,72,258,264,284,323,337],asid:[11,33,35,238],aside:[133,355],ask:[72,219,246,258,267,326,327,329,330,331,332,334,335],asn1:6,aspect:[5,7,12,41,183,190,340],ass:247,assert:[75,135,146,169],asset:11,assign:[5,11,19,71,179,180,201,258,264,282],assist:[44,238],associ:[5,6,9,11,19,30,40,41,108,133,178,181,188,190,192,196,200,232,258,264,265,282,355],associateddomain:258,assort:[74,75],assum:[18,33,40,43,44,46,49,54,56,68,75,136,171,172,180,190,196,204,208,238,257,258,267,281,284,310,322,326,327,329,330,331,332,334,335],assume:[18,46,204],assumpt:[72,190],assur:[0,26],astr:52,atim:223,atom:[52,72,75,106,128,162,183],atomic:11,attach:[11,64,117,162,194,204,258,261,287,289,291,300,301,303,312,315,317,320],attachment:[20,27,64,258],attack:[41,74],attempt:[5,12,26,36,41,44,47,71,72,73,75,128,161,166,179,180,190,192,200,204,219,227,235,258,269,273,284,310,317,326,327,329,330,331,332,333,334,335,347],attend:11,attende:64,attendeeemail:27,attendeenam:27,attendeestatu:27,attent:[71,355],attract:350,attrib:258,attribut:[5,22,35,64,134,182,258,282],auction:129,audio:349,audit:[74,325],auditlog:[117,122,162,258],aug:[281,297],augment:[41,178,349],australia:27,auth:[6,18,41,58,59,60,62,63,72,73,74,82,83,105,168,172,178,192,194,213,282,284,291,332,337,352],auth_:[41,178],auth_krb_pt:[72,258],auth_mech:[258,308],auth_newst:72,auth_pt:[47,124,137,163],auth_setid:72,auth_unix:[72,258],auth_xxx:72,authent:[3,4],authenticate:[58,59,60,62,63,72],authid:282,authinfo:331,authnam:[192,285,328,333],author:[3,4],authorit:[11,190,192,194],authoriz:337,authors:48,authz:282,authzid:282,auto:[64,73,82,83,107,251],autoconf:[12,44,72,74,75],autocreate_:133,autocreate_inbox_fold:[19,133,258],autocreate_post:[19,133,201,258],autocreate_quota:[19,133,141,201,258],autocreate_quota_messag:[19,133,141,201,258],autocreate_siev:144,autocreate_sieve_compiled_script:[133,258],autocreate_sieve_compiledscript:[19,258],autocreate_sieve_fold:[19,133,258],autocreate_sieve_script:[19,133,258],autocreate_sieve_script_compil:[19,133,258],autocreate_subscribe_fold:[19,133,258],autocreate_subscribe_sharedfold:[19,133,258],autocreate_subscribe_sharedfolders_al:[19,133,258],autocreate_us:[19,133,258],autocreateinboxfold:[19,133,258],autocreatequota:[72,133,258],autocreatequotamsg:258,autof:247,autolearn:27,autologout:258,autom:11,automak:[12,44,75,115,171],automat:[6,9,11,12,13],automount:247,autonom:238,autoreconf:[43,44,46,56,137,162],autorepeat:318,autorepli:204,autorespond:251,autoselect:300,autosiev:348,autosievefold:[133,258],autosubscribe_all_sharedfold:[133,258],autosubscribeinboxfold:[133,258],autosubscribesharedfold:[133,258],autotool:171,autovivif:180,auxprop:[63,172,258],avail:[3,5,7,9,11,12,15,19,24,25,30,35,36,41,44,45,48,56,57,63,64,65,66,67,68,71,72,74,84,122,133,148,150,151,152,153,154,155,156,157,158,159,172,177,178,179,180,181,189,190],availabl:4,available_selection_modes_on_backend:9,available_selection_modes_on_frontend:9,availmech:52,avenu:[11,57],averag:257,avoid:[26,33,47,72,74,75,82,83,84,113,116,120,126,134,143,219,233,245,258,277,312,352],awai:[72,73,250,282],await:[23,26],awar:[3,33,36,40,41,172,182,352],away:247,awesom:[73,172],awri:72,ayland:115,babysit:257,bacchella:[137,166],back:[7,11,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,41,47,49,71,122,125,130,171,175,180,183,185,190],backend1:[9,36,192],backend2:[9,36],backend3:9,backend:[3,4,6,7],backendserv:190,background:[71,257,282,294,316],backlog:294,backport:[44,115,116,122,145,166,348,352],backscatt:[113,258],backslash:[81,208,258],backtrac:[235,338],backup1:246,backup2:246,backup:4,backup_compact_maxs:[180,258,263],backup_compact_mins:[180,258,263],backup_compact_work_threshold:[180,258,263],backup_db:[180,258,263,271,312],backup_db_path:[180,185,258,263,271,312],backup_keep_previ:[258,263],backup_retention_dai:[180,258,263],backup_staging_path:[180,258],backupd:[180,256],backuppartit:[180,258,261],backward:[116,125,171,179,258,292,304,337,349],bad:[52,61,72,92,116,129,134,136,137],badlogin:273,badurl:118,badus:273,bail:[97,134,318],balanc:[7,9,11,30,36,181],balden:72,band:[190,247],bandaid:131,bandwidth:[11,213,219,339],bank:[127,281,350],banner:[81,92,125,137,258],bar:[40,56,190,192,295,316,355],bare:220,base64:[46,194],base:[5,11,13,15,18,36,40,43,44,46,52,56,62,63,66,68,71,72,75,77,79,81,85,92,100,106,107,111,125,135,171,172,173,180,181,182,183,185,190,199,201,204,208,222,232,241,253,258,263,268,286,290,293,294,298,311,323,337,347,349,351],basedir:46,bash:[171,172,214,216,352],bashrc:172,basi:[5,15,36,41,79,92,133,213,222,233,258,270,316,352],basicauth:337,bastion01:323,batch:[213,258,323],batten:[122,145],batteri:[11,217],bba47b13e4839f49ab1c8047ee7b4fdb:27,bboard:347,bcc:[208,258,323],bce8:266,bcederli:27,bcopi:72,bcyru:192,bdb:[12,74,97,129,236],bdystr:323,be1:30,be2:30,be3:30,beamnet:85,bear:[11,176,207],bearer:168,beast:252,becam:[236,347],becaus:[3,6,7,11,18,19,28,33,40,41,43,44,54,56,72,133,172,179,190,191,192,208,226,240,247,250,251,258,281,284,286,349,350],becom:[3,5,11,19,24,25,133,180,181,190,192,193,194,206,208,226,238,258,263,294,349],beef:72,been:[0,5,6,9,11,19,25,27,30,33,45,55,56,66,70,71,72,73,74,75,77,117,127,129,131,133,135,144,146,148,151,152,153,154,155,156,157,158,166,169,171,173,179,180,190,191,192,193,194,196,200,207,208,211,212,213,219,238,241,247,258,263,270,276,282,294,297,310,312,316,323,342,346,347,349],beer:11,befor:[7,41,43,44,47,49],before:[72,75],begin:52,behalf:[302,349],behav:[73,133,179,192,219,276],behavior:25,behaviour:[25,31,41,44,47,125,134,161,164,172,180,187,192,258,263,310],behind:[9,30,77,125,145,181,192,213,247,258],belief:[3,11],believ:[11,133,213,250],belong:[40,164,172,258,263,276,310],below:[18,27,41,47,52,60,63,64,68,71,129,171,172,178,191,193,196,203,208,211,213,214,216,242,257,258,263,264,271,290,312,316,352],benchmark:190,benefit:[15,183,184],benn:[346,350],berdmann:229,berk:12,berkelei:[12,73,74,75,88,91,120,148,149,150,151,152,153,154,155,156,157,158,171,172,191,220,221,224,230],berkeley_caches:75,berkeley_hash:[75,89],berkeley_hash_nosync:[75,89],berkeley_locks_max:75,berkeley_txns_max:75,berklei:[74,75,220],bernard:[137,166],bernhard:229,bernstein:[159,350],best:[6,25,40,48,55,60,171,172,173,190,219,225,236,240,258,317,338,347],beta10:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99],beta11:98,beta1:98,beta2:98,beta3:98,beta4:98,beta5:98,beta6:98,beta7:98,beta8:98,beta9:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108],beta:[72,133,287],bethani:180,better:[9,11,18,26,30,71,72,73,74,75,77,89,92,96,104,105,108,111,114,120,133,136,141,145,180,190,192,233,257,258,317,346,348,349,351],betti:281,bettysu:277,between:[3,5,9,11,12,15,25,26,30,36,38,41,43,53,56,68,71,72,74,75,82,83,107,108,129,144,145,159,170,172,173,175,178,180,181,184,187,190],beyond:[7,9,11,30,40,69,181,190,196,247,258,347],big:[113,114,131,161,162,180,192],bigbuff:200,bigdisk:219,bigger:[0,190],biggest:[9,30,181],bill:35,bin:[43,44,46,50,63,72,127,161,171,172,192,213,214,226,229,258,263,265,267,269,282,284,286,288,316,317,352],binari:[44,46,57,72,74,75,120,133,148,149,150,151,152,153,154,155,156,157,158,161,190,196,208,212,221,292,304,337],binary:[58,59,60,62,63,75,92,111],bind:[5,64,247,257,258,294],bindir:[148,149,150,151,152,153,154,155,156,157,158],binsymlink:[46,172],bird:219,birger:73,bison:[44,72,116,171],bit:[11,58,59,60,62,63,72,74,77,79,82,84,95,97,118,119,131,133,161,172,190,194,220,223],bitmask:[6,52],blah:258,blank:[257,258,259],blast:236,bleed:170,blob:[45,172,194],block:[11,47,80,133,180,208,257,263,275,317,346],blockdiag:48,blocker:346,blog:45,blow:189,blurdybloop:258,board:[13,19,258,345],bob:[66,201],bodi:[64,75,77,105,148,153,154,155,156,157,158,182,204,258,316,323,337],body:[72,282],bodystructur:[27,182,258],bodystructure:97,bogu:[74,126,192],bold:48,bonu:84,book:[22,36,68,355],books_test:355,boost:71,boot:[11,58,59,60,62,63],born:[173,347],both:[3,5,6,7,11,18,19,25,36,40,41,43,52,56,57,64,68,71,74,75,77,83,97,145,171,173,178,179,180,181,190,191,192,196,197,213,219,232,234,257,258,263,267,282,309,310,312,316,317,322,341,346,352],bother:105,bottleneck:190,bottom:47,bounc:[243,258],bound:[75,184,258],boundari:[72,74,127,133,258],boundary:27,boundary_limit:258,bovik:[41,72,133,178,190,202,280,281],box:[112,260,267,355],boyer:72,brace:194,bracket:[55,257],brain:[72,111],branch:[43,49,55,56,126,166,170,287,338,342],brand:46,brandon:[73,282],brashear:350,breyha:[115,121,122,135,136,137,145,165,166],brick:11,bridg:11,brief:[71,172,221,337],briefli:[7,193],brilliant:55,bring:[7,57,192,194],broad:44,broke:[72,116],broken:[91,96,113,120,125,144,164,278],bron:[127,346,350],brong:[133,279],brotli:[44,352],brought:180,brown:258,brownfox:258,brows:56,browser:[64,65],bruce:72,bsearch_mem:72,btree:91,buczek:131,budget:11,buf:[47,127],bug:[0,11,45,49],bugfix:[73,74,75,125],buggi:[46,72,73,128,131,144],bugs:48,bugzilla:[11,133,135,146,148,151,152,153,154,155,156,157,158],bui:[11,190],build:[1,2,4,11],built:[19,22,48,54,57,72,74,144,159,169,192,196,223],builtin:282,bulk:[84,264,323,340],bulletin:[13,19,258,349],bunch:[56,72,120,121,122,180],burden:64,burn:172,bushi:[172,186,258],busi:[11,26,64,85,100,101,217,233,234,236],button:[49,238,355],byacc:72,bye:[18,58,59,60,62,63,72,258],bylaw:[342,345],bynari:74,bypass:[6,72,190,289],bytecod:[19,75,148,155,156,157,158,204,258,313,314],c01:[58,59,60,62,63],c38962096a47:266,c_include_path:223,cabinet:213,cabl:11,cacertdir:282,cacertdirectori:143,cacertfil:[143,282],cach:4,cachdr:323,cacheid:72,cachever:[295,323],cadir:[143,144],cafil:[143,282],cafile:52,cage:40,cal:325,calalarmd:[44,46,148,149,150,151,152,153,154,155,156,157,158,182,352],calconnect:64,calcul:[9,11],caldav:[0,1,2,3,4,5],caldav_3:352,caldav_allowattach:258,caldav_create_attach:[64,258],caldav_create_default:[64,258],caldav_create_sch:[64,258],caldav_maxdatetim:[101,258],caldav_mindatetim:[101,258],caldav_realm:258,caldavtalk:46,caldavtest:[54,106,107],caldavzap:108,calendar:[6,11],calendar_user_address_set:258,calendarnam:27,calendarprefix:22,calendarserv:[54,64,258],calext:337,call:[3,11,38,43,45,47,52,56,58,59,60,62,63,66,72,73,74,116,128,129,133,144,160,162,171,172,179,180,183,190,196,200,217,219,238,248,258,273,346,352],callahan:73,callback:[52,72,200,326,327,329,330,331,332,334,335],callback_cap:52,callback_noliteral:52,cam:[75,116],cambridg:75,campu:349,can:[0,3,5,6,7,9,10,11,12,18,24,26,28,33,35,36,39,40,41,43,44,45,46,47,48,49,50,52,53,54,55,56,63,64,65,66,67,68,70,71,72,73,74,75,77,79,83,84,95,100,104,114,120,122,125],cancel:[72,194,196,258],canist:11,cannot:[7,27,40,41,44,48,60,64,72,74,166,172,177,186,190,191,251,258,293,294,338],canon:[11,258,352],canonic:[6,41,72,74,75,178,258],canonif:[3,5,19,44],canonifi:[5,168,258],capa:258,capabilities:258,capability:[18,52,58,59,60,62,63,72,80,82,92],capability_str:52,capabl:[11,41,44,48,52,72,81,82,83,116,128,133,166,180,190,213,258,312,326,327,329,330,331,332,334,335],capac:[4,7,9],capath:[52,144,282],capo:146,captur:[36,172],card:325,carddav:4,carddav_realm:258,carddav_repair_vcard:258,carddavtalk:46,care:[72,75,180,181,190,192,267],career:247,carefulli:[7,11,180,247],caringo:[148,150,151,152,153,154,155,156,157,158,258,352],caringo_:[148,150,151,152,153,154,155,156,157,158],caringo_hostnam:258,caringo_port:258,carlo:[135,143],carnegi:[57,133,173,347,349,350,351],carnegie:57,carsten:[73,133],carter:[75,77,79,80,81,84,97,114,116,127],cascad:[66,72],cass:46,cassandan:[43,45],castorsdk:258,cat:[172,352,355],categori:[159,190],catenate:[58,59,60,62,63,77,92,118,337],caught:120,caus:[6,11,30,33,41,72,73,75,77,84,97,113,126,129,133,137,171,172,178,179,180,185,190,192,194,196,201,212,213,227,228,230,233,240,243,250,257,258,267,310,316,317,325,326,327,329,330,331,332,334,335,352,355],caution:[46,211,258],cave:115,cb44:27,cdt:297,cell:[11,258],center:11,centos:[2,12,57],centr:219,central:[3,36,349],centric:[22,219],centuri:[173,347],ceph:11,cephfs:11,cert:[44,73,84,172,352],cert_fil:52,certain:[5,11,45,72,137,166,176,180,200,226,240,247,252,257,258,326,327,329,330,331,332,334,335,355],certainli:133,certif:[5,28,44,52,58,59,60,62,63,80,133,143],cetera:247,cflags:[44,46],cgi:236,chain:[63,133,134,180],challeng:[11,24,72,258,326,327,329,330,331,332,334,335,337],chan1:213,chan2:213,chan3:213,chanc:[9,24,30,73,181,192,212,238,258],chang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],changeabl:18,channel1:213,channel:[3,11,50,56,62,125,133,172,180,190,205],chapter:[7,8,10,208,215],charact:[3,18,33,41,53,72,74,81,84,95,96,113,117,129,133,136,160,172,184,187,194,204,213,216,220],characterist:7,charg:[41,175,203],charset:[27,72,111,121,130,227,323],chaskiel:350,chassi:[11,213],chat:172,chatter:71,chatti:258,chattr:217,chattrsync:217,chdir:[46,171],cheap:[11,28,71,190,217],cheaper:[11,15,183,217,258],check:[9,11,18,24,25,30,43],checkapop:245,checkdeliv:72,checklist:7,checkout:46,checkpass:273,checkperiod:232,checkpoint:[114,172,180,233,257,258,263,265,341],checksum:[111,180,263],cherri:43,child:[64,65,67,71,112,196],children:[58,59,60,62,63,73,131,276,294,316],chin:75,china:75,chk_cyru:[74,75],chkconfig:[58,59,60,62],chmod:[18,172,352],choeger:73,choic:[9,11,30,63,64,73,181,185,190,247,352],choke:145,chomp:286,choos:[5,7,11,33,64,145,183,185,187,190,201,226,238,258,311,355],chop:328,chose:223,chosen:[11,251,258,316,326,327,328,329,330,331,332,334,335],chown:[172,216,248,352],chri:[72,142,227,350],christian:75,christoph:161,chroot:63,chunk:[11,106,108,180,258,263,271],churn:112,cice:337,cid:[169,182,258,323],cipher:[58,59,60,62,63,74,121,133,258],circuit:[75,101],circumst:[11,31,33,187,238,355],citizen:251,cjk:[50,159],claim:[5,72,220],clamav:44,clarifi:[72,208,238],clash:[166,310],classifi:346,clean:[11,25,28,41,43,46,47,48,56,71,73,74,75,115,133,143,163,171],cleanli:[72,73,137,165,194],cleans:276,cleanup:[71,72,74,115,116,120,121,133,148,150,151,152,153,154,155,156,157,158,257,265,294],clear:[5,41,52,55,190,192,258,280,282,310,323,347],clearli:11,clearos:57,cleartext:[68,258],cli:171,cli_fat:47,click:355,client:[3,4],client_bind:258,client_bind_nam:258,client_id:163,client_timeout:[75,258],clientaddress:[182,258],clientid:[182,258],clientip:27,clientport:27,clients_3:352,clone:[46,49,50,55,57,148,151,152,153,154,155,156,157,158],close:[7,8,9,25,30,41,52,58,59,60,62,63,64,72,74,75,77,121,181,184,190,194,216,238,247,248,258,282,294,327,355],closed:127,closedir:85,closer:[192,258],closest:[41,177,247,258],cluster:[11,36,63,129,192,247,252,258,267,300],clusterlvm:11,clutter:72,cmd:[15,50,63,114],cmd_renam:117,cmu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],cmuloc:[43,72],cname:[72,190],code:[0,1,44,45,47,49,52],codebas:49,coexist:180,coher:[11,170],coi:33,cold:183,collabor:[54,133],collat:144,colleagu:133,collect:[6,11],collectnew:72,collis:267,colon:[260,278],coloo:[88,114,121,131,133],colour:48,columbia:77,column:[18,263],com:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],com_err:[72,75,169],combat:252,combin:[5,11,14,41,55,174,175],combinatori:258,come:[11,41,48,50,58,59,60,62,63,67,171,173,178,179],comerr:171,comfort:[11,171],comma:[6,9,30,216,258,260,274,278,299,316],command:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193],commandcrew:33,commandlin:47,commandmintim:258,comment:[47,55,63,232,246,267,282],commerci:225,commit:[41,43,48,55,56,72,73,112,163,190,260,265,267,346],committ:346,commod:11,common:[5,8,11,12,15,33,36,63,72,172,183,191,200,219],common_3:352,commonli:[3,8,11,36,41,63,178,222,250,261,265,267,287,288,289,291,300,303,319,320],commun:[11,12,36,40,41,54],comp:[196,258],comp_flag:6,comp_typ:6,compabl:179,compact:[50,55,71,180,238,258,263,316],compar:[5,11,36,74,81,136,190,192,238,252,258,295,325],comparis:84,comparison:[41,74,134],compat:[41,72,74,75,82,94,96,116,125,133,134,148,150,151,152,153,154,155,156,157,158,165,171,178,179,204,226,258,272,282,284,292,304,310,337,349,352],compel:6,compil:[6,19,41,42,43],complain:[72,148,150,151,152,153,154,155,156,157,158,223],complaint:73,complet:[3,11,12,18,41,44,45,52,56,58,59,60,61,62,63,66,72,75,106,118,122,144,161],complex:[11,50,72,133,258],compli:[24,179],complianc:[25,54,179,348],compliant:[14,27,72,74,75,100,175,182,243,258,285,289,347,351],complic:[180,193],compon:[3,4,7,11],compos:[3,5,9,181],comprehens:352,compress:[44,58,59,60,62,63,84,85,121,133,144,172,180],compression:[327,330,331],compris:[3,346],compromis:[190,192,258],comput:[3,4],con:193,concaten:41,conced:74,concept:35,concern:[9,11,30,181,213,242,347],conclud:207,concurr:[13,41,73,190,236,349,352],condit:[9,19,47,57,72,73,75,122,127,128,134,181,258,337],condition:72,condstor:[83,84,92,232],condstore:[58,59,60,62,63,80,92,127,232],conectiva:236,conf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],confer:41,confid:11,confidenti:248,config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63],config_dir:72,config_fil:18,config_init:47,configdirectori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171],configdirectory:246,configfil:48,configur:[0,1,2,3],configuration:48,configurationdir:264,configured:172,confirm:[26,45,56,192,341,346],conflic:192,conflict:[82,125,190,191,192,194,226,267,282],conflocal_mailer:[172,352],conform:[72,107,182],conforming:48,confus:[33,47,72,75,133,172,258,352],conjuct:64,conjunct:179,connect:[3,6,7,11,13,18,36,41,52,58,59,60,62,63,68,72,73,74,75,80,97,104,105,113,122,125,133,134,136,137,144,167,168,172,190,191,192,194,204,212,213,216,220],connection:57,conrad:350,consecut:258,consensu:[226,337,346],consequ:[7,11,312,355],consequential:57,conserv:[41,180,203],consid:[3,7,9,11,12,30,33,41,44,63,71,72,133,170,171,179,181,189,190,192,213,215,219,227,258,276,286,294,316,317,337,352],consider:[4,5],consist:[3,7,11,19,36,41,71,74,75,83,97,111,136,139,143,180,190,192,194,196,201,214,217,233,257,258,259,260,262,263,267,273],consort:46,constant:[72,114],constantli:[72,247],constitut:[26,60,312,352],constrain:[11,280],constraint:252,construct:[75,196,301],consult:[11,41,63,66,69,71,72,144,171,183,184,187,190,196,198,273,308,352],consum:[11,84,213,217],consumpt:7,contact:12,contain:[3,6,11,14,18,19,24,28,33,40,41,43,45,56,57,66,68,72,75,97,117,118,137,145,148,149,150,151,152,153,154,155,156,157,158,159,161,162,169,171,172,178,180,182,183,188,190,194,217,219,235,241,248,257,258,259,261,263,267,271,273,281,282,284,289,295,310,312,316,326,327,328,329,331,332,334,335,352],contan:41,contemporari:43,content:[6,11,26,27,36,41],context:36,contigu:278,contini:26,continu:[3,7,11,19,33,36,40,58,59,60,62,63,72,74,81,133,171,190,192,213,238,249,252,258,263,316,351],contract:[11,57],contrari:[3,11,173,258],contrast:72,contraven:258,contrib:[72,144],contribut:[0,1,48,49,54,73,92,133,134,144,166,258,342,346,350,354],contributor:[0,341,345,348],control:[3,5,7,9,11,13],conundrum:11,conveni:[133,179,222,312,317],convent:[1,33,41],conver:6,converg:4,convers:4,conversations_counted_flag:258,conversations_db:258,conversations_expire_dai:[258,276],conversationsdb:169,convert:[6,46,64,72,74,75,111,113,162,171,174,179],convexist:[182,258],convunseen:[182,258],cool:[46,66,190],cooper:281,coordin:11,cope:33,copi:[3,5,11,24,38,39,41,43,44,46,49,50,56,72,77,83,97,114],copy:[64,72,94,108,179],copyback:317,copying:96,copyright:57,core:[73,111,220],core_uses_pid:235,corneliu:[87,115],correct:[3,7,18,40,41,56,68,72,73,74,75,83,113,114,121,133,137,165,168,169,171,172,190,191,196,217,227,258,295,310,311,325,326,327,329,330,331,332,334,335],correctli:[43,47,56,72,73,74,75,84,113,125,134,135,136,137,144,159,160,161,162,165,166,168,169,171,172,190,192,206,258,352],correspond:[6,10,15,25,56,72,133,179,180,183,184,187,196,232,258,259,264,276,282,283,301,312],corrupt:[6,11,41,64,72,84,112,114,120,125,127,128,141,168,180,192,211,217,230,246,247,258,263,310,325],cors:258,cost:4,costli:28,could:[3,5,7,10,11,15,18,19,28,33,36,38,41,46,47,60,72,74,75,83,103,115,128,129,133,144,163,176,178,179,180,190,192,194,213,217,233,238,317,323,338],couldn:[52,247],count:[6,9,11,30,35,41,84,122,133,137,162,179,181,194,203,210,220,238,247],counter:4,countri:19,coupl:[11,27,73,182],courier:[148,150,151,152,153,154,155,156,157,158,173,258,347],cours:[3,9,11,30,180,181,251],courtesi:[79,80,81,82,85,96,97,111],cover:[55,57,69,114,200],coverag:44,cpan:[44,46],cpu:[36,213,247,258],craft:[163,247],craig:[79,92,346,350],cram:[5,41],crap:72,crash:[46,71,73,74,75,82,84,90,114,116,120,121,122,124,125,127,128,129,130,131,134,135,136,137,139,140,144,145,146,159,161,162,163,165,166,167,169,190,192,213,221,338],crashi:168,crawl:39,crc32:[46,148,150,151,152,153,154,155,156,157,158],crc32c:162,crc:[111,134,317],creat:[3,5,7,9,10,11],create:[6,18,72,73,74,84,97,133,134,179,190,192,258,282],createabl:190,createdir:172,createmailbox:[134,172,210],createonpost:[133,258],creation:[4,7],creationd:6,credenti:[5,105,180,192,213,219,258,312,326,327,329,330,331,332,333,334,335],crept:130,cridland:84,crispin:72,crit:[41,247],criteria:[11,15,183,232,281],critic:[28,41,56,73,213,247],crlf:[41,55,117,194,229],cron:[15,41,70,180,213,219,257,281],crontab:[70,281,316],cross:42,crossdomain:[148,150,151,152,153,154,155,156,157,158,171,258],crossdomains_onlyoth:[148,150,151,152,153,154,155,156,157,158,258],crow:190,cruft:111,crypt:18,cs0:258,cs1:258,cs2:258,cs3:258,cs4:258,cs5:258,cs6:258,cs7:258,csync:[71,172,180,198,213,258,261,312,319,352],ctag:337,ctl_backup:162,ctl_backups_lock_data_fnam:263,ctl_backups_lock_index_fnam:263,ctl_conversationsdb:[171,256,258],ctl_cyrusdb:[74,111,122,145,172,180,192],ctl_deliv:[73,75],ctl_mboxlist:[36,73,74,75,82,92,97,117,128,139,144,185,191,192,208,213],ctl_zoneinfo:[64,108,256],ctrl:[216,273,355],culprit:11,cumbersom:11,cunit:[44,56,162],curl:[171,172],current:[5,6,11,15,19,27,33,36,41,43,47,48,49,52,55,56,58,59,62,63,64,68,70,72,74,82,83,100,159,171,172,179,180,181,189,190,191,192,193,194,196,200,203,204,213,219,221,225,226,244,246,247,258,260,263,273,277,281,282,297,299,306,308,325,326,327,328,329,330,331,332,333,334,335,337,341,346,355],currently:[41,246,310],curv:[121,133,258],custom:[11,28,66,68,148,149,150,151,152,153,154,155,156,157,158,164,180,225,263,338],customer1:3,cut:[11,347],cutoff:282,cve:[86,114,138,144,160],cvs:112,cvt_cyrusdb:[74,75,171,201,216],cvt_xlist_specialus:[171,256],cycl:[24,25,36,60,72,133,170,212,213,238,257,317],cyr_buildinfo:256,cyr_dbtool:[96,145,180,216],cyr_deni:256,cyr_df:84,cyr_expir:[15,24,25,75,77,79,82,85,97,117,125,130,131,133,168,172,196,208],cyr_info:[171,256],cyr_synclog:[79,83,143,213],cyr_virusscan:[44,70,137],cyradm:[18,22,28,40,41,44,52,64,72,73,74,75,89,115,129],cyradmin:72,cyradmn:209,cyrdeliv:242,cyrdump:[112,163,168],cyril:85,cyrsudb_db3:73,cyru:[0,1,2,3,4,5],cyrudb:75,cyrupload:[43,56],cyrus24:46,cyrus25:46,cyrus:[64,137,166],cyrus_conf:[172,352],cyrus_don:47,cyrus_group:[169,258],cyrus_imap_murd:7,cyrus_path:258,cyrus_prefix:[73,131],cyrus_us:[169,258],cyrus_user:258,cyrus_verbose:294,cyrus_version:112,cyrusarch:184,cyrusdb:[6,47,64,73,74,75,82,89,162,201,233,258,269,273],cyrusdb_db3_nosync:73,cyrusdb_lmdb_maxsize:44,cyrusdb_quotalegaci:82,cyrusdb_skiplist:74,cyrushost:273,cyrusimap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],cyrusisgreat:40,cyruslib:[50,159,167],cyruslibs:50,cyruslibs_dir:50,cyrusmeta:[187,188],cyrusmurd:[194,252],cyrussiev:220,cyrusv2:[40,172,352],cyruswork:45,cyrusworksrul:45,d5ec35c1414a:[58,59,60,62],daboo:232,daemon:[11,19,41,50,63,71,72,73,74,144,148,149,150,151,152,153,154,155,156,157,158,164,166,171,172,180,185,192,199,204,219],dai:[7,11,15,28,41,48,84,131,133,171,172,173,180,182,196,208,217,232,233,238,257,258,260,276,282,290,297,323,347],daili:[11,84,316],dam:282,damag:[41,213],damages:57,dan:350,danger:318,dark:[173,347],darrow:73,darth:[219,248],data:[3,4,6,7],databas:[1,4,5],database:18,datagram:[286,288],dataless:190,dataset:[190,213],datastor:[219,262],datastructur:200,datatyp:[84,131],datauuid:46,date:[27,41,57,64,72,112,127,148,155,156,157,158,172,180,181,190,192,194,204,219,252,258,260,281,282,290,295,297,317,337,347],datestamp:48,dav:4,dav_realm:258,dav_reconstruct:[133,137,171,256,258],dave:[84,127,346,350],davfilenam:[182,258],davi:350,david:[73,75,77,79,80,81,84,97,114,116,127],davnotificationsprefix:258,davtalk:46,davuid:[182,258],daylight:84,db3:[73,74,75,220],db4:[74,75,84,250],db_config:236,db_mail:18,db_mail_password:18,db_mail_us:18,db_passwd:18,db_recov:[75,191,246],db_stat:236,db_user:18,dba:6,dbdir:74,dberror:[74,84],dbm:72,dc814658a4d676789578bff3de35b45914abd774:295,ddmmyyyi:260,deactiv:[9,30,181,190,333],dead:[73,257,258],deadlock:[47,72,73,240],deal:[63,72,73,74,192,194,233,245,247],deanna:259,deb:352,debconf:171,debhelp:171,debian:[2,12,44,54,57],debug:[6,18],debug_command:[74,258,261,286,287,289,291,301,302,303,315],debugg:[74,241,261,286,287,289,291,301,302,303,312,315,317],decemb:347,decent:233,decid:[11,36,63,72,182,190,196],decim:[52,312],declar:[72,183,258,337],declarar:72,decod:[72,172],decompil:[204,314],decoupl:168,decreas:[72,249],decriptor:47,dedic:[7,71,180,213,261,350],deem:11,deep:[180,258,263],deeper:258,defaultacl:[41,177,258],defaultdomain:[40,148,150,151,152,153,154,155,156,157,158,172,258],defaultpart:[183,187,258],defaultpartit:[9,28,30,41,50,172,181,183,184,187,188,258],defaultsearchti:[50,183,188,258],defaultserv:[9,30,84,181,258],defeat:74,defect:72,defer:191,definit:[11,18,57,174,183,188],deflat:317,deflate:[58,59,60,62,63,337],degener:72,degrad:[72,230],degre:41,dekker:127,delai:[11,13],delaycompress:172,delayed_expung:125,deleg:176,delet:[8,11,13],delete_mod:[24,41,79,116],delete_unsubscrib:258,deleteacl:[179,282],deleteaclmailbox:41,deleted:[24,72,115,116,125,208,258,282],deletedmessag:208,deletedprefix:[24,79,208,258,312],deleteing:96,deletembox:41,deletemsg:41,deleteprun:[133,172],deleteright:[179,258],deletes:192,delight:338,delimit:[24,48,64,65,67,72,243,258,260,273],deliv:4,deliver:[75,342],deliverdb:[72,266],deliveri:4,delprun:[172,208,257],delsub:83,delta:[9,30,181,192,258],delteacl:282,demand:[100,213,234],demi:180,demot:217,deni:[6,73,85,172,179,192,194,216,273,274,289],denial:[6,74,172,194,273],denot:[229,355],dens:272,depart:349,depend:[7,9,11,30,36,41],depict:11,deploi:[4,15,60,179,247,316,347],deploy:[4,5],deployment:40,deployment_guid:9,deprec:[6,41,71,75,111,133,148,151,152,153,154,155,156,157,158,171,172,179,198,213,258,270,310,328,337,349,352],depth:[113,172],dereferenc:258,deriv:[41,57,192,213,240,310,316,333],derrick:350,des:72,describ:[3,8,12,18,27,41,47,52,56,64,72,135,179,184,190,204,213,215,219,257,258,259,268,316,342,347],description:48,descriptor:[47,52,72,75,106,148,150,151,152,153,154,155,156,157,158,257,258,261,287,289,291,300,301,303,315,320,327],deserv:5,design:[0,5,6,11,13],desir:[5,11,72,82,192,194,200,213,258,294,347,352],desktop1:355,desktop:[204,355],desno:350,despatch:[173,347],desper:204,despit:[47,55,172,185,194,223,352],desruisseaux:337,destdir:46,destin:[3,64,75,77,125,136,172,180,190,251,258,271,282,312,316,349,352],destroi:[43,56,71,318],desttier:316,desyncronis:163,detail:[6,11,12,18,41,44,47,52,56,57,63,69,71,72,75,77,82,83,85,96,97,129,133,171,174,180,181,182,183,184,187,188,189,190],detect:[12,26,70,73,75,84,85,107,125,126,129,133,134,137,145,148,155,156,157,158,161,162,166,168,211,212,220],determin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208],determinist:272,dev:[10,11,44,50,170,171,172,180,245,258,342,346],dev_3:352,devel:[11,33,44,192,223,340],development:170,devic:[3,4],devrandom:245,dfuch:73,dhe:[58,59,60,62,63],diacrit:258,diagnos:[44,72,236],diagnost:271,diagram:[11,196],dialog:355,dictat:[11,15,41,63,178],did:[19,38,43,56,72,130,172,201,204,258,267,338],didn:[72,129,137],die:[230,286],diesel:11,differ:[7,9,11,13,18,19,30,33,36,41,44,53,54,55,64,71,72,74,75,105,112,114,116,129,130,134,139,171,172,179],differenti:258,differnc:41,difficult:[12,190,225],digest:[5,41,44,68,74,105,258,281,282,326,327,329,330,331,332,334,335,337],digit:[41,72,129,240,258,260,285],dilail:349,dilyan:[114,116],dilyanpalauzov:168,diminish:[9,30,181],dir:[12,64,72,137,149,150,151,152,153,154,172,316,355],direct:[7,11,15,41,48,56,68,72,171,183,184,187,190,196,198,219,255,258,316,346],directli:[11,22,41,44,48,57,64,75,112,115,133,172,190,192,224,225,238,258,263,265,349,352],director:190,directori:[10,11,15,24,30,35],dirhash:[118,119],dirsrv:11,disabl:[11,12,18,19,24,25,33,41,44,63,64,68,72,73,74,75,77,79,85,88,97,114,116,121,131,133,143,144,171,172,182,190,196,201,204,235,245,258,261,276,286,287,289,291,301,302,303,315],disable_shared_namespac:[33,258],disable_user_namespac:[33,175,258],disadvantag:7,disallow:[41,72,232,282],disappear:[25,258],disast:[11,172,264,352],disavow:72,disc:282,discard:233,disclaim:57,disclaims:57,disclos:[143,258],disconnect:[72,136,159,192,232,258],disconnect_on_vanished_mailbox:[85,121,258],discov:[127,211,233],discoveri:11,discreet:258,discret:4,discretionari:[33,174],discuss:[15,40,41,47,50,64,161,178,180,182,183,192,200,208,244,247,251,340,346,355],disinfect:218,disk:[3,6,9,10],diskquota:27,diskus:[27,182,258],dispatch:71,displai:[6,8,33,45],display:[63,113,348],disposit:[72,337],disrupt:71,dissapear:230,dissappear:[133,238],dist:[43,73],distanc:[55,173,347],distcheck:56,distclean:72,distinct:[15,36,71,181,191,240,257,258,260,281],distinguish:[5,33,41,178,217,355],distribut:[2,4,6],distributor:19,distro:[44,171,172,192,213,352],ditto:190,divers:[337,350],divid:[3,11,28,68,72,122,183,217,257],dkim:[64,258,337,342],dlist:[6,162],dmarc:342,dmz:190,dnf:60,dnl:[172,352],dns:40,doabl:230,doc:[1,43,44,48,63,71,148,150,151,152,153,154,155,156,157,158,159,164,172,216,232,273,342,352,354],doc_3:352,docbook:355,docker:45,docsrc:[43,48,56],document:[0,1,11,13,15,18,19,27,40,41,43,44,46],doe:[3,5,7,8,11,13,19,27,33,35,36,41,46,53,58,59,60,62,63,65,67,68,70,72,73,74,75],does:[213,244],doesn:[0,18,19,33,41,43,46,56,64,72,73,74,79,85,115,117,122,135,137,172,179,182,190,208,216,227,247,257,258,273,317],doesnt:246,dohash:72,domain:[3,7,13,18,33],domainkei:[68,172,258,337],domainrelatedobject:258,don:[0,3,18,44,45,47,48,49,55,64,72,73,74,75,105,117,118,121,129,130,136,140,142,144,145,159,162,171,172,180,182,189,190,191,192,204,223,225,236,245,247,248,258,263,267,285,294,299,309,310,312,316,317,320,326,327,329,330,331,332,334,335,337,339],donald:131,done:[15,25,40,41,46,47,49,64,68,72,75,83,100,171,172,180,186,190,192,196,204,211,213,216,222,233,258,267,280,282,298,333,352],dopenssl_no_krb5:223,dormant:260,dos:[74,112],dot:[3,33,41,53,74,118,136,159,258],doubl:[75,113,194,257],doubt:113,doubtless:352,dovecot:[46,127,148,150,151,152,153,154,155,156,157,158,258],down:[36,71,72,74,129,133],downcas:243,downconvert:227,downgrad:[122,171,218,310],downloadurl:162,downtim:[192,349],dozen:36,dpc22:116,dperl_pollute:73,dpkg:[172,338,352],draft:[33,41,72,74,75,77,100,133,204,208,211,232,251,258,277,280,295,310,333],dragonfli:114,drastic:[97,252],draw:355,drawback:[190,347],drbd:[11,258],dread:[72,73],drive:[11,67,68,172,183,258],driver:11,drop:[72,133,148,149,150,151,152,153,154,155,156,157,158,167,194],drop_cr:229,dropcr:229,dropoff:72,dry:[146,192,290,322],dsn:72,dtend:6,dtstart:6,duck:[43,56],due:[41,68,73,82,101,125,133,134,163,171,172,180,220,236],dummi:258,dump:[72,74,75,92,118,180,185,191,194,220],dump_deliverdb:72,dupelim:72,duplic:4,duplicate_check:116,duplicate_db:[10,133,258],duplicate_db_path:[10,71,172,185,258],duplicate_mailbox_mod:277,duplicatedb:73,duplicatedeliv:[79,232],duplicatesuppress:[41,73,75,258],durabl:221,durat:[11,74,276],dure:[11,12,19,24,36,41,45,60,72,73,74,75,97,113,122,128,145,148,150,151,152,153,154,155,156,157,158,161,167,172,178,180,181,182,190,192,193,217,247,258,272,282,312,338],duse_setproctitle:144,dynam:[66,258],e503646e389f507777fb75eeacc2da0d2156016a:323,each:[3,6,7,9,11,13,15,19,27,28,30,31,33,36,38,40,41,43,52,56,71,75,84,114,115,125,133,148,149,150,151,152,153,154,155,156,157,158,171,172,173,175,178,180,181,183,187,188,190,191,192,193,194,196,200,202,203,208,213,214,219,221,226,230,236,240,248,257,258,259,260,263,264,271,273,278,284,285,289,297,300,311,316,317,347,352,355],eachoth:3,eager:73,earli:[169,258,347,349],earlier:[18,43,56,72,122,126,127,137,161,162,163,171,172,190,204,258,267],earliest:[238,258],earmark:12,easi:[41,190],easier:[0,18,35,72,74,133,134,176,220],easiest:[40,56,258],easili:[6,49,176,196,349,355],eat:72,eaton:[346,350],ebai:129,ecdhe:[121,133,258],ece:259,echo:[72,172,216,235,327,352],ecparam:[133,258],edda:[165,168],edg:[125,170],edit:[44,46,48,63,172,193,196,204,219],edithead:337,editor:[6,48,172],edu:[52,57,72,73,74,77,92,116,190,192,208,236,247,250,259,282,340],eest:281,effect:[5,9,30,36,47,68,72,82,133,172,179,183,192,204,213,217,233,258,277,312,316,337],effectiv:5,efficaci:28,effici:[11,13,35,71,72,73,126,192,213,252,258,317,325,349],efficienc:342,effort:[11,12,41,57,133,244],egd:73,ehlo:172,either:[6,9,11,18,19,22,30,36,41,44,63,68,71,84,161,171,172,173,176,178,190,191,194,196,198,199,201,204,208,213,219,223,224,238,245,257,258,260,279,282,284,308,312,316,346,347,349,352,355],el6:27,el6_6:[58,59,60,62],el7:323,elect:346,electron:[337,349],elfejoyeux:85,elimin:[11,35,72,73,80],elli:[56,180],ellie:[43,56,350],ellipt:[121,133,258],els:[0,43,56,63,247,341],elsewher:[15,47,196],email:[3,5,6,11,15,18,19,27,28,33,41,44,45,53,64,113,120,133],embarras:39,embed:[6,282],emerg:11,emiss:27,emit:[27,72,117,227,258,310,316],emori:77,empire:[46,173,347],emploi:[19,26,175,213,247],employe:19,empti:[6,11,30,33,68,72,74,75,83,85,117,136,165,181,183,187,188,192,194,238,258,312,316],empty:[238,312],emul:[64,258],enabl:[4,5,6,11],enable:[63,111,337],enable_event_notif:182,enable_experiment:72,enabled:[115,122],enclos:[72,257],enclosur:337,encod:[121,169,194,208,227,258,284],encode:[27,106,337],encompass:219,encount:[72,223,355],encourag:[57,190,322],encrypt:[5,18,36,68,72,192,258,287,289,301,303,326,327,329,330,331,332,334,335],enctyp:223,end:[3,11,27,28,40,47,52,55,56,64,65,67],end_command:52,endian:[73,161,162],endless:[26,230],endors:57,endpoint:249,endscript:172,energi:11,enforc:[5,36,60,232,258],engin:[72,166,183,188,258,316,317,319,346,349,352],engineer:345,english:258,enhanc:[11,55,57,73,74,75,100,121,131,133,159,161,205],enorm:11,enospc:11,enough:[41,47,169,172,180,181,196,237,245,247,258],enrich:133,ensur:[5,8,11,18,19,24,25,36,39,44,58,59,60,62,63,71,72,75,83,84,136,171,172,180,190,192,194,196,213,217,233,238,257,258,316,346],ensure:[43,46,56,83],enter:[43,56,58,59,60,62,63,172,204,273,286,355],enterpris:[2,12,13,44,57],entertain:33,entir:[11,25,33,41,47,48,63,74,77,83,106,120,171,173,180,182,186,190,192,194,196,208,217,218,238,258,276,279,280,294,300,316,347],entireti:282,entiti:[3,5,190,194,337],entri:[5,6,25,36,40,41,71,72,77,103,114,127,137,143,166,167,172,177,178,180,183,184,185,187,188,190,192,194,196,198,204,208,213,219,232,233,257,258,263,264,265,273,274,276,279,282,294,302,306,307,310,316,352],entropi:[245,258],enumer:[221,258],env:131,envel:323,envelop:[27,40,41,72,73,75,182,204,227,258],envelope:[72,117],envfromsmtp:40,enviorn:192,enviro:75,environ:[3,4],environment:[48,191],envset_lk_max_lock:236,envset_lk_max_object:236,envtosmtp:40,eof:[72,74,263],equal:4,equat:11,equi:258,equiv:[41,178,256],equival:[11,190,227,258,259,310],era:347,erat:[122,144,145,148,150,151,152,153,154,155,156,157,158],erdmann:229,erfrakon:111,eric:72,err:[41,75,216],errno:[52,74],error:[8,18,28,41,44,45,46,52,58,59,60,62,63,72,73,74,75,79,114,115,117,124,125,126,127,129,131,133,134,135,137,141,144,148,152,153,154,155,156,157,158,165,166,171,172,190,191,220],errors:48,escap:[74,208,216,242,258,273],escape:[172,204,216],esearch:[63,111,131,258,348],esh:92,esmtp:[172,337],esort:348,especi:[4,11,24,25,47,73,77,172,180,200,236,247,258,273],essenti:[44,171,192,219],essential:223,establish:[11,13,18,58,59,60,62,63,183,192,219,220],etc:[2,5,6,9,11,18,31,33,36,40,41,44,46,47,63,66,70],eudora:[74,258],evalu:[11,190],even:[0,3,11,15,18,19,36,40,41,43,53,60,72,73,74,75,84,116,125,127,169,170,172,179,190,192,203,213,216,219,223,237,238,258,263,276,282,284,316,326,327,329,330,331,332,334,335,349],event:[13,19,24,25],event_content_inclusion_mod:[182,258],event_content_s:[182,258],event_exclude_flag:[182,258],event_exclude_specialus:[182,258],event_extra_param:[182,258],event_group:[182,258],event_notifi:[182,258],events:[15,70,71,133,171,172,180,185,208,213,219],eventsourc:[148,150,151,152,153,154,155,156,157,158],eventu:264,eventual:[73,286],ever:[3,47,113,185,196,234,235,244,294,310],everi:[0,3,6,15,40,47,49,57,72,173,182,183,184,187,192,194,196,204,208,213,219,233,239,249,252,258,264,316,317,347,349],everydai:[11,40],everyon:[40,47,72],everyth:11,ex_tempfail:72,exact:[8,9,11,48,114,172,238,258,290,338,352],exactli:[11,26,48,84,172,179,258,290],exam:9,examin:[46,180,200,275,276,290,295,310,323,349],examine:[72,179,190,282],exampl:[3,5,9,11,18,19],example:48,example_of_freespace_most_selection_on_backend:9,example_of_freespace_most_selection_on_frontend:9,exampleisp:40,examples:48,exce:[41,201,258],exceed:[27,347,351],excel:[217,247],excempt:210,except:[11,47,63,65,67,72,181,191,238,258,282,349],exception:[13,238],exchang:[5,36,190],exclud:[7,9,30,181,190,192,194,258],exclus:[9,11,19,40,48,72,179],exclusion:4,exclusiv:263,exec:[131,333],exec_prefix:162,execut:[8,11,68,72,74,75,148,149,150,151,152,153,154,155,156,157,158,171,179,185,196,215,217,238,241,258,263,282,294,298,299,355],exercis:[11,213],exhaust:310,exim:[41,74,220],exim_dropcr:229,exist:[4,5,6,7,8,10,11,19,27,28,33,36,40,41,45,52,64,65,67,71,72,75,105,116,118,119,129,133,161,165],exists:[122,137,162],exit:[47,48,52,72,74,121,135,136,165,172,213,257,263],exitcod:72,exlud:3,expand:[11,64,258,278],expans:11,expect:[0,9,11,18,30,44,60,71,73,117,133,172,179,180,190,192,257,258,262,264,338,348],expens:[11,28,77,180,190,238,258,301,310,312],experi:[0,26,72,133,166,172,190,220,233],experienc:[230,339],experiment:[72,82,148,150,151,152,153,154,155,156,157,158],expert:[0,11],expertis:6,expg:[208,323],expir:[72,75,172,196,208,232,238,276,282,307,321],expirat:[196,276],expire:[24,25,172],expirenew:75,expiri:125,explain:[11,41,172,178,194,215,236,242,274],explan:[15,172],explicit:[0,83,257],explicitli:[9,30,44,82,172,173,179,181,204,258,312,316,337],exploit:[75,86,114],explor:192,explos:258,expos:[66,317],express:[41,44,48,73,258,263,351],expression:[204,337],expung:[13,24],expunge:[25,77,97,112,127,176,179,190,208,238,258,282],expunge_mod:[25,41,77],expunged:72,expungeprun:[133,172],ext2:233,ext3:233,ext4:11,ext:348,extend:74,extended:[63,111,115,134,148,149,150,151,152,153,154,155,156,157,158,258],extens:[27,44,52,72,73,75,77,81,89,111,115,148,150,151,152,153,154,155,156,157,158,172,192],extensibl:337,extension:[72,133,179,204,238,258,337],extensiv:[148,150,151,152,153,154,155,156,157,158,159,342],extent:[282,349],extern:[36,41,52,53,64,70,74,80,85,178,190,200,218,219,258,261,281,286,287,289,291,301,302,303,315,319],external:2,extra:[9,11,30,64,73,74,117,127,182,206,208,258,316],extract:[43,56,57,258],extraction:337,extraid:74,extrem:[11,52,192],extutil:44,fa6558da:266,fabric:[137,166],face:[6,180],facil:11,facilit:[11,25,38,92,133,192,196,238,258,323,346],fact:[0,3,5,19,36,47,73,172,187,190,192,238,352],facto:173,factor:[11,49,58,59,60,62,63,258,261,287,289,301,303,319],faculti:350,fail:[11,18,19,26,41,44,45,46,52,56,72,73,74,116,117,126,133,134,135,137,145,161,171,179,190,191,204,212,223,243,247,258,263,273,284,286,310,312],failedloginpaus:[129,258],failov:[11,171],failur:[3,6,11,41,52,74,102,116,120,122,126,131,133,135,137,143,146,161,165,166,172,174,180,189],fair:225,fairli:[72,234,352],fake:47,fall:[11,19,64,125,190,213,258],fallback:196,fals:[63,72,172,185,213,232,258,282,316],famili:[11,349],familiar:[11,49,171,180,225],family2:3,famou:[11,173,347],fanci:227,faq:[220,236],far:[11,36,47,72,192,242,282,289],fare:238,fart:72,fashion:[11,40],fast:[6,28,46,71,74,173,183,217,221,244,276,310,316,326,327,329,330,331,332,334,335,347],faster:[10,11,47,74,75,101,133,148,149,150,151,152,153,154,155,156,157,158,162,171,174,185,190,193,205],fastmail:[27,45,74,77,79,80,81,82,96,97,127,133,148,149,150,151,152,153,154,155,156,157,158,182,258,350],fastmailshar:258,fatal:[47,52,72,74],fault:325,faulti:11,favero:169,favor:258,favorit:[11,133,172],favour:[6,145,148,149,150,151,152,153,154,155,156,157,158,213],fax:57,fc20:323,fc21:323,fcntl:74,fdatasync:74,fear:171,feasibl:11,featur:[0,1,2,3,4,5,6,7,8,9,10,11,12],feb:[27,208,243],fed:[75,196,258,264,285,301],fedex:281,fedora:[2,12,54,57,58,59],fedoraproject:[11,323],feed:[11,13],feedback:[0,180,346],feeder:[75,301],feel:[11,66,171],felix:169,fenc:11,ferreira:350,fetch:[44,45,46,48,49,50,72,75,80,97,120,122,139,171,172,179,190,217,219,220],fetching:190,fetchnew:4,few:[3,5,11,36,41,48,56,71,72,108,131,180,183,190,192,217,219,225,233,246,247,258],fewer:11,fiber:[3,11],field:[6,18,41,127,139,163,172,178,183,185,187,194,200,257],fields:72,fifth:316,fig2dev:44,figur:[72,172,247,263],file:[0,1,2,3,4,5],filedescriptor:74,fileformat:269,fileinto:[19,33,74,81,133,204,255,258],filenam:[19,41,75,180,185,240,258,261,263,266,267,271,287,289,300,301,303,306,307,312,313,333,355],filename:27,files:48,filesystem:[3,4],filesytem:238,fill:[47,49,52,72,129,171,258],filter:[13,19],find:[5,6,11,41,43,44,45,56,68,127,129,133,144,171,172,183],fine:[46,75,180,229],finer:180,finger:[72,286],finish:[11,56,61,73,171,208],finishproc:52,finishrock:52,fire:235,firewal:190,first:[0,9,19,30,41,44,47,52,55,64,65,67,72,73,101,115,127,128,131,133,144,171,172,173,178,180,181,184,186,187,190,192,194,201,204,208,213,223,228,232,238,240,243,246,248,251,258,259,264,274,276,281,287,289,309,310,312,316,317,347,351,352,355],fit:4,fitness:57,five:74,fix:[41,43,44,46,55,56,72,73,74,75,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,100,102,103,106,107,108,109,112,113,114,115,116,119,120,121,122,123,124,125,126,127,128,129,130,131],fixdir:172,flag:[6,15,19,27,38,40,41,46,50,52,72,73,74,75,79,85,92,102,111,112,113,125,133,134,135,161,171,176,179,180,182,185,191,204,208,213,217,232],flagnam:[27,182,258,323],flags:[73,118],flaki:250,flap:130,flash:11,flat:4,flatten:272,fleme:[190,236],flex:[44,72,171],flexibl:[11,133,190,201,213,282,342],flight:172,flip:233,flock:74,flow:[26,27],flush:[72,77],flushseenst:[77,97,258],flux:11,fly:[19,97,129,258],fmt:52,focus:190,fold:[72,75,114],folder:[5,6,7,9],folders:[41,162,203,282,309],follow:[0,6,7,8,9,10,11,12,13,18,19,23,24,25,27,28,30,33,36,40,41,43,44,46,48,50,52,54,55,56,57,58,59,60,62,63,64,68,71,133,148,155,156,157,158,171,172,177,178,179,180,181,183,185,190,192,194,198,199,204,208,213,214,215,216,217,226,229,238,251,257,258,260,263,271,272,277,281,282,301,312,316,317,333,337,338,340,346,347,352,355],followup:[75,258],foo:[40,72,131,133,190,191,192,204,258,295,316],fool:238,foolproof:192,foolstupidcli:258,foot:11,footer:161,footnot:[11,27,36,133,238],footprint:[11,73],forb:57,forbidden:240,forc:[73,74,258,263,290,310,311,318,326,327,328,329,330,331,332,334,335],force_sasl_client_mech:258,forcibl:74,foreach:[84,146],foreground:83,foreign:216,foremost:11,forerunn:[173,347],forese:7,forev:[133,179,258],forget:[49,204],forgiv:74,fork:48,form:[5,40,41,57,63,64,72,171,178,194,217,238,257,258,261,282,287,289,301,303,312,319,349],format:[6,27,41,43],former:[11,15,71,133,172,198,238,257,352],formul:11,forth:11,forthcom:73,fortun:204,forward:[36,108,190,194,204,213,282,337,349],found:[9,30,44,45,52,55,104,105,107,108,120,127,137,173,190,211,216,220,222,236],foundat:133,founder:[46,347],four:[33,41,171,178,257],fourth:[213,264,316],fox:258,fpic:[44,46],fprintf:52,fqdn:3,fraction:[131,316],framework:45,francoi:350,freakin:247,fred:41,free:[9,30,47,49,52,64,72,75,100,101,133,136,181,183,187,192,200,201,258,310,342,351],free_cr:72,freebsd:[12,114,130,171,185],freed:[52,75,194],freeli:75,freenod:[172,339],freespac:[9,30,181,192,232,258],freez:220,french:3,frequenc:[72,213,214,239],frequent:[11,72,190,214,217],fresh:180,freshmen:347,fri:297,friend:[192,219],friendli:[162,339],friendlier:97,from:[2,3,6,7,9,11,13,15,18,19,24,25,26,27,28,30,33,35,36,38,40,41,43,44,45,46,47,48,49,50,54,55,56],front:[7,171,190],frontend:[3,4,7],frustrat:355,fs_get:74,fs_give:74,fsck:11,ftp:[43,56,57,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,162,163,164,165,166,167,299],fuch:73,fud:[72,73,74,131,256],fud_queri:286,fud_respons:286,full:[11,12,13,18,19,40,48,57,69,71,75,83,133,171,176,179,180,182,192,199,238,258,278,294,317,338,342,349],fulldirhash:[75,82,120,186,258,311],fulli:[3,11,12,19,33,36,40,41,133,179,181,190,204,247,258,282,301,311],fullnam:6,fulltext:316,functionproc:52,further:[3,11,15,40,41,49,66,74,171,174,179,185,190],furthermor:[71,196],futur:[7,11,72,133,134,145,189],fuzzi:[77,258,348],fuzzy:[168,258],g0241b22:56,gahd:169,gain:[172,217,349,352],garbag:[73,109],gardin:350,gari:[73,97],gatewai:[75,196,349],gather:74,gave:240,gcc:[44,50,73,85,116,135,148,152,153,154,155,156,157,158,164,223,226],gcm:[58,59,60,62],gdb:[46,220,235],geani:48,gener:[3,4,6],generate_compiled_sieve_script:[133,258],gentoo:[12,57],geograph:11,gesang:136,get:[0,1,2,7,9,11,18,19,27,30,41],getacl:[179,282],getent:[172,352],getgrent:[41,178,258],gethostnam:258,getinfo:134,getmetadata:[134,145,179],getnameinfo:74,getopt:282,getpassphras:129,getprotobynam:286,getquota:[84,190],getquotaroot:[131,169,190],getservbynam:72,getuid:72,getxstr:74,gfs:11,ghudson:72,giant:258,gif:258,gigabyt:[11,28,44],gilda:350,gile:127,git2:27,git:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56],github:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47],gitpython:48,give:[0,11,13,26,28,40,41,46,56,63,72,73,112,172,176,190,192,194,196,201,208,227,237,258,309,310,317,349,352],given:[9,11,30,40,41,60,64,72,73,74,133,137,148,150,151,152,153,154,155,156,157,158,172,176,179,182,190,192,194,196,198,200,201,203,213,241,242,244,252,258,260,271,273,274,276,278,281,282,290,294,295,296,297,309,310,313,314,316,323,328,352],glib:258,glibc:[82,88],glob:[72,82],global:[3,5,40,77,133,148,149,150,151,152,153,154,155,156,157,158,172,176,204,205],gloom:351,glusterfs:11,gmail:[85,266],gmt:297,gmtmoff_gmtim:72,gmx:115,gnarli:55,gnu99:[44,46],gnu:[44,50,172,282,340,352],goal:[347,349],god:247,goe:[15,33,43,56,72,196,219,238,239],gondwana:[127,346,350],gone:[72,171,238],good:[11,47,48,55,57,61,64,72,128,172,181,190,204,234,247,251,252,258],goof:73,googl:[55,341],got:[55,72,131,216],gotcha:189,gouaux:[73,74],gov:74,govern:[53,183,345],gperf:[44,171],gpfs:220,gpg:[43,56],grab:72,gracefulli:72,grade:[11,217],grain:75,gramar:162,grammat:258,grand:196,grant:[18,41,176,177,190,258,282,284],granular:[133,180],granularli:133,great:[7,41,46,55,133,172,173,247,347,351,352],greater:[19,25,75,77],greenfield:350,greet:[81,258],greg:[72,127,350],gregorian:[226,337],grep:[18,208,273],greylist:323,groff:171,gross:72,group:[5,7,11,19,35,36,41,43,44,46,56,72,75,113,121,169,171],groupadd:[172,352],grow:[7,9,11,28,30,181,196,220,238],growth:[190,249],grundman:350,gss:[68,326],gssapi:[44,190,204,352],guarante:[5,7,47,57,60,83,171,190,192,221,349],guard:47,guest:11,gui:[22,57,64,65,68,247],guid:0,guidanc:[171,346],guide:40,guidelin:0,guilherm:350,guimard:161,gzip:180,hacmp:247,had:[5,6,72,127,130,161,163,166,173,190,192,238,247,270,312,347],haferkamp:[133,350],hagberg:72,hajimu:75,half:[72,233],ham:27,hammer:127,hand:[11,72,83,116,173,176,180,190,200,258,347,355],handl:[6,15,41,52,56,72,73,74,75,85,88,89,97,104,105,106,108,111,112,113,114,121,122,125,126,131,134,139,141,146,148,149,150,151,152,153,154,155,156,157,158,162,164,165,169,171,172,179,180,190,193,213,229,236,247,257,258,302,326,327,329,330,331,332,334,335,342,349],handler:165,handshak:6,hang:[72,193,220],hangout:[55,341],hangup:294,happen:[3,4],happi:[106,247,310],happili:11,hard:[36,41,72,73,129,135,172],hardcod:161,harder:190,hardlink:130,hardwar:[11,56,190,233,352],harm:[11,220],harmless:258,hash:[72,73,74,75,79,172,174,180,183],hashimapspool:[172,186,258,311],hashtabl:[9,30],hasn:[6,33,190],hasnochildren:[135,208,282],hat:[2,12,57],hav:258,have:[0,3,5,6,7,8,9,11,15,18,19,22,24,25,27,28,30,33,36,40,41,43,44,45,46,47,48,49,50,53,55,56,57,63,64,65,66,67,68,71,72,73,74,75,77,82,114,129,133,137,138,144,148,151,152,153,154,155,156,157,158,160,161,162,168,169,171,172,173,177,178,179,180,181,182,183,184,187,188,189,190],have_acte_krb:72,have_libdb:72,haven:[18,46,73,75,241],hba:[3,11],hdd:[11,217],hdrfromsmtp:40,hdrsize:[295,323],head:[7,43,56,64,100,247,348],header:[12,41,44,47,72,73,74,75,88,92,95,97,106,107,108,109,113,114,115,117,121,122,134,139,148,150,151,152,153,154,155,156,157,158,169,182,183,187,188,196,211,214,217,220,223],headerbodi:[182,258],health:11,hear:[11,54],heart:257,heartbeat:258,heat:[173,347,351],heavi:[75,89,196,236,349],heimdal:[82,171],heino:[73,114,121,131,134,143,144,350],heirarchi:[22,33],held:[6,18,35,48,55,75,114,263,341],hello:[73,172,295],helpdesk:26,helpfil:48,hen:73,henriqu:[74,75,112,350],her:[19,33,43,56],herdomain:40,here:[11,12,15,27,33,40,41,43,46,49,56,63,71,72,73,75,133,171,172,180,183,185,188,190,192,196,201,221,230,238,246,257,258,318,348],herodotu:[173,347],heurist:281,hex:[208,258],hhmm:257,hidden:11,hide:[77,79,176],hierarch:[33,72,73,258],hierarchi:[11,13,19,24,27,30,33,34,41,53,64,65,66,67,72,73,74,79,80,133,134,136,177,181,185,190,196,201,202,208,209,238,258,282,295,310,349],hierarchical:72,high:[6,7,11,15,36,71,72,77,171,174,190,196,214,217],higher:[11,15,19,27,30,44,68,71,201,213,230,258,261,287,289,294,301,303,319],highest:[6,30,295],highestmodseq:97,highli:[173,247,252,349],highlight:[48,355],him:[28,204],hinder:[173,347],hint:73,hisdomain:40,histor:[25,258,347],hit:[73,172,180,258],hmh:[74,75,112],hoeger:[73,133],hold:[5,7,11,35,41,47,53,74,133,171,180,190,194,217,219,238,263,352],hole:83,holidai:39,holschuh:[74,75,112,350],home:[40,64,107,172,185,192,204,217,236,258,293,355],honest:172,honor:[72,73,347],honour:[44,138],hook:219,hope:0,hopefulli:[72,73,74,190],horizont:[12,36,41,189,192],horribl:[247,311],hors:[173,347],host:[3,4],hostmast:33,hostnam:[40,41,68,72,172,194,213,219,227,257,258,285,286,301,312,326,327,329,330,331,332,334,335],hostname_mech:258,hostname_password:258,hosts_access:257,hot:[180,183,219,252,258,265],hour:[43,56,72,84,171,172,196,213,233,249,257,258,263,276,307,316,323],hourli:[56,70,281],hous:196,housekeep:73,how:[0,1,9,11,24,30,31,33,41,43,44],howard:74,howev:[3,5,7,9,11,12,36,54,57,74,133,171,179,184,190,191,192,194,212,221,227,229,235,236,238,243,252,258,347],howto:[36,174],hpux:72,href:103,hsk:[88,131],hsts:337,html:[43,48,50,56,66,75,85,148,150,151,152,153,154,155,156,157,158,232,236,258,273,281,352],hton:72,http:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67],http_timezon:100,httpallowcompress:258,httpallowcor:[105,258],httpallowedurl:[104,258],httpallowtrac:258,httpauth:337,httpbi:337,httpcontentmd5:[107,258],httpd:[44,63],httpdocroot:[66,68,103,258],httpkeepal:258,httpprettytelemetri:[105,258],https:[57,68,137,138,160,161,167,168,169],httptest:256,httptimeout:258,hudson:72,human:[6,11,208,258],humili:11,hundr:[36,111,247],hung:[80,258],hurt:[74,208],husband:19,hybi:337,hypertext:337,hypervisor:11,hyphen:355,hypothet:30,ian:[122,145],iana:[64,71],ibm:247,ical:[46,165,352],ical_obj:6,ical_uid:6,icalendar:[6,64,68,101,106,108,337],icu4c:352,icu:[44,161],idea:[0,44,55,61,180,190,234,247],ideal:[11,38,47,180,190],idealli:171,ident:[5,41,72,178,204,222,258,260,326,327,329,330,331,332,334,335],identifi:[3,5,14,27,33],identified:18,idl:[12,26,44,46,71,73,75,78,84,85,133,135,136,144,164,169,171,172,185,199,212,256,257,258],idle:[12,58,59,60,62,63,73,75,78,122,136,172,258,288,337],idled:4,idlesocket:[71,172,185,199,258],idx_ical_uid:6,ietf:[23,77,106,232,258,333],ignor:[41,65,67,72,73,83,97,137,161,179,257,258,259,272,276,277,286,312,355],ignore:[284,287,302,310,337,355],ignorequota:337,ignorerefer:258,ihave:[196,258,337],iii:[11,345],ill:11,illustr:[3,11,36,41,48,179,213],ilovecyru:40,imag:[3,11,36,45,190,247,355],imagin:[11,28,184,187,217,247],imailbox:290,imap2:349,imap2bi:349,imap4:[58,59,60,62,72,173,179,215,337,345],imap4flag:[258,337],imap4rev1:[52,58,59,60,62,63,72,289],imap:[3,4,5,6],imap_quotaroot_nonexistent:72,imap_remot:240,imap_uid:6,imapclon:162,imapd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],imapd_3:352,imapd_conf:[172,352],imapext:232,imapflag:[204,258],imapidlepol:258,imapidletimeout:[122,136,258],imapidrespons:258,imapmagicplu:[75,258],imapnew:206,imaprev1:111,imaps:[13,172],imaptalk:46,imapus:[172,352],imaputf7:[46,171],imapv:72,imapwiki:54,imb:[88,131],imclient:51,imclient_addcallback:52,imclient_autent:72,imclient_authent:52,imclient_clearflag:52,imclient_clos:52,imclient_conn_nonsyncliteral:52,imclient_connect:52,imclient_eof:52,imclient_getselectinfo:52,imclient_havetl:52,imclient_proc_t:52,imclient_processoneev:52,imclient_repli:52,imclient_send:[52,72],imclient_servernam:52,imclient_setflag:52,imclient_starttl:52,imip:[148,150,151,152,153,154,155,156,157,158,258,337],imipnotifi:[148,150,151,152,153,154,155,156,157,158,258],immedi:[11,15,24,25,30,41,77,79,84,116,129,133,179,194,238,239,245,258,263,312,346],impact:[5,7,8,11,71],impad:293,imperit:11,implement:[4,6],implementation:204,implementor:176,impli:[11,179,238,261,287,289,301,303,319,322],implic:[5,11,75,215],implicat:171,implicit:[3,5],implicit_owner_right:[41,177,258],implicitli:[41,64,177],implicitownerright:80,implied:57,important:[72,75,171,172,355],importantli:[11,349],impos:[41,72],imposs:190,impost:5,impract:11,impress:11,improperli:[72,227,258],improv:[71,72,73,74,75,114,117,133,135,146,162,186,190,193,258,273,348,349],improve:[72,74,75,79,120,139,148,149,150,151,152,153,154,155,156,157,158,162,163,348],improved_mboxlist_sort:[96,118,145,258],improvement:74,imsp:[52,71,72,73,172,190,198,282,327,352],imspd:72,imtest:[58,59,60,62,63,72,73,74,94,129,166,172,256,326],inabl:11,inact:[41,258,265],inadvert:[64,179],inbound:[180,219],inbox:[3,19,20,27,33,36,40,41,64,65,66,67,72,73,74,77,79,84,117,121,129,133,134,159,177,190,192,201,204,210,211,217,220,232],inboxe:[41,80,177],inbuilt:171,inc:[62,333],incdir:[12,44,74],inclin:11,includ:[0,8,10,11,12,13,18,19,24,25,27,33,41,43,44,46,47,48,52,55,56,57,58,59,62,63,66,68,72,74,75,77,92,108,112,116,118,119,129],include:[36,72,74,148,149,150,151,152,153,154,155,156,157,158,204,258,337],including:57,includion:25,inclus:[24,49,111,148,151,152,153,154,155,156,157,158,190],incom:[19,64,75,172,190,193,196,201,204,220,230],income:191,incompat:[83,204],incomplet:[72,87,115,127,180,200,213],inconsist:[41,133,145,190,192,309],incorpor:[11,19,48,49,55],incorrect:[72,83,84,117,127,129,172],incorrectli:[72,74,134,295],increas:[10,11,35,74,79,83,129,135,192,193,213,233,236,239,252,258,263,271,294,312,316],increat:129,increment:[72,81,148,153,154,155,156,157,158,316],incur:11,inde:252,indefinit:[80,238,258],indent:[258,272],independ:[41,47,72,180,190,196,203,213,317,337,349],index:4,index_check:73,index_search_evalu:72,index_searchcachehead:73,index_upgrad:126,indexfrom:316,indic:[11,12,18,46,52,83,133,179,190,192,194,232,236,246,258,273,282,310,316,328,355],indicat:[232,282],indirect:57,individu:[3,7,11,24,28,34,38,41,77,120,133],ineffici:[120,316],inet6:171,inet:352,inet_aton:286,inetd:72,inetdomainbasedn:258,infect:[70,281],infin:260,infinit:[11,116,129,167,223,258],influenc:263,info:[11,33,38,41,43,46,56,72,73,74,161,196,202,204,208,209,223,225,258,276],inform:[3,5,6,7,11,12,14,22,24,28,30,34,35,36,38,41,46,49,52,54,64],informat:[20,21],infrastructur:[3,4,5,11,19,36,43,56,133,136,213,349,350],inher:[122,219],inherit:[33,41,196,276,282,316],ini:[46,241],inifil:[46,171],init:[47,48,171,172,352],initgroup:73,initi:[9,11,19,30,41,52,72,73,74,75,97,172,177,180,181,194,199,213,257,258,291,294,316,326,327,329,330,331,332,334,335,348,352],initiat:337,inject:[129,232,282],inlin:11,inmsg:52,inn:[72,196],inner:74,innosoft:227,inod:6,inode:6,input:[49,52,72,200,261,263,264,267,269,284,287,289,291,300,301,303,312,315,317,320,323,355],inquir:346,inscur:337,insensit:[72,74,258],insert:[11,18,41,64,81,117,176,178,179,194,196,208,213,243,257,258,282,284],insid:[27,33,40,73,74,172,200,204,208,352],inspect:[43,271,272,277],inspir:[73,97,180],inspire:84,instabl:226,instal:[3,11,12,19,40,41,44,46,48,50,54,56,58,59,60,61,62,63,64,68,69,70,71,72,73,74,75,85,133,137,148,149,150,151,152,153,154,155,156,157,158,160,163,165,166,171,172,180,192,196,208,213,217,219,223,225,226,241,247,258,281,282,298,326,329,332,336,339,342],install:[2,42,44],installat:[7,54],installbinsymlink:[148,149,150,151,152,153,154,155,156,157,158],installsiev:[72,256],installt:63,instanc:[3,9,11,13,30],instant:[11,337,350],instanti:192,instead:[11,18,19,25,36,41,47,48,49,55,71,72,73,74,75,84,133,135,136,148,152,153,154,155,156,157,158,165,179,186,190,192,193,213,232,238,242,251,255,258,266,267,282,285,290,291,294,299,303,310,312,326,327,328,329,330,331,332,333,334,335],instruct:[18,40,41,43,44,48,50,54,56,61,134,135,136,137,138,139,140,141,142,143,144,145,146,159,160,161,162,163,164,165,166,167,168,169,171,202,213,241,319],instruction:45,instrument:73,insuffici:190,insur:190,int64:46,int_date:[295,323],intal:171,integ:[9,30,44,72,90,144,181,257,258],integer:[6,257],integr:[5,46,49,50,63,64,72,75,77,136,137,148,149,150,151,152,153,154,155,156,157,158,258,261,287,289,301,303,319,326,327,329,330,331,332,334,335,342,348],intel:72,intellig:[133,181],intend:[3,11,12,41,180,189,192,297,349,352],intens:[11,215,267],intent:[15,25,272,277],inter:40,interact:[11,48,72,75,80,116,172,190,196,247,258,267,282,308,326,327,329,330,331,332,333,334,335,336,337,352],interchang:[190,337,349],interest:[6,11,12,54,55,57,61,171,180,182,190,251,339],interfac:[7,11,36,40,41,44,49,52,71,72,73,75,172,176,178,198,199,206,227,257,258,286,352],interfer:[133,213],interim:45,interleav:190,interm:72,intermedi:[11,72],intermeta:73,intern:[11,33,36,41,48,53,66,72,73,75,148,150,151,152,153,154,155,156,157,158,192,211,216,227,232,233,255,258,262,273,282,325,349],internal:33,internald:[120,130,258,282,297,310],internaldate:[97,258],internaldate_heurist:[120,258],internation:72,internet:[3,13,45,71,172,173,198,257,291,337,349,350,352],interoper:71,interpret:[11,44,181,227,238,263,271,284,312],interrupt:[11,36,145],interv:[81,180,232,233,257,258,294,317,323],interven:[133,190],intervent:180,intial:72,intra2net:115,intra:40,intro:[284,297],introduc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],introduct:42,intuit:5,invalid:[72,73,113,114,136,159,180,227,258],invari:73,invent:[173,347],inventor:173,inventori:337,invert:290,invest:11,invis:161,invisbl:179,invit:[64,339],invoc:[48,180,213,263,271,323],invocat:205,invok:[15,41,52,74,122,172,180,204,211,213,219,258,261,263,281,282,287,289,291,300,301,303,310,315,316,320,352],invoke:174,involv:[0,13,47,73,75,118,171,193,244,348],ioerror:[159,310],iolog:258,ionic:316,ios:[145,165],ipaddr:286,iphon:[117,131],ipop3d:117,ipurg:[48,73,74,84,113,125,146,159,169,256],ipv4:[257,258,312],ipv6:[74,75,257,258,312],irc:[55,56,172,213],irrelev:19,irretriev:238,irrit:355,isc:299,ischedule_dkim_domain:258,ischedule_dkim_key_fil:258,ischedule_dkim_selector:258,iscsi:3,ismemb:278,isn:[0,11,18,47,55,72,75,101,122,148,150,151,152,153,154,155,156,157,158,172,192,208,245,251,253,350],iso8601:46,iso:[27,72,258],isode:350,isol:190,issu:[11,27,36,41,43,49,55,56,58,59,60,62,63,72,73,74,75,78,79,80,81,82,83,84,89,92,95,96,97,115,127,129,133,148,151,152,153,154,155,156,157,158,163,171,172,179,181,190,192,194,209,215,238,243,258,295,310,326,327,329,330,331,332,334,335,338,346,355],ital:[48,355],item1:181,item2:181,item3:181,item4:181,item:[6,11,33,40,41,46,80,128,148,149,150,151,152,153,154,155,156,157,158],iter:[56,74,213,316],iterat:337,itip:[64,337],itself:[6,11,35,41,48,53,54,58,59,62,63,72,74,182,183,185,192,213,219,226,238,257,258,282,294,316],iversen:72,j16:46,jack:172,jakob:169,jame:33,jan:[127,282,295],jane:[3,18,19,27,33,36,309],janepas3:18,janepass:18,janitor:294,jansson:[44,108,135],jarosch:[88,115,142,144],jarosh:122,jason:[162,168],javascript:66,jbro:258,jcal:[108,337],jdoe:[3,5,19,211],jean:350,jeff:72,jeffrei:[346,350],jen:[122,144,145,148,150,151,152,153,154,155,156,157,158,350],jena:[88,131],jenkin:45,jenkins:45,jeremi:[74,77],jeroen:[136,346,350],jessi:[44,45,352],jessie_al:352,jessie_amd64:352,jfs:247,jhoward:74,jim:72,jimson:73,jj12:259,jmap:[148,149,150,151,152,153,154,155,156,157,158,159,162,163,166,227,348],job:[41,45,72,133,180,213,238,257],john:[3,5,19,27,28,33,36,53,72,73,77,146,208,210,213,214,242,260,262,282,309,323,350,355],johnsmit:323,johnsmith:[267,277,323],join:[7,55,172,220],jonathan:165,josh:162,journal:233,journei:[173,347],jpeg:258,jsmith:[295,296,297,310],json:[271,272,309,337],jtampli:77,judgement:[11,247],jul:[295,297],juli:192,julien:[88,114,121,131,133],junk:[19,143,182,204,258,280],just:[0,3,11,18,36,39,41,43,47,48,55,56,72,73,74,83,129,143,161,168,172,180,186,188,189,190,191,192,194,205],justgotspammedlot:276,justifi:[55,214],jwz:73,jy9o:259,jyager:259,kamen:165,katu:114,kbyte:[6,48,290],kde:11,keep:[12,15,26,41,47,49,63,64,72,73,79,104,133,171,172,180,181,183,190],keepal:[113,258],kei:[4,5],ken:[72,73,74,116,223,346,350],kept:[7,74,148,150,151,152,153,154,155,156,157,158,171,180,190,192,196,239,244,258,320,328],kerber:[71,172,198,303,352],kerbero:[5,13],kerberos_v4:[41,190,192,204,326,327,329,330,331,332,334,335],kernel:[11,217,235],key:6,key_fil:52,keyboard:52,keycap:355,keyfil:[143,282,326,327,329,331,332,334,335],keyout:172,keytab:5,keyword:41,kib:[9,30,181,192,258],kick:[11,33,36],kick_mupd:116,kiev:281,kill:[85,233,247,294],kilobyt:[15,19,34,41,201,203,258,282],kind:[6,33,172,182,238,258,337],kinda:46,king:46,kingdom:351,kirk:33,kleinespel:350,knight:40,know:[3,5,7,9,30,31,40,41,44,46,47,55,56,68,84,171,172,179,180,181,187,190,204,206,219,223,258,289,338],knowledg:72,known:[4,5,7],kolab:[27,217,350],kolab_3:27,kolbu:350,konold:111,korreio:57,kpop:[13,35,41,71,72,172,192,198,303,349,352],kravchenko:73,krb5:[44,220],krb5_enctyp:223,krb:[41,178,256,258],krb_pt:72,krb_sasl_client:52,krbck:72,krbimpl:44,kristof:[114,350],kssl:220,kssl_build_principal_2:223,kssl_cget_tkt:223,kssl_check_auth:223,kssl_ctx:223,kssl_ctx_setkei:223,kssl_ctx_setprinc:223,kssl_ctx_setstr:223,kssl_sget_tkt:223,kssl_validate_tim:223,kueck:160,kxte:[58,59,60,62,63],label1:258,label2:258,label3:258,label:[206,227,355],lack:[11,47,75],lag:[9,30,181,192,258],lai:11,laid:48,lam:282,lappend:72,laps:[9,30,181],larg:[7,9,11,13,18,24,25,27,28,30,33,36,47,72,73,74,75,77,111,170,172,180,181,182,183,190,193,208,215,217,220,230,233,238],larger:[4,11,15,19,33,36,75,180,190,214,258,290,317],largest:[11,15,41,47,108,133,181,258,351],larri:[74,350],last:[6,39,72,75,135,171,172,184,187,204,213,232,233,258,282,285,286,295,316,323,352],last_uid:163,lastfailedbuild:45,lastpop:[75,232],lastupd:[232,295,323],latch:258,late:72,latenc:[11,71],later:[11,24,25,50,56,72,77,79,122,133,148,152,153,154,155,156,157,158,161,171,172,173,180,181,199,201,214,217,227,229,238,258,323,347,349,351,352],latest:[12,44,45,46,57,64,72,75,170,171,190,219,225,258,263,310,342,352],latter:[15,43,56,190,208,245,257,258,316],lauri:350,layer:[5,11,36,41,47,63,68,72,73,74,82,83,174],layout:[72,201,213,214,258],lazi:[72,172],lcyru:52,ldap:[5,11,13],ldap_authz:258,ldap_bas:258,ldap_bind_dn:258,ldap_ca_dir:[133,258],ldap_ca_fil:[133,258],ldap_ciph:[133,258],ldap_client_cert:[133,258],ldap_client_kei:[133,258],ldap_deref:258,ldap_domain_base_dn:258,ldap_domain_filt:258,ldap_domain_name_attribut:258,ldap_domain_result_attribut:258,ldap_domain_scop:258,ldap_filt:258,ldap_group_bas:258,ldap_group_filt:258,ldap_group_scop:258,ldap_id:258,ldap_mech:258,ldap_member_attribut:258,ldap_member_bas:258,ldap_member_filt:258,ldap_member_method:258,ldap_member_scop:258,ldap_password:258,ldap_realm:258,ldap_referr:258,ldap_restart:258,ldap_sasl:258,ldap_sasl_authc:258,ldap_sasl_authz:258,ldap_sasl_mech:258,ldap_sasl_password:258,ldap_sasl_realm:258,ldap_scop:258,ldap_serv:258,ldap_size_limit:258,ldap_start_tl:258,ldap_time_limit:258,ldap_timeout:[135,258],ldap_tls_cacert_dir:[133,258],ldap_tls_cacert_fil:[133,258],ldap_tls_cert:[133,258],ldap_tls_check_p:[133,258],ldap_tls_ciph:[133,258],ldap_tls_kei:[133,258],ldap_uri:258,ldap_use_sasl:258,ldap_user_attribut:258,ldap_verify_p:[133,258],ldap_vers:258,ldflags:[50,224],lead:[19,27,53,190,192,213,245,258,349,350],leak:[46,47,64,72,73,74,75,97,104,105,107,108,118,122,133,136,137,139,162,169,171],learn:[0,11,172,196,225],least:[3,11,47,50,63,75,172,179,180,183,187,190,192,213,217,227,233,238,246,257,258,259,260,261,276,290,297,310,316,352],leav:[24,46,64,65,67,83,85,145,192,223,258,294,323],lee:[143,145,148,150,151,152,153,154,155,156,157,158],leena:[73,114,121,131,134,143,144,350],leewai:258,left:[72,77,95,120,192,213,227,258,284,312,326,327,328,329,330,331,332,334,335,350,355],legaci:[6,41,43,111,144,151,179,270],legal:[57,74],lemonad:337,length:[41,72,75,89,172,208,258,286],lengthen:213,less:[6,9,11,30,43,73,107,108,128,134,161,171,180,181,185,190,213,217,236,238,258,263,310,349],lessen:73,let:[11,36,72,171,172,180,184,187,192,236,352],letter:[41,186,190,240,258],level:3,levenshteinx:46,leverag:213,lex:[44,46,72,75],lexer:[72,73],lhlo:81,liable:57,lib64:226,lib:[11,12,44,47,50,72,73,133,171,172,185,201,204,208,211,212,213,214,216,217,223,226,233,246,258,267,269,273,288,298,316,317,352],libacap:73,libanyev:46,libari:72,libbrotli:44,libbsd:[44,46,171],libcal:46,libclamav:226,libclon:[46,171],libcom_err:72,libcomerr2:63,libconfig:[46,171],libcrypto:226,libcunit1:[44,171],libcurl:258,libcyru:[47,52,72,74,75,352],libcyrus_imap:[44,160,162],libcyrus_init:47,libcyrus_min:75,libdata:46,libdatetim:[46,171],libdb5:[44,63],libdb:[44,171],libdigest:171,libdir:[12,44,74],libencod:[46,171],liber:258,libexecdir:[148,149,150,151,152,153,154,155,156,157,158],libfil:[46,171],libglib2:171,libic:[44,68,100,146,171,172,220],libicu:44,libimap:47,libio:[46,171],libjansson:[44,171],libjson:46,libldap2:[44,171],libmag:46,libmariadb:44,libmim:46,libmysqlcli:[44,171],libnet:[46,171],libnew:[46,171],libnghttp2:44,libpam0g:171,libpcre3:[44,171],librari:[0,12,41,42,44,46],libressl:[137,166],librt:[137,162],libsasl2:[44,63,171],libsasl:[72,73],libsnmp:[44,171],libsqlite3:[44,171],libssl:[44,171,226],libstr:46,libtest:[46,171],libtext:46,libtool:[44,72],libunix:[46,171],liburi:171,libuuid:44,libwrap0:171,libwrap:73,libwrap_init:73,libxapian:[44,171],libxml2:[44,108,171],libxml:[44,46,161,171],libzephyr:171,licens:[2,27],life:[60,163,257,355],lifetim:321,light:[11,71],lightn:[6,44],lightweight:[71,172,194,198,199,352],liinu:73,like:[0,3,5,7,11,15,16,17,18,19,26,29,30,33,34,36,37,41,43,46,47,48,52,56,63,71,72,96,161,166,171,172,179,180,182,184,190,191,192,194,196,200,204,208,213,216,219,223,225,226,230,236,241,243,247,257,258,261,265,267,273,281,286,287,288,289,291,294,300,303,310,312,316,319,320,327,339,348,352,355],likelihood:11,likewis:[72,73],limit:[4,5,6,7],limitless:249,lin:115,line:[11,18,41,43,44,46,47,50,55,56,63,71,72,73,81,113,127,133,163,172,173,178,180,192,194,196,198,204,206,208,213,219,229,238,240,241,250,257,258,259,260,263,267,269,273,279,281],liner:208,lines:[295,323],link:[11,41,42,43,44,47,48,52],linkag:[56,219],linkend:9,linker:226,lint:[171,277,348],linux:[2,11,12,18,19,44,50,57,60],list:[0,3,4,5],list_curv:[133,258],list_fe:104,listacl:282,listaclmailbox:41,listaclmamilbox:41,listen:[18,63,71,73,137,166,172,180,182,185,190,192,194,196,198,199,204,206,213,219,249,257,258,261,286,287,289,291,294,300,302,303,316,319,320],listext:[58,59,60,62,73,111],listmailbox:[40,134,208],listquota:41,listquotaroot:[41,209,210],listrights:[179,282],liter:[3,33,36,52,72,74,114,194,337,355],literal:[52,58,59,60,62,63,129,258],literalminu:258,littl:[72,73,97,217,244,339],live:[6,11,36,45,67,72,74,133,171,172,186,190,192,204,249,258,267,286,288],liveli:180,lkxa:258,lmdb:4,lmr:74,lmtp2nntp:[196,258],lmtp:[8,40],lmtp_admin:[41,75,192],lmtp_allowplaintext:75,lmtp_downcase_rcpt:[74,243,258],lmtp_fuzzy_mailbox_match:77,lmtp_over_quota_perm_failur:[41,201,258],lmtp_strict_quota:[41,201,258],lmtp_strict_rfc2821:258,lmtpa:27,lmtpd:[19,40,41,63,73,75,77,121,122,124,129,134,144,163,165,166,169,172,185,192,199,201,204,213,219,230,235,236,239,241,256,257,258,266,284,287,289],lmtpengin:[73,75],lmtpproxyd:[63,74,75,77,191,192,193,230,256],lmtpsocket:[71,172,185,199,258,352],lmtptest:[74,256],lmtptxn_timeout:258,lmtpunix:[27,63,172,243,257,287,289,291,300,303,319,320],load:[5,6,7],loader:[44,185,199,308],loc:143,local0:258,local4:72,local6:[41,72,172],local7:258,local:[3,5,6,7,11,36,40],local_rule_0:196,localdefs:223,localdomain:204,localhost:[18,28,41,58,59,60,62,63,172,193,196,204,257,258,282,285],localpart:[40,136],localtim:208,locat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182],lock:[4,5,6],lock_expir:6,lock_own:6,lock_ownerid:6,lock_token:6,locker:[74,220],lockfil:240,lodg:0,log:[3,5,11,13,18,19,40],log_debug:258,logfil:294,logic:[3,5,7,11,72,125,131,265,290],login:[3,5,18,19],login_sasl_cli:52,login_unix_getspnam:72,login_unix_pwcheck:72,login_unix_shadow:72,logindisabled:[58,59,60,62,63],loginrealm:[41,258],loginuseacl:[41,74,258],logout:18,logrot:172,logtimestamp:[72,258],longer:[11,25,72,73,74,75,77,82,117,120,121,122,133,134,135,136,137,139,142,143,144,145,146,159,160,161,162,163,165,166,167,168,169,171,179,190,193,194,213],longest:83,longev:249,longstand:73,look:[11,18,33,36,40,41,43,46,47,48,56,66,72,73,131,133,166,172,185,190,191,192,219,220,226,236,247,258,282,295,348],lookup:[40,41,64,74,75,176,177,179,190,196,222,258,276,282],loop:[72,73,74,112,116,167,251],loopback:206,loos:[28,190],lose:[7,11,128,135,166,171,190,192,233,247],loss:[11,57,134],lost:[41,45,120,130,180,192,213,221,243,297],lot:[6,24,46,73,80,115,116,128,129,148,149,150,151,152,153,154,155,156,157,158,172,180,181,186,196,204,230,239,325,352],love:[27,48,54,55,171,247,348],low:[47,190,217,258,285,340],lower:[15,27,190,249,258],lowercas:[74,258],lowest:[9,30,181],lpthread:224,lqm:282,lqr:282,lrp:41,lrsp:41,lrswip:41,lrswipkxt:282,lrswipkxtea:[41,267],lrswipkxtecda:41,lrwipkxtan789:64,lrwipkxtan9:64,lrwipkxtan:64,lsb:171,lseek:47,lsub:[72,96,112,116,128,131,190,192,258,282,337],ltd:350,ltmp:133,lucent:92,luck:72,luke:40,lukecag:40,lun:3,lvm:11,lwi:41,lwn:11,lyndon:72,lynx:169,machin:[11,40,74,75,95,172,180,190,192,193,204,213,230,247,276,286,347,349,355],maciel:350,macos:109,macro:41,mad:219,made:[4,7,46,52,66,72,73,75,82,83,114,126,127,129,143,171,191,192,194,210,233,257,258,263,312,346],mageia:57,magic:[41,75,187,310],mahoroba:75,mai:[3,5,7,8,9,10,11,12,18,19,25,27,30,31,33,36,38,41,44,46,47,48,52,53,57,63,71,72,73,74,75,77,105,133,144,161,171,172,176,178,179,180,181,182,183,184,185,186,187,190,192,193,194,196,198,199,200,201,202,206,208,211,213,214,215,217,223,226,230,233,238,239,243,244,246,247,248,249,250,251,257,258,262,267,271,273,276,282,294,297,310,311,312,316,322,323,326,327,328,329,330,331,332,333,334,335,338,339,346,347,348,349,352,355],maiden:19,mail1:192,mail1_password:192,mail2:192,mail2_password:192,mail:[0,3,5,6,11,13,15,18,19,22,27],mail_us:18,mailalternativeaddress:5,mailbox:[3,4],mailbox_badformat:72,mailbox_creation_distribut:9,mailbox_default_opt:[83,258],mailbox_initial_flag:258,mailbox_notsupported:72,mailboxacl:[182,258],mailboxdb:300,mailboxexist:166,mailboxid:27,mailboxlist:283,maildrop:85,mailer:[40,172,196,352],mailer_definitions:[172,352],mailert:40,mailfoldernam:208,maillog:[18,243],mailman:340,mailnotifi:[41,74,258],mailoffsit:213,mailproxi:192,mailrepl1:213,mailrepl2:213,mailserv:172,mailspool:[14,77,219,258],mailstor:[53,173,213,219,244,291],mailto:[27,136,302,337],main:[28,47,52,183,184,185,187,188,190,213,225,244,264,352,355],mainli:[83,258,271,312],mainlin:287,mainstream:133,maintain:[6,10,11,22,33,35,36,38,41,43,47,48,55,56,60,72,173,176,179,180,183,190,192,194,215,221,233,252,340],mainten:[44,257,276,294],major:[43,56,57,71,72,74,75,81,133],make:[0,7,10,11,12,18,25,35,36,40,41,43,44,46,47,48,49],make_md5:111,make_sha1:111,makedepend:72,makefil:[43,48,72,74,148,151,152,153,154,155,156,157,158],makemak:44,male:19,malet:127,malform:258,malici:64,malloc:47,man:[1,18,19,44],manag:[6,11],managesiev:[73,82,83,168,192,204,258,333],managesieve:[74,75,204,333,334],mandatori:[3,133,194,312],mani:[5,11,19,24,36,41,47,54,68,72,73,74,75,125,128,129,161,169,171,180,183,185,190,192,196,213,214,217,226,230,238,247,251,257,258,286,289,317,349,350,352],manifest:165,manipul:[41,96,183,190,204,273,295,333],mann:350,manner:[3,11,24,72,258],manpag:[48,72,166,180,221,285,343],manual:[43,48,56,64,68,70,166,180,191],map:[6,11,40,41,44,47,64,72,75,178,180,219,227,247,259,315,352],map_priv:72,map_stupidshar:72,mar:[208,295,323],marclaport:168,marco:169,margin:238,mari:[27,260],mariadb:[44,136],mark:[33,38,72,111,115,179,190,196,200,204,208,279,285,312,350],markdeliv:72,market:247,markup:258,marri:19,marti:[143,145,148,150,151,152,153,154,155,156,157,158],martin:[74,111,159,204,258,333,337,350],marysmith:262,mass:[180,196,218,293],massag:180,massiv:[148,153,154,155,156,157,158],masssievec:204,master:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],match:[6,18,41,44,46,48,63,66,70,72,74,77,114,125,129,131,169,178,180,185,194,199,204,215,222,258,263,265,271,273,281,282,290,297,323,352],materi:57,math:46,matt:[346,350],matter:[0,11,80,85,122,127,145,246,258,350],matuska:159,matveev:350,max:[133,171,258,310,350],maxchild:[63,73,236,249,257,287,289,291,300,303,319,320],maxfd:[74,257],maxforkr:257,maxheaderlin:258,maximum:[7,15,28,44,73,133,148,150,151,152,153,154,155,156,157,158,172,180,201,238],maxlogins_per_host:[133,258],maxlogins_per_us:[133,258],maxmessag:[27,134],maxmessages:258,maxquot:258,maxquoted:82,maxssf:282,maxval:278,maxword:[82,258],may:[33,251],mayb:[0,44,161,213,317],mbexamin:[74,81,168,169],mbox:[260,273],mboxcfg:[204,282],mboxconfig:[134,276],mboxev:[148,149,150,151,152,153,154,155,156,157,158,162],mboxkei:4,mboxkey_db:[133,258],mboxlist:[72,75,121],mboxlist_db:[133,258],mboxlist_db_path:[185,258],mboxmetadata:258,mboxnam:[163,180,271,312],mboxname_lock:10,mboxname_lockpath:[10,71,172,185,258],mboxpattern1:281,mboxpattern:281,mboxutil:142,mbpath:[72,73,75,89,115,129],mbtool:256,mbtype:[182,258],mbtype_deleted:142,mbyte:[48,290],mcmurtri:[127,346,350],mcyru:282,md5:[5,18,41,44,68,74,107,128,258,282,326,327,329,330,331,332,334,335],mda:[26,352],mdash:5,mdn:[72,258,337],mean:[3,6,11,19,28,35,36,40,41,48,49,53,55,72,75,100,116,125,133,137,161,175,176,178,179,180,183,190,192,196,202,204,213,217,219,233,238,257,258,261,276,287,289,290,301,303,317,319],meant:[11,238,286],meantim:56,meanwhil:[176,180],meas:28,measur:258,mech_list:68,mechan:[5,8,14,40,41,44,52,64,68,72,73,74,111,172,178,186,190,192,194,213,217,258,282,326,327,328,329,330,331,332,334,335,337,342],mechanisms:[172,352],mechlist:129,media:[15,183,188,247,258,337],meet:[55,64,227],meeuwen:[136,346,350],megabyt:[44,239],melbourn:27,mellon:[57,133,173,347,349,350,351],melnikov:[346,350],member:[38,41,72,106,258,278,337,346],membership:[44,308],memmem:104,memmov:72,memori:[6,9,10,11,30,44,46],men:[173,347],meng:[122,137,144,165,169],mental:72,mention:[41,83,111,118,179,202,204,355],menu:[72,355],merced:40,mercedesknight:40,merchantability:57,mere:[11,41,238],merg:[0,55,64,73,74,75,77,111,144,192,258,317],merit:71,mesh:[213,258],mess:[56,311],messag:[6,8,11],message:[41,203,282,309,337,348],messagecont:[27,182,258],messagehead:27,messages:[27,182,258],messeng:[173,347],met:[57,347,351],meta:[33,63,117,169,183,215,247,258,296,298],metadata:[6,13],metapartit:[77,183,187,188,214,258],metapartition_fil:[77,183,187,188,214,258],method:[5,41,63,64,70,72,74,85,104,108,136,171,172,173,180,182,190,193,204,258,281,282,284,302,347,355],meyer:350,mib:[137,166],mic:258,michael:[122,137,144,165,169],micro:170,microsoft:[258,337],middl:[117,171,213],midset:[27,182,258],might:[0,7,11,40,43,48,56,75,133,171,190,192,196,206,207,213,219,226,227,235,236,241,248,257,258,286,355],migrat:[7,15,71,73,97,171,183,184,187,206,276],mileston:346,mill:[73,97],million:[11,247,351],milter:323,mime:[27,46,72,74,77,113,122,169,227,258,271,337,345],mimetransport:337,mimick:349,min:[56,75,143,258],mind:[11,180,181,207],minim:[11,12,40,48,172,190,200],minimum:[18,44,172,180,196,258,317,326,327,329,330,331,332,334,335],minor:[72,73,74,75,133,148,153,154,155,156,157,158,170,295,310],minpol:258,minssf:282,minut:[56,72,136,172,196,232,233,257,258,276,323,352],mirapoint:[190,333],mirror:[11,347],misc:[74,131,196],miscellan:[75,78,79,80,81,82,89,92,95,96,97],misconfigur:192,mislead:72,mismatch:[102,134,220],misnam:72,miss:[68,71,74,85,112,115,120,122,125,126,127,135,136,137,148,155,156,157,158,161,162,167,172,191,198,257,258,264,310,352,355],missingok:172,missingstatoverrid:172,mistakenli:80,mistmatch:310,mit:[41,43,44,56,72,303],mitig:11,mix:[96,162],mixe:220,mixed:27,mkcalendar:64,mkchartabl:72,mkcol:[64,337],mkdir:[46,72,172,248,352],mkf:11,mkgmtime:72,mkimap:[46,172,214],mknewsgroup:196,mktime:72,mmap:[47,72,117,128,139,247,252],mmap_priv:73,mmddyyyi:260,mobil:[71,349],mod:[6,295],mod_ssl:44,mode:4,model:[11,36,48],moder:221,modern:[18,125,173,183,224,347,351],modif:[6,57,72,80,176,190,212,232],modifi:[41,64,72,73,80,81,111,125,133,134,171,172,190,200,212,258,276,294,323,351,352],modseq:[27,58,59,60,62,63,84,94,118,161,182,258,295,323],modsequ:83,modul:[5,18,41,44],modulo:73,moench:161,moment:[11,46,58,59,60,62,63],mon:[27,208,295,297],mondai:341,monitor:[11,28],month:[6,11,72,238,247,260],monthli:[133,238],moor:[72,251],mora:[74,75,112,350],more:[3,5,6,7,9,11,12,13,22,26,27,28,30,33,34,36,40,41,45,46,47,49,50,52,55,64,70,71,72,73,74,75,81,82,83,85,89,108,111,114,115,116,118,125,126,133,143,146,148,149,150,151,152,153,154,155,156,157,158,162,165,171,172,176,178,179,180,181,183,184,185,187,190,192,193,194,196,199,201,204,208,213,214,219,225,233,236,238,240,241,246,247,251,255,258,259,264,281,282,284,286,289,294,297,309,310,311,316,317,325,326,327,329,330,331,332,334,335,339,342,346,349,350,352],morgan:116,morn:263,mortal:[173,347],most:[4,5],mostli:[46,72,73,182,217,258,263,267,289,312],motd:[72,232,282,289],motto:351,mount:[11,28,217,234,247,355],mous:355,move:[10,15,27,36,43,50,56,64,72,73,74,75,108,116,129,135,148,151,152,153,154,155,156,157,158,166,171,179],movi:247,mozilla:258,msa:3,msg:[72,281,289],msgno:52,mss:355,mta:[3,26,40,41,58,59,60,62,63],mtbf:[3,11],mtime:[6,72,97,258],mua:3,much:[6,11,18,47,56,64,72,73,75,111,112,116,118,126,176,182,190,197,213,214,230,258,263],mult:72,multi:[4,5,6],multiappend:[58,59,60,62,63,73,75,337],multipl:[7,8,11,12,13,28,36,39],multiplexor:190,multipurpos:337,multithread:219,mung:[55,113,258],munge8bit:[95,258,284],mupdat:[7,36,63,71,74,84,96,97,116,122,130,137,139,144,145,163,165,171,172,174,189,190],mupdate:[36,84],mupdate_authnam:[192,258],mupdate_config:[77,258],mupdate_connections_max:258,mupdate_password:[192,258],mupdate_port:258,mupdate_realm:[192,258],mupdate_retry_delai:[191,258],mupdate_serv:[192,193,258,300],mupdate_synchron:84,mupdate_usernam:[192,258],mupdate_workers_max:258,mupdate_workers_maxspar:258,mupdate_workers_minspar:258,mupdate_workers_start:258,mupdatepush:[192,267],mupdateslave1:192,mupdatetest:[74,192,193,256],murch:[64,65,67],murchison:[72,73,74,223,337,346,350],murder:4,murder_3:352,murdermast:191,must:[3,7,11,18,19,31,40,41,44,47,52,57,63,64,65,66,67,68,70,71,72,75,79,82,84,92,129,133,171,172,179,180,183,185,186,187,188,190,192,194,196,200,204,213,219,220],mutf:72,mutual:[11,40],mvgroup:196,my_next_bestselling_novel:355,my_script:204,myconsist:273,mydestin:3,mydomain:243,myer:72,myhost:243,mynewsgroup:196,mypassword:172,myrights:179,mysasl_canon_us:75,myscript:[204,282],myscriptnam:282,mysql:[11,12],myuser:243,nag:41,nagl:79,name:[3,5,6,7,9,11,15,18,19,25,27,30,31,33,40,41,43,44,46,48,49,52,53,55,56,57,63,64,65,67,71,72,73,74,75,81,83,92,96,103,113,115,116,120,129],namespac:[3,13,19,27,28],namespace:[33,58,59,60,62,63,72],nas:11,nasti:[112,131],nativ:[72,190],natur:[11,33,181,189,192,194,258],ncontent:27,ndash:7,ndate:27,nearli:352,necessari:[11,40,41,46,55,63,72,75,81,102,171,172,180,190,194,196,213,234,258,298,310,312,352],necessarili:[5,11,38,219],necessit:349,need_sys_errlist:72,negligence:57,negoti:[11,52,58,59,60,62,63,68,73,143,194,258,317,326,327,329,331,332,334,335],neighbour:180,neither:[11,36,81,196,223,312,351],nerenberg:72,nest:[66,118,258],net:[18,40,44,46,57,75,84,115,171,219,248,277,294,339],netnew:[41,72,75,148,152,153,154,155,156,157,158,196,258,322,337],netscap:[72,190,258],netscape:[58,59,60,62],netscapehack:72,netscapeurl:258,network:[7,11,41],never:[25,72,116,127,180,190,192,196,223,236,249,258,312],new_cr:72,newer:[6,72,83,88,95,133,161,171,243,258,290,312,316],newgroup:196,newhost:63,newimap:171,newlin:[41,72,220],newman:[72,227,350],newmboxlist:267,newnam:282,newnew:258,newnews:[75,196,258,285,301],news2mail:[196,232,282],news:258,newsaddhead:258,newsfe:72,newsgroup:[41,72,75,174],newsgroups:75,newsmast:[196,258],newspeer:[196,258,301],newspostus:[196,258,301],newsprefix:[196,258,301],newsrc:[185,258],newsrc_db_path:[185,258],newsspool:72,newsstamp:285,next:[6,9,11,18,24,25,28,30,43,44,56,58,59,60,61,62,63,148,149,150,151,152,153,154,155,156,157,158,172,180,181,185,190,196,200,204,213,258,263,346,352],nfrom:27,nghttp2:[44,352],nginx:[7,36,174,189,192],nic:[3,40,159,350],nice:[116,190,220],nicknam:[6,159],nicola:350,night:[173,238,347,351],nightli:[46,180],nil:[27,137,232,258,281,323],nis:40,nist:258,nix:[63,171],nmessag:27,nmime:27,nntp:[13,35,41,44,46,63,71,75,89,115,172,174,190,192],nntpclient:[46,171],nntpd:[63,75,86,87,89,114,115,118,121,130,172,192,196,213,256,258],nntpd_3:352,nntptest:256,nntptimeout:[89,258],no_atomic_rename:[58,59,60,62,63],no_received:27,no_relays:27,noauthent:282,nobodi:[0,55,61,341],node:[3,7,11,13,36,172,217,258,267],noinferior:179,noisi:[46,258],nomin:346,non:[7,12,33,41,52,63,64,68,72,73,85,101,106,114,133,134,137,160,162,163,169,172,174,176,177,178,180,190,205],nonconform:227,none:[6,11,15,19,28,64,66,133,172],nonexist:[72,135,161,164,166,258],nono:228,nonsens:122,nonzero:52,noop:114,nopasswd:46,nor:[36,81,180,181,196,200,238,252,255,258,276,312,338],norbert:134,norc:282,normal:[6,11,13,38,41,48,56,63,66,72,73,74,171,172,177,183,192,193,196,204,206,223,229,230,238,244,260,263,273,282,297,311,340,349,352],normalis:[160,258],noselect:[72,116,190],nosync:[75,230,269],notabl:[74,258],notat:[258,260,273],note:[2,4,7,9],notebook:349,notes:48,notesmailbox:258,noth:[3,11,25,72,122,165,173,187,190,234,258,312,347],notic:[0,41,57,72,73,74,75,127,172,249,258,310],notice:41,notif:13,notifempti:172,notifi:[11,41,63,71,74,75,77,133,172,185,199,204,219,258,281,287,289,291,300,302,303,319,320,337],notify:[27,337],notify_extern:[258,302],notify_unix:73,notifyd:[41,63,74,136,148,150,151,152,153,154,155,156,157,158,172,182,256,257,258,287,289,291,300],notifysocket:[71,172,185,199,258,302],notl:[143,282],notspam:258,notwithstand:[3,11,13],nov:295,now:[5,9,11,28,30,33,41,43,49,56,57,58,59,60,62,63,71,72,73,74,75,77,79,80,81,92,97,100,106,107,108,109,111,120,121,122,124,125,128,129,131,133,134,135,136,137,138,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,165,166,167,168,169,171,172,179],nreceiv:27,nss:[41,178],nss_ldap:[41,178],nsubject:27,nthi:27,ntht:337,ntlm:[68,326,337],nto:27,ntoz:183,nuanc:208,num:[28,41,58,59,60,62,63,162,203,278,282,309,326,327,329,330,331,332,334,335],number:[4,6,7,9,11,15,25,27,30,34,41,43,47,48,71,72,73,74,75,77,85,127,129,130,133,144,148,150,151,152,153,154,155,156,157,158,170,173,180,181,190,192,194,196,201,203,206,212,213,219,225,230,232,233,236,245,247,249,257,258,260,261,273,276,278,282,286,287,289,291,294,295,301,302,303,312,315,324,326,327,329,330,331,332,334,335,346,347,352],nurtur:11,nwdiag:48,nye:350,nyota:33,o_dsync:74,o_rdwr:47,obata:[114,115],obei:[72,85,120,133,258],obfusc:5,object:[3,11,41,44,64,148,150,151,152,153,154,155,156,157,158,203,236,258,312,317,337,346,348],object_storage_:[148,150,151,152,153,154,155,156,157,158],object_storage_dummy_spool:258,object_storage_en:258,objectclass:258,objectstor:[148,150,151,152,153,154,155,156,157,158,352],obligari:318,obscur:[55,72],observ:[9,30,181],obsolet:[129,179,218,258,337],obtain:[3,5,40,41,66,72,179,180,194,209,238,263,328],obviou:[190,219],obvious:[180,238,258],obviousli:12,occasion:[72,220],occur:[8,11,19,27,72,75,100,125,126,133,162,170,180,182,190,191,194,201,204,213,236,240,249,258,263,276,296,312],oceana:[72,73,74],oct:[27,295],octal:172,octet:[169,194,282],october:50,odd:[170,310],off:11,offer:[11,18,129,133,189,192,238,258,316],offic:349,office:[57,71,172,173,198,337,349,352],offici:352,offlin:11,offsit:213,offsite_shutdown:213,offsite_shutdown_fil:213,offsite_sync_host:213,offsite_sync_port:213,offsite_sync_repeat_interv:213,offsitesync:213,often:[5,7,11,26,36,41,47,172,176,196,199,216,233,236,238,249,326,327,329,330,331,332,334,335,339,349],ohio:[73,250],okai:180,old:[11,25,43,46,48,56,57,71,72,84,109,114,117,127,133,134,135,137,139,140,141,142,161,169,171,172,179,201,204,258,260,267,269,282,311,322],older:[2,6,15,43,46,56,57,58,59,62,63,72,83,85,116,122,125,133,168],oldest:122,oldimap:171,oldmailboxid:27,oldnam:282,oldschool:258,olduidset:27,olivier:114,olson:[64,268],omit:[41,133,178,194,258,273,312],on_backend:9,onboard:233,onc:[9,11,27,30,47,70,72,73,75,77,79,111,112,180,181,188,190,196,219,220,233],once:[3,40,43,45,49,55,56,63,70,171,172,180,190,192,193,211,213,326,327,329,330,331,332,334,335,346,352],ondrej:[88,131],one:[6,11,172],ongo:15,onli:[3,5,6,7,9,11,12,18,19,27,30,33,36,39,40,41,43],onlin:[11,28,43,55,180,190,204,282,341],only:[6,9,11,30,47,64,66,72,75,89,172,176,180,181,194,238,258,262,276,290,297,299,301,302,309,312,316,317,337],onto:[7,15,72,200,320,328],onward:15,opaqu:200,open:[6,11,13,36,41,44,45,47,55,72,73,74,84,111,114,125,128,133,148,150,151,152,153,154,155,156,157,158,171,172,182,190,194,217,238,247,258,263,327,342,350],openbsd:[117,128],openio:[148,150,151,152,153,154,155,156,157,158,258,352],openio_:[148,150,151,152,153,154,155,156,157,158],openio_account:258,openio_autocr:258,openio_namespac:258,openio_proxy_timeout:258,openio_rawx_timeout:258,openio_verbos:258,openldap:[44,75,236],openssl:[18,44,72,74,90,122,133,146,148,151,152,153,154,155,156,157,158,172,192,220,223],opensuse:[2,12,57],oper:[3,6,8,11,15,18,19,33,41,44,47,48,54,58,59,60,62,63,64,74,75,79,133,162,179,180,183,190,191,192,194,196,200,211,213,215,218,219,233,238,247,249,252,257,258,263,264,265,266,267,268,278,281,298,310,312,316,317,318,323,326,327,329,330,331,332,334,335,349],opera:133,operat:[174,180],opinion:11,opportun:[11,28,217,238,258],oppos:[3,72,133,179,207,238,282,339],opposit:310,opt:[172,223,229],optim:[7,11,41,72,85,190,217,233,244,349],optimis:[148,150,151,152,153,154,155,156,157,158,258],optimize:72,option:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63],optional:4,options:[48,104,263,264,270,271,277,312,321],oracl:236,order:[3,9,12,19,30,40,41,47,48,64,65,67,68,72,75,82,84,121,129,133,137,165,172,173,176,179,190,192,196,216,219,233,239,241,257,258,272,278,310,312,324,330,347],orderedsubject:[58,59,60,62,63],org:[3,5,11,18,19,27,28,33,36,38,40,43,46,50,53,54,56,74,75,112,116,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,162,163,164,165,166,167,170,204,208,210,213,214,216,232,236,258,259,262,266,273,277,299,309,323,342,350,352],organ:[6,7,11,19,24,27,64,183,188,258,349,350],organicli:11,organizer:136,orient:11,origin:[3,5,11,49,57,74,105,131,179,206,208,213,227,238,258,263,278,312,347,349,350],original_repository:49,origlist:278,ornl:74,orst:116,oshrin:[346,350],osi:11,other:[3,5,7,9,11,12,13,18,19,22,25,30,31],othertask:343,otherwis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],otp:[326,327,329,330,331,332,334,335],ouch:116,our:[3,44,45,47,48,54,55,57,60,69,74,129,133,170,171,172,184,187,188,190,194,217,225,233,236,247,267,338,342,352],ournew:196,ourselv:[52,55],out:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],outag:[193,217,233],outbound:219,outbox:[20,64,258,310],outbox_sendlat:258,outcom:41,outdat:44,outer:74,outgo:196,outlin:[0,5,11,27,171,193],outlook:[77,134,192,258],output:[18,41,48,52,56,64,72,74,75,89,102,105,106,117,143,172,200,208,211,232,258,260,261,262,264,266,267,268,269,270,271,273,276,278,281,282,283,287,289,290,291,295,296,300,301,303,306,309,314,315,320,323,324,328,355],outputfil:313,outsid:[3,27,40,41,88,103,121,141,182,196,223,225],outstand:74,over:[5,7,11,36],overal:[11,192,213,258,346],overcom:190,overflow:[74,75,84,86,90,113,114,122,144,159,163,258],overhead:[6,11,41,64,203,204,249],overload:[193,230,276],overlook:355,overrid:[44,72,75,108,122,171,196,213,232,258,287,312,317],overridden:[50,185,258,282,311],overrrid:312,overrun:[75,138,160],overshadow:349,overview:[1,4],overwrit:[52,74,83,163],overwritten:328,own:[3,7,11,27,31,33,38,40,41,46,48,49,72,144,172,177,178,182,183,187,192,193,196,203,219,258,260,282,292,304,338,349,351,352,355],owner:[27,33],ownership:[18,55,172,235],p615:247,p630:247,pacakg:63,pace:181,packag:[2,19,44,45,46,48,50],packet:[173,249,347],pad:258,page:[1,18,19,43,44],pai:71,pair:[6,11,43,56,186,219,222,264,299],pairwis:46,palauzov:[114,116],pam:5,pam_deni:18,pam_ldap:[41,178],pam_nologin:18,pangolin:63,paragraph:[180,257,355],parallel:[11,230],paramet:[9,11,18,27,30,44,46,64,68,72,75,134,139,160,182,192,194,233,235,236,238,258,337],paranoia:129,paranoid:73,parcel:281,pardon:3,paremet:236,parent:[9,10,30,41,117,177,179,181,190,192,196,199,258,282],parenthes:282,parit:30,pariti:11,pars:[52,72,73,74,77,79,80,106,109,113,120,126,129,131,133,159,166,180,194,196,204,258,264,278,310],parsed_consol:45,parser:[45,72,258],part1:[9,30,181,183,187,188,258],part2:[9,30,181],part3:[9,30],part4:[9,30],part:[3,5,11,13,19,27,33,41,48,55,61,62,68,72,73,74,75,80,120,148,153,154,155,156,157,158,178,181,190,191,192,196,213,238,248,258,265,271,282,299,312,337,347,349,355],parta:[9,30],partb:[9,30],parti:[5,19,27,54,85,182,258],partial:[72,73,75,148,153,154,155,156,157,158,169,213,252,258,262,276],particip:[7,11],particular:[5,7,9,11,12,28,30,41,49,61,72,73,74,75,84,148,150,151,152,153,154,155,156,157,158],particularli:[11,12],partit:[3,4,6],partition_mod:9,partition_mode_exclud:[9,30],partition_mode_soft_usage_limit:[9,30],partition_mode_usage_reinit:9,partition_select_exclud:[30,192,258],partition_select_mod:[9,30,181,192,258],partition_select_soft_usage_limit:[30,181,192,258],partition_select_usage_reinit:[30,181,192,258],partli:11,partner:11,pass:[40,41,43,44,56,68,70,72,73,115,127,173,180,190,213,258,262,282,293,326,327,329,330,331,332,334,335,346,347],passiv:11,passphras:5,passwd:[41,58,59,60,62,63,72,172,178,326,327,329,330,331,332,334,335,352],password:[5,18,28,41,49,58,59,60,62,63,68,72,73,115,129,172,192,196,204,248,258,285,289,326,327,329,330,331,332,334,335,337,352],password_column:18,password_crypt:18,past:[6,43,48,56,122,131,172,194,258,260,264,345],patch:0,path:[3,9,11,19,27,30,44,46,64,72,102,122,124,129,131],pathnam:[15,74,172,183,184,185,187,188,258,352],patholog:[134,180],pattern:[6,11,48,66,72,134,145,180,216,217,244,258,273,274,282,285,290,299],paul:[127,190,236],paus:[258,316],pavel:[159,166,169],payload:[3,11,36,217,258],pcre:[44,79,127,131,163,352],pdf:133,peek:33,peer:[75,196,258,285],peermiss:66,peernam:285,pem:[172,349],penalti:11,pend:[61,112,194,346],peopl:[33,55,72,73,193,225,252,324],per:[6,11,40,41,64,68,72,73,77,79,92,97,112,125,133,171,174,179,180,183],perceiv:258,percent:[9,30,181,192,201,258],percentag:[9,28,30,72,181,263],percentil:30,perdit:[189,190,192],perfectli:[0,11],perform:[4,6,7,9],performance:57,perhap:[11,24,33,41,178,200,217],perido:213,perimet:[7,36],period:[11,41,47,64,70,71,73,148,149,150,151,152,153,154,155,156,157,158,172,180,181,194,196],perl5lib:172,perl:[44,46,48,72,73,74,88,114,127,129,131,148,151,152,153,154,155,156,157,158,162,165,171,172,208,282,286,298],perl_3:352,perman:[9,30,41,72,201,208,211,238,258,337,349],permiss:[5,7,19,41,43,52,56,57,66,74,163,172,179,190,196,204,237,241,258,282,352,355],permit:[7,13,18,33,41,57,72,165,179,192,258,301,349],persia:46,persian:[46,173,347,351],persist:[72,172,190,258],person:[5,13,19,27,28],perspect:[33,238],pertain:71,pertin:201,peski:73,petabyt:11,pf_inet:286,pfleme:236,pghmcfc:323,pgp:196,pgsql:[12,258],phase:347,philip:[111,116],philipp:[111,116,136,160],phish:281,photo:[39,67,355],php:[171,216,232],phpdomain:48,phrase:[43,56,326,327,329,330,331,332,334,335,355],phx2:323,physic:[3,11,183,188,258],pick:[38,43,72,172,258,317,352],pictur:[11,172,352],pid:[27,213,219,235,248,258,294,327],pidfil:[74,294],piec:[19,55,72,84,194,355],pile:[112,113],pinch:233,pine:[72,81,192],ping:[190,294],pip:44,pipe:[108,229,282,326,327,329,330,331,332,334,335],pipelin:[96,337],pipelining:172,pipermail:[50,340],pittsburgh:57,pkg:[44,137,171],pkg_config_path:50,pkgconfig:[44,50,162],pki:[172,352],place:[7,19,25,31,45,47,48,56,63,71,74,77,171,172,179,181,185,187,190,194,196,204,208,223,247,257,258,312,316,318,347,352],placehold:355,placement:190,plai:[47,220],plain:[5,27,41,44,58,59,60,62,63,72,95,129,143,172,193,204,246,258,282,323,327,329,330,331,332,334,335,337],plaintextloginalert:[75,89,258],plaintextloginpaus:[72,144,258],plan:[4,7,11,18,48,49,55,63],planner:55,platform:4,pleas:[3,7,11,12,24,25,41,43,44,56,57,58,59,60,61,62,63,69,71,133,137,138,160,161,166,168,169,171,173,176,181,183,184,185,187,190,194,198,204,213,214,221,227,235,246,260,273,316,322,328,338,352],plenti:236,plu:[11,72,75,133,176,180,194,238,258],plug:[104,105,107,108,342],plugin:[45,68,72],pmr:247,pod:[44,48,148,151,152,153,154,155,156,157,158],point:[3,4],pointer:[52,72,75,130,200,258],poitra:350,poke:180,pokorra:168,polici:[3,60,190,258],poll:258,pollin:42,pom:[44,48,148,151,152,153,154,155,156,157,158],poni:351,poodle:337,pool:[47,74,183,184,187,192],poor:316,poorli:192,pop3:4,pop3_new_uidl:[83,295],pop3d:[63,72,73,75,85,144,172,192,213,219,220],pop3d_3:352,pop3newuidl:232,pop3proxyd:[63,74,75,256],pop3s:13,pop3showaft:282,pop3test:[74,256],pop:[8,18,35,40,41,85,172,173],popd:118,popexpiretim:258,popminpol:[72,172,258],poppollpad:258,popsubfold:[77,258],poptimeout:[232,258],popul:[64,191,267],popular:[3,11,120,349],popuseacl:[75,258],popuseimapflag:[85,258],port:[11,18,52,71,72,73,77],portabl:[72,73,74,75,114,115,266,267],portaddr:286,portion:[180,258,327,349],pose:33,posh:71,posit:[11,257],posix:[10,35,41,178],possibl:[3,6,11,18,25,41,47,48,52,64,70,72,73,74,75,83,171,172,178,180,182,183,190,191,192,196,208,226,227,233,236,238,247,250,257,258,282,310,326,327,329,330,331,332,334,335,346,352],post:[26,28,41,45,64,71,75,106,108,133,172,173],postabl:315,postal:[173,347,351],postconf:352,postfix:[3,41,63,172,190,196,204,230,236,258],postfold:243,postgresql:[12,18,44,82,352],postman:192,postmast:[33,258],postpon:73,postrot:172,postus:[179,258],potenti:[5,11,72,74,82,84,127,171,176,180,190,212,258],power4:247,power:[11,13,14,41,50,217],ppc:161,practic:[11,36,41,180],prade:169,prancer_sync_host:277,pre5:151,preauth:80,preauthent:41,preauthor:291,preced:[40,232,258],precis:[11,38,63,176],preclud:258,predecessor:258,predefin:2,predict:[11,180,247],prefer:[3,6,41,44,46,55,63,70,71,72,106,121,133,172,196,204,225,238,245,246,258,281,310,337,355],preferr:28,prefix:[24,33,41,44,46,52,56,64,65,67,114,117,120,122,133,139,148,149,150,151,152,153,154,155,156,157,158,172,178,180,194,208,213,238,258,263,273,276,278,301,309,310,312,316,352],prefork:[63,116,172,180,192,196,204,206,257,261,286,287,289,291,300,302,303,319,320,352],pregener:[148,151,152,153,154,155,156,157,158],preliminari:[73,74,146,148,150,151,152,153,154,155,156,157,158],prematur:[52,258],prepar:[46,64,65,115,116],prepend:[188,258,301],prerequisit:42,prese:5,presenc:[70,211,337],present:[33,53,66,71,108,126,127,171,172,176,185,190,198,213,255,258,267,276,282,284,317,326,327,329,330,331,332,334,335,352,355],preserv:[11,24,41,48,73,79,96,137,162,179,180,211,243,258,263,310,312],press:[216,355],presum:[191,217],pretend:179,pretti:[46,176,182,190,247,272],prevent:[3,11,36,40,60,64,65,67,72,74,80,97,166,190,217,223,233,235,251,258,265,318],preview:48,previou:[11,56,72,122,172,184,190,208,349],previous:[9,30,71,72,74,133,144,148,152,153,154,155,156,157,158,161,181,200,258,276,312],prevost:72,price:11,primari:[11,19,40,49,169,173,190,219,220],primarili:[6,11,181,294,349],primary:6,prime256:258,prime256v1:[121,133,258],princip:[41,172,178,204,258,259,282,317,318,337],principl:[9,11,181],prindevil:[111,116],print:[11,52,72,115,120,122,127,135,208,267,272,273,277,279,281,286,290,299,309,311,324,326,327,328,329,330,331,332,334,335],printabl:72,printable:27,printer:267,printf:[52,72],prior:[4,7,9,10,30,57,64,68,72,133,161,163,171,172,179,199,218,238,257,258,312,346,347,351],priorit:11,prioriti:[11,258],priv:258,privaci:[5,72,261,287,289,301,303,319,349],privat:[13,35,134,172,196,227,258,282,326,327,329,331,332,334,335,342,349,352],privileg:[11,18,35,36,41,64,177,190,294],pro:193,probabl:[9,15,18,30,41,44,47,73,77,133,180,181,189,192,208,211,218,233,234,250,263,282,310,317],probe:258,problem:[8,28,33,41,44,46,55,56,72,73,74,75,83,84,95,96,97,108,134,166,171,172,185,190,192,204],problemat:11,proc:10,proc_path:[10,71,130,172,185,258],proce:346,procedur:[72,174],proceed:[43,56,190],process:[0,3,5,10,11,12,19,25,35],procfnam:72,produc:[41,48,57,106,143,160,172,180,204,213,258,260,270,281,282,283,312,352],product:[2,11,12,18,46,57,74],profession:[0,247],profil:[3,49,337],profits:57,program:[2,41],programoutput:48,progress:[61,64,73,133,180,305,316,333,347],prohibit:[11,252],project:[12,45,49,55,57,58,59,60,62,63,133,144,173,225,260,346,347,348,349,350,351],promin:[11,238],promot:[57,81,217,258],prompt:[41,43,56,72,73,172,235,282,326,327,329,330,331,332,334,335,355],prone:221,prop:103,propag:[190,196,294],proper:[63,71,172,196,198,201,235,258,352],properli:[18,72,74,79,89,101,128,130,134,136,137,139,167,192,227,258,289,302],properti:[64,120,165,167,172,180,258,272,337,352],propfind:[64,106,161,172],propnam:106,proport:196,propos:[190,346],proppatch:64,proprietari:221,prot:[47,72,174],prot_addwaitev:200,prot_fil:72,prot_flush:74,prot_printf:72,prot_removewaitev:200,prot_select:200,prot_waitev:200,prot_waiteventcallback_t:200,protallow:52,protect:[11,18,41,52,58,59,60,62,63,68,72,73,90,122,144,190,258,261,287,289,301,303,306,319,326,327,329,330,331,332,334,335],proto:[63,172,257,286,287,289,291,300,302,303,319,320],protocol:4,prototyp:72,protstream:200,prove:[41,178,221],provid:[3,5,6,7,8,11,12,13,14,15,19,22,27,33,40,41,43,47,49,50,54,55,56,57,60,64,68,71,72,74,75,111,133,171,172,176,178,181,182,186,189,190,192,196,198,199,201,213,218,219,225,250,257,258,263,271,272,274,277,282,284,286,288,293,308,311,312,316,317,319,337,338,347,349,350,352],provis:[11,20],provision:258,prox:[75,89],proxi:4,proxy:258,proxy_and_backend:258,proxy_authnam:[192,258],proxy_compress:258,proxy_password:258,proxy_realm:258,proxyd:[63,73,75,77,190,192,256,258],proxyd_allow_status_referr:258,proxyd_disable_mailbox_referr:[116,190,258],proxyserv:[72,120,192,258],prune:[208,233,239,260,276,321],pselect:[144,145],pseudo:[9,30,181,192,196,258],ptclient:[5,72,168,169,185,199,258],ptdump:[72,138,256],ptexpir:[138,256],pthread:[224,250],ptloader:[5,41,44,72,74,75,125,138,139,178,185,199,256,258],ptloader_sock:[185,199,258],pts:4,pts_modul:[258,308],ptscach:4,ptscache_db:[133,258,307],ptscache_db_path:[71,138,169,172,185,258],ptscache_timeout:258,ptskrb5_convert524:258,ptskrb5_strip_default_realm:258,ptsloader:308,ptsmodule_standard_root_dn:139,ptsock:[185,199,258],pub:39,publican:355,publicli:248,publish:[43,355],publishcyrusdoc:43,pull:45,punctuat:257,purchas:28,pure:[64,190],purg:[11,24,25,27,77,113,133,196,220,234],purifi:72,purpos:11,purposefulli:25,purview:41,push:[27,36,43,45,49,56,133,148,150,151,152,153,154,155,156,157,158,174],put:[11,15,19,36,41,64,72,172,194,196,204,220],pwcheck:[63,72,172,258],pwcommand:72,pwd:282,pwer4:247,python:[44,48],q01:[58,59,60,62],qop:105,qos:[111,258],qosmark:258,qresync:[25,63,111,115,118,238,258],qualif:3,qualifi:[3,33,40,258,282,301],qualiti:[71,190,245],quantiti:[28,233],queri:[64,68,100,106,107,179,181,189],question:[7,33,113,133,171,172],queu:[236,252],queue:[38,41,201,252,258,294,349],quickest:46,quickli:[25,171,172,176,238,316,349],quickstart:342,quiesc:[186,258],quiet:258,quietli:309,quit:[3,18,41,72,73,84,172,187,190,203,204,236,282,310],quot:[52,72,74,130,194,257,258],quota:4,quota_db:[41,133,185,186,201,258],quota_db_path:[185,201,258],quota_legaci:6,quotadb:[75,163],quotalegaci:4,quotaroot:[6,74,75,77,118,131,185,190],quotawarn:[41,201,258],quotawarnkb:[201,258],quotawarnmsg:[201,258],quoted:27,r7dfjm9k083763:281,race:[73,75,120,122,127,128,159,258],radio:355,raid:[11,233],rain:[173,347,351],rais:[11,27,282],ralf:[133,350],ram:[7,71,185],ran:[11,193,349],rancid:267,random:[9,18,30,72,73,85,181,192,208,221,245,258],randomli:96,rang:[72,79,88,90,101,106,120,121,122,141,144,260,278,337],rank:324,rare:[22,127,190,192,233],raspberri:11,rate:[11,213,236,258,294],rather:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],ratio:[180,263],rational:[190,227],raw:[64,172,180,263,279],rawx:258,raymond:350,rc1:147,rc2:[56,147],rc3:147,rc4:147,rcpt:[40,73,172],rdn:5,reach:[9,30,181],reachabl:249,read:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175],readabl:[6,19,41,55,64,171,208,258],reader:[41,75,260,301],readership:260,readi:[0,50,56,58,59,60,62,63,72,171,172,192,194,216],readir:82,readlin:[44,282],readme:[64,71,72,148,150,151,152,153,154,155,156,157,158],real:[11,12,40,41,219,247,288,349],realli:[0,9,15,30,38,47,180,181,213,223,227,238,247,258,286,294],realm:[3,5,18,33,41,178,258,326,327,329,330,331,332,333,334,335],reappear:116,reason:[11,12,25,41,45,47,71,72,184,187,204,233,234,235,239,244,247,251,258,289,338,349],reauth:[74,326,327,329,330,331,332,334,335],reauthent:72,reboot:[41,172,234],rebuild:[41,44],rebuilt:[6,72,268],recalcul:[41,211,264],receipi:41,receiv:[7,18,19,26,27,36,39,40,41,44,52,58,59,60,62,63,72,73,172,180,190,192,193,194,196,201,222,258,263,284,288,294,338,348,352],receivedhead:258,recent:[6,11,12,43,56,64,71,72,148,150,151,152,153,154,155,156,157,158,168,176,179,183,199,221,258,263,286,310],reciev:[192,252],recipi:[3,6,19,40,41,73,74,77,165,179,243,258,302,337,352],recogn:[72,333],recognis:[171,277],recognit:145,recommend:[4,6,7],recommended:258,recompil:[70,148,155,156,157,158,180,224,245],reconfigur:[40,53,190,193],reconnect:[36,74,107,190,191,192,294],reconstruct:6,record:[6,11,18,25,41,113,126,127,129,130,136,161,168,180,194,213,238,239,258,263,264,271,273,295,297,310,312,316,317],recov:[11,24,25,28,41,79,166,172,180,189],recover:[11,180],recoveri:[11,25],recreat:[116,133,171,172,185,208,264],recur:101,recurr:[226,258,337],recurs:[47,73,208,258,264,282,310,312,316],recursivematch:164,recus:310,recv:[208,286,323],recycl:294,red:[2,12,57],redbot:106,redefin:199,redesign:72,redfish:[111,116],redhat:[44,54,224,226],redirect:[6,73,74,169,204,222,258,282,294,337],rediscov:[161,310],redistribut:57,redo:72,reduc:[25,41,47,71,72,77,81,97,114,171],reduct:[190,219],redud:74,redund:[3,4],refactor:[73,161],refer:[3,5,6,7,12,14,19,33,40,41,71,72,84,97,114,115,121,134,135,136,137,138,139,140,141,142,143,144,145,146,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,178],referenc:[48,72,204,352],references:[58,59,60,62,63,73,121],referr:[41,74,75,95],referrals:[58,59,60,62,63,190],reflect:[72,133,190,194],refresh:[9,11,30,181],refus:[72,282],regard:[11,57,226,258,340],regardless:[6,7,11,41,66,84,177,179,186,258,277,284,312,346],regener:[41,180],regex:[168,204,258,337],region:247,regist:[3,27],registr:[258,337,338],registrar:3,regress:[45,75,120,127,131],regul:24,regular:[33,44,48,55,64,73,75,171,180,204,213,232,233,238,258,276,316,337,341],regularli:[11,48,55,235,263],regulatori:[11,25],rehash:[74,117,118,119,186],reindex:[180,258,263,316],reinstal:45,reintroduc:80,reject8bit:[72,258,284],reject:[41,72,73,74,88,129,134,137,166,169,204,220],rel:[11,30,171,180,196,258,263,282],relai:251,relat:[5,6,11,19,30,31,35,41,72,73,74,75,83,133,180,181,182,183,187,204,213,258,312,337,340,352,355],relationship:[5,180,258,261],relax:115,releas:[1,2,12],relev:[6,11,18,41,48,68,148,149,150,151,152,153,154,155,156,157,158,180,203,258,316,338],reli:[52,71,74,181,190],reliabl:[118,128,146,148,149,150,151,152,153,154,155,156,157,158,252],reliablilti:347,reload:[174,205],reloc:[63,171,185,282],remain:[11,24,25,53,68,163,179,180,182,208,213,217,238,249,263,276,312,317,346,349,350],remaind:40,remap:259,rememb:[18,43,56,73,171,181,273,338],remind:27,remot:[18,40,43,49,56,63,64,68,72,75,86,92,114,115,129,136,139,173,181,190,191,192,204,213,258,267,287,289,291,300,301,303,315,320,333,337,349,355],remote:[41,134,178],remotepurg:74,remount:355,remov:[7,11,24,25,27,36,40],renam:[19,24,36],rename:[36,72,73,74,97,117,179,190,258,282],renameing:79,renamemailbox:[208,214],render:[19,48,133],renew:72,renm:282,renounc:72,renown:350,repack:[50,127,273],repair:11,repeat:[48,145,180,258,317],repl1:213,repl1_shutdown:213,repl1_shutdown_fil:213,repl1_sync_host:213,repl1_sync_repeat_interv:213,repl1sync:213,repl2:213,repl2_shutdown:213,repl2_shutdown_fil:213,repl2_sync_host:213,repl2_sync_repeat_interv:213,repl2sync:213,replac:[11,47,48,66,72,75,108,111,133,161,172,173,179,181,188,192,200,204,208,227,258,264,337,349,352,355],replai:[131,213],repli:[11,52,64,72,75,190,196,258],replic:[3,4,6],replica:[11,18,83,96,125,127,180,185,190,194],replication_3:352,replman:213,replyto:258,report:[0,24,41,44,64,70,72,73,74,84,87,106,115,122,127,129,131,136,137,138,159,160,161,162,165,168,169,172,251,252,258,260,263,267,275,281,288,295,309,310,312,317],repositori:[43,45,46,48],repository:49,repres:[52,181,194,200,284],represent:[6,33,41,53,72],reproduc:[11,57,241],reputedli:133,req:172,request:[9,11,19,30,36,41],requeu:41,requir:[3,4,5,6,7,8,10,11],require:47,reread:[73,294],reschedul:200,rescu:[25,258],research:[87,115,350],resent:[233,258],reserv:[33,57,74,163,190,191,192,194,265,282],reserved:190,reset:4,resid:[6,7,15,27,36,41,64,65,66,67,133,183,184,187,190,194,196,238,258,323],resign:346,resolut:[72,349],resolv:[11,40,73,169,190,192,193,258,278],resourc:[1,6,27,34,41],respect:[9,27,28,30,40,44,52,68,75,77,179,183,190,247,258,263,282,312,352],respond:[11,33,36,176,194,251,258,261,286,287,289,291,300,301,303,315,320],respons:[6,18,25,33,64,65,67,72,73,75,77,80,81,82,83,84,89,92,97,105,106,107,108,114,115,121,127,128,129,131,135,148,150,151,152,153,154,155,156,157,158,163,171,172,176,179,189,190],rest:[3,11,36,46,47,56,166,171,180,196,213,258,333],restart:[56,75,171,172,180,183,192,193,196,212,213,230,243,248,257,258,294,317,355],restful:258,restict:257,restor:[24,41,72,81,135,176],restore_authnam:[258,312],restore_password:[258,312],restore_realm:[258,312],restrict:[5,11,14],restructur:[43,44,48,148,151,152,153,154,155,156,157,158],restructuredtext:133,result:[3,6,11,18,19,25,33,36,40,45,47,48,52,64,72,77,106,117,133,161,172,176,190,192,194,207,213,217,223,226,229,230,238,240,243,252,258,264,273,294,316,355],resulting:57,resum:180,resurrect:168,resync:[33,192],resynch:192,resynchron:[72,190,337],retain:[25,57,238,258,292,304],retext:48,retri:[192,201,230,258],retriev:[3,6,9,30,72,176,181,196,238,253,258,285,328],retrofit:244,retyp:[58,59,60,62,63],reus:[73,74,75,83,105,172],rev1:215,rev4:[71,172,198,352],reveal:[170,347],revers:[36,40,75,148,150,151,152,153,154,155,156,157,158,251,258],reverseacl:[148,150,151,152,153,154,155,156,157,158,171,258],revert:[75,171,282],review:[7,23,49,55,74,192,196,346,352],revis:[49,347,349],revok:175,rework:85,rewrit:[118,126,130,161,168,310],rewritten:[74,111],rewrot:[73,77,82,104,106],rfc2046_strict:[74,258],rfc2047_utf8:[227,258],rfc3028_strict:[75,258],rfc3501:282,rfc3977:75,rfc4315:75,rfc6203:168,rfc822:[72,180],rfc:[8,12,13,14,27,33,34,36,41],rich:[14,175,349],richard:350,rid:72,rider:[173,347],right:[5,6,7,11,14,33],rights:[58,59,60,62,63],ripe:71,risk:[11,72,144],rlist:[134,190],rlsub:190,rmgroup:196,rmnew:72,road:[173,347],roadmap:[342,345],rob:[73,350],robert:127,robust:[6,80,114,165,342],roc:73,rock:[52,200],roland:114,role:[20,36,181],roll:[50,83,122,125,166],rollback:165,roncero:131,room:180,root:[5,6,11,18,27,33],rosenbaum:74,rotat:[7,172,213,219],rough:346,rouillard:127,round:11,rout:[3,11,40,337],routin:[7,36,47,72,73,74,133,181,238],row:[33,258],rowid:6,royal:[173,347],rpath:[50,250],rpm:[58,59,60,62,212,223,246,338,355],rpost:196,rsa:[58,59,60,62,63],rscale:[100,226,337],rss_feedlist:[66,258],rss_maxag:258,rss_maxitem:258,rss_maxsynopsi:258,rss_realm:258,rst:[43,48,56],rsync:[50,161,171],rsyslog:[171,172],rudolf_sync_host:277,ruin:322,rule:[1,3,11,20,36],rummag:180,rumpf:77,run:[6,7,10,11,13,18,19,25,28,33,35,36,41,43,44],runawai:129,rundir:199,runtim:[53,75,133,181,185,245,272,277],rust:71,s01:[58,59,60,62,63],s_client:18,sa46093:[87,115],sacrif:190,sacrific:190,safe:[43,47,56,117,137,172,180,190,219,220],safeguard:318,safer:[116,133,190,258],safeti:[8,72,75,81,263],sai:[11,72,172,179,180,219,222,238,247,263],said:[5,7,11,43,56,72,196],sake:133,salt:18,sam:[196,237,260,282,350],same:[3,4,5,6,7],sampl:[2,15,40],san:[11,247],sandbox:[171,172,352],sane:[73,148,150,151,152,153,154,155,156,157,158,258],saniti:[96,172],sas:11,sasl2:[44,63,171],sasl_:[180,258],sasl_auto_transit:[41,172,258],sasl_checkapop:74,sasl_client:52,sasl_maximum_lay:258,sasl_minimum_lay:[63,258],sasl_opt:258,sasl_prot_any:52,sasl_pwcheck_method:[41,63,172,258],saslauth:[172,352],sasldb2:172,sasldb:[41,172,258,352],sasldblistusers2:[63,172],sasldir:72,saslficat:72,saslpasswd2:[63,172,352],saslserv:75,saslv2:73,sat:[131,323],sata:11,satisfi:171,satur:11,saturdai:238,save:[19,41,73,84,114,202,213,235,246,258,328],savvi:[61,196],saw:298,sbin:204,sbindir:[148,149,150,151,152,153,154,155,156,157,158],scalabl:[4,7],scalar:208,scale:[7,11,36,189,190,192,247,349],scan:[27,41,58,59,60,62,63],scarf:84,scaveng:[41,246,310],scenario:4,sched:64,sched_tag:6,schedul:[6,11,44,64,65,67,68,171],scheme:[68,71,103,168,186,192,196,201,213,258,337],schiller:72,schmiedehausen:73,schult:75,schumach:169,scientif:57,scope:[5,11,40,69,258,349],score:[27,148,150,151,152,153,154,155,156,157,158,323],scott:[73,250],scp:[43,56,171],scratch:[43,56,181],screen:[12,72,281],screw:72,scriptfil:314,scriptnam:282,scsp:258,sda2:11,sdb2:11,sdk:258,seal:13,seamless:[13,349],seamlessli:180,search:[4,5],search_batchs:[50,188,258],search_engin:[50,71,148,149,150,151,152,153,154,155,156,157,158,188,258,316],search_fuzzy_alwai:[168,258],search_index_head:[50,188,258],search_indexed_db:258,search_maxtim:258,search_normalisation_max:258,search_skipdiacrit:258,search_skiphtml:258,search_snippet_length:258,search_stopword_path:258,search_whitespac:258,searchabl:258,searchd:[185,199,258],searched:316,searchpartit:[183,188,258],searchtier:[183,188,258],searchtierpartit:[183,188,258],sec:[58,59,60,62,63,230,236,258],second:[11,41,53,72,130,173,178,180,190,191,192,194,204,213,219,233,236,257,258,259,261,264,274,276,286,287,289,291,294,301,302,303,310,312,315,316,317,323,337,347,355],secondari:[3,11,19],secret:5,sect:9,section:[3,11,12,26,34,36,41,46,48,50,54,63,64,68,70],sector:11,secunia:[87,115],secur:[3,5],securityapprais:74,see:[3,7,9,11,19,25,33,36,38,40,41,43,44,46,48,49],seek:133,seem:[74,75,89,105,172,179,341],seemingli:26,seen:4,seen_db:73,seenstate_db:[133,258],segfault:[75,89,121,142,143,144,169],segment:[3,190],segmul:74,select:[4,6,7],selector:258,self:[28,58,59,60,62,63],selinux:206,selski:[346,350],semanag:206,semant:[55,73,74,190,337],semi:176,send:[5,11,26,41,43,44,48,52,55,56,64,72,75,80,137,144,148,149,150,151,152,153,154,155,156,157,158,171],sender:[3,27,41,196,220,222],sendmailconfig:[172,352],sens:[56,75,252],sensibl:[55,190],sensit:[33,72,73,190,258],sent:[26,27,33,39,41,45,48,72,75,127,172,190,192,194,204,208,211,232,251,258,274,280,282,295,310,316,323,338,355],sentdate:[295,323],sep:273,separ:[5,6,7,9,11,19,24,25,30,31,33,36,40,41,52,53,54,66,68,72,73,77,78,125,131,133,149,150,151,152,153,154,171,172,179,182,183,187,192,194,208,213,216,217,238,247,257,258,259,260,263,274,278,281,282,289,296,299,316,322,323,352],seper:[73,282],seq:79,seqdiag:48,seqnum:295,seqset:278,sequenc:[6,11,52,72,73,79,80,194,229,232,257,258,273,278,295,317],sequence1:278,sequence2:278,serer:258,seri:[2,43,45,56,60,71,133,134,135,136,137,138,139,140,141,142,143,144,145,146],serial:247,serious:[72,127,230],serv:[11,36,66,68,72,77,180,190,194,196,213,232,251,258,284,287,289,301,303,310],servant:85,server:[4,5,6],server_side_tls:258,serverdomain:27,serverfqdn:27,serverinfo:[81,143,258],serverlist:[9,30,84,181,192,258],serverlist_mod:9,serverlist_mode_soft_usage_limit:9,serverlist_mode_usage_reinit:9,serverlist_select_mod:[9,30,181,192,258],serverlist_select_soft_usage_limit:30,serverlist_select_usage_reinit:[30,181,192,258],servermetadata:258,servernam:[64,65,67,68,192,204,258,282,285,317],serverport:27,servic:[2,3,6,7,9,11,18,27,30,35,40,41,47,52,57,58,59,60,62,63],service_abort:74,servicenam:[75,277],services:[63,71,133,172,180,192,196,213,219,220],session:[3,6,8,18,41,72,73,74,83,133,136,143,159,163,172,185,190,192,194,213,238,258,261,287,289,294,300,301,303,321,326,327,329,330,331,332,334,335,355],sessionid:[27,117,182,258],set:[3,5,7,8,9,10,11,13,15,18],set_lk_max_lock:236,set_lk_max_object:236,setacl:[27,40,84,136,179,190,252,282],setaclmailbox:[40,41],setannotation:134,setgid:73,setinfo:276,setquota:[40,41,73,84,190,192,202,210],setrlimit:[73,144],setseen:41,setseen_al:83,settl:11,setuid:[72,235],setuidvalidity:79,setup:[7,12,18,48,69,169,171,174],seventh:316,sever:[11,19,36,41,48,71,72,73,74,75,80,82,106,107,171,172,183,185,192,193,194,199,201,236,247,347,352,355],sha1:79,sha384:[58,59,60,62],sha:[63,171],shadow:[41,72],shake:180,shall:[9,30,57,63,181,346],shape:11,shapelib:352,share:[4,5,6],sharedprefix:[33,258],sharedscript:172,sharedseen:[79,176,179,232,282],she:[33,43,56],sheet:66,shell:[33,43,56,72,74,172,273,282,299,355],shini:46,shinier:[148,149,150,151,152,153,154,155,156,157,158],ship:[11,44,57,58,59,60,62,63,71,182,217,224,226,281],shm:10,shoot:7,shortcut:355,shorter:[6,233],shortest:47,shorthand:[33,282],shortnam:258,should:[3,6,7,9,11,12,18,22,25,26,27,30,33,36,40,41,43,44,47,48,52,56,58,59,60,62,63,64,65,66,67,71,72,73,74,77,80,133,137,139,170,171,172,176,177,179,180,181,185,189,190,191,192,194,196,199,200,204,206,208,213,216,218,219,220],shouldn:72,show:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],showalt:350,shown:[15,48,63,180,196,257,271,322],shut:[71,72,74,133],shut_down:47,shutdown:[7,72,74,85,135,144,146,163,213,232,249,257,282,289,317],shutdown_fil:317,sibl:73,side:[5,11,13,19,36],siemborski:[73,350],siev:[4,6],sieve:[41,73,74,190,204,258],sieve_allowreferr:[75,95,258],sieve_extens:[77,150,151,152,153,154,258],sieve_maxscript:258,sieve_maxscripts:258,sieve_sasl_expect_unsolicited_cap:82,sieve_sasl_send_unsolicited_cap:[82,258],sieve_utf8fileinto:[82,258],sieve_vacation_max_respons:258,sieve_vacation_min_respons:258,sievec:[204,256,293],sievedir:[72,144,171,172,185,204,258,293],sievenotifi:[41,74,258],sieveshel:[74,204,256,328],sieveusehomedir:[72,172,185,204,258],sig:[43,56,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169],sighup:[73,212,294],sign:[28,43,49,56,58,59,60,62,63,72,102,115,136,194,243,258,347],signal:[73,163,212,232,258,288,294],signatur:[43,56,64,258,281,337,352],signific:[5,11,74],significantli:[75,81,133,171,190,215,233,316],sigsegv:192,sigserv:192,sigterm:294,sigusr2:165,silent:[118,134,235,258,286],silli:73,similar:[8,9,11,18,44,68,83,171,172,180,187,189,190,192,194,196,204,208,213,219,257,349],similarli:[5,47,180,192,196,238,257],simon:[80,85,122,127,145,246,350],simpl:[43,66,72,73,75,171,172,189,192,194,196,208,233,258,282,337,342,346,349,352],simpler:118,simplest:36,simpli:[11,41,47,72,133,166,192,196,200,203,250,326,327,329,330,331,332,334,335],simplist:11,simultan:[8,180,352,355],sinc:[7,9,11,12,18,25,30,33,35,47,53,66,71,72,73,74,75,77,78,79,80,81,82,83,84,85,86,89,91,92,93,94,95,96,97,99,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,123,125,126,127,128,129,130,131],since:73,singl:[3,4,6],singleinstancestor:[41,258],singular:11,sip:337,siriusit:115,sit:[7,247],site:[41,66,71,72,127,131,171,178,186,190,199,201,213,233,250,258],situat:[11,33,112,133,171,181,238,247],sium:236,sivtest:[74,204,256],six:55,sixth:316,size:[6,9,11,15,27,28,30,41,44,47,72,73,75,81,82,83,84,117,122,180,181,182,183,205,208],size_t:102,sizeof:47,skeleton:[52,172,192],skip:[6,50,72,74,75,97,258,263,276,290],skiplist:4,skiplist_always_checkpoint:258,skiplist_unsaf:258,skynet:213,slash:[33,73,172,282],slave:[11,63,97,190,192],sleep:[213,257,316],sleepycat:250,slide:6,slight:213,slightli:[108,133,192,213,251,258,351],slot1:262,slot:[213,258],sloti30t15:27,slow:[6,11,28,71,84,113,181,183,220,221],slower:[11,15,46,47,112,183,213,217,258],small:[0,11,13,28,47,72,73,74,114,116,180,214,217,233,236,247,298,318,349,352],smaller:[11,15,168,180,201,258,290,317],smart:11,smarter:72,smigielski:350,smilint:137,smith:350,smmap:[71,172,198,352],smmapd:[71,75,172,198,256],smooth:316,smoother:[9,30,181],smoothli:60,smtp:[41,72,172,192,196,219,251,266,335,337,345],smtpd:63,smtptest:[74,256],snakeoil:172,snapshot:[3,8,11,46,170,171,180],snip:323,snippet:[15,172,214,258,338],snmp:[44,73,75,294,352],snmpd:294,snmpgen:74,snow:[173,347,351],snuck:125,sock_dgram:286,sockaddr_in:286,socket:[5,27,36,40,41,63,71,72,73,74,75,97,124,129,137,169,171,172,174,185,192],socklen_t:73,soft:181,soft_noauth:258,softer:258,softwar:[4,11],software:57,solari:[12,72,74,102,123,129,134,143,148,150,151,152,153,154,155,156,157,158],sole:[11,349],solut:[11,19,111,116,171,172,180,185,189,190,192,217,223,236,243,246,247,252,258,346,349],solv:[83,108,349],solvabl:233,some:[7,10,11,24,25,28,31,33,40,41,44,46,47,48,50,55,56,60,63,64,66,68,71,72,73,74,77,84,90,116,120,122,125,129,133,136,159,161,166,171,172,177,179,180,182,183,185,187,190,192,194,196,200,204,208,212,213,217,223,226,230,235,241,244,245,247,250,252,257,258,261,270,282,284,287,289,301,303,310,311,316,319,347,348,349,352],somehow:192,someon:[0,180,243],someth:[18,26,43,44,47,56,74,171,172,182,184,196,204,208,216,219,227,233,241,247,250],sometim:[11,26,75,220],somewhat:[15,72,190,221],somewher:[11,43,56],soon:[25,75,181,212,246,258,316,342],sop:343,soref:162,sorri:[72,352],sort:[41,58,59,60,62,63,71,73,79,113,116,148,149,150,151,152,153,154,155,156,157,158,194,204,211,232,258,273,310,324,337,348],sortcache_db:258,soth:73,sound:190,sourc:[2,5,27,41,44,45,46,48,49,50],sourceforg:18,space:[3,6,7,9,10,11,15,19,28,30,41,44,48,49,52,55,68,72,84,114,115,117,133,137,160,169,171,172,180,181,182,183,187,190,192,194,201,203,208,239,258,260,275,296,316,323],spam:[27,33,41,133,148,150,151,152,153,154,155,156,157,158,204,258,295,310,323],spamtest:337,span:[101,190],sparc:79,spare:[11,247,252],spars:278,spawn:[71,73,212,213,219,249,257],speak:[3,11,36,41],spec:213,special:[1,4],specialus:[134,282,348],specialuse_extra:258,specialusealwai:[258,337],specif:[6,7,8,11,12,24,40,41,43,44,52,56,66],specifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],speed:[15,55,57,74,77,84,173,190,215,258,316,342,347],spell:[48,162,258],spellman:127,spend:[36,72],spew:72,spf:342,sph:77,sphinx:[44,48],sphinx_pidfil:258,sphinx_socket:[185,199,258],sphinx_text_excludes_odd_head:258,sphinxcontrib:48,spice:46,spil:[137,166],spin:[15,71,72,96],split:[31,63,72,75,81,84,96,111,169,174,179,180,184,187,205],splitmeta:214,spnego:[68,326,337],spock:33,sponsor:77,spoof:41,spoofeddomain:281,spool:[7,11,13,15],spous:19,spread:[41,190,247],springfield:172,sql:[4,5],sql_:82,sql_databas:258,sql_engin:258,sql_hostnam:258,sql_passwd:258,sql_user:258,sql_usessl:258,sqlite3:263,sqlite:[6,44,82,162,180,258,325,352],squat:4,squat_decode_64:115,squatter1:316,squatter:[50,74,75,81,84,137,159,166,174,183,188,205,213],squattera:316,squeez:44,squirrl:72,src:[47,172],srcdir:74,srctier:316,srv:[43,56],srvtab:[41,72,258],ssd:[11,15,71,114,183,217,316],sse4:352,ssf:[95,258,261,287,289,301,303,319],ssh:43,ssl2:133,ssl3:133,ssl:[5,6,44,52,63,68,73,74,80],ssl_accept:80,ssl_ctx_load_verify_loc:52,sslv23:[73,144],sslv2:[73,88,121,144],sslv3:[88,121,144,337],sssd:[41,178],stabl:[2,11,12,43,48,57,60,63,131,134,135,136,137,138,139,140,141,142,143,144,145,146,159,160,161,162,163,164,165,166,167,168,169],stack:[75,113,258],stackoverflow:172,staff:[11,41,178,350],stage:[43,56,74,75,163,180,182,238,258],stai:[9,30,49,181,192,290],stale:[71,180,213,263,273],stall:[148,153,154,155,156,157,158],stamp:297,stand:[7,179,181,184,190,352],standalon:[172,180,190,213,219,252],standard:[7,12,13,27,33,50,64,71,75,106,116,120,163,171,172,173,174,182,189,190],stanza:[171,185],start:[1,10,11,27,33,36],starttl:[18,136,166],starttls:[52,58,59,60,62,63,72,73,80,82,129,137,143,172,192,258],stat:[72,159,162,180,263,310],state:4,statedir:72,stateless:219,statement:[47,115,118],station:[173,347],statist:[3,73,74,180,260],statoverrid:172,statu:[6,27,64,72,81,148,150,151,152,153,154,155,156,157,158,180,192,204,251,258,262,281,282,316,337,341,346],status:4,statuscach:4,statuscache_db:[10,133,258],statuscache_db_path:[10,71,172,185,258],std:[44,46,75],stderr:[52,75,262,294,317],stdin:[129,258,273,294],stdio:[52,200],stdout:[52,115,262,266,283,294,314,333],stefan:[87,115],steinar:72,step:[18,41,44,56,64,70,171,172,182,192,193,206,263,352],stephen:247,stick:[43,190],still:[3,9,11,19,30,41,45,46,50,55,57,64,72,73,74,79,83,113,126,131,133,148,152,153,154,155,156,157,158,159,161,163,179,180,181,190,191,196,206,226,227,232,238,247,249,250,252,257,258,263,282,311,312,316,323],stipul:183,stock:[58,59,62,63,172],stomach:11,stonith:11,stop:[72,127,172,180,191,213,223,258,263,294,296,317,351],stopword:258,storag:[3,4],storage:[41,203,282,309],store:[6,9,11,13,15,22,27,30,31,33,36],storeing:73,storm:[24,74,133],straight:50,straightforward:[181,190],strang:[192,258],strarrai:163,strategi:[11,171],strconcat:115,strdup:47,stream:[26,72,101,194,200,247,263,271,337],strength:[58,59,60,62,63,258,261,287,289,301,303,319],strerror:72,stress:[11,54],stretch:[36,350],strict:[258,337],stricter:131,strictli:[11,15,125,133,143,183,184,240,258],strike:73,string:[6,33,41,45,47,64,68,70,72,73,74,75,112,135,178,183,187,188,192],stringi:[46,171],stringlist:74,strip:[19,64,258],strndup:47,stromso:142,strong:[245,251,258],strongest:[326,327,328,329,330,331,332,334,335],strongli:[133,171,192,213,322],strstr:52,struct:[52,200],structur:[6,11],struggl:48,stub:74,stuck:167,student:[349,350],studio:145,stuf:11,stuff:[48,72,200,247,281,325,355],stupend:172,stupid:72,style:[18,41,48],stylesheet:[66,258],styx:168,sub:4,subaddress:[204,258,337],subag:294,subcommand:41,subdirectori:[41,64,72,180,235],subdivid:258,subfold:[9,19,30,33,41,77,114,116,117,161,177,181,208,220],subj:[172,208,295,323],subjct:323,subject:[3,7,8,11,27,44,73,75,100,136,149,150,151,152,153,154,155,156,157,158,160,163,176,179,208,258,260,281],submailbox:[192,312],submiss:[3,41,179,258],submit:[1,36],submitserv:258,submitt:346,subscrib:[6,7,19,41,48,64,75,107,112,133,179,192,211,219,258,260],subscribe:[190,282],subscribed:[58,59,60,62],subscript:4,subscription_db:[133,258],subsequ:[6,72,133,137,196,232,238,273,282],subset:[64,65,67,190,204,219,264],subshel:282,substanti:[75,166],substitut:[35,43,56,183,187,258],substr:[74,116,258],subsystem:[74,75,97,111,309],subtl:[73,208],subtract:258,succe:[52,84,133,148,149,150,151,152,153,154,155,156,157,158,179],succesfulli:19,success:[4,11,18,19,26,41,52,58,59,60,62,63,74,137,172,179,190,194,201,252,258,352],successfulli:[11,58,59,60,62,63,81,179,192,194,258,263,328],successor:[179,247],sudo:[44,46,63,171,172,241,352],suffer:133,suffici:[11,18,25,80,172,226,258,316,352],suffix:[258,276],suggest:[73,172,180,193,223,227,229,247,250,252,346],suid_dump:235,suit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],suitabl:[11,43,74,171,172,180,194,217,219,352,355],sum:[9,30,41,55,181,202],summari:[27,44,172],summer:347,sun:[72,144,145,323],sundai:238,superb:[173,347],supersed:286,supervis:83,suppli:[5,11,41,52,68,72,74,75,105,227,250,269,273,276,326,327,329,330,331,332,334,335,338],support:[2,4,7],suppos:[3,5,7,9,11,30,72,75,179,180,181,236],suppress:[6,13],suppress_cap:[116,258],supress:258,sure:[7,12,43,44,47,49,55,56,63,71,75,133,171,172,180,192,193,196,198,204,212,217,219,223,230,235,246,250,257,258,265,310,341,352],suri:[88,131],surnam:19,surpris:[60,192],surround:355,survei:171,suse:[12,73],suspect:[180,192,219],sustain:[133,351],svg:355,svn:355,swap:[33,49,72,171],sweep:[294,307],swiftli:11,symbol:258,symlink:[73,148,149,150,151,152,153,154,155,156,157,158],sync:[49,50,63,83,116,143,166,172,180,185,190,191],sync_:[114,180,213],sync_authnam:[213,258],sync_batchs:[148,153,154,155,156,157,158,213,258],sync_client:[79,83,97,113,120,125,146,148,150,151,152,153,154,155,156,157,158,180,213,219,256,258,261,267,279],sync_compress:[85,213],sync_crc:[127,134],sync_host:[213,258,317],sync_log:[50,180,213,219,258,316],sync_log_chain:[213,258],sync_log_channel:[50,180,213,258,316,317],sync_log_fil:317,sync_log_unsuppressable_channel:[213,258,316],sync_mailbox_ful:116,sync_password:[213,258],sync_port:[213,258],sync_realm:[213,258],sync_repeat_interv:[213,258],sync_reset:[114,126,256],sync_response_pars:219,sync_send_lookup:219,sync_serv:[79,84,97,118,127,144,180,213,219,256,258,312,317],sync_shutdown_fil:[213,258,317],sync_timeout:258,sync_try_imap:[213,258],syncapply:163,syncclient:[213,267,317],syncget:163,synchron:[52,72,96,97,174,189,190,191,192],synchronis:[11,180,219],synclog:316,synclogfil:316,syncnew:72,syncproto:162,syncrestore:163,syncron:267,syncserv:[213,319],syncstop:213,synctest:[180,256],syndic:337,synopsis:48,syntact:72,syntax:[15,18,40,48,72,204,223,227,258,337,355],synthet:[213,258],sys:[216,337],syscal:247,sysconfdir:[185,352],sysconfig:217,sysctl:[41,178],sysflags:[295,323],syslog_facil:258,syslog_prefix:[172,258],syslogd:75,system:[0,1,3,4,6,11],systemctl:[60,171,352],systemd:352,systemrc:282,systemv:352,t1searchpartit:50,tab:[6,41,55,72,115,216,263,273,355],tabl:[6,18,64,72,74,75,257,258,260,281,294],table:[6,18],tada:352,tag:[1,11,42,43],tagged_abov:27,tahr:63,tail:46,tailor:[41,171,199,201],takatukaland:73,take:[7,11,19,25,33,36,40,48,52,55,56,57,71,72,73,74,77,97,171,172,173,180,181,190,192,194,204,206,220,232],taken:[7,11,75,180,258],talk:[3,6,15,55,133,172,190,192,213,230,236,250,258,339,352],tamplin:77,tar:[43,46,56,57,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169],tarbal:[2,43,44,56],target:[3,7,9,11,27,30,36,48,73,125],tartaru:50,task:[11,33,36,44,84,101,121,122,134,135,139,140,141,142,144,145,171,180,185,257,276,282,355],tcl:[72,73,171,282],tcl_rcfilenam:72,tclconfig:72,tclsh:72,tcp4:257,tcp6:257,tcp:[41,71,113,114,172,190,192,197,198,199,206,213,249,257,258,352],tcp_keepal:[249,258],tcp_keepalive_:249,tcp_keepalive_cnt:258,tcp_keepalive_idl:258,tcp_keepalive_intvl:258,tcp_wrapper:44,team:[12,38,45,49,57,61,63,72,145,172,333,338],tech:[41,48,57,260,266,267,310],technet:267,technic:[3,40,346],techniqu:[11,247],technolog:[5,11,12,13,26,57,184,187,217,236,347,349],teged:161,telemetri:[41,46,72,74,106,109,185,200,220],telemetry_bysessionid:258,tell:[11,31,55,72,137,172,183,187,192,193,194,196,223,258,261,287,289,301,303,310,317,319,338,352],telnet:[171,172,204,216,338],temp:[188,216],temp_path:[180,258],tempfail:252,templat:[48,66,68,258,280],temporari:4,temporarili:190,tempsearchpartit:188,ten:239,tenant:33,tend:[9,11,30,60,180,181,185,238,257,289],term:[11,33,36,44,84,227,238,258,282,316,323,355],termin:[36,48,52,74,75,172,204],terminated:47,terminolog:189,terribl:192,test:[0,1],testb:127,tester:[0,54],testfold:27,testfolder_renam:27,testrunn:46,testsaslauthd:[18,58,59,60,62,63,172,352],text:[5,6,27,43,46,48,52,57,63,71,72,73,75,77,122,148,151,152,153,154,155,156,157,158,172,191,199,236,246,258,264,266,267,273,316,323,337,355],tfz:43,than:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],thank:[72,73,75,84,85,87,88,112,114,115,116,121,122,127,131,133,134,135,136,137,138,142,143,144,145,146,148,150,151,152,153,154,155,156,157,158,159,160,161,162,165,166,168,169,355],thei:[3,7,9,11,15,19,22,25,30,33,36,38,40,41,43,45,46,47,50,56,57,64,68,71,72,74,116,133,135,144,148,151,152,153,154,155,156,157,158,171,172,173,179,180,181,183,184,185,190,191,192,194,196,198,202,204,211,212,213,219,227,233,234,238,240,241,247,250,251,257,258,276,277,282,289,294,297,312,347,349,352],them:[3,6,7,11,18,25,31,41,43,44,46,47,55,56,57,64,65,67,71,72,75,77,79,133,144,161,171,172,176,179,180,187,190,192,194,196,198,202,204,208,219,227,241,248,252,258,263,277,278,281,282,285,289,294,299,310,312,316,317,323,325,349,352],themovieposterpag:281,themselv:[6,28,41,71,121,133,175,176,183,190,192,257,258,310,320],theoret:190,theori:[11,211],thereaft:5,therebi:[11,190],therefor:[3,9,11,12,26,36,38,41,60,71,161,180,215,237,238,251],therein:[11,185,217,295,316],thereof:[11,24,47],thewrittenword:75,thi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],thing:[3,11,15,41,47,56,57,71,74,111,116,120,125,171,172,178,180,182,185,190,191,196,200,227,230,246,247,258,309,311,352,355],think:[0,11,40,57,71,191,233,247,258,310],third:[19,27,41,54,72,85,173,182,258,264,274,316,347],thise:267,thoma:[27,85,88,115,122,142,144,281],thomas_cooper94:281,thomson:337,thorough:192,those:[3,5,6,9,11,30,33,40,45,55,56,63,64,65,66,67,71,74,108,133,171,172,179,180,181,185,186,187,189,190,191,192,194,204,213,219,226,246,247,257,258,261,267,273,277,284,287,289,290,291,300,301,303,315,316,317,320,326,327,329,331,332,334,335,352],though:[3,5,33,36,47,60,72,74,75,179,182,190,192,194,238,247,250,258,286],thousand:[3,36,247],thread:[58,59,60,62,63,71,73,75,114,116,121,130,148,149,150,151,152,153,154,155,156,157,158,192,196,232,250,258,337,352],three:[3,5,6,7,24,33,36,40,179,188,190,194,238,316,337,355],threshold:[15,27,41],through:[4,7],throughout:[3,18,47,73,74,208],throughput:[79,190,230],thu:[7,9,30,33,41,79,178,180,181,183,190,192,208,233,257,258,295,352,355],thumb:11,tibbit:168,tibbitt:162,tick:259,ticket:[5,11,41],tickl:72,tidi:[116,127,162],tie:46,tier1:[183,188,258],tier1searchpartit:[183,188,258],tier:6,tilt:213,tim:[204,333,350],time:[0,3,6,7,9,11,12,15,25,27,30,36,41,43,47,49,55,56],time_t:[200,232],timefram:11,timeout:[41,75,89,113,122,136,230,258,261,286,287,289,291,301,302,303,315,317,337],timer:258,timestamp:[6,27,72,120,182,208,212,258,263,285,337],timezon:[6,27,46,55,64,72,161,268],timonei:350,timotheu:168,timsiev:[33,63,71,72,73,74,75,80,95,114,143,166,172,192,198,204,219,256,257,258,287,289,291,294,300,303,319],timzon:108,tini:[111,180],tinyint:18,titl:[204,355],tld:[204,242,243,258],tls1_0:[121,133,258],tls1_1:[121,133,258],tls1_2:[121,133,258],tls:[4,5],tls_:75,tls_ca_:133,tls_ca_fil:[133,258],tls_ca_path:[133,258],tls_cert_fil:[133,258],tls_cipher:258,tls_cipher_list:258,tls_client_ca_dir:[133,172,258],tls_client_ca_fil:[133,172,258],tls_client_cert:[133,258],tls_client_kei:[133,258],tls_compress:[121,133,144],tls_eccurv:[121,133,258],tls_key_fil:[133,258],tls_prefer_server_ciph:[121,133,258],tls_prune:[137,165,171,172,185,256,257],tls_requir:[68,143,258],tls_server_ca_dir:[133,258],tls_server_ca_fil:[133,258],tls_server_cert:[133,172,258],tls_server_kei:[133,172,258],tls_session:4,tls_session_timeout:[172,258,321],tls_sessions_db:[133,171,185,258],tls_sessions_db_path:[71,133,172,185,258],tls_version:[121,133,144,258],tlscache_db:[133,258],tlscache_db_path:[133,258],tlskei:[143,282],tlsprune:[171,172,185,257],tlsv1:[58,59,60,62,63,73],tm_gmtoff:72,tmartin:333,tmp:[43,46,171,192,204,216,235,258,266,269],tmpf:[71,114,171,185,220],tmpfile:74,tocdepth:162,todai:[8,11,173,347,350],todd:260,todo:[6,27,41,202],toedtmann:73,togeth:7,token:[58,59,60,62,63,72,223,258],told:180,tom:[92,190],tomorrow:11,toni:73,tons:[44,46],too:[5,11,43,56,64,72,111,112,113,124,128,133,135,136,137,163,166,172,185,186,225,238],took:213,tool:[1,2,22,44,46],toolkit:342,top:[3,27,33,43,56,73,148,151,152,153,154,155,156,157,158,190,192,211,258,282],topic:[49,56,258],toplevel:[48,64,65,66,67,84,133,196,258],topolog:11,tortious:57,tos:258,total:[6,9,11,28,30,181,192,258,295],touch:[7,212,217,284],toward:[9,11,30,35,71,148,151,152,153,154,155,156,157,158,181,210,238],trace:[179,258],track:[6,54,72,74,81,85,92,129,185,196,247,258,285,310,312,346],tracker:338,trade:213,tradeoff:[6,249],tradit:[6,15,47,48,77,183],tradition:[3,181,190],traffic:[11,33,64,75,85,89,95,111,180,258,276,317,340],trail:[19,55,72,73,258,323],transact:[6,68,73,81,82,190,194,233,258,265,273,317],transfer:[3,7,27],transfig:[44,171],transit:[73,171,214],translat:[3,6,33,53,81,171,204,218,258,296,322],translatesiev:[33,162,171,204],transmiss:337,transmit:[5,172,194,251],transpar:[7,36,55,64,74,190,217,326,327,329,330,331,332,334,335],transport:[5,36,41,71,172,190,198,199,204,205],trap:47,trash:[19,33,41,204,208,211,219],travel:[173,347],travers:73,treat:[11,19,41,66,70,72,141,160,178,196,201,219,251,258,281],tree:[5,10,46,133,137,172,186,190,192,196,214,241,244,258,276,316],trend:73,tri:[72,113,117,137,172,236,241,251,312],trial:[137,138,160,161,168,169],trickier:[190,191],trigger:[24,27,63,75,182,200,213,219,238,258,316],trim:312,trip:[11,72],tripl:11,trivial:[172,252],trojan:281,trojita:127,troubl:[137,138,160,161,168,169,192,230],troubleshoot:35,truncat:[47,72,83,106,108,114,182,240,258],trust:[5,11,72,133,291],trusti:63,trycreate:72,tselina:281,tstampfil:285,ttest:27,tue:[281,295,297],tugowar:74,tune:[74,190],tupl:316,turbid:73,turn:[11,40,41,63,72,73,83,171,180,182,235,250,258,311,337],tweak:[11,72,73,174],twice:[75,120,172,219,257,317],two:[3,4,5],twoskip:4,txt:[72,74,251,258,266,333],ty347:259,type:[3,4],typedef:[52,200],typic:[5,11,27,33,36,41,48,176,179,183,185,201,213,217,238,244,257,258,261,271,273,316,317,338,352],typo:[72,73],tyq4:259,tyranni:55,tyrrel:350,tzid:6,u00fcederli:27,ubuntu:[2,54,57],ucd:73,udp4:257,udp6:257,udp:[63,74,172,206,257,286,287,289,291,300,302,303,319,320],udv:208,ufl:247,ugli:114,uhura:[33,53],uid:[5,6,27,36,41,72,97,167,168,180,190,208,232,238,258,266,271,281,295,310,316,323],uidl:[148,150,151,152,153,154,155,156,157,158,232,258],uidl_format:[148,150,151,152,153,154,155,156,157,158,258],uidnext:[27,72,182,258],uidonli:258,uidplus:[58,59,60,62,63,72,75,238,337],uidset:27,uidvalid:[232,295,312,316],uidvalidity:[27,72,112,258],uint:258,ulimit:235,ulmer:247,ultim:[5,11,133],umanitoba:73,umask:258,umbrella:57,umemoto:75,umich:92,unabl:[3,11,52,72,117,172,220,224,246],unaffect:[73,258],unanim:346,unauthent:[41,64,97,178,194],unauthenticate:114,unavail:[25,133,189,190],unavailable:[41,246,310],unbind:64,unchang:[6,133],uncom:[63,172],uncommit:[43,56],uncommon:[11,24,36,39,239],uncomplet:101,uncompress:[180,263,271],uncondition:316,unconfirmed:133,uncov:247,undelet:[116,174,176,179,205],under:[5,6,10,11,19,24,25,28,33,35,41,43,46,48,54,56,57,64,65,66,67,72,75,83,89,97,133,134,148,149,150,151,152,153,154,155,156,157,158,172,196,209,213,220,233,234,238],underestim:263,undergo:49,underli:[11,131,258,310],underlin:48,underneath:[41,192,202,238,310],understand:[0,11,41,73,171,172,192,233,282],understood:[11,282],undertaken:173,undesir:133,undetermin:238,undocu:81,undocument:232,undump:[75,92,128,258,264,267],unencod:95,unexpect:[11,72,117,192],unexpung:[25,81,84,117,120,208,238,256,258],unfortun:[73,182,208,289],unicod:[111,113,129],unicorn:63,unifi:4,uniform:[189,192],uniniti:72,uninitialis:163,uninterrupt:190,union:[41,75],uniqu:[3,5,6,11,27,33,47,112,190,192,213,219,257,258,295,297,310],unique:6,uniqueid:[73,79,120,166,180,271,277,310,312],uniserv:73,unit:[9,30,43,44,46,56,131,161,162,171,181,247,276,282,323],unite:351,unitialis:161,univers:[3,57,75,77,133,173,342,347,349,350,351],university:57,unix:[27,33],unix_group_en:258,unix_pwcheck:72,unixheirsep:128,unixheriarchysep:114,unixhierarchi:[33,168],unixhierarchysep:[18,33,46,63,66,73,74,75,106,120,148,152,153,154,155,156,157,158,171,172,196,204,218,242,258,270,282,322,323,338],unixhiersep:74,unknown:[161,227,282],unlabel:227,unless:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],unlik:[36,190,244],unlike:[190,219,276],unlimit:[19,28,115,130,131,141,201,235,257,258],unlink:[24,25,72],unlock:[64,146,263],unmailbox:279,unmet:352,unmodifi:74,unnecessari:263,unnecessarili:163,unord:[66,258],unpars:113,unpleas:60,unqualifi:[40,258,282],unreach:190,unread:[38,180],unrealm:33,unrecogn:277,unreport:129,unrespons:258,unseen:6,unseenmessag:[27,182,258],unselect:[58,59,60,62,63,126,258,337],unset:[258,323],unsign:[52,72],unsolicit:97,unspecifi:[72,172,263,312],unstabl:[166,221],unsubscrib:[75,258],unsubscribe:[72,190],unsuccess:[41,213],unsuit:[64,65,67,225],unsupport:[136,144,348],untag:[52,72,176],until:[8,11,25,26,47,71,77,117,130,133,171,173,180,192,201,206,227,238,257,258,263,294,317],untouch:290,unus:[41,44,180,239,249,279],unusu:73,updat:[1,6,7,12,18,36,41,42],update:[43,56,64,72,75,77,78,84,100],upgrad:[33,40,60,63,72,73,75,85,125,126,128,129,133,134,135,136,137,138,139,140,141,142,143,144,145,146,159,160,161,162,163,164,165,166,167,168,169],upgrade:[71,72,129],upload:[43,56,74,113,167,192,213,258,316,333],upon:[6,9,19,30],upper:[136,346],uppercas:116,ups:11,upstream:[11,43,45,46,49,50,56,75,144,159,182,196,301,338],urandom:[245,258],urg:73,uri:[27,36,97,258],url:[6,56],urlauth:[6,46,58,59,60,62,63,77,111,258,337],urlfetch:[88,90,121,122,135,141,144,337],usabl:[269,273],usag:[6,9,30,35,41,73,74,77,81,84,113,116,118,127,128,133,135,162,171,180,181,192,201,202,211,213,236,238,258,275,279,282,295,309,310,316,355],usage:[4,6],use:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35],usenet:[6,41,75,172,196,258,299,337],user:[3,4],user_column:18,user_deleteacl:74,user_deni:4,user_deny_db:133,user_folder_limit:[85,277],useradd:[172,352],userdeni:[121,185,258],userdeny_db:258,userdeny_db_path:[185,258],userflags:[295,323],userid:4,userid_list:325,usermod:[172,352],usernam:[3,5,18,19,33,40,44,46,64,65,68,74,172,186,192,196,216,237,242,248,258,276,282,286,310,316,352,355],username:49,username_idx:18,username_tolow:258,userpassword:63,userprefix:[33,258],userrc:282,userspac:47,using:[18,33,36,41],usr:[43,44,46,50,71,72,127,133,161,171,172,185,192,204,208,211,212,213,214,216,223,226,235,258,262,265,267,269,286,288,316,317,352],usual:[6,11,40,41,48,62,73,172,176,178,180,190,204,214,219,236,238,258,288,326,327,329,330,331,332,334,335,338,352],usualli:236,uta:73,utc:[323,341],utdalla:[73,74],utf7:258,utf8:[227,258],utf8smtp:258,utf:[27,72,73,75,81,111,136,169,227,258],util:[47,57,63,64,73,74,75,79,96,97,127,133,161,163,185,186,192,196,201,204,209,211,213,236,238,258,282,298,318,323,326,327,328,329,330,331,332,334,335,348],utilis:263,utopic:63,uuid:[44,46,97,171,297],uutari:166,vacat:[6,72,73,74,75,77,114,136,204,220,222,233],vader:[219,248],vain:73,valentin:146,valgrind:[44,46,104,105,107,108],valid:[6,19,33,41,52,73,75,106,143,178,194,216,227,257,258,267,276,286],valu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356],value:48,van:[136,346,350],vanilla:352,vansant:350,varchar:18,vari:[48,208],variabl:[41,44,55,66,72,73,77,130,148,155,156,157,158,166,204,207,224,258,263,294,337,355],variant:[41,137],varieti:[5,7,9,10,11,69],variou:[2,11,31,40,41,44,47,56,64],vast:[190,217,233],vastli:35,vavailability:[23,100,226],vcard:[6,68,159,258,337],vcard_obj:6,vcard_uid:6,vcardfast:46,velasco:[135,143],vendor:[11,64,74,77,79,92,103,172,176,179,196,225,232,258,276,316,352],ver:282,verbos:[18,48,73,107,258,263,264,268,270,271,276,281,283,290,310,311,312,316,317,318,322,323,326,327,329,330,331,332,334,335],verbose:172,veri:[5,7,11,18,28,36,43,46,47,63,72,116,120,171,172,179,180,186,190,192,196,213,221,233,236,251,258,263,267,316,347,348,350],verif:[5,41,44,63,133,180,196,212,263,267,326,327,329,330,331,332,334,335],verifi:[5,28,41,58,59,60,62,63,64,75,97,105,133],versa:[36,194,219,322],version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],versions:[48,133,134,139,140,141,142],vertic:36,vervet:63,verysecret:5,vevent:[23,107],vfreebusy:23,via:[6,11,15,19,28,36,40,41,44,46,47,55,64,65,66,68,70,71,73,74,75,77,82,107,112,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,178,183,185,188,190,191,192,196,198,199,201,204,208,211,213,216,219,232,252,258,265,273,281,282,301,302,310,312,316,322,325,333,338,341,352],viabil:11,viabl:250,vice:[36,194,219,322],video:39,videocharg:247,vidic:146,viehmann:85,view:[11,33,42,44,45,48,49],vim:171,violat:[47,192],virtdomain:[18,40,75,113,136,148,152,153,154,155,156,157,158,163,172,248,258,282,338],virtual:[3,6,8,11,13,18,33],virtual_destination_concurrency_limit:352,virtual_destination_recipient_limit:352,virtual_recipi:352,virtual_recipient_domain:352,virtual_recipient_map:352,virtual_transport:352,viru:27,virus:[204,281],virustest:337,visibl:[41,64,133,179,190,258,282],visit:[310,340],visual:[43,355],visudo:46,vivid:63,vjournal:23,vladimir:73,vnd:[27,182,258],volatil:10,volum:3,volunt:61,vote:346,vpath:162,vpoll:[23,100,145,226,337],vsd:247,vtimezone:[64,68],vtodo:23,vulner:[129,337],vzic:[64,108],wai:[11,12,31,40,41,47,48,56,63,72,116,125,133,166,178,179,180,181,187,189,190,192],wait:[11,15,26,55,56,64,212,257,258,261,263,286,287,289,291,294,301,302,303,312,315,317],wait_interv:317,waitev:200,walk:238,walkthrough:49,wall:[44,46],wallet:11,walter:[73,350],wamerican:171,wan:213,want:[0,5,11,18,26,33,41,43,45,46,47,48,49,50,56,57,59,60,63,64,72,133,137],wanttowrit:52,warm:247,warmuth:134,warning:[41,310],warranties:57,wasn:[72,73,75,131,180,350],wast:74,water:[72,196,285],wbreyha:115,wcw:73,web1:277,web2:277,web:[11,22,36,43,64,65,68,204,247,337,339,340],webdav:64,webmast:33,webserv:36,websit:[11,43,48,56,136],wed:295,week:[39,45,238,323,346],weekend:[24,39],weekli:[45,172,341,342,354,356],weight:4,weiler:350,weird:[72,75,77,172],welcom:[0,253],well:[5,7,10,11,13,19,25,31,33,40,43,46,52,72,73,74,75,97,108,125,133,171,172,176,179,181,187,190,191,192,194,208,213,220,238],went:[72,84,171],were:[9,11,30,38,41,71,72,73,74,83,102,114,116,122,133,144,161,178,179,180,181,191,206,208,211,236,252,257,258,276,280,285,295,310,312,316,347],werewolf:63,werror:[44,46],wextra:[44,46],wget:171,what:[3,4,5],whatev:[41,72,171,172,178,180,192,246,247,258,310,338],whatsoev:57,whatsoever:57,wheaton:73,when:[3,4,5,6,8],whenev:[45,72,194,196,208,352],where:[3,5,7,11,13,26,33,36,41,44,46,57,63,64,72,73,74,75,83,84,101,102,103,106,108,112,115,126,130,161,169,171,172,179,181,183,185,187,188],where_claus:18,wherea:[180,213],wherein:188,wherev:108,whether:[3,7,38,49,52,57,63,64,68,72,73,75,77,79,95,133,170,172,176,179,181,208,213,232,258,277,282,312,316,352],which:[3,5,6,7,9,10,11,15,19,24,25,27,30,31,33,34,36,38,40,41,44,46,47,48,49,50,52,55,56,58,59,60,62,63,64,65,66,67,68,71,72,74,75,77,79,81,84,85,96,97,100,112,113,114,120,125,127,128,129,131,133,148,149,150,151,152,153,154,155,156,157,158,161,162,171,172,173,177,178,179,180,181,182,183,186,187,188,190,192,193,196,200,201,202,204,213,214,219,220],whichev:[64,84,226],whilst:276,white:350,whitespac:[19,72,73,160,192,257,258,259,299],who:[0,5,18,19,33,41,55,72,131,144],whole:[11,133,173,238,347,349],whom:[27,175],whose:[9,30,41,64,192,240,258,263,271,282,312,317,325,326,327,329,330,331,332,334,335,351],why:[11,33,46,47,55,172,220],wide:[13,44,190,206,232,252,270,349,351],widespread:349,wierd:129,wiggl:180,wiki:[45,54,258],wikidb:266,wikipedia:[46,173],wildcard:[115,274,282,310],wildmat:[6,66,196,216,258,273,285,299],wili:63,window:[11,48,74,171,337,355],wire:[5,11,68,194,258,342],wisdom:[171,223],wise:349,wish:[8,41,63,72,148,151,152,153,154,155,156,157,158,166,171,178,180,186,190,204,206,208,213],with_ldap:129,within:[3,5,6,11,14,15],without:[3,6,7,11,12,15,18,24,28,33,40,41,44,49,53,54,56,57,64,70,72,73,75,95,104,115,116,117,125,128,131,137,144,160,161,164,166,171,172,178,179,180,181,183,184,190,193,194,204,206,211,213,224,250,258,263,269,273,276,279,280,281,312,318,324,337,349,352],wno:[44,136],woefulli:200,wolfgang:[115,121,122,135,136,137,145,165,166],won:[15,73,116,148,153,154,155,156,157,158,179,190,191,192,201,235,248,258,312],wong:[73,350],word:[3,7,41,72,133,169,238,247,258,316,355],work:[0,1,5,11,18,33,40],workabl:180,workaround:[11,72,109,250,258],worker:258,workshop:11,world:[41,47,172,190,196,342,351],worri:352,wors:233,worst:247,worth:[7,11,49,73,133,180,341],worthwhil:57,would:[3,5,7,8,9,11,16,17,18,26,29,30,33,34,36,37,38,40,41,43,48,53,56,57,64,65,67,71,72,73,74,84,113,129,133,161,171,172,179,180,181,183,184,190,191,192,201,206,213,217,238,247,250,257,258,263,267,273,280,281,282,290,298,316,317,322,338,339,347,352],wrap:[80,169],wrapper:[47,72,73,166,196,229,257],writabl:[18,171,258],write:[0,3,6,7,11,13,41,43,46,47,52,56,61,64,72,73,74,115,133,173,174],write_bodi:106,writeabl:10,writefil:115,written:[6,7,11,16,17,29,36,37,47,52,57,61,72,73,119,133,196,236,244,265,282,316,322,347],wrong:[43,46,56,72,116,171,258,309,325],wrote:[43,55],www:[36,40,43,45,54,56,57,133,134,135,136,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,162,163,164,165,166,167,170,172,236,258,342,352],x509:172,x86_64:[44,50,226],xapian:[6,44,46],xapian_config:50,xapian_flavor:352,xapianact:4,xapplepush:[148,150,151,152,153,154,155,156,157,158,182],xavier:161,xbackup:[180,258],xbackup_en:[180,258],xcal:[108,337],xconversations:258,xconvmultisort:258,xfd:[43,56],xfer:[75,96,97,100,115,116,120,122,125,126,127,128,129,131,134,145,165,171,190,258,282],xfz:[43,56],xlist:[19,63,120,134,171,258,270],xmalloc:[47,52],xml2:352,xml:[27,46,117,139,258,337],xmpp:337,xpath:171,xrealloc:[47,75],xref:[9,75],xsha1:162,xsnippets:[167,258],xstrdup:52,xutil:171,xxd:44,xxx:[40,190,235],xzmalloc:47,xzvf:57,y2k:285,yacc:[72,75],yahoo:[27,182],yann:127,yapc12:133,year:[11,127,131,169,247,260,285,342,347],yet:[11,19,38,46,56,61,73,125,146,180,190,201,217,238,257,258,352],yield:180,yjh:168,yoni:350,york:337,you:[0,3,6,7,9,11,12,15,16,17,18,26,27,28,29,30,33,34,36,37,40,41,43,44,45,46,47,48,49,50,54],young:196,your_fork:49,your_username:49,yourself:[2,3],yum:[58,60,62],yyi:40,zan:169,zephyr:[72,73,302],zephyrgram:302,zero:[19,41,47,52,72,73,82,122,129,178,180,194,196,201,257,258,259,261,286,287,289,291,301,302,303,310,315],zhukov:[159,166,169],zlib1g:[44,171],zlib:[12,44,352],zoneinfo:4,zoneinfo_db:[64,258],zoneinfo_db_path:[64,185,258,268],zzz:40},titles:["We need your help","Developers","Download","Glossary","Configuration Guide","Authentication and Authorization","Databases","Deployment Scenarios","Known Protocol Limitations","Mailbox Creation Distribution","Performance Recommendations","Storage Considerations","Supported Platforms and System Requirements","Features","Access Control","Archiving","Kerberos Authentication","LDAP Authentication","SQL Authentication","Automatic Creation of Mailboxes","CalDAV Collections","CardDAV Support","DAV Collection Management","DAV Components","Delayed Delete","Delayed Expunge","Duplicate Message Delivery Suppression","Event Notifications","Mail Spool Partitions","Mailbox Annotations (METADATA)","Mailbox Distribution","Mailbox Metadata Partitions","Message Annotations (METADATA)","Mailbox Namespaces","Quota","Sealed System Design","Cyrus IMAP Murder (Server Aggregation)","Server Side Filtering (Sieve)","Shared Seen State","Single-Instance Store","Virtual Domains","Concepts","IMAP Developer Guide","Releasing new builds of ancient Cyrus IMAP versions","Compiling","Cyrus Works","Developer Test Environment","Tips for Hacking on Cyrus","Documentation","GitHub guide","Xapian for searching","Developer Libraries","<strong>imclient</strong> library","Namespaces: a developer view","Overview of Cyrus development environment","Development Process","Releasing Cyrus IMAP","Get Cyrus","CentOS","Debian","Fedora","openSUSE","Red Hat Enterprise Linux","Ubuntu","CalDAV","CardDAV","RSS Feeds","WebDAV","HTTP modules","Configuring the MTA","Virus Scanner","Notes for Packagers","Cyrus IMAP 1.x Release Notes","Cyrus IMAP 2.0.x Release Notes","Cyrus IMAP 2.1.x Release Notes","Cyrus IMAP 2.2.x Release Notes","Cyrus IMAP 2.3 Releases","Cyrus IMAP 2.3.0 Release Notes","Cyrus IMAP 2.3.1 Release Notes","Cyrus IMAP 2.3.10 Release Notes","Cyrus IMAP 2.3.11 Release Notes","Cyrus IMAP 2.3.12 Release Notes","Cyrus IMAP 2.3.13 Release Notes","Cyrus IMAP 2.3.14 Release Notes","Cyrus IMAP 2.3.15 Release Notes","Cyrus IMAP 2.3.16 Release Notes","Cyrus IMAP 2.3.17 Release Notes","Cyrus IMAP 2.3.18 Release Notes","Cyrus IMAP 2.3.19 Release Notes","Cyrus IMAP 2.3.2 Release Notes","Cyrus IMAP 2.3.20 Release Notes","Cyrus IMAP 2.3.3 Release Notes","Cyrus IMAP 2.3.4 Release Notes","Cyrus IMAP 2.3.5 Release Notes","Cyrus IMAP 2.3.6 Release Notes","Cyrus IMAP 2.3.7 Release Notes","Cyrus IMAP 2.3.8 Release Notes","Cyrus IMAP 2.3.9 Release Notes","Cyrus IMAP 2.4-caldav Releases","Cyrus IMAP 2.4.17-caldav-beta1 Release Notes","Cyrus IMAP 2.4.17-caldav-beta10 Release Notes","Cyrus IMAP 2.4.17-caldav-beta11 Release Notes","Cyrus IMAP 2.4.17-caldav-beta2 Release Notes","Cyrus IMAP 2.4.17-caldav-beta3 Release Notes","Cyrus IMAP 2.4.17-caldav-beta4 Release Notes","Cyrus IMAP 2.4.17-caldav-beta5 Release Notes","Cyrus IMAP 2.4.17-caldav-beta6 Release Notes","Cyrus IMAP 2.4.17-caldav-beta7 Release Notes","Cyrus IMAP 2.4.17-caldav-beta8 Release Notes","Cyrus IMAP 2.4.17-caldav-beta9 Release Notes","Cyrus IMAP 2.4 Releases","Cyrus IMAP 2.4.0 Release Notes","Cyrus IMAP 2.4.1 Release Notes","Cyrus IMAP 2.4.10 Release Notes","Cyrus IMAP 2.4.11 Release Notes","Cyrus IMAP 2.4.12 Release Notes","Cyrus IMAP 2.4.13 Release Notes","Cyrus IMAP 2.4.14 Release Notes","Cyrus IMAP 2.4.15 Release Notes","Cyrus IMAP 2.4.16 Release Notes","Cyrus IMAP 2.4.17 Release Notes","Cyrus IMAP 2.4.18 Release Notes","Cyrus IMAP 2.4.19 Release Notes","Cyrus IMAP 2.4.2 Release Notes","Cyrus IMAP 2.4.20 Release Notes","Cyrus IMAP 2.4.3 Release Notes","Cyrus IMAP 2.4.4 Release Notes","Cyrus IMAP 2.4.5 Release Notes","Cyrus IMAP 2.4.6 Release Notes","Cyrus IMAP 2.4.7 Release Notes","Cyrus IMAP 2.4.8 Release Notes","Cyrus IMAP 2.4.9 Release Notes","Cyrus IMAP 2.5 Releases","Cyrus IMAP 2.5.0 Release Notes","Cyrus IMAP 2.5.1 Release Notes","Cyrus IMAP 2.5.10 Release Notes","Cyrus IMAP 2.5.11 Release Notes","Cyrus IMAP 2.5.12 Release Notes","Cyrus IMAP 2.5.13 Release Notes","Cyrus IMAP 2.5.2 Release Notes","Cyrus IMAP 2.5.3 Release Notes","Cyrus IMAP 2.5.4 Release Notes","Cyrus IMAP 2.5.5 Release Notes","Cyrus IMAP 2.5.6 Release Notes","Cyrus IMAP 2.5.7 Release Notes","Cyrus IMAP 2.5.8 Release Notes","Cyrus IMAP 2.5.9 Release Notes","Cyrus IMAP 3.0 Releases","Cyrus IMAP 3.0.0 Release Notes","Cyrus IMAP 3.0.0 beta1 Release Notes","Cyrus IMAP 3.0.0 beta2 Release Notes","Cyrus IMAP 3.0.0 beta3 Release Notes","Cyrus IMAP 3.0.0 beta4 Release Notes","Cyrus IMAP 3.0.0 beta5 Release Notes","Cyrus IMAP 3.0.0 beta6 Release Notes","Cyrus IMAP 3.0.0 rc1 Release Notes","Cyrus IMAP 3.0.0 rc2 Release Notes","Cyrus IMAP 3.0.0 rc3 Release Notes","Cyrus IMAP 3.0.0 rc4 Release Notes","Cyrus IMAP 3.0.1 Release Notes","Cyrus IMAP 3.0.10 Release Notes","Cyrus IMAP 3.0.11 Release Notes","Cyrus IMAP 3.0.2 Release Notes","Cyrus IMAP 3.0.3 Release Notes","Cyrus IMAP 3.0.4 Release Notes","Cyrus IMAP 3.0.5 Release Notes","Cyrus IMAP 3.0.6 Release Notes","Cyrus IMAP 3.0.7 Release Notes","Cyrus IMAP 3.0.8 Release Notes","Cyrus IMAP 3.0.9 Release Notes","Release Notes","Upgrading to 3.0","Installing Cyrus","Introduction to Cyrus IMAP","Administrator Guide","Access Control","Combining Access Rights","Access Control Defaults","Access Control Identifier (ACI)","Access Control Lists Rights Reference","Cyrus Backups","Mailbox Distribution","Cyrus Event Source","File &amp; Directory Locations","Archive Partitions","Configuration file locations","Directory Hashing","Spool Directories","Search Tiers","Cyrus Murder","Cyrus Murder: Concepts","Cyrus Murder Failure Modes","Cyrus Murder: Installation and Administration","Cyrus Murder Mail Delivery","Cyrus Murder Mupdate Details","HOWTO: Using an NGINX IMAP Proxy","Cyrus NNTP","Ports and Sockets","Cyrus Service Definitions","Cyrus Socket Locations","Cyrus Prot Layer","Quotas","Quota Roots","Supported Quota Types","Cyrus Sieve","Standard Operating Procedures","Running Cyrus IMAP Services on Non-Standard Ports","Alternative Namespace","Deleting and Undeleting Messages and Folders","Mailbox Operations","Mailbox Folders exempt from quota","Reconstructing Mailboxes","Reloading Cyrus IMAP Services","Replication: Installation and Administration","Splitting Metadata from Partitions","Using Squatter for Faster IMAP SEARCH","Managing user_deny.db","Tweaking Cyrus IMAP","Tools &amp; Utilities","System Architecture","Frequently Asked Questions","Which database backend should I use for which databases?","Duplicate Delivery Suppression","Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora","Problems detecting Berkley DB on Red Hat Linux","Help! There must be an easier way to get all this going...","OpenSSL Version Mismatches","Why does Cyrus reject 8-bit characters in the headers of my messages?","Why does Cyrus reject messages with &#8220;bare newlines&#8221;?","How do I get Cyrus Sieve to play nice with Exim?","Why does mail delivery go slow or hang sometimes?","How do I view ACLs on a mailbox?","What annotations are available?","Why does ctl_cyrusdb -r take so long with Berkeley DB?","Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?","How to enable core dumps","Is the &#8220;db3: x Lockers&#8221; log message harmful?","Why can I not delete a mailbox as an admin user?","When is What ... Deleted, Expired, Expunged or Purged?","Why is deliver.db so large?","I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!","How to run gdb on Cyrus components","Cyrus delivers claims that the mailbox does not exist","Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?","Can I use MySQL (or another SQL database) as the primary mail store?","Why do POP3 connections take so long, but once the connection is established all is well?","Why does reconstruct -m not work?","Shared File Systems GPFS for high availability","How to enable telemetry","The process count keeps growing!","&#8220;unable to join environment&#8221; error","Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#8216;&lt;&gt;&#8217;?","Does the Cyrus Murder support High Availability configurations?","Can I configure pop3d to log amount and size of messages fetched by user?","How can I make CyrusSieve work with public shared folders?","Can I have subfolders not appear under INBOX?","Man pages","<strong>cyrus.conf</strong>","imapd.conf","<strong>krb.equiv</strong>","<strong>arbitron</strong>","<strong>backupd</strong>","<strong>chk_cyrus</strong>","<strong>ctl_backups</strong>","<strong>ctl_conversationsdb</strong>","<strong>ctl_cyrusdb</strong>","<strong>ctl_deliver</strong>","<strong>ctl_mboxlist</strong>","<strong>ctl_zoneinfo</strong>","<strong>cvt_cyrusdb</strong>","<strong>cvt_xlist_specialuse</strong>","<strong>cyr_backup</strong>","<strong>cyr_buildinfo</strong>","<strong>cyr_dbtool</strong>","<strong>cyr_deny</strong>","<strong>cyr_df</strong>","<strong>cyr_expire</strong>","<strong>cyr_info</strong>","<strong>cyr_sequence</strong>","<strong>cyr_synclog</strong>","<strong>cyr_userseen</strong>","<strong>cyr_virusscan</strong>","<strong>cyradm</strong>","<strong>cyrdump</strong>","<strong>deliver</strong>","<strong>fetchnews</strong>","<strong>fud</strong>","<strong>httpd</strong>","<strong>idled</strong>","<strong>imapd</strong>","<strong>ipurge</strong>","<strong>lmtpd</strong>","<strong>lmtpproxyd</strong>","<strong>masssievec</strong>","<strong>master</strong>","<strong>mbexamine</strong>","<strong>mbpath</strong>","<strong>mbtool</strong>","<strong>mkimap</strong>","<strong>mknewsgroups</strong>","<strong>mupdate</strong>","<strong>nntpd</strong>","<strong>notifyd</strong>","<strong>pop3d</strong>","<strong>pop3proxyd</strong>","<strong>proxyd</strong>","<strong>ptdump</strong>","<strong>ptexpire</strong>","<strong>ptloader</strong>","<strong>quota</strong>","<strong>reconstruct</strong>","<strong>rehash</strong>","<strong>restore</strong>","<strong>sievec</strong>","<strong>sieved</strong>","<strong>smmapd</strong>","<strong>squatter</strong>","<strong>sync_client</strong>","<strong>sync_reset</strong>","<strong>sync_server</strong>","<strong>timsieved</strong>","<strong>tls_prune</strong>","<strong>translatesieve</strong>","<strong>unexpunge</strong>","<strong>arbitronsort.pl</strong>","<strong>dav_reconstruct</strong>","<strong>httptest</strong>","<strong>imtest</strong>","<strong>installsieve</strong>","<strong>lmtptest</strong>","<strong>mupdatetest</strong>","<strong>nntptest</strong>","<strong>pop3test</strong>","<strong>sieveshell</strong>","<strong>sivtest</strong>","<strong>smtptest</strong>","<strong>synctest</strong>","RFCs Supported by Cyrus IMAP","Reporting Bugs","IRC Chat","Mailing Lists","Online Meetings","What is Cyrus IMAP?","Operations","Overview","About Cyrus","Cyrus Bylaws","Cyrus History","Cyrus Roadmap","About Cyrus","Who Is Cyrus","Preface","Quickstart Guide","Setup","Sitemap","Document Conventions","Support/Community"],titleterms:{"case":[9,30,36,181,243],"default":[12,41,44,71,133,148,152,153,154,155,156,157,158,177,187,188],"delete":194,"export":192,"function":47,"long":[233,245],"new":[6,41,43,71,121,133,143,168,169,171,196],"public":254,"switch":[133,207],"true":190,"try":240,about:[45,64,66,68,70,180,223,345,349,351],access:[6,14,33,41,64,65,67,175,176,177,178,179,182,257],account:49,aci:[41,178],acl:[41,176,177,231],aclchang:27,activate:194,actual:181,add:49,adding:[45,192],addit:192,addition:[50,187,192],address:[40,251],addressbook:65,addressbookprefix:65,admin:237,administr:[33,40,41,64,65,67,174,177,180,192,213],again:191,aggreg:7,aggregat:[36,41],all:[176,225,245],allocat:47,allow:133,allowplaintext:68,also:[52,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,279,280,281,282,284,285,286,287,288,289,290,291,293,294,295,296,297,298,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,334,335],altern:[41,178,207],alternat:44,altnamespac:33,amount:253,analysi:190,ancient:43,ani:171,annot:[6,232],annotat:[6,29,32,133],anonym:[41,178],anoth:244,anyon:[41,178],api:200,appear:255,append:176,appendic:190,appendix:190,apple:182,applepushservic:27,applicat:[11,181],apt:352,arbitron:[218,260],arbitronsort:[218,324],architectur:[174,180,190,192,213,219],archive:[15,183,184,340],arguments:282,articl:196,asked:220,assumption:190,atom:194,authent:[5,13,16,17,18,41,44,68,172,190,282,352],authenticate:194,author:[5,41,47,178,282,333],autoconf:133,autocr:[19,64,133],autom:19,automat:19,avail:[191,232,247],availabl:[9,11,27,30,181,252],back:192,backend:[9,30,36,133,181,190,192,194,221],background:355,backup:[6,171,180,192],backupd:261,bad:194,balanc:190,bare:228,basic:33,befor:55,begin:55,behavior:[41,201],benefit:190,berkelei:233,berklei:224,beta10:100,beta11:101,beta1:[99,149],beta2:[102,150],beta3:[103,151],beta4:[104,152],beta5:[105,153],beta6:[106,154],beta7:107,beta8:108,beta9:109,between:192,bit:227,blow:191,board:346,bold:355,buffer:11,bug:[52,134,135,136,137,138,139,140,141,142,143,144,145,146,159,160,161,162,163,164,165,166,167,168,169,286,338],bugfix:[148,149,150,151,152,153,154,155,156,157,158],build:[12,43,44,48,57],bylaw:346,cach:[6,171],calcul:41,caldav:[6,20,44,64,98,99,100,101,102,103,104,105,106,107,108,109,133],caldav_allowschedul:64,calendar:[13,64],calendaralarm:27,calendarprefix:64,callout:133,can:[133,237,244,253,254,255],capac:11,carddav:[6,21,44,65,133,172],cassandan:46,catchal:133,centos:58,certif:172,chain:213,chang:[41,55,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,192,206,346],channel:[213,219],charact:227,chat:339,chdir:282,check:[44,172],child:249,chk_cyru:[218,262],claim:242,clamav:70,clean:249,client:[5,40,190,196,238,286],cmd:133,code:55,collect:[13,20,22],combin:176,come:[190,352],command:[194,256,282],commands:282,common:220,commun:[55,172,352,356],compil:[44,50,182,223],complet:[171,211,352],compon:[12,23,54,172,241],compress:213,comput:9,concept:[40,41,190],conf:[71,133,143,219,257,258],config:[64,171,172],configdirectori:[172,234,352],configur:[4,18,24,25,40,41,46,50,64,65,66,67,68,69,70,71,121,133,148,152,153,154,155,156,157,158,168,169,171,182,185,192,196,204,213,240,252,253,256,294,352],connect:[245,249],consider:[11,213],contact:[13,193],content:[43,56,180,204],context:208,contributor:350,control:[14,15,41,64,65,67,175,177,178,179,196,198,199,201,257],convent:[48,355],converg:9,convers:6,convert:201,copi:171,copy:190,core:[235,346,350],cost:11,count:249,counter:6,creat:[18,41,49,172,177],createmailbox:282,creation:[9,19],cross:43,ctl_backup:[180,263],ctl_conversationsdb:264,ctl_cyrusdb:[218,233,265],ctl_deliv:[218,266],ctl_mboxlist:[218,267],ctl_zoneinfo:268,cvt_cyrusdb:[218,269],cvt_cyrusdb_al:218,cvt_xlist_specialus:270,cyr_backup:[180,271],cyr_buildinfo:272,cyr_dbtool:[218,273],cyr_deni:274,cyr_df:[218,275],cyr_expir:[218,276],cyr_info:277,cyr_sequ:[218,278],cyr_synclog:[218,279],cyr_userseen:[218,280],cyr_virusscan:[218,281],cyradm:[134,143,196,282],cyrdump:[218,283],cyru:[6,7,8,12,18,24,25,30,36,41,43,44,45,46,47,50,54,56,57,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,180,182,189,190,191,192,193,194,196,198,199,200,204,206,212,217,219,227,228,229,241,242,251,252,257,337,342,345,346,347,348,349,350,351,352],cyrusman:48,cyrussiev:254,daemon:[241,257],data:[9,11,161,171,181,194],databas:[6,10,18,42,44,133,171,185,190,192,194,201,221,244],dav:[6,13,22,23],dav_reconstruct:325,davdriveprefix:67,db3:236,debian:[59,144],debug:46,defin:[15,196],definit:[190,198,208],delai:[24,25],delet:[24,176,208,237,238],delete_mod:133,deleteaclmailbox:282,deletemailbox:282,deliv:[6,40,192,239,242,284],deliveri:[6,26,41,172,190,193,222,230,352],depend:[44,50,135,136,137,146,159,162,169],deploy:7,descript:[15,52,257,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,293,294,295,296,297,298,299,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,334,335],description:[258,282,333],descriptions:258,design:35,detail:194,detect:224,determin:209,develop:[1,42,44,46,51,53,54,55,133,170,346],devic:[9,30],differ:180,digest:340,directori:[41,172,183,185,186,187,211],disconnect:282,discret:[7,36],discretionari:175,disk:11,displai:66,distribut:[9,30,57,64,133,181,192,217],dns:190,document:[48,133,355],doe:[133,227,228,230,233,242,246,251,252],domain:40,down:171,download:2,draft:337,due:243,dump:235,duplic:[6,26,41,222],earlier:348,easi:191,easier:225,email:[172,196],enabl:[12,15,235,248],end:[68,192],engineer:346,enhanc:206,enhancement:133,enterpris:62,environ:[7,46,54,172,250],ephemer:[71,172,185],equal:[9,30,181],equiv:259,erratum:163,error:[223,250],establish:245,etc:[71,180],event:[27,133,182,200],events:257,everyon:180,everyth:18,exampl:[27,30,33,48,52,181,257,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,278,279,280,281,284,287,288,289,290,291,295,296,297,298,300,303,309,310,312,315,316,317,319,320,323,324,326,327,329,330,331,332,334,335],exclude:30,exclus:181,exclusion:[9,181],exempt:210,exim:229,exist:[171,242],exit:282,experi:240,experiment:166,expire:[196,208,238],expung:[25,238],expunge_mod:133,extend:133,extens:204,external:57,facil:41,failov:213,failur:[190,191],faster:215,featur:[13,71,133,166,171,176,220,342,352],fedora:[60,223],feed:[66,196],fetch:253,fetchnew:[6,218,285],field:258,file:[6,41,42,47,48,71,171,172,180,183,185,190,217,219,247,256,259,260,261,263,264,265,266,267,268,269,270,271,273,274,275,276,277,279,280,281,284,285,286,287,288,289,290,291,294,295,296,297,300,301,302,303,306,307,308,309,310,311,312,315,316,317,318,319,320,321,323],filesystem:[10,71,234],filter:[37,41],find:[190,194],fit:[9,30,181],fix:[133,134,135,136,137,138,139,140,141,142,143,144,145,146,159,160,161,162,163,164,165,166,167,168,169],flag:238,flagsclear:27,flagsset:27,flat:6,folder:[11,19,133,204,208,210,211,238,254],footprint:133,fork:49,format:[44,133,194],found:243,freebusi:64,freez:240,frequent:220,from:[57,171,172,180,192,210,214,251,352],front:192,frontend:[9,30,181,190],fud:286,further:196,futur:[190,348],gdb:241,gener:[11,68,70,215],get:[42,57,225,229,352],git:57,github:[48,49,55],global:206,glossari:3,gotcha:192,govern:346,gpfs:247,greater:133,group:[172,180,346,352],groupwar:11,grow:249,guid:[4,42,49,174,352],guidelin:181,hack:47,hang:230,happen:[9,30,181,190,191],hard:191,harm:236,hash:186,hat:[62,223,224],have:[191,240,255],header:227,help:[0,225,282],high:[219,247,252,348],histori:[261,263,264,268,270,271,274,276,277,279,281,287,310,312,316,317,328,347],host:[7,133],how:[45,171,229,231,235,241,248,254],howto:195,http:68,httpd:[68,287],httpmodul:68,httptest:326,hub:54,idempot:213,identifi:[41,178],idl:288,idled:12,ietf:337,iii:346,imap4:349,imap:[7,8,12,24,25,30,36,41,42,43,56,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,173,180,190,195,206,212,215,217,238,337,342,349],imap_current_stable_vers:48,imapd:[71,143,219,240,258,289],imapfe:196,imaptest:46,imclient:52,impact:133,implement:[8,190],implicit:[41,177],imtest:327,inbox:255,includ:133,incom:243,index:[6,133,215],individu:[179,211,350],info:282,inform:[68,196],informat:[30,55],initial:[41,177,180,194],instal:352,install:[46,57,171,172,204,352],installat:[171,180,192,213,220],installsiev:328,instanc:[39,41],integrat:11,interoper:220,introduct:[43,173,180,204],invocat:215,invoke:219,ipurg:290,irc:339,ischedul:64,iscsi:11,issue:[49,161],italic:355,item:[171,181],join:250,just:206,keep:[192,249],kei:[6,49],kerbero:[16,41,178],keyword:52,known:8,krb5:223,krb:259,kssl:223,languag:41,larg:239,launch:[172,352],layer:200,ldap:17,ldap_tls_:133,level:[11,219,348],libic:226,librari:[51,52],libtool:133,licens:57,limit:[8,19,180],line:282,link:56,linux:[62,206,223,224],lirstw:176,list:[6,41,48,51,55,66,179,190,194,263,340],listaclmailbox:282,listmailbox:282,listquota:282,listquotaroot:282,lmdb:6,lmtp:[41,133],lmtp_catchall_mailbox:133,lmtp_fuzzy_mailbox_match:133,lmtpd:291,lmtpproxyd:292,lmtptest:329,load:[13,180,190],local:[41,193],locat:[183,185,187,188,199],lock:[8,47,180,234,263],locker:236,log:[41,219,236,240,253],login:[27,41,133],logout:[27,194],longer:249,loss:161,lrsip:176,lrsp:176,lrswipkxtecd:176,lrswipkxtecda:176,lrxte:176,lun:11,macro:176,mail:[28,40,41,44,48,55,172,183,190,192,193,204,217,230,243,244,251,340,352],mailbox:[5,6,8,9,13,18,19,29,30,31,33,41,66,133,177,181,190,192,193,194,208,209,210,211,231,237,242,243],mailboxcr:27,mailboxdelet:27,mailboxrenam:27,mailboxsubscrib:27,mailboxunsubscrib:27,major:[148,149,150,151,152,153,154,155,156,157,158],make:[55,254],man:[48,256],manag:[13,22,174,204,216],manual:213,map_fre:47,map_refresh:47,masssievec:[218,293],master:[71,191,192,194,213,294],maximum:249,mbexamin:[218,295],mboxconfig:282,mboxkei:6,mbpath:[218,296],mbtool:297,meet:341,memcpi:47,memori:[47,133],messag:[13,26,32,41,196,208,227,228,236,238,253],messageappend:27,messagecopi:27,messageexpir:27,messageexpung:27,messagemov:27,messagenew:27,messageread:27,messagetrash:27,metadata:[29,31,32,133,176,183,187,214,217],methods:302,mime:349,miscellan:133,mismatch:226,mixe:243,mkimap:[218,298],mknewsgroup:[218,299],mode:[9,30,33,181,190,191,213,263,271,312],modul:[47,68],monitor:[41,201],mono:355,most:[9,30,181],move:[180,192,238],mta:[69,172,352],multi:7,multipath:11,multipl:[40,180,240],multiplex:190,mupdat:[191,193,194,300],mupdate:[190,192],mupdatetest:330,murder:[7,9,12,30,36,41,44,133,145,171,189,190,191,192,193,194,219,252],must:225,mysql:[18,244],name:[133,188,190,282,333],namelock:133,namespac:[33,53,207],need:0,neg:41,network:47,newli:[41,177],newlin:228,newsgroup:196,nfs:11,nginx:195,nice:229,nntp:196,nntpd:301,nntptest:331,non:[206,355],none:176,noop:194,note:[11,43,56,71,72,73,74,75,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,294,355],notes:[282,284],notif:[27,41,133],notification:302,notifyd:302,now:180,numer:[41,203],occasion:240,off:33,older:170,onc:245,one:180,onli:44,online:341,openssl:226,opensuse:61,operat:[190,205,209,213,217,220,343],option:[64,121,133,143,168,169,182,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,293,294,295,296,297,298,299,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,325,326,327,328,329,330,331,332,334,335],optional:[12,44,172],options:333,other:[33,41,44,47,135,136,137,145,146,159,162,163,164,165,166,177,180,213],outgo:204,over:41,overview:[6,48,54,171,182,190,196,344,352],owner:[41,177],packag:[57,71,352],page:[48,256],pam:18,pam_mysql:18,particip:[55,194],particular:180,partit:[9,28,30,31,41,133,180,183,184,187,188,214,217],past:350,patch:[48,55,144],path:133,per:185,perform:[10,11,15],period:213,person:33,phabric:133,plai:229,plaintext:41,plan:171,platform:12,point:[9,30],pollin:43,pop3:[8,41,245],pop3d:[253,303],pop3proxyd:304,pop3test:332,pop:190,port:[172,197,198,206,352],post:[176,196],postfix:352,pre:[18,43,54,56],predefin:71,prefac:351,prepar:[171,172],prerequisit:[43,56],primari:244,problem:[220,224],proc:[41,234],procedur:205,process:[36,55,249,346],product:170,program:71,proport:355,prot:200,protocol:[8,11,41,172,352],provis:67,provok:180,proxi:[7,195],proxyd:305,ptdump:306,ptexpir:307,ptloader:308,pts:6,ptscach:6,pull:[48,49,180,196,355],purg:238,purpos:[15,71],push:[180,182,192,196],put:234,queri:193,question:220,quick:[40,352],quickstart:352,quot:355,quota:[6,19,34,41,133,201,202,203,210,309],quotachang:27,quotaexce:27,quotalegaci:6,quotawithin:27,rc1:155,rc2:156,rc3:157,rc4:158,read:[176,196],readahead:11,rebuild:46,recommend:[10,12],reconstruct:[41,171,211,246,282,310],recov:[191,211],recoveri:[41,191],red:[62,223,224],reduc:180,redund:11,refer:[179,352],references:333,referr:190,rehash:[218,311],reject:[227,228,243],releas:[42,43,56,57,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,346],reload:212,remov:41,renam:41,renamemailbox:282,repair:[41,201],replic:[7,11,12,36,44,180,213,219],replica:213,report:338,repositori:49,represent:181,request:[48,49,220],requir:[12,44,50,180,192,213],requisit:[18,54],reserve:194,reset:[9,30,181],resourc:42,respons:[194,251],restor:[180,312],restrict:[28,133],retent:11,reus:249,rfc:[48,133,337],right:[41,176,177,179,180],roadmap:[346,348],roll:[180,213],root:[41,202],rss:66,rss_feed:66,rss_feedlist_templ:66,rule:45,run:[46,172,206,241],safe:234,same:[9,30,181],sampl:[41,71],sasl:[18,44,172,342,352],saslauthd:18,scalabl:11,scan:70,scanner:70,scenario:[7,30],schedul:180,script:[19,204],seal:35,search:[6,50,183,188,215],secret:41,section:[71,257],secur:[13,138,144,160,163,206],see:[52,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,279,280,281,282,284,285,286,287,288,289,290,291,293,294,295,296,297,298,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,334,335],seen:[6,38],select:[9,30,41,133,181],send:172,sender:251,sendmail:[40,172,352],seri:[148,150,151,152,153,154,155,156,157,158,170],server:[7,18,36,37,41,180,190,192,193,194,204,213,282],serverlist_select_soft_usage_limit:181,servic:[64,71,182,198,206,212,241],services:[240,257],set:[19,44,71,172,192,251,352],setaclmailbox:282,setinfo:282,setmetadata:133,setquota:282,setup:[180,196,352,353],share:[7,11,33,38,41,133,204,247,254],should:221,shut:171,side:37,siev:[12,19,37,41,204,229,314],sievec:313,sieveshel:333,signific:[148,149,150,151,152,153,154,155,156,157,158],sinc:[134,135,136,137,138,139,140,141,142,143,144,145,146,148,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169],singl:[7,39,41],sitemap:354,sivtest:334,size:[209,253],skiplist:6,slave:194,slow:230,smmapd:315,smtp:349,smtptest:335,socket:[197,198,199],softwar:12,sometim:230,soon:352,sourc:[54,57,182],space:355,special:[9,30,48,171,181,204],specif:[68,171],specifi:41,sphinx:133,split:214,spool:[28,183,187,211,217],sql:[6,18,244],squat:6,squatter:[215,316],ssh:49,ssl:[121,144,172],stabl:170,stacktrac:46,standard:[193,205,206],start:[40,42,171,257],startup:36,state:[6,38,185],status:6,statuscach:6,storag:[6,11,13,28,41,67,172,180,203,217],store:[39,41,244],string:194,strlcpy:47,strncpy:47,structur:18,style:55,sub:[6,133],subfold:255,submit:48,subscrib:[282,340],subscript:[6,19,41,190],suck:196,summari:190,support:[12,21,41,50,68,70,133,170,203,204,252,337,356],suppress:[26,41,222],sync:[192,213],sync_client:317,sync_reset:318,sync_serv:319,synchron:[194,217],synctest:336,synopsi:[48,52,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,293,294,295,296,297,298,299,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,334,335],synopsis:[282,333],syslog:[41,172],system:[12,35,42,219,247,256],tag:[48,56],take:[233,245],tape:180,tarbal:[57,171],target:133,telemetri:248,temporari:[10,71],termin:213,terminolog:[192,208,213],test:[18,43,45,46,54,56,172,204],thi:[133,225],through:[9,48,55],tier:[11,28,188,217],time:[64,172],timsiev:320,tip:[46,47],tls:6,tls_:133,tls_prune:321,tls_session:6,tmpf:234,togeth:18,tool:[48,54,57,180,204,218],topolog:[36,133],tradit:196,transfer:41,translatesiev:[218,322],transport:213,trash:238,trick:46,troubleshoot:[172,192],tweak:[213,217],two:[9,30,181],twoskip:[6,133],type:[6,41,133,182,183,203],typograph:355,tzdist:64,ubuntu:63,unabl:250,unavail:191,undefin:133,undelet:208,under:255,underscor:133,undohash:218,unexpung:323,unifi:[7,36],unix:[41,178],unsubscrib:[282,340],updat:[43,48,171],update:[148,152,153,154,155,156,157,158,194],upgrad:171,upgrade:[133,171],upon:41,url:64,usage:[9,30,181],use:[36,57,352],used:28,useful:55,user:[5,6,11,19,33,41,68,133,172,180,185,237,238,253,256,352],user_deni:[6,216],userid:6,using:[48,55,180,195,196,215,217],utiliti:218,vacat:251,variou:71,verifi:171,version:[43,56,170,226,282,349],view:[53,231],virtual:40,viru:70,volum:11,wai:[193,225],want:171,warn:[41,355],webdav:67,weight:9,well:245,what:[9,30,40,64,171,173,180,181,190,191,232,238,241,342,349],when:[9,30,41,181,190,191,238,240],where:[190,238],which:221,white:355,who:[171,350],why:[227,228,230,233,237,239,243,245,246,251],wishlist:337,within:[18,190],work:[41,45,183,246,254],write:[176,204],xapian:50,xapianact:6,xfermailbox:282,you:[55,171],your:[0,49,172,352],yourself:57,zone:64,zoneinfo:[6,64]}})
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Setup &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Setup &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="next" title="Compiling" href="imap/developer/compiling.html"/>
4141 <link rel="prev" title="Concepts" href="imap/concepts/overview_and_concepts.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li>Setup</li>
751751 <li class="wy-breadcrumbs-aside">
850850 <script type="text/javascript">
851851 var DOCUMENTATION_OPTIONS = {
852852 URL_ROOT:'./',
853 VERSION:'3.0.10 (stable)',
853 VERSION:'3.0.11 (stable)',
854854 COLLAPSE_INDEX:false,
855855 FILE_SUFFIX:'.html',
856856 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Sitemap &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Sitemap &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040
4141
4242
743743
744744 <div role="navigation" aria-label="breadcrumbs navigation">
745745 <ul class="wy-breadcrumbs">
746 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
746 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
747747
748748 <li>Sitemap</li>
749749 <li class="wy-breadcrumbs-aside">
23632363 <script type="text/javascript">
23642364 var DOCUMENTATION_OPTIONS = {
23652365 URL_ROOT:'./',
2366 VERSION:'3.0.10 (stable)',
2366 VERSION:'3.0.11 (stable)',
23672367 COLLAPSE_INDEX:false,
23682368 FILE_SUFFIX:'.html',
23692369 HAS_SOURCE: true
00 <?xml version='1.0' encoding='UTF-8'?>
1 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/authentication-ldap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/archive-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/preface.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-sharedfilesystem-gpfs.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/feature-database-backend.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cvt_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_df.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/databases.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-coredump.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_dbtool.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/master.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.2/2.2.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/install-xapian.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/reloading.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/httptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/commands.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.18.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.19.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.12.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.13.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.14.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.15.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.16.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.17.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/authentication-kerberos.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyrdump.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/feature-duplicate-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-irc.html</loc></url><url><loc>https://www.cyrusimap.org/dev/download.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_sequence.html</loc></url><url><loc>https://www.cyrusimap.org/dev/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/dav-collection-mgmt.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/delayed-delete.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mupdate.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-detecting-berkeley.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_info.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/quotas/quotaroots.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/fetchnews.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/documentation.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-mailing-lists.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mailbox-distribution.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-toomanyprocesses.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/eventsource.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/dav-components.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_virusscan.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/nntpd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/nntptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-bugs.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/deleting.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/configuration-state.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-concepts.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ptdump.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/pop3test.html</loc></url><url><loc>https://www.cyrusimap.org/dev/setup.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-mupdate-details.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mknewsgroups.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/pop3proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/quickstart.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/about_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sync_server.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-mixedcase.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-pop3slow.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mail-spool-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-mailbox-doesnotexist.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/searchtiers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-berkeleydb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/operations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/compiling.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/rss.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/translatesieve.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/performance_recommendations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/combining-rights.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/architecture.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/libraries.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sievec.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sieved.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/mailbox-quota.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/tls_prune.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/github-guide.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/mupdatetest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/idled.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/centos.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/defaults.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/message-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/mailbox_creation_distribution.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/backupd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-install-help.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-freezes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/ubuntu.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-deliverdb-size.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/mailbox-operations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-vacation-mailfrom.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mbpath.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/single-instance-store.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-deleted-expired-expunged-purged.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_userseen.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_expire.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/pop3d.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/protlayer.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.0/2.0.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_mboxlist.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_backup.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/1/1.x.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-unable-join-environment.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/event-notifications.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-compilationerrors.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/installsieve.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/manage-dav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-sieve-exim.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/sealed-system.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.1/2.1.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/debian.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/overview_and_concepts.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/rehash.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/rfc-support.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/process.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_deny.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cvt_xlist_specialuse.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/upgrade.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ipurge.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/shared-seen-state.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/authentication-sql.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/quotas/quotatypes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/splitting-metadata.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/who_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/httpd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/replication.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/imtest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-otherdatabases.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/userdeny.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/chk_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/nginx-proxy.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/supported-platforms.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/releasing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-gdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mkimap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sync_client.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-telemetry.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/nntp.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sieve.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.20.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/config-mailboxdistribution.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mailbox-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-barenewlines.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-publicssharedfolders.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/restore.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/quota.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/configs/krb.equiv.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/identifiers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/quotas.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/lmtpproxyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ptexpire.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/cyrus_history.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/lmtptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/smtptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/ports/services.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mbexamine.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/archiving.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/storage.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/getcyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sync_reset.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/webdav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/fud.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/quota.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/libraries/imclient.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/altnamespace.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/masssievec.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/glossary.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/reconstructing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/overview.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/developer-tips.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/sieveshell.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/delayed-expunge.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-murder-ha.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/server-aggregation.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.18.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.19.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.14.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.15.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.16.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.17.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.12.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.13.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-mail-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/unexpunge.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_buildinfo.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/synctest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/hashing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-meetings.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/automatic-creation-of-mailboxes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/imapd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-linkerwarnings.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/backups.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-subfolders.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-db3-lockers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/mailspool.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-delete-mailbox.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/ports/sockets.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/sivtest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/styles.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/arbitron.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-slow-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-configdir-tempfs.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/timsieved.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/deployment_scenarios.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/smmapd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/virus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ptloader.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/caldav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/caldav-collections.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/quickstart/introduction.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/cyrusworks.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/configs/imapd.conf.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/cyrus_roadmap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/arbitronsort.pl.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder.html</loc></url><url><loc>https://www.cyrusimap.org/dev/sitemap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/dav_reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mailbox-metadata-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_deliver.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_synclog.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/fedora.html</loc></url><url><loc>https://www.cyrusimap.org/dev/support.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.20.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/developer-testing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/administration-running.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-8bit.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/rhel.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mbtool.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/deliver.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/ports-sockets.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/rights-reference.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.12.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_backups.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_zoneinfo.html</loc></url><url><loc>https://www.cyrusimap.org/dev/contribute.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-pop3-logging.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/opensuse.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyradm.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/notifyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/configs/cyrus.conf.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_conversationsdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/known_protocol_limitations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/tweaking.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faq.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-installation.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/duplicate-message-delivery-suppression.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/cyrus_bylaws.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/authentication_and_authorization.html</loc></url><url><loc>https://www.cyrusimap.org/dev/developers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/what_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-failure-modes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/lmtpd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/installing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-acls.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/ancient-releasing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/virtual-domains.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/packagers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/administration-tools.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/server-side-filtering.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/mta/configuration.html</loc></url></urlset>
1 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/authentication-ldap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/archive-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/preface.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-sharedfilesystem-gpfs.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/feature-database-backend.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cvt_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_df.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/databases.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-coredump.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_dbtool.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/master.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.2/2.2.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/install-xapian.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/reloading.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/httptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/commands.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.18.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.19.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.12.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.13.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.14.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.15.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.16.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.17.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/authentication-kerberos.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyrdump.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/feature-duplicate-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-irc.html</loc></url><url><loc>https://www.cyrusimap.org/dev/download.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_sequence.html</loc></url><url><loc>https://www.cyrusimap.org/dev/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/dav-collection-mgmt.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/delayed-delete.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mupdate.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-detecting-berkeley.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_info.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/quotas/quotaroots.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/fetchnews.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/documentation.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-mailing-lists.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mailbox-distribution.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-toomanyprocesses.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/eventsource.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/dav-components.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_virusscan.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/nntpd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/nntptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-bugs.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/deleting.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/configuration-state.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-concepts.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ptdump.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/pop3test.html</loc></url><url><loc>https://www.cyrusimap.org/dev/setup.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-mupdate-details.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mknewsgroups.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/pop3proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/quickstart.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/about_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sync_server.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-mixedcase.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-pop3slow.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mail-spool-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-mailbox-doesnotexist.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/searchtiers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-berkeleydb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/operations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/compiling.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/rss.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/translatesieve.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/performance_recommendations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/combining-rights.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/architecture.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/libraries.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sievec.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sieved.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/mailbox-quota.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/tls_prune.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/github-guide.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/mupdatetest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/idled.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/centos.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/defaults.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/message-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/mailbox_creation_distribution.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/backupd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-install-help.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-freezes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/ubuntu.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-deliverdb-size.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/mailbox-operations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-vacation-mailfrom.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mbpath.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/single-instance-store.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-deleted-expired-expunged-purged.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_userseen.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_expire.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/pop3d.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/protlayer.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.0/2.0.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_mboxlist.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_backup.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-unable-join-environment.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/event-notifications.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-compilationerrors.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/installsieve.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/manage-dav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-sieve-exim.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/sealed-system.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.1/2.1.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/debian.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/overview_and_concepts.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/rehash.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/rfc-support.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/process.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_deny.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cvt_xlist_specialuse.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/upgrade.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ipurge.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/shared-seen-state.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/authentication-sql.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/quotas/quotatypes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/splitting-metadata.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/who_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/httpd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/replication.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/imtest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-otherdatabases.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/userdeny.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/chk_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/nginx-proxy.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/supported-platforms.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/releasing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-gdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mkimap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sync_client.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-telemetry.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/nntp.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sieve.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.20.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/config-mailboxdistribution.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mailbox-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-barenewlines.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-publicssharedfolders.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/restore.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/quota.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/configs/krb.equiv.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/identifiers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/quotas.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/lmtpproxyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ptexpire.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/1/1.x.x.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/lmtptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/smtptest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/cyrus_history.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/ports/services.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mbexamine.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/archiving.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/storage.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/getcyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/sync_reset.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/webdav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/fud.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/quota.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/libraries/imclient.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/altnamespace.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/masssievec.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/glossary.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/reconstructing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/overview.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/developer-tips.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/sieveshell.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/delayed-expunge.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-murder-ha.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/server-aggregation.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.18.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.19.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.14.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.15.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.16.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.17.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.12.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/x/2.3.13.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-mail-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/unexpunge.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_buildinfo.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/synctest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.3/index.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/hashing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/support/feedback-meetings.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/automatic-creation-of-mailboxes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/imapd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.2.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.3.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.0.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.1.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.6.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.7.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.4.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.5.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/install-linkerwarnings.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/3.0/x/3.0.9.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/backups.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-subfolders.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-db3-lockers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations/mailspool.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-delete-mailbox.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/ports/sockets.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/sivtest.html</loc></url><url><loc>https://www.cyrusimap.org/dev/styles.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/arbitron.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-slow-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-configdir-tempfs.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/timsieved.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/deployment_scenarios.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/smmapd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/virus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ptloader.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/caldav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/caldav-collections.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/quickstart/introduction.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/cyrusworks.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/configs/imapd.conf.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/cyrus_roadmap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/arbitronsort.pl.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder.html</loc></url><url><loc>https://www.cyrusimap.org/dev/sitemap.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/usercommands/dav_reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/mailbox-metadata-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_deliver.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyr_synclog.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/fedora.html</loc></url><url><loc>https://www.cyrusimap.org/dev/support.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.4/x/2.4.20.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/http/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/developer-testing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/sop/administration-running.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/interop-8bit.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/rhel.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/mbtool.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/deliver.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/ports-sockets.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/access-control/rights-reference.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.10.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.11.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.12.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/release-notes/2.5/x/2.5.13.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_backups.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_zoneinfo.html</loc></url><url><loc>https://www.cyrusimap.org/dev/contribute.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/r-pop3-logging.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/distributions/opensuse.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/cyradm.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/notifyd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/locations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/configs/cyrus.conf.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/ctl_conversationsdb.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/known_protocol_limitations.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/tweaking.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faq.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-installation.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/duplicate-message-delivery-suppression.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/cyrus_bylaws.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/deployment/authentication_and_authorization.html</loc></url><url><loc>https://www.cyrusimap.org/dev/developers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/overview/what_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/admin/murder/murder-failure-modes.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/manpages/systemcommands/lmtpd.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/installing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/faqs/o-acls.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/developer/ancient-releasing.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/virtual-domains.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/packagers.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/reference/administration-tools.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/concepts/features/server-side-filtering.html</loc></url><url><loc>https://www.cyrusimap.org/dev/imap/download/installation/mta/configuration.html</loc></url></urlset>
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Document Conventions &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Document Conventions &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040
4141
4242
743743
744744 <div role="navigation" aria-label="breadcrumbs navigation">
745745 <ul class="wy-breadcrumbs">
746 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
746 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
747747
748748 <li>Document Conventions</li>
749749 <li class="wy-breadcrumbs-aside">
856856 <script type="text/javascript">
857857 var DOCUMENTATION_OPTIONS = {
858858 URL_ROOT:'./',
859 VERSION:'3.0.10 (stable)',
859 VERSION:'3.0.11 (stable)',
860860 COLLAPSE_INDEX:false,
861861 FILE_SUFFIX:'.html',
862862 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Support/Community &mdash; Cyrus IMAP 3.0.10 (stable) documentation</title>
10 <title>Support/Community &mdash; Cyrus IMAP 3.0.11 (stable) documentation</title>
1111
1212
1313
3636 <link rel="index" title="Index"
3737 href="genindex.html"/>
3838 <link rel="search" title="Search" href="search.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.10 (stable) documentation" href="index.html"/>
39 <link rel="top" title="Cyrus IMAP 3.0.11 (stable) documentation" href="index.html"/>
4040 <link rel="next" title="Reporting Bugs" href="imap/support/feedback-bugs.html"/>
4141 <link rel="prev" title="Cyrus Works" href="imap/developer/cyrusworks.html"/>
4242
745745
746746 <div role="navigation" aria-label="breadcrumbs navigation">
747747 <ul class="wy-breadcrumbs">
748 <li><a href="index.html">Docs v3.0.10 (stable)</a> &raquo;</li>
748 <li><a href="index.html">Docs v3.0.11 (stable)</a> &raquo;</li>
749749
750750 <li>Support/Community</li>
751751 <li class="wy-breadcrumbs-aside">
811811 <script type="text/javascript">
812812 var DOCUMENTATION_OPTIONS = {
813813 URL_ROOT:'./',
814 VERSION:'3.0.10 (stable)',
814 VERSION:'3.0.11 (stable)',
815815 COLLAPSE_INDEX:false,
816816 FILE_SUFFIX:'.html',
817817 HAS_SOURCE: true
5959
6060 <p>
6161 Please note that the version in the repository is not the version we are
62 running. We have a seperate system that resembles version control for
62 running. We have a separate system that resembles version control for
6363 releases of software on the Andrew system, and sometimes changes don't
6464 get propigated back to CVS.
6565
453453 OpenSSL.</p>
454454
455455 <p>The alternative, a SSL wrapped connection, involves the client
456 connected to a seperate port ("<tt>imaps</tt>") and negotiating a SSL
456 connected to a separate port ("<tt>imaps</tt>") and negotiating a SSL
457457 session before starting the IMAP protocol. Again, this is supported
458458 natively by the Cyrus IMAP server when it is compiled with
459459 OpenSSL.</p>
705705
706706 <li>cyrus.seen conversion. The cyrus.seen file will be automatically
707707 upgraded as users read mail. After some time, you might want to
708 delete the cyrus.seen file in each mailbox; it is superceded by the
708 delete the cyrus.seen file in each mailbox; it is superseded by the
709709 user/joe.seen file.
710710
711711 <li>cyrus.index conversion. The cyrus.index file will be
103103 | | | | | binary perl libraries. Needs version 5+. |
104104 | | | | | Configure option: "--with-perl" |
105105 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
106 | perl(Pod::POM::View | | | | Perl library to generate man pages. This has |
107 | ::Restructured) | | | | to be available to the system-wide perl |
108 | | | | | interpreter, found by "which": "./configure |
109 | | | | | --with- perl" is not honoured. |
110 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
111 | python(Sphinx) | | | | Python library needed for building the |
112 | | | | | documentation |
113 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
106114 | valgrind | valgrind | valgrind | no | Performance and memory testing. |
115 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
116 | xxd | | | | For rebuilding the _js.h files, for CalDAV |
117 | | | | | and CardDAV support. |
107118 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
108119
109120
206217 +======================+=================+=================+=======+===============================================+
207218 | SSL certificates | ssl-cert-dev | mod_ssl | no | Used if you're installing SSL certificates |
208219 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
220 | ClamAV | | | | Used by **cyr_virusscan**. |
221 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
209222 | net-snmp | libsnmp-dev | net-snmp-devel | no | version 4.2 or higher |
210223 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
211224 | openldap | libldap2-dev | openldap-devel | no | Development headers to enable **ptloader** to |
217230 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
218231 | tcp_wrappers | tcp_wrappers | xx | no | |
219232 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
220 | transfig | transfig | xx | no | |
233 | transfig | transfig | xx | no | also known as fig2dev |
234 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
235 | pcre | | | | PCRE 1 (or 8) - for regular expression |
236 | | | | | matching |
237 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
238 | perl(Term::ReadLine) | | | | Perl library needed by cyradm |
221239 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
222240 | zlib | zlib1g-dev | zlib-devel | no | Compression support for httpd |
241 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
242 | libbrotli | | | | Brotli compression support for httpd |
223243 +----------------------+-----------------+-----------------+-------+-----------------------------------------------+
224244 | nghttp2 | libnghttp2-dev | libnghttp2-dev | no | HTTP/2 support for httpd |
225245 | | | el | | |
279299 Murder
280300 ~~~~~~
281301
282 "`./configure --enable-murder"
302 "./configure --enable-murder"
283303
284304
285305 Replication
286306 ~~~~~~~~~~~
287307
288 "`./configure --enable-replication"
308 "./configure --enable-replication"
289309
290310
291311 Compile
2727
2828 2. Install dependencies
2929
30 sudo apt-get install libtest-unit-perl libconfig-inifiles-perl \
30 sudo apt-get install libanyevent-perl libtest-unit-perl libconfig-inifiles-perl \
3131 libdatetime-perl libbsd-resource-perl libxml-generator-perl \
3232 libencode-imaputf7-perl libio-stringy-perl libnews-nntpclient-perl \
33 libfile-chdir-perl libnet-server-perl libunix-syslog-perl \
33 libfile-chdir-perl libfile-libmagic-perl libnet-server-perl libunix-syslog-perl \
3434 libdata-uuid-perl libjson-xs-perl libdata-ical-perl libjson-perl \
3535 libdatetime-format-ical-perl libtext-levenshteinxs-perl \
3636 libmime-types-perl libdatetime-format-iso8601-perl libcal-dav-perl \
37 libclone-perl
37 libclone-perl libstring-crc32-perl libnet-ldap-server-perl
3838
3939 The quickest option for the rest is installing via CPAN, but you
4040 could build packages using dh-make-perl if that is preferred.
161161
162162 Usage: "|imap_current_stable_version|"
163163
164 Produces 3.0.10.
164 Produces 3.0.11.
165165
166166
167167 Conventions: Man Pages
3737 enable-xapian" to the flags to "./configure".
3838
3939
40 Additional dependencies required for Cyrus with Xapian support
41 ==============================================================
42
43 When building Cyrus with Xapian support enabled, the following
44 additional packages are required:
45
46 * rsync (used when compacting databases)
47
48
4049 Configuring Xapian
4150 ==================
4251
3636 pre-built documentation.
3737
3838 Download a versioned tarball using FTP or HTTPS. Latest stable version
39 is 3.0.10.
39 is 3.0.11.
4040
4141 Extract the tarball:
4242
2626 * Cyrus IMAP 2.5.11 Release Notes
2727
2828 * Cyrus IMAP 2.5.12 Release Notes
29
30 * Cyrus IMAP 2.5.13 Release Notes
0
1 Cyrus IMAP 2.5.13 Release Notes
2 *******************************
3
4 Important: This is a bug-fix release in the stable 2.5 series.Refer
5 to the Cyrus IMAP 2.5.0 Release Notes for important information
6 about the 2.5 series, including upgrading instructions.
7
8 Download via HTTPS:
9
10 * https://github.com/cyrusimap/cyrus-
11 imapd/releases/download/cyrus- imapd-2.5.13/cyrus-
12 imapd-2.5.13.tar.gz
13
14 * https://github.com/cyrusimap/cyrus-
15 imapd/releases/download/cyrus- imapd-2.5.13/cyrus-
16 imapd-2.5.13.tar.gz.sig
17
18
19 Changes Since 2.5.12
20 ====================
21
22
23 Release changes
24 ---------------
25
26 We’re trialing using the Github Releases feature. If you have trouble
27 downloading this release, please report this to the mailing lists.
28 Thanks!
29
30
31 Security fixes
32 --------------
33
34 * Fixed CVE-2019-11356: buffer overrun in httpd
35
36
37 Bug fixes
38 ---------
39
40 * Fixed: ptloader, ptexpire and ptdump now honour the
41 "ptscache_db_path" setting
2727
2828 * Cyrus IMAP 3.0.10 Release Notes
2929
30 * Cyrus IMAP 3.0.11 Release Notes
31
3032 * Cyrus IMAP 3.0.2 Release Notes
3133
3234 * Cyrus IMAP 3.0.3 Release Notes
0
1 Cyrus IMAP 3.0.11 Release Notes
2 *******************************
3
4 Important: This is a bug-fix release in the stable 3.0 series.Refer
5 to the Cyrus IMAP 3.0.0 Release Notes for important information
6 about the 3.0 series, including upgrading instructions.
7
8 Download via HTTPS:
9
10 * https://github.com/cyrusimap/cyrus-
11 imapd/releases/download/cyrus- imapd-3.0.11/cyrus-
12 imapd-3.0.11.tar.gz
13
14 * https://github.com/cyrusimap/cyrus-
15 imapd/releases/download/cyrus- imapd-3.0.11/cyrus-
16 imapd-3.0.11.tar.gz.sig
17
18
19 Changes Since 3.0.10
20 ====================
21
22
23 Release changes
24 ---------------
25
26 We're trialing using the Github Releases feature. If you have trouble
27 downloading this release, please report this to the mailing lists.
28 Thanks!
29
30
31 Data-loss bug fix (Issue #2389)
32 -------------------------------
33
34 This bug affects upgrades to all Cyrus IMAP 3.0.x releases prior to
35 3.0.11, where mailboxes have existed from 2.3 and earlier.
36
37 Specifically, mailboxes that either:
38
39 * still have an index version less than 8, or
40
41 * previously had an index version less than 8, but were upgraded to
42 a newer index version by Cyrus IMAP 2.4 or 2.5, or
43
44 * previously had an index version less than 8, but were upgraded to
45 a newer index version by some earlier Cyrus IMAP 2.3.x versions
46 (unknown which)
47
48 may contain message records with an unitialised modseq of 0.
49
50 Some later versions of 2.3.x (unknown which) would rewrite modseqs of
51 0 to 1 while upgrading indexes. If one of these versions was used to
52 upgrade the index, then there will no longer be message records with a
53 modseq of 0.
54
55 This behaviour was removed during pre-2.4 refactors, so Cyrus IMAP 2.4
56 and 2.5 do not replace modseq of 0 when upgrading indexes.
57
58 A new API introduced in Cyrus IMAP 3.0.0 resulted in index records
59 with a modseq of 0 being completely ignored (therefore invisible to
60 users, and apparently "missing"). This includes the *reconstruct*
61 utility, which means that attempting to fix the "missing messages" by
62 running *reconstruct* will ignore (and maybe remove) the existing
63 index records, and then "rediscover" the message files on disk and add
64 new records for them (without the index-only data from the old record,
65 like seen state and other flags).
66
67 Cyrus IMAP 3.0.11 no longer ignores these records.
68
69
70 Bug fixes
71 ---------
72
73 * Fixed Issue #2777: *rm* and *rsync* binary locations are now
74 detected during configure, rather than just hardcoded as */bin/rm*
75 and */usr/bin/rsync*
76
77 * Many documentation enhancements (thanks Дилян Палаузов, Christoph
78 Moench-Tegeder, Xavier Guimard)
79
80 * Fixed Issue #2795: failing unit test on PPC (32-bit, Big Endian)
81
82 * Fixed Issue #2817: build failure with ICU 64
83
84 * Fixed: removed old limit of 20 delayed-delete subfolders (mailing
85 list discussion)
86
87 * Fixed Issue #2831: httpd version info footer formats LibXML
88 version correctly (thanks Дилян Палаузов)
89
90 * Fixed Issue #2832: httpd no longer crashes on timezone propfind
91 for nonexistent mailbox (thanks Дилян Палаузов)
509509 **Databases are never created on the frontends/slaves**
510510 Check to ensure that the mupdate slave process is started, (is
511511 prefork=1)
512
513 **mupdate crashes with SIGSERV when using STARTTLS**
514 The OpenSSL code in Cyrus Imap is for single-threaded applications
515 and mupdate is a multi-threaded application. Do not encrypt the
516 communication with mupdate. See also the discussion “SIGSEGV in
517 cyrus-imapd 3.0.7 mupdate” on cyrus-devel from July 2018 and
518 https://github.com/cyrusimap/cyrus-imapd/issues/2774 .
16871687 When set, the Cyrus NNTP server will add the header(s) specified
16881688 in the **newsaddheaders** option to each incoming usenet
16891689 article. The added header(s) will contain email delivery
1690 addresses corresponding to each relevent newsgroup. If not set,
1690 addresses corresponding to each relevant newsgroup. If not set,
16911691 no headers are added to usenet articles.
16921692
16931693 "newsprefix:" <none>
21852185
21862186 When searching, should diacriticals be stripped from the search
21872187 terms. The default is "true", a search for "hav" will match
2188 "Håvard". This is not **RFC 5051** complient, but it backwards
2188 "Håvard". This is not **RFC 5051** compliant, but it backwards
21892189 compatible, and may be preferred by some sites.
21902190
21912191 "search_skiphtml:" 0
27922792 "tls_versions:" tls1_0 tls1_1 tls1_2
27932793
27942794 A list of SSL/TLS versions to not disable. Cyrus IMAP SSL/TLS
2795 starts with all protocols, and substracts protocols not in this
2795 starts with all protocols, and subtracts protocols not in this
27962796 list. Newer versions of SSL/TLS will need to be added here to
27972797 allow them to get disabled.
27982798
164164
165165 -t [hours]
166166
167 List stale backups only, that is, backups that have recieved no
167 List stale backups only, that is, backups that have received no
168168 updates in *hours*. If *hours* is unspecified, it defaults to 24.
169169
170170
3333
3434 -d
3535
36 Ignored for compatability with **/bin/mail**.
36 Ignored for compatibility with **/bin/mail**.
3737
3838 -r address
3939
2222 unless specified otherwise by **-C**.
2323
2424 **fud** will automatically proxy any and all FUD requests to the
25 appropriate backend server if it is runing on a Cyrus Murder frontend
25 appropriate backend server if it is running on a Cyrus Murder frontend
2626 machine.
2727
2828 To set up the FUD daemon, add this to your cyrus.conf:
113113
114114 **fud** is an experimental interface meant to provide information to
115115 build a finger-like service around. Eventually it should be
116 superceded by a more standards-based protocol.
116 superseded by a more standards-based protocol.
117117
118118
119119 See Also
3333 message which IMAP-compliant clients are required to display.
3434
3535 This option serves to annoy users mostly. Unfortunately clients tend
36 to connect far more frequently than is apparent, generating a seperate
36 to connect far more frequently than is apparent, generating a separate
3737 server ALERT for each connection. Many clients do not display these
3838 properly, if they do anything with them at all.
3939
4949
5050 -j janitor full-sweeps per second
5151
52 Sets the amount of times per second the janitor should sweep the
52 Sets the number of times per second the janitor should sweep the
5353 entire child table. Leave it at the default of 1 unless you have a
5454 really high fork rate (and you have not increased the child hash
5555 table size when you compiled Cyrus from its default of 10000
2222 file unless specified otherwise by **-C**. The optional "newsprefix"
2323 setting specifies a prefix to be prepended to newsgroup names to make
2424 the corresponding IMAP mailbox names. The optional "newspostuser"
25 setting specifies the special userid to be used when contructing the
25 setting specifies the special userid to be used when constructing the
2626 *To:* header address for following up to articles when read via IMAP.
2727 The optional "newspeer" setting specifies the fully qualified hostname
2828 of the upstream news server to which articles are fed. The optional
11 **squatter**
22 ************
33
4 Create SQUAT indexes for mailboxes
4 Create SQUAT and Xapian indexes for mailboxes
55
66
77 Synopsis
1111 **squatter** [ **-C** *config-file* ] [**mode**] [**options**] [**source**]
1212
1313 i.e.:
14 **squatter** [ **-C** *config-file* ] [**-v**]
15 **squatter** [ **-C** *config-file* ] [ **-a** ] [ **-i** ] [**-N** *name*] [**-S** *seconds*] [ **-r** ] *mailbox*...
16 **squatter** [ **-C** *config-file* ] [ **-a** ] [ **-i** ] [**-N** *name*] [**-S** *seconds*] [ **-r** ] **-u** *user*...
17 **squatter** [ **-C** *config-file* ] **-R** [ **-n** *channel* ] [ **-d** ]
18 **squatter** [ **-C** *config-file* ] **-f** *synclogfile*
19 **squatter** [ **-C** *config-file* ] **-I** *file*
20 **squatter** [ **-C** *config-file* ] **-t** *srctier*... **-z** *desttier* [ **-F** ] [ **-T** *dir* ] [ **-X** ] [ **-o** ]
14 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-S** *seconds* ]
15 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-i** ] [ **-N** *name* ] [ **-S** *seconds* ] [ **-r** ] *mailbox*...
16 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-i** ] [ **-N** *name* ] [ **-S** *seconds* ] [ **-r** ] **-u** *user*...
17 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] **-R** [ **-n** *channel* ] [ **-d** ] [ **-S** *seconds* ]
18 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] **-f** *synclogfile* [ **-S** *seconds* ]
19 **squatter** [ **-C** *config-file* ] [ **-v** ] **-I** *file*
20 **squatter** [ **-C** *config-file* ] [ **-v** ] **-t** *srctier(s)*... **-z** *desttier* [ **-F** ] [ **-T** *dir* ] [ **-X** ] [ **-o** ] [ **-S** *seconds* ] [ **-u** *user*... ]
2121
2222
2323 Description
3737 each message in a given mailbox. This index is used to significantly
3838 reduce IMAP SEARCH times on a mailbox.
3939
40 **mode** is one of indexer, indexfrom (-I), search, rolling, synclog
41 or compact.
42
4043 By default, **squatter** creates an index of ALL messages in the
4144 mailbox, not just those since the last time that it was run. The
4245 **-i** option is used to select incremental updates. Any messages
4346 appended to the mailbox after **squatter** is run, will NOT be
4447 included in the index. To include new messages in the index,
45 **squatter** must be run again.
48 **squatter** must be run again, or on a regular basis via crontab, an
49 entry in the EVENTS section of cyrus.conf(5) or use *rolling* mode
50 (**-R**).
4651
4752 In the first synopsis, **squatter** indexes all mailboxes.
4853
4954 In the second synopsis, **squatter** indexes the specified
50 mailbox(es).
55 mailbox(es). The mailboxes are space-separated.
5156
5257 In the third synopsis, **squatter** indexes the specified user(s)
5358 mailbox(es).
5459
55 For any of those three source modes (default=all, mailbox, user) one
56 may optionally specify **-r** to recurse from the specified start, or
57 **-a** to limit action only to mailboxes which have the shared
58 */vendor/cmu/cyrus-imapd/squat* annotation set to "true".
60 For the latter two index modes (mailbox, user) one may optionally
61 specify **-r** to recurse from the specified start, or **-a** to limit
62 action only to mailboxes which have the shared */vendor/cmu/cyrus-
63 imapd/squat* annotation set to "true".
5964
6065 In the fourth synopsis, **squatter** runs in rolling mode. In this
6166 mode **squatter** backgrounds itself and runs as a daemon (unless
7782 filtering expunged records (**-F**) in the process. The optional
7883 **-T** flag may be used to specify a directory to use for temporary
7984 files. The **-o** flag may be used to direct that a single index be
80 copied, rather than compressed, from *srctier* to *desttier*.
85 copied, rather than compacted, from *srctier* to *desttier*. The
86 **-u** flag may be used to restrict operation to the specified
87 user(s).
8188
8289 For all modes, the **-S** option may be specified, causing squatter to
8390 pause *seconds* seconds after each mailbox, to smooth loads.
188195 databases in *directory*. That directory would typically be on
189196 some very fast filesystem, like an SSD or tmpfs. This option may
190197 not work with all search engines, but it's only effect is to speed
191 up initial indexing. This feature was introduced in version 3.0.
198 up initial indexing. Xapian only. This feature was introduced in
199 version 3.0.
192200
193201 -t srctier...
194202
195 In compact mode, the source tier(s) for the compacted indices. At
196 least one source tier must be specified in compact mode. This
197 feature was introduced in version 3.0.
203 In compact mode, the comma separated source tier(s) for the
204 compacted indices. At least one source tier must be specified in
205 compact mode. Xapian only. This feature was introduced in version
206 3.0.
198207
199208 -u
200209
201210 Extra options refer to usernames (e.g. foo@bar.com) rather than
202 mailbox names. This feature was introduced in version 3.0.
211 mailbox names. Usernames are space-separated. This feature was
212 introduced in version 3.0.
203213
204214 -v
205215
206 Increase the verbosity of progress/status messages.
216 Increase the verbosity of progress/status messages. Sometimes
217 additional messages are emitted on the terminal with this option
218 and the messages are unconditionally sent to syslog. Sometimes
219 messages are sent to syslog, only if -v is provided. In rolling
220 and synclog modes, -vv sends even more messages to syslog.
207221
208222 -X
209223
210224 Reindex all the messages before compacting. This mode reads all
211225 the lists of messages indexed by the listed tiers, and re-indexes
212226 them into a temporary database before compacting that into place.
227 Xapian only. This feature was introduced in version 3.0.
213228
214229 -z desttier
215230
216231 In compact mode, the destination tier for the compacted indices.
217 This must be specified in compact mode. This feature was introduced
218 in version 3.0.
232 This must be specified in compact mode. Xapian only. This feature
233 was introduced in version 3.0.
219234
220235
221236 Examples
280295 History
281296 =======
282297
283 Support for additional search enginges was added in version 3.0.
298 Support for additional search engines was added in version 3.0.
284299
285300 The following command-line switches were added in version 3.0:
286301
287 **-R -u -d -O -F -A**
302 **-F -R -X -d -f -o -u**
288303
289304 The following command-line settings were added in version 3.0:
290305
2727 -v name
2828
2929 View script with the given name. The script if retrieved
30 sucessfully is output to standard output.
30 successfully is output to standard output.
3131
3232 -l
3333
4343 -i file
4444
4545 Install a file onto the server. If a script with the same name
46 already exists on the server it is overwritten. Upon sucessfully
46 already exists on the server it is overwritten. Upon successfully
4747 putting the script on the server the script is set active. If
4848 *file* has the extension .script it is chopped when put on the
4949 server since sieve names may not contain a '.'.
44 Cyrus IMAP is an email, contacts and calendar server. Cyrus is free
55 and open source.
66
7 * This is the documentation for version 3.0.10 (stable) of Cyrus
7 * This is the documentation for version 3.0.11 (stable) of Cyrus
88 IMAP: **stable** branch.
99
1010 * The latest development version 3.1.6 is at
2222 The first place to start with a new installation of Cyrus IMAP is with
2323 your OS distribution of choice and their packaging, where available.
2424 If there is no Cyrus IMAP 3.0 package available yet from your distro,
25 download the latest stable package : version 3.0.10.
25 download the latest stable package : version 3.0.11.
2626
2727 We only provide limited options for reference packages, so use a
2828 supported distribution whenever possible. At this time the only
9191 # May need to also update toplevel index.rst to point to other versions.
9292 #
9393 # The short X.Y version.
94 version = '3.0.10'
94 version = '3.0.11'
9595 # The full version, including alpha/beta/rc tags.
96 release = '3.0.10 (stable)'
96 release = '3.0.11 (stable)'
9797
9898 # The language for content autogenerated by Sphinx. Refer to documentation
9999 # for a list of supported languages.
425425 rst_prolog = """
426426 .. |imap_last_stable_version| replace:: 2.5.13
427427 .. |imap_last_stable_branch| replace:: `cyrus-imapd-2.5`
428 .. |imap_current_stable_version| replace:: 3.0.10
428 .. |imap_current_stable_version| replace:: 3.0.11
429429 .. |imap_current_stable_branch| replace:: `cyrus-imapd-3.0`
430430 .. |imap_latest_development_version| replace:: 3.1.6
431431 .. |imap_latest_development_branch| replace:: master
440440 .. |sasl_current_stable_version| replace:: 2.1.27
441441 .. |imap_stable_release_notes| raw:: html
442442
443 <a href="3.0/x/3.0.10.html">3.0.10</a>
443 <a href="3.0/x/3.0.11.html">3.0.11</a>
444444
445445 .. |imap_development_release_notes| raw:: html
446446
7575 `perl-devel`_, perl-dev, perl-devel, "no", "Perl development headers to allow building binary perl libraries. Needs version 5+.
7676
7777 Configure option: ``--with-perl``"
78 `perl(Pod::POM::View::Restructured)`_,,,, "Perl library to generate man pages. This has to be available to the system-wide perl interpreter, found by ``which``: ``./configure --with-perl`` is not honoured."
79 `python(Sphinx)`_,,,, "Python library needed for building the documentation"
7880 `valgrind`_, valgrind, valgrind, "no", "Performance and memory testing."
81 `xxd`_,,,, "For rebuilding the _js.h files, for CalDAV and CardDAV support."
7982
8083 SASL Authentication
8184 ###################
136139 :widths: 20,15,15,5,45
137140
138141 SSL certificates, ssl-cert-dev, mod_ssl, "no", "Used if you're installing SSL certificates"
142 `ClamAV`_,,,, Used by **cyr_virusscan**.
139143 `net-snmp`_, libsnmp-dev, net-snmp-devel, "no", "version 4.2 or higher"
140144 `openldap`_, libldap2-dev, openldap-devel, "no", "Development headers to enable **ptloader** to interface with LDAP
141145 directly, for canonification of login usernames to mailbox names,
144148
145149 Configure option: ``--with-ldap``"
146150 `tcp_wrappers`_, tcp_wrappers, xx, "no"
147 `transfig`_, transfig, xx, "no"
151 `transfig`_, transfig, xx, "no", "also known as fig2dev"
152 `pcre`_,,,, "PCRE 1 (or 8) - for regular expression matching"
153 `perl(Term::ReadLine)`_,,,, "Perl library needed by cyradm"
148154 `zlib`_, zlib1g-dev, zlib-devel, "no", "Compression support for httpd"
155 `libbrotli`_,,,, "Brotli compression support for httpd"
149156 `nghttp2`_, libnghttp2-dev, libnghttp2-devel, "no", "HTTP/2 support for httpd"
150157
158 .. _ClamAV: https://www.clamav.net/
151159 .. _CUnit: http://cunit.sourceforge.net/
152160 .. _Cyrus SASL Plain: :ref:`Cyrus SASL <cyrussasl:sasl-index>`
153 .. _Cyrus SASL MD5: :ref:`Cyrus SASL <cyrussasl:sasl-index`
154 .. _sasl binaries: :ref:`Cyrus SASL <cyrussasl:sasl-index`
161 .. _Cyrus SASL MD5: :ref:`Cyrus SASL <cyrussasl:sasl-index>`
162 .. _sasl binaries: :ref:`Cyrus SASL <cyrussasl:sasl-index>`
155163 .. _lmdb: http://lmdb.tech/
156164 .. _Kerberos: http://web.mit.edu/kerberos/www/
157 .. _libical: http://freeassociation.sourceforge.net/
165 .. _libbrotli: https://github.com/google/brotli
166 .. _libical: https://github.com/libical/libical/
158167 .. _libxml: http://xmlsoft.org/
159168 .. _mysql: http://www.mysql.com
160169 .. _mariadb: http://mariadb.org
161170 .. _net-snmp: http://net-snmp.sourceforge.net/
171 .. _nghttp2: https://nghttp2.org/
162172 .. _openldap: http://www.openldap.org/
173 .. _pcre: http://www.pcre.org/
174 .. _perl(Term::ReadLine): https://metacpan.org/pod/Term::ReadLine
163175 .. _perl(ExtUtils::MakeMaker): http://search.cpan.org/dist/ExtUtils-MakeMaker/
176 .. _perl(Pod::POM::View::Restructured): https://metacpan.org/pod/Pod::POM::View::Restructured
164177 .. _perl-devel: http://www.perl.org/
165178 .. _postgresql: http://www.postgresql.org/
179 .. _python(Sphinx): https://www.sphinx-doc.org/
166180 .. _tcp_wrappers: ftp://ftp.porcupine.org/pub/security/index.html
167181 .. _transfig: http://www.xfig.org/
168182 .. _valgrind: http://www.valgrind.org/
169183 .. _zlib: http://zlib.net/
170 .. _nghttp2: https://nghttp2.org/
184 .. _xxd: https://github.com/ConorOG/xxd/
171185
172186
173187 Install tools for building
224238 Murder
225239 ######
226240
227 ```./configure --enable-murder``
241 ``./configure --enable-murder``
228242
229243 Replication
230244 ###########
231245
232 ```./configure --enable-replication``
246 ``./configure --enable-replication``
233247
234248 Compile
235249 -------
2929
3030 .. code-block:: bash
3131
32 sudo apt-get install libtest-unit-perl libconfig-inifiles-perl \
32 sudo apt-get install libanyevent-perl libtest-unit-perl libconfig-inifiles-perl \
3333 libdatetime-perl libbsd-resource-perl libxml-generator-perl \
3434 libencode-imaputf7-perl libio-stringy-perl libnews-nntpclient-perl \
35 libfile-chdir-perl libnet-server-perl libunix-syslog-perl \
35 libfile-chdir-perl libfile-libmagic-perl libnet-server-perl libunix-syslog-perl \
3636 libdata-uuid-perl libjson-xs-perl libdata-ical-perl libjson-perl \
3737 libdatetime-format-ical-perl libtext-levenshteinxs-perl \
3838 libmime-types-perl libdatetime-format-iso8601-perl libcal-dav-perl \
39 libclone-perl
39 libclone-perl libstring-crc32-perl libnet-ldap-server-perl
4040
4141 The quickest option for the rest is installing via CPAN, but you could build
4242 packages using dh-make-perl if that is preferred.
3636
3737 Then follow on with the Cyrus :ref:`compilation instructions <compiling>`, adding ``--enable-xapian`` to the flags to ``./configure``.
3838
39 Additional dependencies required for Cyrus with Xapian support
40 ==============================================================
41
42 When building Cyrus with Xapian support enabled, the following additional
43 packages are required:
44
45 * `rsync <https://rsync.samba.org>`_ (used when compacting databases)
46
3947 .. _configuring-xapian:
4048
4149 Configuring Xapian
0 :tocdepth: 3
1
2 ===============================
3 Cyrus IMAP 2.5.13 Release Notes
4 ===============================
5
6 .. IMPORTANT::
7
8 This is a bug-fix release in the `stable 2.5 series <http://www.cyrusimap.org/stable>`_.
9
10 Refer to the Cyrus IMAP 2.5.0 Release Notes for important information
11 about the 2.5 series, including upgrading instructions.
12
13 Download via HTTPS:
14
15 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz
16 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.13/cyrus-imapd-2.5.13.tar.gz.sig
17
18 .. _relnotes-2.5.13-changes:
19
20 Changes Since 2.5.12
21 ====================
22
23 Release changes
24 ---------------
25
26 We’re trialing using the Github Releases feature. If you have trouble
27 downloading this release, please report this to the mailing lists. Thanks!
28
29 Security fixes
30 --------------
31
32 * Fixed CVE-2019-11356: buffer overrun in httpd
33
34 Bug fixes
35 ---------
36
37 * Fixed: ptloader, ptexpire and ptdump now honour the ``ptscache_db_path``
38 setting
0 :tocdepth: 3
1
2 ===============================
3 Cyrus IMAP 3.0.11 Release Notes
4 ===============================
5
6 .. IMPORTANT::
7
8 This is a bug-fix release in the stable 3.0 series.
9
10 Refer to the Cyrus IMAP 3.0.0 Release Notes for important information
11 about the 3.0 series, including upgrading instructions.
12
13 Download via HTTPS:
14
15 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz
16 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.11/cyrus-imapd-3.0.11.tar.gz.sig
17
18
19 .. _relnotes-3.0.11-changes:
20
21 Changes Since 3.0.10
22 ====================
23
24 Release changes
25 ---------------
26
27 We're trialing using the Github Releases feature. If you have trouble downloading
28 this release, please report this to the mailing lists. Thanks!
29
30 Data-loss bug fix (:issue:`2389`)
31 ---------------------------------
32
33 This bug affects upgrades to all Cyrus IMAP 3.0.x releases prior to 3.0.11,
34 where mailboxes have existed from 2.3 and earlier.
35
36 Specifically, mailboxes that either:
37
38 * still have an index version less than 8, or
39 * previously had an index version less than 8, but were upgraded to a newer
40 index version by Cyrus IMAP 2.4 or 2.5, or
41 * previously had an index version less than 8, but were upgraded to a newer
42 index version by some earlier Cyrus IMAP 2.3.x versions (unknown which)
43
44 may contain message records with an unitialised modseq of 0.
45
46 Some later versions of 2.3.x (unknown which) would rewrite modseqs of 0 to 1
47 while upgrading indexes. If one of these versions was used to upgrade the
48 index, then there will no longer be message records with a modseq of 0.
49
50 This behaviour was removed during pre-2.4 refactors, so Cyrus IMAP 2.4 and
51 2.5 do not replace modseq of 0 when upgrading indexes.
52
53 A new API introduced in Cyrus IMAP 3.0.0 resulted in index records with a
54 modseq of 0 being completely ignored (therefore invisible to users, and
55 apparently "missing"). This includes the `reconstruct` utility, which means
56 that attempting to fix the "missing messages" by running `reconstruct` will
57 ignore (and maybe remove) the existing index records, and then "rediscover"
58 the message files on disk and add new records for them (without the index-only
59 data from the old record, like seen state and other flags).
60
61 Cyrus IMAP 3.0.11 no longer ignores these records.
62
63 Bug fixes
64 ---------
65
66 * Fixed :issue:`2777`: `rm` and `rsync` binary locations are now detected during
67 configure, rather than just hardcoded as `/bin/rm` and `/usr/bin/rsync`
68 * Many documentation enhancements (thanks Дилян Палаузов, Christoph Moench-Tegeder,
69 Xavier Guimard)
70 * Fixed :issue:`2795`: failing unit test on PPC (32-bit, Big Endian)
71 * Fixed :issue:`2817`: build failure with ICU 64
72 * Fixed: removed old limit of 20 delayed-delete subfolders
73 (`mailing list discussion <https://lists.andrew.cmu.edu/pipermail/info-cyrus/2019-July/040948.html>`_)
74 * Fixed :issue:`2831`: httpd version info footer formats LibXML version correctly
75 (thanks Дилян Палаузов)
76 * Fixed :issue:`2832`: httpd no longer crashes on timezone propfind for
77 nonexistent mailbox (thanks Дилян Палаузов)
438438 **Databases are never created on the frontends/slaves**
439439 Check to ensure that the mupdate slave process is started, (is
440440 prefork=1)
441
442 **mupdate crashes with SIGSERV when using STARTTLS**
443 The OpenSSL code in Cyrus Imap is for single-threaded applications and
444 mupdate is a multi-threaded application. Do not encrypt the communication
445 with mupdate. See also the discussion “SIGSEGV in cyrus-imapd 3.0.7 mupdate”
446 on `cyrus-devel from July 2018 <https://lists.andrew.cmu.edu/pipermail/cyrus-devel/2018-July/>`_
447 and https://github.com/cyrusimap/cyrus-imapd/issues/2774 .
27122712 When set, the Cyrus NNTP server will add the header(s) specified in
27132713 the **newsaddheaders** option to each incoming usenet article.
27142714 The added header(s) will contain email delivery addresses
2715 corresponding to each relevent newsgroup. If not set, no headers
2715 corresponding to each relevant newsgroup. If not set, no headers
27162716 are added to usenet articles.
27172717
27182718 .. endblob newspostuser
34903490
34913491 When searching, should diacriticals be stripped from the search
34923492 terms. The default is "true", a search for "hav" will match
3493 "Håvard". This is not :rfc:`5051` complient, but it backwards
3493 "Håvard". This is not :rfc:`5051` compliant, but it backwards
34943494 compatible, and may be preferred by some sites.
34953495
34963496 .. endblob search_skipdiacrit
44964496 ``tls_versions:`` tls1_0 tls1_1 tls1_2
44974497
44984498 A list of SSL/TLS versions to not disable. Cyrus IMAP SSL/TLS starts
4499 with all protocols, and substracts protocols not in this list. Newer
4499 with all protocols, and subtracts protocols not in this list. Newer
45004500 versions of SSL/TLS will need to be added here to allow them to get
45014501 disabled.
45024502
155155
156156 .. option:: -t [hours]
157157
158 List stale backups only, that is, backups that have recieved no updates
158 List stale backups only, that is, backups that have received no updates
159159 in *hours*. If *hours* is unspecified, it defaults to 24.
160160
161161 .. _ctl-backups-lock-options:
4040
4141 .. option:: -d
4242
43 Ignored for compatability with **/bin/mail**.
43 Ignored for compatibility with **/bin/mail**.
4444
4545 .. option:: -r address
4646
2727 **fud** |default-conf-text|
2828
2929 **fud** will automatically proxy any and all FUD requests to the
30 appropriate backend server if it is runing on a Cyrus Murder frontend
30 appropriate backend server if it is running on a Cyrus Murder frontend
3131 machine.
3232
3333 To set up the FUD daemon, add this to your cyrus.conf:
117117 0 is not a standard IMAP ACL bit.
118118
119119 **fud** is an experimental interface meant to provide information to
120 build a finger-like service around. Eventually it should be superceded
120 build a finger-like service around. Eventually it should be superseded
121121 by a more standards-based protocol.
122122
123123
3838 message which IMAP-compliant clients are required to display.
3939
4040 This option serves to annoy users mostly. Unfortunately clients tend to
41 connect far more frequently than is apparent, generating a seperate
41 connect far more frequently than is apparent, generating a separate
4242 server ALERT for each connection. Many clients do not display these
4343 properly, if they do anything with them at all.
4444
5555
5656 .. option:: -j janitor full-sweeps per second
5757
58 Sets the amount of times per second the janitor should sweep the
58 Sets the number of times per second the janitor should sweep the
5959 entire child table. Leave it at the default of 1 unless you have a
6060 really high fork rate (and you have not increased the child hash
6161 table size when you compiled Cyrus from its default of 10000
2828 **nntpd** |default-conf-text| The optional ``newsprefix`` setting
2929 specifies a prefix to be prepended to newsgroup names to make the
3030 corresponding IMAP mailbox names. The optional ``newspostuser``
31 setting specifies the special userid to be used when contructing the
31 setting specifies the special userid to be used when constructing the
3232 *To:* header address for following up to articles when read via IMAP.
3333 The optional ``newspeer`` setting specifies the fully qualified hostname
3434 of the upstream news server to which articles are fed. The optional
77 **squatter**
88 ============
99
10 Create SQUAT indexes for mailboxes
10 Create SQUAT and Xapian indexes for mailboxes
1111
1212 Synopsis
1313 ========
1818 **squatter** [ **-C** *config-file* ] [**mode**] [**options**] [**source**]
1919
2020 i.e.:
21 **squatter** [ **-C** *config-file* ] [**-v**]
22 **squatter** [ **-C** *config-file* ] [ **-a** ] [ **-i** ] [**-N** *name*] [**-S** *seconds*] [ **-r** ] *mailbox*...
23 **squatter** [ **-C** *config-file* ] [ **-a** ] [ **-i** ] [**-N** *name*] [**-S** *seconds*] [ **-r** ] **-u** *user*...
24 **squatter** [ **-C** *config-file* ] **-R** [ **-n** *channel* ] [ **-d** ]
25 **squatter** [ **-C** *config-file* ] **-f** *synclogfile*
26 **squatter** [ **-C** *config-file* ] **-I** *file*
27 **squatter** [ **-C** *config-file* ] **-t** *srctier*... **-z** *desttier* [ **-F** ] [ **-T** *dir* ] [ **-X** ] [ **-o** ]
21 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-S** *seconds* ]
22 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-i** ] [ **-N** *name* ] [ **-S** *seconds* ] [ **-r** ] *mailbox*...
23 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] [ **-i** ] [ **-N** *name* ] [ **-S** *seconds* ] [ **-r** ] **-u** *user*...
24 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] **-R** [ **-n** *channel* ] [ **-d** ] [ **-S** *seconds* ]
25 **squatter** [ **-C** *config-file* ] [ **-v** ] [ **-a** ] **-f** *synclogfile* [ **-S** *seconds* ]
26 **squatter** [ **-C** *config-file* ] [ **-v** ] **-I** *file*
27 **squatter** [ **-C** *config-file* ] [ **-v** ] **-t** *srctier(s)*... **-z** *desttier* [ **-F** ] [ **-T** *dir* ] [ **-X** ] [ **-o** ] [ **-S** *seconds* ] [ **-u** *user*... ]
2828
2929
3030
4646 of each message in a given mailbox. This index is used to significantly
4747 reduce IMAP SEARCH times on a mailbox.
4848
49 **mode** is one of indexer, indexfrom (-I), search, rolling, synclog or compact.
50
4951 By default, **squatter** creates an index of ALL messages in the
5052 mailbox, not just those since the last time that it was run. The
5153 **-i** option is used to select incremental updates. Any messages
5254 appended to the mailbox after **squatter** is run, will NOT be included
5355 in the index. To include new messages in the index, **squatter** must
54 be run again.
56 be run again, or on a regular basis via crontab, an entry in the EVENTS
57 section of :cyrusman:`cyrus.conf(5)` or use *rolling* mode (**-R**).
5558
5659 In the first synopsis, **squatter** indexes all mailboxes.
5760
5861 In the second synopsis, **squatter** indexes the specified mailbox(es).
62 The mailboxes are space-separated.
5963
6064 In the third synopsis, **squatter** indexes the specified user(s)
6165 mailbox(es).
6266
63 For any of those three source modes (default=all, mailbox, user) one
67 For the latter two index modes (mailbox, user) one
6468 may optionally specify **-r** to recurse from the specified start, or
6569 **-a** to limit action only to mailboxes which have the shared
6670 */vendor/cmu/cyrus-imapd/squat* annotation set to "true".
8589 expunged records (**-F**) in the process. The optional **-T** flag may
8690 be used to specify a directory to use for temporary files. The **-o**
8791 flag may be used to direct that a single index be copied, rather than
88 compressed, from *srctier* to *desttier*.
92 compacted, from *srctier* to *desttier*. The **-u** flag may be used
93 to restrict operation to the specified user(s).
8994
9095 For all modes, the **-S** option may be specified, causing squatter to
9196 pause *seconds* seconds after each mailbox, to smooth loads.
200205 some very fast filesystem, like an SSD or tmpfs. This option may
201206 not work with all search engines, but it's only effect is to speed
202207 up initial indexing.
208 Xapian only.
203209 |v3-new-feature|
204210
205211 .. option:: -t srctier...
206212
207 In compact mode, the source tier(s) for the compacted indices.
208 At least one source tier must be specified in compact mode.
213 In compact mode, the comma separated source tier(s) for the compacted
214 indices. At least one source tier must be specified in compact mode.
215 Xapian only.
209216 |v3-new-feature|
210217
211218 .. option:: -u
212219
213220 Extra options refer to usernames (e.g. foo@bar.com) rather than
214 mailbox names.
221 mailbox names. Usernames are space-separated.
215222 |v3-new-feature|
216223
217224 .. option:: -v
218225
219 Increase the verbosity of progress/status messages.
226 Increase the verbosity of progress/status messages. Sometimes additional messages
227 are emitted on the terminal with this option and the messages are unconditionally sent
228 to syslog. Sometimes messages are sent to syslog, only if -v is provided. In rolling and
229 synclog modes, -vv sends even more messages to syslog.
220230
221231 .. option:: -X
222232
223233 Reindex all the messages before compacting. This mode reads all
224234 the lists of messages indexed by the listed tiers, and re-indexes
225235 them into a temporary database before compacting that into place.
236 Xapian only.
237 |v3-new-feature|
226238
227239 .. option:: -z desttier
228240
229241 In compact mode, the destination tier for the compacted indices.
230242 This must be specified in compact mode.
243 Xapian only.
231244 |v3-new-feature|
232245
233246 Examples
301314 History
302315 =======
303316
304 Support for additional search enginges was added in version 3.0.
317 Support for additional search engines was added in version 3.0.
305318
306319 The following command-line switches were added in version 3.0:
307320
308321 .. parsed-literal::
309322
310 **-R -u -d -O -F -A**
323 **-F -R -X -d -f -o -u**
311324
312325 The following command-line settings were added in version 3.0:
313326
3333
3434 .. option:: -v name
3535
36 View script with the given name. The script if retrieved sucessfully
36 View script with the given name. The script if retrieved successfully
3737 is output to standard output.
3838
3939 .. option:: -l
5050 .. option:: -i file
5151
5252 Install a file onto the server. If a script with the same name
53 already exists on the server it is overwritten. Upon sucessfully
53 already exists on the server it is overwritten. Upon successfully
5454 putting the script on the server the script is set active. If
5555 *file* has the extension .script it is chopped when put on the
5656 server since sieve names may not contain a '.'.
278278 * duplicate DB consistency */
279279 r = mailbox_commit(as->mailbox);
280280 if (r) {
281 syslog(LOG_ERR, "IOERROR: commiting mailbox append %s: %s",
281 syslog(LOG_ERR, "IOERROR: committing mailbox append %s: %s",
282282 as->mailbox->name, error_message(r));
283283 append_abort(as);
284284 return r;
196196 out_fd = open(sieve_bctmpname, O_CREAT|O_TRUNC|O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
197197 if(out_fd < 0) {
198198 if(errno == EEXIST) {
199 syslog(LOG_WARNING,"autocreate_sieve: File %s already exists. Probaly left over. Ignoring",sieve_bctmpname);
199 syslog(LOG_WARNING,"autocreate_sieve: File %s already exists. Probably left over. Ignoring",sieve_bctmpname);
200200 } else if (errno == EACCES) {
201201 syslog(LOG_WARNING,"autocreate_sieve: No access to create file %s. Check permissions",sieve_bctmpname);
202202 fclose(in_stream);
269269 }
270270
271271 if(sieve_emit_bytecode(out_fd, bc) == TIMSIEVE_FAIL) {
272 syslog(LOG_WARNING,"autocreate_sieve: problem emiting sieve script");
272 syslog(LOG_WARNING,"autocreate_sieve: problem emitting sieve script");
273273 /* removing the copied script and cleaning up memory */
274274 unlink(sieve_bctmpname);
275275 sieve_free_bytecode(&bc);
19251925
19261926 /* calculate the changes */
19271927 if (old) {
1928 /* decrease any relevent counts */
1928 /* decrease any relevant counts */
19291929 if (!(old->system_flags & FLAG_EXPUNGED)) {
19301930 delta_exists--;
19311931 delta_size -= old->size;
342342 r = mupdate_activate(d->h, mbentry->name, realpart, mbentry->acl);
343343
344344 if (r == MUPDATE_NOCONN) {
345 fprintf(stderr, "permanant failure storing '%s'\n", mbentry->name);
345 fprintf(stderr, "permanent failure storing '%s'\n", mbentry->name);
346346 r = IMAP_IOERROR;
347347 } else if (r == MUPDATE_FAIL) {
348348 fprintf(stderr,
59835983 prop_annot = DAV_ANNOT_NS "<" XML_NS_CALDAV ">calendar-timezone-id";
59845984
59855985 buf_free(&attrib);
5986 r = annotatemore_lookupmask(fctx->mailbox->name, prop_annot,
5987 httpd_userid, &attrib);
5986
5987 if (fctx->mailbox)
5988 r = annotatemore_lookupmask(fctx->mailbox->name, prop_annot,
5989 httpd_userid, &attrib);
59885990
59895991 if (r) r = HTTP_SERVER_ERROR;
59905992 else if (!attrib.len) r = HTTP_NOT_FOUND;
952952 buf_printf(&serverinfo, " Brotli/%u.%u.%u",
953953 (version >> 24) & 0xfff, (version >> 12) & 0xfff, version & 0xfff);
954954 #endif
955 buf_printf(&serverinfo, " LibXML%s", LIBXML_DOTTED_VERSION);
955 buf_printf(&serverinfo, " LibXML/%s", LIBXML_DOTTED_VERSION);
956956
957957 /* Do any namespace specific initialization */
958958 config_httpmodules = config_getbitfield(IMAPOPT_HTTPMODULES);
142142 static const int ultraparanoid = 1; /* should we kick after every operation? */
143143 unsigned int proxy_cmdcnt;
144144
145 static int referral_kick = 0; /* kick after next command recieved, for
145 static int referral_kick = 0; /* kick after next command received, for
146146 referrals that are likely to change the
147147 mailbox list */
148148
728728
729729 e = search_expr_new(parent, SEOP_LT);
730730 e->attr = attr;
731 e->value.u = end;
731 e->value.t = end;
732732
733733 e = search_expr_new(parent, SEOP_GE);
734734 e->attr = attr;
735 e->value.u = start;
735 e->value.t = start;
736736 }
737737
738738 /*
748748 int c;
749749 int keep_charset = 0;
750750 time_t start, end, now = time(0);
751 uint32_t u;
751 int32_t i32;
752752 int hasconv = config_getswitch(IMAPOPT_CONVERSATIONS);
753753
754754 if (base->state & GETSEARCH_CHARSET_FIRST) {
822822 if (c == EOF) goto baddate;
823823 e = search_expr_new(parent, SEOP_LT);
824824 e->attr = search_attr_find("internaldate");
825 e->value.u = start;
825 e->value.t = start;
826826 }
827827 else if (!strcmp(criteria.s, "bcc")) { /* RFC 3501 */
828828 if (c != ' ') goto missingarg;
976976 case 'l':
977977 if (!strcmp(criteria.s, "larger")) { /* RFC 3501 */
978978 if (c != ' ') goto missingarg;
979 c = getint32(pin, (int32_t *)&u);
979 c = getint32(pin, &i32);
980980 if (c == EOF) goto badnumber;
981981 e = search_expr_new(parent, SEOP_GT);
982982 e->attr = search_attr_find("size");
983 e->value.u = u;
983 e->value.u = i32;
984984 }
985985 else goto badcri;
986986 break;
10351035 }
10361036 else if (!strcmp(criteria.s, "older")) { /* RFC 5032 */
10371037 if (c != ' ') goto missingarg;
1038 c = getint32(pin, (int32_t *)&u);
1038 c = getint32(pin, &i32);
10391039 if (c == EOF) goto badinterval;
10401040 e = search_expr_new(parent, SEOP_LE);
10411041 e->attr = search_attr_find("internaldate");
1042 e->value.u = now - u;
1042 e->value.t = now - i32;
10431043 }
10441044 else if (!strcmp(criteria.s, "on")) { /* RFC 3501 */
10451045 if (c != ' ') goto missingarg;
10731073 if (c == EOF) goto baddate;
10741074 e = search_expr_new(parent, SEOP_LT);
10751075 e->attr = search_attr_find("sentdate");
1076 e->value.u = start;
1076 e->value.t = start;
10771077 }
10781078 else if (!strcmp(criteria.s, "senton")) { /* RFC 3501 */
10791079 if (c != ' ') goto missingarg;
10871087 if (c == EOF) goto baddate;
10881088 e = search_expr_new(parent, SEOP_GE);
10891089 e->attr = search_attr_find("sentdate");
1090 e->value.u = start;
1090 e->value.t = start;
10911091 }
10921092 else if (!strcmp(criteria.s, "since")) { /* RFC 3501 */
10931093 if (c != ' ') goto missingarg;
10951095 if (c == EOF) goto baddate;
10961096 e = search_expr_new(parent, SEOP_GE);
10971097 e->attr = search_attr_find("internaldate");
1098 e->value.u = start;
1098 e->value.t = start;
10991099 }
11001100 else if (!strcmp(criteria.s, "smaller")) { /* RFC 3501 */
11011101 if (c != ' ') goto missingarg;
1102 c = getint32(pin, (int32_t *)&u);
1102 c = getint32(pin, &i32);
11031103 if (c == EOF) goto badnumber;
11041104 e = search_expr_new(parent, SEOP_LT);
11051105 e->attr = search_attr_find("size");
1106 e->value.u = u;
1106 e->value.u = i32;
11071107 }
11081108 else if (!strcmp(criteria.s, "spamabove")) { /* nonstandard */
11091109 if (c != ' ') goto missingarg;
12111211 case 'y':
12121212 if (!strcmp(criteria.s, "younger")) { /* RFC 5032 */
12131213 if (c != ' ') goto missingarg;
1214 c = getint32(pin, (int32_t *)&u);
1214 c = getint32(pin, &i32);
12151215 if (c == EOF) goto badinterval;
12161216 e = search_expr_new(parent, SEOP_GE);
12171217 e->attr = search_attr_find("internaldate");
1218 e->value.u = now - u;
1218 e->value.t = now - i32;
12191219 }
12201220 else goto badcri;
12211221 break;
8484
8585 switch (evt) {
8686
87 case SIEVE_VACATION_REPLIED: return "vacation messages sent";
88 case SERVER_NAME_VERSION: return "Name and version string for server";
89 case ACTIVE_CONNECTIONS: return "Count of the active number of connections";
90 case AUTHENTICATION_YES: return "Successful authentication of given mechanism";
91 case mtaTransmittedMessages: return "Messages stored to disk";
92 case mtaReceivedMessages: return "Messages we've received";
93 case SIEVE_NOTIFY: return "sieve notifications sent";
8794 case SIEVE_FILEINTO: return "sieve fileintos";
95 case TOTAL_CONNECTIONS: return "Count of the total number of connections since the beginning of time";
96 case SIEVE_REJECT: return "sieve rejects";
97 case SIEVE_DISCARD: return "sieve discards";
8898 case SERVER_UPTIME: return "Amount of time server has been running";
99 case mtaReceivedRecipients: return "Recipients accepted";
100 case SIEVE_MESSAGES_PROCESSED: return "Number of messages processed by Sieve scripts";
101 case mtaReceivedVolume: return "Kbytes received";
102 case SIEVE_REDIRECT: return "sieve redirects";
103 case mtaSuccessfulConvertedMessages: return "Messages converted because of 8bit foo";
104 case mtaTransmittedVolume: return "Kbytes stored to disk";
105 case SIEVE_VACATION_TOTAL: return "vacation messages considered";
106 case AUTHENTICATION_NO: return "Failed authentication of given mechanism";
89107 case SIEVE_KEEP: return "sieve messages kept";
90 case mtaTransmittedMessages: return "Messages stored to disk";
91 case SIEVE_VACATION_TOTAL: return "vacation messages considered";
92 case mtaReceivedRecipients: return "Recipients accepted";
93 case ACTIVE_CONNECTIONS: return "Count of the active number of connections";
94 case AUTHENTICATION_NO: return "Failed authentication of given mechanism";
95 case SERVER_NAME_VERSION: return "Name and version string for server";
96 case mtaReceivedMessages: return "Messages we've received";
97 case mtaTransmittedVolume: return "Kbytes stored to disk";
98 case AUTHENTICATION_YES: return "Successful authentication of given mechanism";
99 case SIEVE_DISCARD: return "sieve discards";
100 case SIEVE_VACATION_REPLIED: return "vacation messages sent";
101 case TOTAL_CONNECTIONS: return "Count of the total number of connections since the beginning of time";
102 case mtaReceivedVolume: return "Kbytes received";
103 case mtaSuccessfulConvertedMessages: return "Messages converted because of 8bit foo";
104 case SIEVE_MESSAGES_PROCESSED: return "Number of messages processed by Sieve scripts";
105 case SIEVE_REDIRECT: return "sieve redirects";
106 case SIEVE_REJECT: return "sieve rejects";
107 case SIEVE_NOTIFY: return "sieve notifications sent";
108108
109109 }
110110
122122
123123 switch (evt) {
124124
125 case SIEVE_VACATION_REPLIED: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.7"); return buf;
126 case SERVER_NAME_VERSION: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.3.0"); return buf;
127 case ACTIVE_CONNECTIONS: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.1.2"); return buf;
128 case AUTHENTICATION_YES: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.2.%d.0",varvalue(VARIABLE_AUTH)); return buf;
129 case mtaTransmittedMessages: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.3",varvalue(VARIABLE_MTA)); return buf;
130 case mtaReceivedMessages: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.1",varvalue(VARIABLE_MTA)); return buf;
131 case SIEVE_NOTIFY: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.6"); return buf;
125132 case SIEVE_FILEINTO: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.4"); return buf;
133 case TOTAL_CONNECTIONS: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.1.1"); return buf;
134 case SIEVE_REJECT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.3"); return buf;
135 case SIEVE_DISCARD: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.2"); return buf;
126136 case SERVER_UPTIME: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.3.1"); return buf;
137 case mtaReceivedRecipients: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.7",varvalue(VARIABLE_MTA)); return buf;
138 case SIEVE_MESSAGES_PROCESSED: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.0"); return buf;
139 case mtaReceivedVolume: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.4",varvalue(VARIABLE_MTA)); return buf;
140 case SIEVE_REDIRECT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.1"); return buf;
141 case mtaSuccessfulConvertedMessages: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.10",varvalue(VARIABLE_MTA)); return buf;
142 case mtaTransmittedVolume: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.6",varvalue(VARIABLE_MTA)); return buf;
143 case SIEVE_VACATION_TOTAL: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.8"); return buf;
144 case AUTHENTICATION_NO: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.2.%d.1",varvalue(VARIABLE_AUTH)); return buf;
127145 case SIEVE_KEEP: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.5"); return buf;
128 case mtaTransmittedMessages: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.3",varvalue(VARIABLE_MTA)); return buf;
129 case SIEVE_VACATION_TOTAL: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.8"); return buf;
130 case mtaReceivedRecipients: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.7",varvalue(VARIABLE_MTA)); return buf;
131 case ACTIVE_CONNECTIONS: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.1.2"); return buf;
132 case AUTHENTICATION_NO: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.2.%d.1",varvalue(VARIABLE_AUTH)); return buf;
133 case SERVER_NAME_VERSION: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.3.0"); return buf;
134 case mtaReceivedMessages: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.1",varvalue(VARIABLE_MTA)); return buf;
135 case mtaTransmittedVolume: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.6",varvalue(VARIABLE_MTA)); return buf;
136 case AUTHENTICATION_YES: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.2.%d.0",varvalue(VARIABLE_AUTH)); return buf;
137 case SIEVE_DISCARD: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.2"); return buf;
138 case SIEVE_VACATION_REPLIED: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.7"); return buf;
139 case TOTAL_CONNECTIONS: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.2.1.1"); return buf;
140 case mtaReceivedVolume: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.4",varvalue(VARIABLE_MTA)); return buf;
141 case mtaSuccessfulConvertedMessages: snprintf(buf,buflen,"1.3.6.1.2.1.28.1.%d.10",varvalue(VARIABLE_MTA)); return buf;
142 case SIEVE_MESSAGES_PROCESSED: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.0"); return buf;
143 case SIEVE_REDIRECT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.1"); return buf;
144 case SIEVE_REJECT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.3"); return buf;
145 case SIEVE_NOTIFY: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.3.4.6"); return buf;
146146
147147 }
148148
2020
2121
2222
23 #define SNMPDEFINE_cmulmtp "1.3.6.1.4.1.3.2.2.3.2"
2423 #define SNMPDEFINE_cmutree "1.3.6.1.4.1.3.2.2.3"
24 #define SNMPDEFINE_mtamib "1.3.6.1.2.1.28"
2525 #define SNMPDEFINE_mib2 "1.3.6.1.2.1"
2626 #define SNMPDEFINE_mgmt "1.3.6.1.2"
27 #define SNMPDEFINE_mtamib "1.3.6.1.2.1.28"
27 #define SNMPDEFINE_cmulmtp "1.3.6.1.4.1.3.2.2.3.2"
2828 #define SNMPDEFINE_cmusieve "1.3.6.1.4.1.3.2.2.3.3"
2929
3030
6767
6868 typedef enum {
6969
70 SIEVE_VACATION_REPLIED,
71 SERVER_NAME_VERSION,
72 ACTIVE_CONNECTIONS,
73 AUTHENTICATION_YES,
74 mtaTransmittedMessages,
75 mtaReceivedMessages,
76 SIEVE_NOTIFY,
7077 SIEVE_FILEINTO,
78 TOTAL_CONNECTIONS,
79 SIEVE_REJECT,
80 SIEVE_DISCARD,
7181 SERVER_UPTIME,
72 SIEVE_KEEP,
73 mtaTransmittedMessages,
82 mtaReceivedRecipients,
83 SIEVE_MESSAGES_PROCESSED,
84 mtaReceivedVolume,
85 SIEVE_REDIRECT,
86 mtaSuccessfulConvertedMessages,
87 mtaTransmittedVolume,
7488 SIEVE_VACATION_TOTAL,
75 mtaReceivedRecipients,
76 ACTIVE_CONNECTIONS,
7789 AUTHENTICATION_NO,
78 SERVER_NAME_VERSION,
79 mtaReceivedMessages,
80 mtaTransmittedVolume,
81 AUTHENTICATION_YES,
82 SIEVE_DISCARD,
83 SIEVE_VACATION_REPLIED,
84 TOTAL_CONNECTIONS,
85 mtaReceivedVolume,
86 mtaSuccessfulConvertedMessages,
87 SIEVE_MESSAGES_PROCESSED,
88 SIEVE_REDIRECT,
89 SIEVE_REJECT,
90 SIEVE_NOTIFY
90 SIEVE_KEEP
9191 } lmtpstats_t;
9292
9393
39423942
39433943 xclose(repack->newindex_fd);
39443944
3945 /* NOTE: cache files need commiting before index is renamed */
3945 /* NOTE: cache files need committing before index is renamed */
39463946 for (i = 0; i < repack->caches.count; i++) {
39473947 struct mappedfile *cachefile = ptrarray_nth(&repack->caches, i);
39483948 r = mappedfile_commit(cachefile);
65126512 const struct index_record *record = msg_record(iter->msg);
65136513 if (!record->uid) continue; /* can happen on damaged mailboxes */
65146514 if ((record->system_flags & iter->skipflags)) continue;
6515 if (record->modseq <= iter->changedsince) continue;
6515 if (iter->changedsince && record->modseq <= iter->changedsince) continue;
65166516 return iter->msg;
65176517 }
65186518
12951295 }
12961296
12971297 if (changed) {
1298 r = quota_update_useds(mailbox->quotaroot, quota_usage, 0);
1298 r = quota_update_useds(mailbox->quotaroot, quota_usage, NULL);
12991299 if (r) goto done2;
13001300 }
13011301 }
788788
789789 if (r2) {
790790 syslog(LOG_ERR, "DBERROR: error %s txn in mboxlist_update: %s",
791 r ? "aborting" : "commiting", cyrusdb_strerror(r2));
791 r ? "aborting" : "committing", cyrusdb_strerror(r2));
792792 }
793793
794794 return r;
12971297 return r;
12981298 }
12991299
1300 static int addmbox_to_list(const mbentry_t *mbentry, void *rock)
1301 {
1302 strarray_t *list = (strarray_t *)rock;
1303 strarray_append(list, mbentry->name);
1304 return 0;
1305 }
1306
13071300 /*
13081301 * Delayed Delete a mailbox: translate delete into rename
13091302 */
13181311 {
13191312 mbentry_t *mbentry = NULL;
13201313 strarray_t existing = STRARRAY_INITIALIZER;
1321 int i;
13221314 char newname[MAX_MAILBOX_BUFFER];
13231315 int r = 0;
13241316 long myrights;
13691361
13701362 goto done;
13711363 }
1372 }
1373
1374 /* check if there are already too many! */
1375 mboxname_todeleted(name, newname, 0);
1376 r = mboxlist_mboxtree(newname, addmbox_to_list, &existing, MBOXTREE_SKIP_ROOT);
1377 if (r) goto done;
1378
1379 /* keep the last 19, so the new one is the 20th */
1380 for (i = 0; i < (int)existing.count - 19; i++) {
1381 const char *subname = strarray_nth(&existing, i);
1382 syslog(LOG_NOTICE, "too many subfolders for %s, deleting %s (%d / %d)",
1383 newname, subname, i+1, (int)existing.count);
1384 r = mboxlist_deletemailbox(subname, 1, userid, auth_state, NULL, 0, 1, 1);
1385 if (r) goto done;
13861364 }
13871365
13881366 /* get the deleted name */
533533
534534 #define CHECKNEWLINE(c, ch) do { if ((ch) == '\r') (ch)=prot_getc((c)->conn->in); \
535535 if ((ch) != '\n') { syslog(LOG_ERR, \
536 "extra arguments recieved, aborting connection");\
536 "extra arguments received, aborting connection");\
537537 r = MUPDATE_PROTOCOL_ERROR;\
538538 goto done; }} while(0)
539539
8484
8585 switch (evt) {
8686
87 case FETCH_COUNT: return "Number of fetch";
88 case NOOP_COUNT: return "Number of noop";
89 case PARTIAL_COUNT: return "Number of partial";
90 case STARTTLS_COUNT: return "Number of starttls";
91 case LOGIN_COUNT: return "Number of login";
92 case LIST_COUNT: return "Number of list";
93 case SETACL_COUNT: return "Number of setacl";
94 case SETANNOTATION_COUNT: return "Number of setannotation";
95 case CHECK_COUNT: return "Number of check";
96 case STORE_COUNT: return "Number of store";
97 case LSUB_COUNT: return "Number of lsub";
98 case SORT_COUNT: return "Number of sort";
99 case UNSELECT_COUNT: return "Number of unselect";
100 case SERVER_NAME_VERSION: return "Name and version string for server";
101 case MYRIGHTS_COUNT: return "Number of myrights";
102 case STATUS_COUNT: return "Number of status";
103 case SEARCH_COUNT: return "Number of search";
104 case SELECT_COUNT: return "Number of select";
105 case SUBSCRIBE_COUNT: return "Number of subscribe";
106 case AUTHENTICATION_YES: return "Successful authentication of given mechanism";
107 case THREAD_COUNT: return "Number of thread";
87108 case CAPABILITY_COUNT: return "Number of capability";
88 case COPY_COUNT: return "Number of copy";
89 case STATUS_COUNT: return "Number of status";
90 case LOGIN_COUNT: return "Number of login";
91 case GETANNOTATION_COUNT: return "Number of getannotation";
109 case BBOARD_COUNT: return "Number of bboard";
110 case UNSUBSCRIBE_COUNT: return "Number of unsubscribe";
111 case ACTIVE_CONNECTIONS: return "Count of the active number of connections";
92112 case SCAN_COUNT: return "Number of list";
93 case LOGOUT_COUNT: return "Number of logout";
94 case STORE_COUNT: return "Number of store";
95 case ACTIVE_CONNECTIONS: return "Count of the active number of connections";
96 case LSUB_COUNT: return "Number of lsub";
97 case SETANNOTATION_COUNT: return "Number of setannotation";
98 case FETCH_COUNT: return "Number of fetch";
99 case AUTHENTICATION_YES: return "Successful authentication of given mechanism";
100 case SELECT_COUNT: return "Number of select";
101 case GETACL_COUNT: return "Number of getacl";
102 case NOOP_COUNT: return "Number of noop";
103 case AUTHENTICATE_COUNT: return "Number of authenticate";
104 case COMPRESS_COUNT: return "Number of compress";
105 case STARTTLS_COUNT: return "Number of starttls";
106 case ID_COUNT: return "Number of id";
107 case THREAD_COUNT: return "Number of thread";
108113 case TOTAL_CONNECTIONS: return "Count of the total number of connections since the beginning of time";
109 case BBOARD_COUNT: return "Number of bboard";
110 case SETACL_COUNT: return "Number of setacl";
111 case LIST_COUNT: return "Number of list";
112 case CHECK_COUNT: return "Number of check";
113 case DELETEACL_COUNT: return "Number of deleteacl";
114 case EXAMINE_COUNT: return "Number of examine";
115 case UNSUBSCRIBE_COUNT: return "Number of unsubscribe";
116 case SEARCH_COUNT: return "Number of search";
114 case GETQUOTAROOT_COUNT: return "Number of getquotaroot";
115 case RENAME_COUNT: return "Number of rename";
116 case GETQUOTA_COUNT: return "Number of getquota";
117117 case SETQUOTA_COUNT: return "Number of setquota";
118 case UNSELECT_COUNT: return "Number of unselect";
119 case SERVER_UPTIME: return "Amount of time server has been running";
120 case GETQUOTAROOT_COUNT: return "Number of getquotaroot";
121 case NAMESPACE_COUNT: return "Number of namespace";
122 case SERVER_NAME_VERSION: return "Name and version string for server";
123 case SORT_COUNT: return "Number of sort";
124 case CREATE_COUNT: return "Number of create";
125 case RENAME_COUNT: return "Number of rename";
126 case SUBSCRIBE_COUNT: return "Number of subscribe";
127 case FIND_COUNT: return "Number of find";
128 case GETQUOTA_COUNT: return "Number of getquota";
129 case DELETE_COUNT: return "Number of delete";
130 case APPEND_COUNT: return "Number of append";
131 case PARTIAL_COUNT: return "Number of partial";
132 case AUTHENTICATION_NO: return "Failed authentication of given mechanism";
133 case EXPUNGE_COUNT: return "Number of expunge";
134 case MYRIGHTS_COUNT: return "Number of myrights";
135118 case IDLE_COUNT: return "Number of idle";
136119 case GETUIDS_COUNT: return "Number of getuids";
120 case ID_COUNT: return "Number of id";
121 case EXAMINE_COUNT: return "Number of examine";
122 case APPEND_COUNT: return "Number of append";
123 case LOGOUT_COUNT: return "Number of logout";
124 case COMPRESS_COUNT: return "Number of compress";
125 case EXPUNGE_COUNT: return "Number of expunge";
137126 case LISTRIGHTS_COUNT: return "Number of listrights";
127 case COPY_COUNT: return "Number of copy";
128 case DELETE_COUNT: return "Number of delete";
129 case FIND_COUNT: return "Number of find";
130 case GETANNOTATION_COUNT: return "Number of getannotation";
131 case GETACL_COUNT: return "Number of getacl";
132 case AUTHENTICATE_COUNT: return "Number of authenticate";
133 case DELETEACL_COUNT: return "Number of deleteacl";
134 case AUTHENTICATION_NO: return "Failed authentication of given mechanism";
138135 case CLOSE_COUNT: return "Number of close";
136 case SERVER_UPTIME: return "Amount of time server has been running";
137 case CREATE_COUNT: return "Number of create";
138 case NAMESPACE_COUNT: return "Number of namespace";
139139
140140 }
141141
153153
154154 switch (evt) {
155155
156 case FETCH_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.13"); return buf;
157 case NOOP_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.28"); return buf;
158 case PARTIAL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.30"); return buf;
159 case STARTTLS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.33"); return buf;
160 case LOGIN_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.22"); return buf;
161 case LIST_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.24"); return buf;
162 case SETACL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.38"); return buf;
163 case SETANNOTATION_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.39"); return buf;
164 case CHECK_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.4"); return buf;
165 case STORE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.34"); return buf;
166 case LSUB_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.25"); return buf;
167 case SORT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.42"); return buf;
168 case UNSELECT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.45"); return buf;
169 case SERVER_NAME_VERSION: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.3.0"); return buf;
170 case MYRIGHTS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.27"); return buf;
171 case STATUS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.41"); return buf;
172 case SEARCH_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.36"); return buf;
173 case SELECT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.35"); return buf;
174 case SUBSCRIBE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.37"); return buf;
175 case AUTHENTICATION_YES: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.2.%d.0",varvalue(VARIABLE_AUTH)); return buf;
176 case THREAD_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.43"); return buf;
156177 case CAPABILITY_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.3"); return buf;
157 case COPY_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.5"); return buf;
158 case STATUS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.41"); return buf;
159 case LOGIN_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.22"); return buf;
160 case GETANNOTATION_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.16"); return buf;
178 case BBOARD_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.2"); return buf;
179 case UNSUBSCRIBE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.44"); return buf;
180 case ACTIVE_CONNECTIONS: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.1.2"); return buf;
161181 case SCAN_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.32"); return buf;
162 case LOGOUT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.23"); return buf;
163 case STORE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.34"); return buf;
164 case ACTIVE_CONNECTIONS: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.1.2"); return buf;
165 case LSUB_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.25"); return buf;
166 case SETANNOTATION_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.39"); return buf;
167 case FETCH_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.13"); return buf;
168 case AUTHENTICATION_YES: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.2.%d.0",varvalue(VARIABLE_AUTH)); return buf;
169 case SELECT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.35"); return buf;
170 case GETACL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.15"); return buf;
171 case NOOP_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.28"); return buf;
172 case AUTHENTICATE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.0"); return buf;
173 case COMPRESS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.8"); return buf;
174 case STARTTLS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.33"); return buf;
175 case ID_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.20"); return buf;
176 case THREAD_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.43"); return buf;
177182 case TOTAL_CONNECTIONS: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.1.1"); return buf;
178 case BBOARD_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.2"); return buf;
179 case SETACL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.38"); return buf;
180 case LIST_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.24"); return buf;
181 case CHECK_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.4"); return buf;
182 case DELETEACL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.10"); return buf;
183 case EXAMINE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.12"); return buf;
184 case UNSUBSCRIBE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.44"); return buf;
185 case SEARCH_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.36"); return buf;
183 case GETQUOTAROOT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.18"); return buf;
184 case RENAME_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.31"); return buf;
185 case GETQUOTA_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.17"); return buf;
186186 case SETQUOTA_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.40"); return buf;
187 case UNSELECT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.45"); return buf;
188 case SERVER_UPTIME: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.3.1"); return buf;
189 case GETQUOTAROOT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.18"); return buf;
190 case NAMESPACE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.29"); return buf;
191 case SERVER_NAME_VERSION: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.3.0"); return buf;
192 case SORT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.42"); return buf;
193 case CREATE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.6"); return buf;
194 case RENAME_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.31"); return buf;
195 case SUBSCRIBE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.37"); return buf;
196 case FIND_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.14"); return buf;
197 case GETQUOTA_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.17"); return buf;
198 case DELETE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.9"); return buf;
199 case APPEND_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.1"); return buf;
200 case PARTIAL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.30"); return buf;
201 case AUTHENTICATION_NO: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.2.%d.1",varvalue(VARIABLE_AUTH)); return buf;
202 case EXPUNGE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.11"); return buf;
203 case MYRIGHTS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.27"); return buf;
204187 case IDLE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.21"); return buf;
205188 case GETUIDS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.19"); return buf;
189 case ID_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.20"); return buf;
190 case EXAMINE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.12"); return buf;
191 case APPEND_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.1"); return buf;
192 case LOGOUT_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.23"); return buf;
193 case COMPRESS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.8"); return buf;
194 case EXPUNGE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.11"); return buf;
206195 case LISTRIGHTS_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.26"); return buf;
196 case COPY_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.5"); return buf;
197 case DELETE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.9"); return buf;
198 case FIND_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.14"); return buf;
199 case GETANNOTATION_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.16"); return buf;
200 case GETACL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.15"); return buf;
201 case AUTHENTICATE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.0"); return buf;
202 case DELETEACL_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.10"); return buf;
203 case AUTHENTICATION_NO: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.2.%d.1",varvalue(VARIABLE_AUTH)); return buf;
207204 case CLOSE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.7"); return buf;
205 case SERVER_UPTIME: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.3.1"); return buf;
206 case CREATE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.6"); return buf;
207 case NAMESPACE_COUNT: snprintf(buf,buflen,"1.3.6.1.4.1.3.2.2.3.1.4.29"); return buf;
208208
209209 }
210210
2020
2121
2222
23 #define SNMPDEFINE_cmuimap "1.3.6.1.4.1.3.2.2.3.1"
2324 #define SNMPDEFINE_cmutree "1.3.6.1.4.1.3.2.2.3"
24 #define SNMPDEFINE_cmuimap "1.3.6.1.4.1.3.2.2.3.1"
2525
2626
2727
6363
6464 typedef enum {
6565
66 FETCH_COUNT,
67 NOOP_COUNT,
68 PARTIAL_COUNT,
69 STARTTLS_COUNT,
70 LOGIN_COUNT,
71 LIST_COUNT,
72 SETACL_COUNT,
73 SETANNOTATION_COUNT,
74 CHECK_COUNT,
75 STORE_COUNT,
76 LSUB_COUNT,
77 SORT_COUNT,
78 UNSELECT_COUNT,
79 SERVER_NAME_VERSION,
80 MYRIGHTS_COUNT,
81 STATUS_COUNT,
82 SEARCH_COUNT,
83 SELECT_COUNT,
84 SUBSCRIBE_COUNT,
85 AUTHENTICATION_YES,
86 THREAD_COUNT,
6687 CAPABILITY_COUNT,
67 COPY_COUNT,
68 STATUS_COUNT,
69 LOGIN_COUNT,
70 GETANNOTATION_COUNT,
88 BBOARD_COUNT,
89 UNSUBSCRIBE_COUNT,
90 ACTIVE_CONNECTIONS,
7191 SCAN_COUNT,
72 LOGOUT_COUNT,
73 STORE_COUNT,
74 ACTIVE_CONNECTIONS,
75 LSUB_COUNT,
76 SETANNOTATION_COUNT,
77 FETCH_COUNT,
78 AUTHENTICATION_YES,
79 SELECT_COUNT,
80 GETACL_COUNT,
81 NOOP_COUNT,
82 AUTHENTICATE_COUNT,
83 COMPRESS_COUNT,
84 STARTTLS_COUNT,
85 ID_COUNT,
86 THREAD_COUNT,
8792 TOTAL_CONNECTIONS,
88 BBOARD_COUNT,
89 SETACL_COUNT,
90 LIST_COUNT,
91 CHECK_COUNT,
92 DELETEACL_COUNT,
93 EXAMINE_COUNT,
94 UNSUBSCRIBE_COUNT,
95 SEARCH_COUNT,
93 GETQUOTAROOT_COUNT,
94 RENAME_COUNT,
95 GETQUOTA_COUNT,
9696 SETQUOTA_COUNT,
97 UNSELECT_COUNT,
98 SERVER_UPTIME,
99 GETQUOTAROOT_COUNT,
100 NAMESPACE_COUNT,
101 SERVER_NAME_VERSION,
102 SORT_COUNT,
103 CREATE_COUNT,
104 RENAME_COUNT,
105 SUBSCRIBE_COUNT,
106 FIND_COUNT,
107 GETQUOTA_COUNT,
108 DELETE_COUNT,
109 APPEND_COUNT,
110 PARTIAL_COUNT,
111 AUTHENTICATION_NO,
112 EXPUNGE_COUNT,
113 MYRIGHTS_COUNT,
11497 IDLE_COUNT,
11598 GETUIDS_COUNT,
99 ID_COUNT,
100 EXAMINE_COUNT,
101 APPEND_COUNT,
102 LOGOUT_COUNT,
103 COMPRESS_COUNT,
104 EXPUNGE_COUNT,
116105 LISTRIGHTS_COUNT,
117 CLOSE_COUNT
106 COPY_COUNT,
107 DELETE_COUNT,
108 FIND_COUNT,
109 GETANNOTATION_COUNT,
110 GETACL_COUNT,
111 AUTHENTICATE_COUNT,
112 DELETEACL_COUNT,
113 AUTHENTICATION_NO,
114 CLOSE_COUNT,
115 SERVER_UPTIME,
116 CREATE_COUNT,
117 NAMESPACE_COUNT
118118 } pushstats_t;
119119
120120
472472 int res;
473473 int cmp = 1;
474474 if (q.scanmbox) {
475 /* XXX this will crash if mboxname was null...
476 * https://github.com/cyrusimap/cyrus-imapd/issues/2808
477 */
475478 cmp = cyrusdb_compar(qdb, mboxname, strlen(mboxname),
476479 q.scanmbox, strlen(q.scanmbox));
477480 }
738738 /* XXX - replace with cyrus_mkdir and cyrus_copyfile */
739739 static void remove_dir(const char *dir)
740740 {
741 run_command("/bin/rm", "-rf", dir, (char *)NULL);
741 run_command(RM_BIN, "-rf", dir, (char *)NULL);
742742 }
743743
744744 static int copy_files(const char *fromdir, const char *todir)
745745 {
746746 char *fromdir2 = strconcat(fromdir, "/", (char *)NULL);
747 int r = run_command("/usr/bin/rsync", "-a", fromdir2, todir, (char *)NULL);
747 int r = run_command(RSYNC_BIN, "-a", fromdir2, todir, (char *)NULL);
748748
749749 free(fromdir2);
750750 return r;
4343 #include <stdlib.h>
4444 #include <string.h>
4545
46 #include "unicode/ucnv.h"
47
4648 #include "assert.h"
4749 #include "charset.h"
4850 #include "xmalloc.h"
5656 #define CHARSET_ESCAPEHTML (1<<8)
5757
5858 #define CHARSET_UNKNOWN_CHARSET (NULL)
59
60 #include "unicode/ucnv.h"
6159
6260 #include "util.h"
6361
14081408 When set, the Cyrus NNTP server will add the header(s) specified in
14091409 the \fBnewsaddheaders\fR option to each incoming usenet article.
14101410 The added header(s) will contain email delivery addresses
1411 corresponding to each relevent newsgroup. If not set, no headers
1411 corresponding to each relevant newsgroup. If not set, no headers
14121412 are added to usenet articles. */
14131413
14141414 { "newsprefix", NULL, STRING }
18191819 { "search_skipdiacrit", 1, SWITCH }
18201820 /* When searching, should diacriticals be stripped from the search
18211821 terms. The default is "true", a search for "hav" will match
1822 "Håvard". This is not RFC5051 complient, but it backwards
1822 "Håvard". This is not RFC5051 compliant, but it backwards
18231823 compatible, and may be preferred by some sites. */
18241824
18251825 { "search_skiphtml", 0, SWITCH }
22952295
22962296 { "tls_versions", "tls1_0 tls1_1 tls1_2", STRING }
22972297 /* A list of SSL/TLS versions to not disable. Cyrus IMAP SSL/TLS starts
2298 with all protocols, and substracts protocols not in this list. Newer
2298 with all protocols, and subtracts protocols not in this list. Newer
22992299 versions of SSL/TLS will need to be added here to allow them to get
23002300 disabled. */
23012301
686686 ) {
687687
688688 sprintf(errbuf,
689 "option '%s' was specified twice in config file (second occurance on line %d)",
689 "option '%s' was specified twice in config file (second occurrence on line %d)",
690690 fullkey, lineno);
691691 fatal(errbuf, EC_CONFIG);
692692
830830 val = hash_insert(key, newval, &confighash);
831831 if (val != newval) {
832832 snprintf(errbuf, sizeof(errbuf),
833 "option '%s' was specified twice in config file (second occurance on line %d)",
833 "option '%s' was specified twice in config file (second occurrence on line %d)",
834834 fullkey, lineno);
835835 fatal(errbuf, EC_CONFIG);
836836 }
6262 INC(1);
6363 return 0;
6464
65 /* normal backslash quoting - NOTE, not strictly RFC complient,
65 /* normal backslash quoting - NOTE, not strictly RFC compliant,
6666 * but I figure anyone who generates one PROBABLY meant to escape
6767 * the next character because it's so common, and LABEL definitely
6868 * allows \n, so we have to handle that anyway */
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "ARBITRON" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "ARBITRON" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 arbitron \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "BACKUPD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "BACKUPD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 backupd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CHK_CYRUS" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CHK_CYRUS" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 chk_cyrus \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_BACKUPS" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CTL_BACKUPS" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 ctl_backups \- Cyrus IMAP documentation
55 .
220220 .INDENT 0.0
221221 .TP
222222 .B \-t [hours]
223 List stale backups only, that is, backups that have recieved no updates
223 List stale backups only, that is, backups that have received no updates
224224 in \fIhours\fP\&. If \fIhours\fP is unspecified, it defaults to 24.
225225 .UNINDENT
226226 .SH LOCK OPTIONS
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_CONVERSATIONSDB" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CTL_CONVERSATIONSDB" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 ctl_conversationsdb \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_CYRUSDB" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CTL_CYRUSDB" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 ctl_cyrusdb \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_DELIVER" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CTL_DELIVER" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 ctl_deliver \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_MBOXLIST" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CTL_MBOXLIST" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 ctl_mboxlist \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_ZONEINFO" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CTL_ZONEINFO" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 ctl_zoneinfo \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CVT_CYRUSDB" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CVT_CYRUSDB" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cvt_cyrusdb \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_BACKUP" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_BACKUP" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_backup \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_BUILDINFO" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_BUILDINFO" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_buildinfo \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_DBTOOL" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_DBTOOL" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_dbtool \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_DENY" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_DENY" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_deny \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_DF" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_DF" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_df \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_EXPIRE" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_EXPIRE" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_expire \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_INFO" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_INFO" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_info \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_SYNCLOG" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_SYNCLOG" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_synclog \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_VIRUSSCAN" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYR_VIRUSSCAN" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyr_virusscan \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYRUS.CONF" "5" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "CYRUS.CONF" "5" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 cyrus.conf \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "DELIVER" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "DELIVER" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 deliver \- Cyrus IMAP documentation
55 .
8181 .INDENT 0.0
8282 .TP
8383 .B \-d
84 Ignored for compatability with \fB/bin/mail\fP\&.
84 Ignored for compatibility with \fB/bin/mail\fP\&.
8585 .UNINDENT
8686 .INDENT 0.0
8787 .TP
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "FETCHNEWS" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "FETCHNEWS" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 fetchnews \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "FUD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "FUD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 fud \- Cyrus IMAP documentation
55 .
7373 \fBfud\fP reads its configuration options out of the imapd.conf(5) file unless specified otherwise by \fB\-C\fP\&.
7474 .sp
7575 \fBfud\fP will automatically proxy any and all FUD requests to the
76 appropriate backend server if it is runing on a Cyrus Murder frontend
76 appropriate backend server if it is running on a Cyrus Murder frontend
7777 machine.
7878 .sp
7979 To set up the FUD daemon, add this to your cyrus.conf:
156156 0 is not a standard IMAP ACL bit.
157157 .sp
158158 \fBfud\fP is an experimental interface meant to provide information to
159 build a finger\-like service around. Eventually it should be superceded
159 build a finger\-like service around. Eventually it should be superseded
160160 by a more standards\-based protocol.
161161 .SH SEE ALSO
162162 .sp
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "HTTPD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "HTTPD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 httpd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "HTTPTEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "HTTPTEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 httptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IDLED" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "IDLED" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 idled \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMAPD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "IMAPD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 imapd \- Cyrus IMAP documentation
55 .
8484 message which IMAP\-compliant clients are required to display.
8585 .sp
8686 This option serves to annoy users mostly. Unfortunately clients tend to
87 connect far more frequently than is apparent, generating a seperate
87 connect far more frequently than is apparent, generating a separate
8888 server ALERT for each connection. Many clients do not display these
8989 properly, if they do anything with them at all.
9090 .sp
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMAPD.CONF" "5" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "IMAPD.CONF" "5" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 imapd.conf \- Cyrus IMAP documentation
55 .
24242424 When set, the Cyrus NNTP server will add the header(s) specified in
24252425 the \fBnewsaddheaders\fP option to each incoming usenet article.
24262426 The added header(s) will contain email delivery addresses
2427 corresponding to each relevent newsgroup. If not set, no headers
2427 corresponding to each relevant newsgroup. If not set, no headers
24282428 are added to usenet articles.
24292429 .UNINDENT
24302430 .UNINDENT
31303130 .INDENT 3.5
31313131 When searching, should diacriticals be stripped from the search
31323132 terms. The default is "true", a search for "hav" will match
3133 "Håvard". This is not \fI\%RFC 5051\fP complient, but it backwards
3133 "Håvard". This is not \fI\%RFC 5051\fP compliant, but it backwards
31343134 compatible, and may be preferred by some sites.
31353135 .UNINDENT
31363136 .UNINDENT
40084008 .INDENT 0.0
40094009 .INDENT 3.5
40104010 A list of SSL/TLS versions to not disable. Cyrus IMAP SSL/TLS starts
4011 with all protocols, and substracts protocols not in this list. Newer
4011 with all protocols, and subtracts protocols not in this list. Newer
40124012 versions of SSL/TLS will need to be added here to allow them to get
40134013 disabled.
40144014 .UNINDENT
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMCLIENT" "3" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "IMCLIENT" "3" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 imclient \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMTEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "IMTEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 imtest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "INSTALLSIEVE" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "INSTALLSIEVE" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 installsieve \- Cyrus IMAP documentation
55 .
8080 .INDENT 0.0
8181 .TP
8282 .B \-v name
83 View script with the given name. The script if retrieved sucessfully
83 View script with the given name. The script if retrieved successfully
8484 is output to standard output.
8585 .UNINDENT
8686 .INDENT 0.0
100100 .TP
101101 .B \-i file
102102 Install a file onto the server. If a script with the same name
103 already exists on the server it is overwritten. Upon sucessfully
103 already exists on the server it is overwritten. Upon successfully
104104 putting the script on the server the script is set active. If
105105 \fIfile\fP has the extension .script it is chopped when put on the
106106 server since sieve names may not contain a \(aq.\(aq.
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IPURGE" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "IPURGE" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 ipurge \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "KRB.EQUIV" "5" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "KRB.EQUIV" "5" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 krb.equiv \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "LMTPD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "LMTPD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 lmtpd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "LMTPTEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "LMTPTEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 lmtptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MASTER" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "MASTER" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 master \- Cyrus IMAP documentation
55 .
100100 .INDENT 0.0
101101 .TP
102102 .B \-j janitor full\-sweeps per second
103 Sets the amount of times per second the janitor should sweep the
103 Sets the number of times per second the janitor should sweep the
104104 entire child table. Leave it at the default of 1 unless you have a
105105 really high fork rate (and you have not increased the child hash
106106 table size when you compiled Cyrus from its default of 10000
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MBEXAMINE" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "MBEXAMINE" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 mbexamine \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MBPATH" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "MBPATH" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 mbpath \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MBTOOL" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "MBTOOL" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 mbtool \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MUPDATETEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "MUPDATETEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 mupdatetest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "NNTPD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "NNTPD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 nntpd \- Cyrus IMAP documentation
55 .
7474 \fBnntpd\fP reads its configuration options out of the imapd.conf(5) file unless specified otherwise by \fB\-C\fP\&. The optional \fBnewsprefix\fP setting
7575 specifies a prefix to be prepended to newsgroup names to make the
7676 corresponding IMAP mailbox names. The optional \fBnewspostuser\fP
77 setting specifies the special userid to be used when contructing the
77 setting specifies the special userid to be used when constructing the
7878 \fITo:\fP header address for following up to articles when read via IMAP.
7979 The optional \fBnewspeer\fP setting specifies the fully qualified hostname
8080 of the upstream news server to which articles are fed. The optional
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "NNTPTEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "NNTPTEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 nntptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "NOTIFYD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "NOTIFYD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 notifyd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "POP3D" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "POP3D" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 pop3d \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "POP3TEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "POP3TEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 pop3test \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "QUOTA" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "QUOTA" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 quota \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "RECONSTRUCT" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "RECONSTRUCT" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 reconstruct \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "RESTORE" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "RESTORE" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 restore \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SIEVESHELL" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SIEVESHELL" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 sieveshell \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SIVTEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SIVTEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 sivtest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SMMAPD" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SMMAPD" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 smmapd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SMTPTEST" "1" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SMTPTEST" "1" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 smtptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SQUATTER" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SQUATTER" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 squatter \- Cyrus IMAP documentation
55 .
5757 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
5858 ..
5959 .sp
60 Create SQUAT indexes for mailboxes
60 Create SQUAT and Xapian indexes for mailboxes
6161 .SH SYNOPSIS
6262 .sp
6363 .nf
6565 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [\fBmode\fP] [\fBoptions\fP] [\fBsource\fP]
6666
6767 i.e.:
68 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [\fB\-v\fP]
69 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-a\fP ] [ \fB\-i\fP ] [\fB\-N\fP \fIname\fP] [\fB\-S\fP \fIseconds\fP] [ \fB\-r\fP ] \fImailbox\fP\&...
70 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-a\fP ] [ \fB\-i\fP ] [\fB\-N\fP \fIname\fP] [\fB\-S\fP \fIseconds\fP] [ \fB\-r\fP ] \fB\-u\fP \fIuser\fP\&...
71 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] \fB\-R\fP [ \fB\-n\fP \fIchannel\fP ] [ \fB\-d\fP ]
72 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] \fB\-f\fP \fIsynclogfile\fP
73 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] \fB\-I\fP \fIfile\fP
74 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] \fB\-t\fP \fIsrctier\fP\&... \fB\-z\fP \fIdesttier\fP [ \fB\-F\fP ] [ \fB\-T\fP \fIdir\fP ] [ \fB\-X\fP ] [ \fB\-o\fP ]
68 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-v\fP ] [ \fB\-a\fP ] [ \fB\-S\fP \fIseconds\fP ]
69 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-v\fP ] [ \fB\-a\fP ] [ \fB\-i\fP ] [ \fB\-N\fP \fIname\fP ] [ \fB\-S\fP \fIseconds\fP ] [ \fB\-r\fP ] \fImailbox\fP\&...
70 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-v\fP ] [ \fB\-a\fP ] [ \fB\-i\fP ] [ \fB\-N\fP \fIname\fP ] [ \fB\-S\fP \fIseconds\fP ] [ \fB\-r\fP ] \fB\-u\fP \fIuser\fP\&...
71 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-v\fP ] [ \fB\-a\fP ] \fB\-R\fP [ \fB\-n\fP \fIchannel\fP ] [ \fB\-d\fP ] [ \fB\-S\fP \fIseconds\fP ]
72 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-v\fP ] [ \fB\-a\fP ] \fB\-f\fP \fIsynclogfile\fP [ \fB\-S\fP \fIseconds\fP ]
73 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-v\fP ] \fB\-I\fP \fIfile\fP
74 \fBsquatter\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-v\fP ] \fB\-t\fP \fIsrctier(s)\fP\&... \fB\-z\fP \fIdesttier\fP [ \fB\-F\fP ] [ \fB\-T\fP \fIdir\fP ] [ \fB\-X\fP ] [ \fB\-o\fP ] [ \fB\-S\fP \fIseconds\fP ] [ \fB\-u\fP \fIuser\fP\&... ]
7575 .fi
7676 .SH DESCRIPTION
7777 .sp
9494 of each message in a given mailbox. This index is used to significantly
9595 reduce IMAP SEARCH times on a mailbox.
9696 .sp
97 \fBmode\fP is one of indexer, indexfrom (\-I), search, rolling, synclog or compact.
98 .sp
9799 By default, \fBsquatter\fP creates an index of ALL messages in the
98100 mailbox, not just those since the last time that it was run. The
99101 \fB\-i\fP option is used to select incremental updates. Any messages
100102 appended to the mailbox after \fBsquatter\fP is run, will NOT be included
101103 in the index. To include new messages in the index, \fBsquatter\fP must
102 be run again.
104 be run again, or on a regular basis via crontab, an entry in the EVENTS
105 section of cyrus.conf(5) or use \fIrolling\fP mode (\fB\-R\fP).
103106 .sp
104107 In the first synopsis, \fBsquatter\fP indexes all mailboxes.
105108 .sp
106109 In the second synopsis, \fBsquatter\fP indexes the specified mailbox(es).
110 The mailboxes are space\-separated.
107111 .sp
108112 In the third synopsis, \fBsquatter\fP indexes the specified user(s)
109113 mailbox(es).
110114 .sp
111 For any of those three source modes (default=all, mailbox, user) one
115 For the latter two index modes (mailbox, user) one
112116 may optionally specify \fB\-r\fP to recurse from the specified start, or
113117 \fB\-a\fP to limit action only to mailboxes which have the shared
114118 \fI/vendor/cmu/cyrus\-imapd/squat\fP annotation set to "true".
133137 expunged records (\fB\-F\fP) in the process. The optional \fB\-T\fP flag may
134138 be used to specify a directory to use for temporary files. The \fB\-o\fP
135139 flag may be used to direct that a single index be copied, rather than
136 compressed, from \fIsrctier\fP to \fIdesttier\fP\&.
140 compacted, from \fIsrctier\fP to \fIdesttier\fP\&. The \fB\-u\fP flag may be used
141 to restrict operation to the specified user(s).
137142 .sp
138143 For all modes, the \fB\-S\fP option may be specified, causing squatter to
139144 pause \fIseconds\fP seconds after each mailbox, to smooth loads.
266271 some very fast filesystem, like an SSD or tmpfs. This option may
267272 not work with all search engines, but it\(aqs only effect is to speed
268273 up initial indexing.
274 Xapian only.
269275 This feature was introduced in version 3.0.
270276 .UNINDENT
271277 .INDENT 0.0
272278 .TP
273279 .B \-t srctier...
274 In compact mode, the source tier(s) for the compacted indices.
275 At least one source tier must be specified in compact mode.
280 In compact mode, the comma separated source tier(s) for the compacted
281 indices. At least one source tier must be specified in compact mode.
282 Xapian only.
276283 This feature was introduced in version 3.0.
277284 .UNINDENT
278285 .INDENT 0.0
279286 .TP
280287 .B \-u
281288 Extra options refer to usernames (e.g. \fI\%foo@bar.com\fP) rather than
282 mailbox names.
289 mailbox names. Usernames are space\-separated.
283290 This feature was introduced in version 3.0.
284291 .UNINDENT
285292 .INDENT 0.0
286293 .TP
287294 .B \-v
288 Increase the verbosity of progress/status messages.
295 Increase the verbosity of progress/status messages. Sometimes additional messages
296 are emitted on the terminal with this option and the messages are unconditionally sent
297 to syslog. Sometimes messages are sent to syslog, only if \-v is provided. In rolling and
298 synclog modes, \-vv sends even more messages to syslog.
289299 .UNINDENT
290300 .INDENT 0.0
291301 .TP
293303 Reindex all the messages before compacting. This mode reads all
294304 the lists of messages indexed by the listed tiers, and re\-indexes
295305 them into a temporary database before compacting that into place.
306 Xapian only.
307 This feature was introduced in version 3.0.
296308 .UNINDENT
297309 .INDENT 0.0
298310 .TP
299311 .B \-z desttier
300312 In compact mode, the destination tier for the compacted indices.
301313 This must be specified in compact mode.
314 Xapian only.
302315 This feature was introduced in version 3.0.
303316 .UNINDENT
304317 .SH EXAMPLES
386399 [NB: More examples needed]
387400 .SH HISTORY
388401 .sp
389 Support for additional search enginges was added in version 3.0.
402 Support for additional search engines was added in version 3.0.
390403 .sp
391404 The following command\-line switches were added in version 3.0:
392405 .INDENT 0.0
393406 .INDENT 3.5
394407 .sp
395408 .nf
396 \fB\-R \-u \-d \-O \-F \-A\fP
409 \fB\-F \-R \-X \-d \-f \-o \-u\fP
397410 .fi
398411 .UNINDENT
399412 .UNINDENT
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SYNC_CLIENT" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SYNC_CLIENT" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 sync_client \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SYNC_RESET" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SYNC_RESET" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 sync_reset \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SYNC_SERVER" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "SYNC_SERVER" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 sync_server \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "TIMSIEVED" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "TIMSIEVED" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 timsieved \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "TLS_PRUNE" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "TLS_PRUNE" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 tls_prune \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "UNEXPUNGE" "8" "May 27, 2019" "3.0.10" "Cyrus IMAP"
2 .TH "UNEXPUNGE" "8" "July 30, 2019" "3.0.11" "Cyrus IMAP"
33 .SH NAME
44 unexpunge \- Cyrus IMAP documentation
55 .
7474 # but the API makes it difficult to get at the results of that command.
7575 if(defined($self)) {
7676 $self->{support_referrals} = 0;
77 $self->{support_annotatatemore} = 0;
77 $self->{support_annotatemore} = 0;
7878 $self->{support_list_extended} = 0;
7979 $self->{support_list_special_use} = 0;
8080 $self->{support_create_special_use} = 0;
218218 $opts{-authz} = "" if (!defined($opts{-authz}));
219219 $rc = 0;
220220
221 # Fetch all relevent capabilities
221 # Fetch all relevant capabilities
222222 $self->addcallback({-trigger => 'CAPABILITY',
223223 -callback => sub {my %a = @_;
224224 map {
262262
263263 $self->_starttls($opts{-tlskey}, $opts{-tlskey}, $opts{-cafile}, $opts{-capath});
264264
265 # Refetch all relevent capabilities
265 # Refetch all relevant capabilities
266266 ($starttls, $logindisabled, $availmechs) = (0, 0, "");
267267 $self->send(undef, undef, 'CAPABILITY');
268268 $opts{-mechanism} = $availmechs if ($opts{-mechanism} eq '');
284284 if (!$rc && $logindisabled) {
285285 $self->_starttls('', '', $opts{-cafile}, $opts{-capath}) || return undef;
286286
287 # Refetch all relevent capabilities
287 # Refetch all relevant capabilities
288288 ($starttls, $logindisabled, $availmechs) = (0, 0, "");
289289 $self->send(undef, undef, 'CAPABILITY');
290290
5151 VTIMEZONEs, such as RRULEs using BYMONTHDAY, so it has to adjust the RRULEs
5252 slightly to get Outlook to parse them. Unfortunately this means they are
5353 slightly wrong. If given the --pure option, vzic outputs the exact data,
54 without worrying about compatability.
54 without worrying about compatibility.
5555
5656 NOTE: We don't convert all the Olson files. We skip 'backward', 'etcetera',
5757 'leapseconds', 'pacificnew', 'solar87', 'solar88' and 'solar89', 'factory'
6666 &ReadOlsonFile ("northamerica");
6767 &ReadOlsonFile ("southamerica");
6868
69 # These are backwards-compatability and weird stuff.
69 # These are backwards-compatibility and weird stuff.
7070 #&ReadOlsonFile ("backward");
7171 #&ReadOlsonFile ("etcetera");
7272 #&ReadOlsonFile ("leapseconds");
13261326 if (VzicPureOutput) {
13271327 output_component_start (start_buffer, vzictime, TRUE, only_one_change);
13281328 } else {
1329 /* For Outlook compatability we don't output the RDATE and use the same
1329 /* For Outlook compatibility we don't output the RDATE and use the same
13301330 TZOFFSET for TZOFFSETFROM and TZOFFSETTO. */
13311331 vzictime->year = RDATE_YEAR;
13321332 vzictime->month = 0;
15451545 is_daylight_start ? "DAYLIGHT" : "");
15461546 #endif
15471547
1548 /* We want to go backwards through the array now, for Outlook compatability.
1548 /* We want to go backwards through the array now, for Outlook compatibility.
15491549 (It only looks at the first DTSTART/RDATE.) */
15501550 for (i = idx + 1; i < changes->len; i++) {
15511551 vzictime = &g_array_index (changes, VzicTime, i);
20772077 at the moment anyway, so that isn't a big loss). */
20782078 if (!VzicPureOutput) {
20792079 if (day_number < 8) {
2080 printf ("WARNING: %s: Outputting BYDAY=1SU instead of BYMONTHDAY=1-7 for Outlook compatability\n", CurrentZoneName);
2080 printf ("WARNING: %s: Outputting BYDAY=1SU instead of BYMONTHDAY=1-7 for Outlook compatibility\n", CurrentZoneName);
20812081 sprintf (buffer, "RRULE:FREQ=YEARLY;BYMONTH=%i;BYDAY=1SU",
20822082 month + 1);
20832083 } else if (day_number < 15) {
2084 printf ("WARNING: %s: Outputting BYDAY=2SU instead of BYMONTHDAY=8-14 for Outlook compatability\n", CurrentZoneName);
2084 printf ("WARNING: %s: Outputting BYDAY=2SU instead of BYMONTHDAY=8-14 for Outlook compatibility\n", CurrentZoneName);
20852085 sprintf (buffer, "RRULE:FREQ=YEARLY;BYMONTH=%i;BYDAY=2SU",
20862086 month + 1);
20872087 } else if (day_number < 22) {
2088 printf ("WARNING: %s: Outputting BYDAY=3SU instead of BYMONTHDAY=15-21 for Outlook compatability\n", CurrentZoneName);
2088 printf ("WARNING: %s: Outputting BYDAY=3SU instead of BYMONTHDAY=15-21 for Outlook compatibility\n", CurrentZoneName);
20892089 sprintf (buffer, "RRULE:FREQ=YEARLY;BYMONTH=%i;BYDAY=3SU",
20902090 month + 1);
20912091 } else {
21102110 exit (1);
21112111 } else {
21122112 /* We do 6 days at the end of this month, and 1 at the start of the
2113 next. We can't do this if we want Outlook compatability, as it
2113 next. We can't do this if we want Outlook compatibility, as it
21142114 needs BYMONTHDAY, which Outlook doesn't support. */
21152115 /*
21162116 sprintf (buffer,
21732173 #endif
21742174
21752175 if (!VzicPureOutput) {
2176 printf ("WARNING: %s: Modifying RRULE (last weekday) for Outlook compatability\n", CurrentZoneName);
2176 printf ("WARNING: %s: Modifying RRULE (last weekday) for Outlook compatibility\n", CurrentZoneName);
21772177 sprintf (buffer,
21782178 "RRULE:FREQ=YEARLY;BYMONTH=%i;BYDAY=-1%s",
21792179 month + 1, WeekDays[day_weekday]);
21802180 printf (" Outputting: %s\n", buffer);
21812181 } else {
21822182 /* We do 6 days at the end of this month, and 1 at the start of the
2183 next. We can't do this if we want Outlook compatability, as it needs
2183 next. We can't do this if we want Outlook compatibility, as it needs
21842184 BYMONTHDAY, which Outlook doesn't support. */
21852185 /*
21862186 day_number = DaysInMonth[month];
22752275 month + 1, WeekDays[day_weekday]);
22762276
22772277 } else {
2278 /* Can't convert to a correct RRULE. If we want Outlook compatability we
2278 /* Can't convert to a correct RRULE. If we want Outlook compatibility we
22792279 have to use a slightly incorrect RRULE, so the time change will be 1
22802280 week out every 7 or so years. Alternatively we could possibly move the
22812281 change by an hour or so so we would always be 1 or 2 hours out, but
2525
2626 #
2727 # This outputs an iCalendar file containing one event in each timezone,
28 # as well as all the VTIMEZONEs. We use it for testing compatability with
28 # as well as all the VTIMEZONEs. We use it for testing compatibility with
2929 # other iCalendar apps like Outlook, by trying to import it there.
3030 #
3131 # Currently we have 377 timezones (with tzdata2001d).
168168 convert_olson_file ("northamerica", zones_hash);
169169 convert_olson_file ("southamerica", zones_hash);
170170
171 /* These are backwards-compatability and weird stuff. */
171 /* These are backwards-compatibility and weird stuff. */
172172 convert_olson_file ("backward", zones_hash);
173173 convert_olson_file ("etcetera", zones_hash);
174174 #if 0