<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi all,</div><div><br></div><div>Not sure where to report this the #irc channel recommended I reach out here.</div><div><br></div><div>The Fedora documentation bellow seems out of date as of at least Fedora Core 18 (Currently 22) .</div><div><br></div><a href="https://docs.cyrus.foundation/imap/installation/distributions/fedora.html">https://docs.cyrus.foundation/imap/installation/distributions/fedora.html</a><br><div><div><br></div><div><br></div><div>yum has been replaced with dnf as of FC18[1]</div><div><br></div><div><pre class="literal-block" style="overflow-x: auto; overflow-y: hidden; font-family: 'Liberation Mono', Consolas, 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 0.95em; letter-spacing: 0.015em; line-height: 15.960000038147px; padding: 0.5em; border: 1px solid rgb(204, 204, 204); widows: 1; background-color: rgb(248, 248, 248);"><strong class="command">yum install cyrus-imapd cyrus-sasl cyrus-sasl-plain</strong></pre><div>should be</div></div><div><pre class="literal-block" style="overflow-x: auto; overflow-y: hidden; font-family: 'Liberation Mono', Consolas, 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 0.95em; letter-spacing: 0.015em; line-height: 15.960000038147px; padding: 0.5em; border: 1px solid rgb(204, 204, 204); widows: 1; background-color: rgb(248, 248, 248);"><strong class="command">dnf install cyrus-imapd cyrus-sasl cyrus-sasl-plain</strong></pre><div><br></div></div><div>and service and chkconfig have been replaced with systemctl[2]</div><div><br></div><div><pre class="literal-block" style="overflow-x: auto; overflow-y: hidden; font-family: 'Liberation Mono', Consolas, 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 0.95em; letter-spacing: 0.015em; line-height: 15.960000038147px; padding: 0.5em; border: 1px solid rgb(204, 204, 204); widows: 1; background-color: rgb(248, 248, 248);"># <strong class="command">service saslauthd start</strong>
Starting saslauthd:                                        [  OK  ]
# <strong class="command">chkconfig saslauthd on</strong></pre><div>should be</div></div><div><br></div><div><pre class="literal-block" style="overflow-x: auto; overflow-y: hidden; font-family: 'Liberation Mono', Consolas, 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 0.95em; letter-spacing: 0.015em; line-height: 15.960000038147px; padding: 0.5em; border: 1px solid rgb(204, 204, 204); widows: 1; background-color: rgb(248, 248, 248);"># <span style="font-family: Helvetica; font-size: 12px; line-height: normal; white-space: normal; widows: auto;">systemctl enable cyrus-imapd</span>
# systemctl start cyrus-imapd</pre><div><br></div></div><div>I’m going to be upgrading / re-installing a FC22 server, I’ll be more than happy to update the documents or submit updates as needed. Just let me know&nbsp;</div><div><br></div><div><br></div><div>[1]&nbsp;<a href="https://fedoraproject.org/wiki/Features/DNF">https://fedoraproject.org/wiki/Features/DNF</a></div><div>[2]&nbsp;<a href="https://fedoraproject.org/wiki/Systemd">https://fedoraproject.org/wiki/Systemd</a></div><div><br></div><div><br></div><div>On Jul 2, 2015, at 3:59 PM, Bron Gondwana &lt;<a href="mailto:brong@fastmail.fm">brong@fastmail.fm</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br>On Fri, Jul 3, 2015, at 08:52 AM, Bron Gondwana wrote:<br><blockquote type="cite"><br><br>On Thu, Jul 2, 2015, at 12:25 PM, Shaw, Brian wrote:<br><blockquote type="cite">Jul &nbsp;1 21:52:15 mail-server postfix/lmtp[12036]: EB0C1E5B11: <br>to=&lt;<a href="mailto:user@example.com">user@example.com</a>&gt;, relay=mail-server[/var/lib/imap/socket/lmtp], <br>delay=32177, delays=32169/6/2.6/0.02, dsn=4.3.0, status=deferred (host <br>mail-server[/var/lib/imap/socket/lmtp] said: 421 4.3.0 lmtpd: Internal <br>error: assertion failed: lib/cyrusdb_twoskip.c: 600: record-&gt;level &lt;= <br>MAXLEVEL (in reply to end of DATA command))<br></blockquote><br>Here's your problem! &nbsp;That's a corrupted database file. &nbsp;Almost certainly your mailboxes.db.<br><br>You're running Cyrus 2.5.x, obviously.<br><br>I haven't seen any twoskip errors in the wild for a long time, so I'd love to see a copy of your mailboxes.db if you don't mind. &nbsp;I guess it could also be a .seen file or the annotations.db, the error doesn't give enough information to know :(<br></blockquote><br>(in answer to _that_ part of the problem at least, I've written a patch to twoskip.c which will give better error messages on reading a corrupted DB from disk. &nbsp;It will be in the next stable 2.5 release)<br><br>Bron.<br><br>-- <br> &nbsp;Bron Gondwana<br> &nbsp;<a href="mailto:brong@fastmail.fm">brong@fastmail.fm</a><br>----<br>Cyrus Home Page: <a href="http://www.cyrusimap.org/">http://www.cyrusimap.org/</a><br>List Archives/Info: <a href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a><br>To Unsubscribe:<br><a href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a><br></blockquote></div><br></body></html>