Re: Migrated/updated mail server but now can't see new email or subfolders on clients

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Okay, so I built 3.6.0 (which is in "updates" for Fedora 37 but not released it seems) with this patch I wrote included in the rebuild:

https://github.com/cyrusimap/cyrus-imapd/pull/4529/commits/c3d9adcc358bdde5d991bc226fb3d9cef369f859

And I'm seeing:

Jun 10 17:18:33 mail cyrus/imaps[18938]: mboxlist_upgrade_subs(): joeblow@mail

which is generated here:

    /* if we find it this time, we lost the race and someone else already
     * upgraded the DB.  Bonus. */
    db_r = cyrusdb_fetch(*subs, key, keylen, &data, &datalen, NULL);
    if (db_r != CYRUSDB_OK) {
        syslog(LOG_NOTICE, "mboxlist_upgrade_subs(): %s", userid);
        r = mboxlist_upgrade_subs_work(userid, subsfname, subs);
    }

https://github.com/cyrusimap/cyrus-imapd/blob/master/imap/mboxlist.c#L5685-L5691

But it's not clear to me what I need to do to fix things.

Is there a cyradm command that will rebuild things?

And should the userid be joeblow@mail or just joeblow?  Does it need to include the realm or not?


[Index of Archives]     [Cyrus SASL]     [Squirrel Mail]     [Asterisk PBX]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux