<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div style="font-family:Arial;"><a href="https://web.archive.org/web/20150406213645/https://git.cyrus.foundation/T16">https://web.archive.org/web/20150406213645/https://git.cyrus.foundation/T16</a><br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">When upgrading a Cyrus IMAP Murder (discrete), 2.4 backends do not
advertise the MOVE capability, but 2.5 frontends will -- and happily
proxy the UID MOVE command despite the fact that the backends do not
support <a defang_rel="noreferrer" class="remarkup-link" href="https://web.archive.org/web/20150406213645/https://tools.ietf.org/html/rfc6851">RFC 6851</a><br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">So the fix is to disable MOVE on the frontend by suppressing the capability.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">Bron.<br></div>
<div><br></div>
<div><br></div>
<div>On Thu, 22 Dec 2016, at 09:34, Nic Bernstein wrote:<br></div>
<blockquote type="cite"><div style="font-family:Arial;">Bron,<br></div>
<div style="font-family:Arial;"> Darn! The only reference I'm able to find to T16 is in commit
a412ffd97b26, which is about as unrelated to the issue as can be:<br></div>
<div style="font-family:Arial;"> <br></div>
<blockquote><pre>$ git show a412ffd97b26
commit a412ffd97b2678f8bf5da967116b8759f0ebbfa1
Author: Jeroen van Meeuwen (Kolab Systems) <a href="mailto:vanmeeuwen@kolabsys.com"><vanmeeuwen@kolabsys.com></a>
Date: Tue Mar 3 02:03:21 2015 +0100
Add a note on Cyrus IMAP Murder Topologies that upgrade to 2.5.0
Fixes T16
diff --git a/doc/source/imap/features/namespaces.rst b/doc/source/imap/features/namespaces.rst
index 8be8d3f..7c37603 100644
--- a/doc/source/imap/features/namespaces.rst
+++ b/doc/source/imap/features/namespaces.rst
@@ -25,6 +25,8 @@ By default, up to versions prior to Cyrus IMAP version
*netnews* namespace convention -- a ``.`` (dot) character is used as the
hierarchy separator.
+Further implications and limitations of this convention include:
+
* Mailbox names are case-sensitive,
* A mailbox name may not start with a ``.`` (dot) character,
* A mailbox name may not contain two ``.`` (dot) characters in a row,
<br></pre></blockquote><div style="font-family:Arial;">This obviously has nothing to do with Murder and is just an
editorial comment in the documentation.<br></div>
<div style="font-family:Arial;"> <br></div>
<div style="font-family:Arial;"> Anyone else know what T16 might have been about? :-[<br></div>
<div style="font-family:Arial;"> -nic<br></div>
<div style="font-family:Arial;"> <br></div>
<div style="font-family:Arial;"> <br></div>
<div>On 12/21/2016 03:19 PM, Bron Gondwana
wrote:<br></div>
<blockquote type="cite"><div style="font-family:Arial;">Hi Nic,<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">My understanding is that Kolab had
a disk failure and lost git.cyrus.foundation, so I have been
unable to get anything out of Phabricator.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">Unfortunately before that time I
didn't have the correct administrative access to be able to
extract all the tasks and information, so I'm going to assume
everything that we did on that system that wasn't in the git
repositories and synced out is now lost. I'm quite annoyed with
myself that I didn't at least save HTML dumps of the pages that
I had access to see, but I assumed I could get the data out
cleanly at some point in the future, so I didn't push as hard as
I should.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">Regards,<br></div>
<div style="font-family:Arial;"><div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">Bron.<br></div>
</div>
<div><br></div>
<div><br></div>
<div>On Thu, 22 Dec 2016, at 04:15, Nic Bernstein wrote:<br></div>
<blockquote type="cite"><div style="font-family:Arial;">Friends,<br></div>
<div style="font-family:Arial;">Where did the Maniphest Tasks
go when the move to github was made?<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">I ask because the release notes
for 2.5.X say:<br></div>
<div style="font-family:Arial;"><br></div>
<blockquote><p>Make sure to read the <a href="https://cyrusimap.org/imap/release-notes/2.5/x/2.5.0.html#imap-relnotes-2-5-0-upgrading"><span>Upgrading
to Cyrus IMAP 2.5.0</span></a> notes (all of them).<br></p></blockquote><div style="font-family:Arial;">and those notes contain this:<br></div>
<div style="font-family:Arial;"><br></div>
<blockquote><div><h3>Cyrus IMAP Murder Topologies<br></h3><p>Environments that run a Cyrus IMAP Murder topology will
want to upgrade their backends before they upgrade their
frontends. See <a href="https://git.cyrus.foundation/T16">Task #16</a> for
details.<br></p></div>
</blockquote><div style="font-family:Arial;">But the link for Task #16 is
dead, still pointing to git.cyrus.foundation:<br></div>
<div style="font-family:Arial;"><br></div>
<blockquote><div style="font-family:Arial;">glop:master$ grep -iR
foundation cyrus-imapd/docsrc/<br></div>
<div style="font-family:Arial;">cyrus-imapd/docsrc/imap/download/release-notes/2.5/x/2.5.0.rst:Please
see <a href="https://git.cyrus.foundation/">https://git.cyrus.foundation/</a>.<br></div>
<div style="font-family:Arial;">cyrus-imapd/docsrc/conf.py: 'task':('<a href="https://git.cyrus.foundation/T%s"></a><a href="https://git.cyrus.foundation/T%s">https://git.cyrus.foundation/T%s</a>',
'Task #'),<br></div>
</blockquote><div style="font-family:Arial;">I'd be happy to fix that, but am
unclear as to where this information now lives.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">Cheers,<br></div>
<div style="font-family:Arial;"> -nic<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;"><br></div>
<div>On 06/23/2016 06:37 PM, Bron Gondwana via Cyrus-devel
wrote:<br></div>
<blockquote type="cite"><pre>Hi all,
Phabricator is being deprecated. The project is moving to github at:
<a href="https://github.com/cyrusimap/">https://github.com/cyrusimap/</a>
I'm working on migrating all the bugs from bugzilla and phabricator to be github issues. For now the website is still hosted at CMU.
One thing I'm doing is applying a "kill commit" to the top of the git repositories at the other locations. This doesn't lose any history, you can just reset --hard HEAD^ to get back to the latest master commit - but it does discourage any further pushes of commits that get lost, because they won't merge or rebase very happily on top of the kill commit!
The kill commit contains a small README.txt which tells you how to update your git repository to point to the new location.
Cheers,
Bron.
<br></pre></blockquote><div style="font-family:Arial;"><br></div>
<pre>--
Nic Bernstein <a href="mailto:nic@onlight.com">nic@onlight.com</a>
Onlight, Inc. <a href="http://www.onlight.com">www.onlight.com</a>
6525 W Bluemound Road, Suite 24 v. 414.272.4477
Milwaukee, Wisconsin 53213-4073
<br></pre><p>Email had 1 attachment:<br></p><ul><li><div style="font-family:Arial;"><code>nic.vcf</code><br></div>
<div style="font-family:Arial;"> 1k (text/x-vcard)<br></div>
</li></ul></blockquote><div style="font-family:Arial;"><br></div>
<div><div>--<br></div>
<div> Bron Gondwana<br></div>
<div> <a href="mailto:brong@fastmail.fm">brong@fastmail.fm</a><br></div>
<div><br></div>
</div>
<div style="font-family:Arial;"><br></div>
</blockquote><div style="font-family:Arial;"><br></div>
<pre>--
Nic Bernstein <a href="mailto:nic@onlight.com">nic@onlight.com</a>
Onlight, Inc. <a href="http://www.onlight.com">www.onlight.com</a>
6525 W Bluemound Road, Suite 24 v. 414.272.4477
Milwaukee, Wisconsin 53213-4073
<br></pre><p>Email had 1 attachment:<br></p><ul><li><div style="font-family:Arial;"><code>nic.vcf</code><br></div>
<div style="font-family:Arial;"> 1k (text/x-vcard)<br></div>
</li></ul></blockquote><div style="font-family:Arial;"><br></div>
<div id="sig567075"><div class="signature">--<br></div>
<div class="signature"> Bron Gondwana<br></div>
<div class="signature"> brong@fastmail.fm<br></div>
<div class="signature"><br></div>
</div>
<div style="font-family:Arial;"><br></div>
</body>
</html>