Kopano

From My Mnemonic Rhyme
Revision as of 21:21, 6 February 2023 by Weiss (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

fix system locale

https://askubuntu.com/questions/76013/how-do-i-add-locale-to-ubuntu-server

store management

kopano-storeadm -?
Usage: kopano-storeadm [-CDMOPVYpv] [-A GUID] [-R GUID] [-c FILENAME] [-h URI]
       [-k NAME] [-l LOCALE] [-n NAME] [-t TYPE] [-?|--help] [--usage]
  -A GUID        Attach an orphaned store by GUID to a user account (with -n)
  -C             Create a store and attach it to a user account (with -n)
  -D             Detach a user's store (with -n) and make it orphan
  -M             Show the so-called mailbox table
  -O             List orphaned stores
  -P             Create a public store
  -R GUID        Remove an orphaned store by GUID
  -V             Show the program version
  -Y             Re-localize standard folders
  -c FILENAME    Specify alternate config file
  -h URI         URI for server
  -k NAME        Name of the company for creating a public store in a
                 multi-tenant setup
  -l LOCALE      Use given locale for selecting folder names
  -n NAME        User/group/company account to work on for -A,-C,-D
  -p             Copy an orphaned store's root (with -A) to a subfolder in the
                 public store
  -t TYPE        Store type for the -n argument (user, archive, group, company)
  -v             Raise loglevel by one count
  -?, --help     Show this help message
  --usage        Display brief usage message
root@v36177:/etc/kopano# kopano-storeadm -O
Stores without a user:
Store GUID                              Guessed owner           Last login      Store size      Store type
---------------------------------------------------------------------------------------------------------------------
68cb1d0d06f642139d1e7c06890214ac        tobias@tobias-weiss.org 2m ago          24.0M           private
bbeb834856c740718908333bf053aa03        tobias                  94s ago         808             private
root@v36177:/etc/kopano# kopano-storeadm -Dn tobias
The store has been unhooked.
Store GUID is 9f0e9228a33b4adfa14183a5a1b20ffc
root@v36177:/etc/kopano# kopano-storeadm -O
Stores without a user:
Store GUID                              Guessed owner           Last login      Store size      Store type
---------------------------------------------------------------------------------------------------------------------
68cb1d0d06f642139d1e7c06890214ac        tobias@tobias-weiss.org 2m ago          24.0M           private
9f0e9228a33b4adfa14183a5a1b20ffc        tobias                  67s ago         1K              private
bbeb834856c740718908333bf053aa03        tobias                  2m ago          808             private
root@v36177:/etc/kopano# kopano-storeadm -R bbeb834856c740718908333bf053aa03
The store has been removed.
root@v36177:/etc/kopano# kopano-storeadm -R 9f0e9228a33b4adfa14183a5a1b20ffc
The store has been removed.
root@v36177:/etc/kopano# kopano-storeadm -n tobias -A 68cb1d0d06f642139d1e7c06890214ac