search for: fuyuki

Displaying 6 results from an estimated 6 matches for "fuyuki".

2003 Apr 10
1
Maildir syncing rewrite
It finally seems to be working. I've done some testing now and it seems to be working fine. If you have time, see if you can get it to break (especially with INDEX=memory or by manually modifying the maildir). The UIDs are kept in Courier-compatible dovecot-uidlist file (so "mv courierimapuiddb dovecot-uidlist" should work). The great thing about this code is that we never wait for
2003 Apr 05
1
message order reversed on copying
...ering) is reversed on COPYing in the maildir. I suspect that the following code in maildir-save.c is working like "pushing". mf->next = ctx->files; ... ctx->files = mf; Later ctx->files is used like this. for (mf = ctx->files; mf != NULL; mf = mf->next) { -- fuyuki
2004 Feb 04
0
FreeBSD Security Advisory FreeBSD-SA-04:01.mksnap_ffs
...-04:01.mksnap_ffs Security Advisory The FreeBSD Project Topic: mksnap_ffs clears file system options Category: core Module: mksnap_ffs Announced: 2004-01-30 Credits: Kimura Fuyuki <fuyuki@nigredo.org> Wiktor Niesiobedzki <bsd@w.evip.pl> Affects: FreeBSD 5.1-RELEASE FreeBSD 5.2-RELEASE Corrected: 2004-01-27 19:33:16 UTC (RELENG_5_1, 5.1-RELEASE-p12) 2004-01-29 22:54:31 UTC (RELENG_5_2, 5.2-RELEASE-p1) CVE...
2004 Feb 04
3
FreeBSD Security Advisory FreeBSD-SA-04:01.mksnap_ffs
...-04:01.mksnap_ffs Security Advisory The FreeBSD Project Topic: mksnap_ffs clears file system options Category: core Module: mksnap_ffs Announced: 2004-01-30 Credits: Kimura Fuyuki <fuyuki@nigredo.org> Wiktor Niesiobedzki <bsd@w.evip.pl> Affects: FreeBSD 5.1-RELEASE FreeBSD 5.2-RELEASE Corrected: 2004-01-27 19:33:16 UTC (RELENG_5_1, 5.1-RELEASE-p12) 2004-01-29 22:54:31 UTC (RELENG_5_2, 5.2-RELEASE-p1) CVE...
2003 Apr 05
0
maildir_copy_with_hardlinks doesn't work
...ldir/maildir-copy.c 5 Apr 2003 09:23:34 -0000 @@ -113,7 +113,7 @@ ret2 = index_messageset_deinit(ctx); if (ret2 < 0) ret = -1; - else { + else if (ret2 == 0) { mail_storage_set_error(src->box.storage, "Some of the requested messages no longer exist."); ret = -1; -- fuyuki
2004 May 15
1
Dovecot vs. Courier-Imap
Hello, I've heard of both and I already tested and installed both, but I'm not sure which one is better, since both just seem to work and I can't see a difference, except from the point how it's set up and configured. Where are the drawbacks of each one, where are the benefits? I also tested cyrus before, but cyrus is not working well with maildirs. I'm not that into