The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"renamemailbox"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"renamemailbox"  
Сообщение от romeo email(ok) on 09-Окт-07, 17:22 
Подскажите, кто сталкивался как переименовать ящик юзера не удаляя.

как не пробую не получается :(
уже перепробывал кажись все варианты
вот что делал и что выдавало:

localhost> renamemailbox
usage: renamemailbox [--partition name] oldname newname [partition]
localhost> renamemailbox --partition user uzver uzverrrr
renamemailbox: Mailbox does not exist
localhost> renamemailbox --partition user.uzver user.uzverrrr
usage: renamemailbox [--partition name] oldname newname [partition]
localhost> renamemailbox --partition user user.uzver user.uzverrrr
renamemailbox: Operation is not supported on mailbox
localhost> renamemailbox --partition user uzver  user.uzverrrr
renamemailbox: Mailbox does not exist
localhost> sam user.uzver root c
localhost> renamemailbox --partition user uzver uzverrrr
renamemailbox: Mailbox does not exist

вообще извращался как мог не помогает :(((

Высказать мнение | Ответить | Правка | Cообщить модератору

 Оглавление

  • renamemailbox, spirit_, 18:11 , 09-Окт-07, (1)  
    • renamemailbox, romeo, 18:13 , 09-Окт-07, (2)  
    • renamemailbox, spirit_, 18:24 , 09-Окт-07, (3)  
      • renamemailbox, volk, 15:35 , 16-Окт-07, (4)  
        • renamemailbox, romeo, 16:06 , 16-Окт-07, (5)  
  • renamemailbox, EZV, 22:58 , 04-Ноя-07, (6)  

Сообщения по теме [Сортировка по времени | RSS]


1. "renamemailbox"  
Сообщение от spirit_ email(??) on 09-Окт-07, 18:11 
>[оверквотинг удален]
>usage: renamemailbox [--partition name] oldname newname [partition]
>localhost> renamemailbox --partition user user.uzver user.uzverrrr
>renamemailbox: Operation is not supported on mailbox
>localhost> renamemailbox --partition user uzver  user.uzverrrr
>renamemailbox: Mailbox does not exist
>localhost> sam user.uzver root c
>localhost> renamemailbox --partition user uzver uzverrrr
>renamemailbox: Mailbox does not exist
>
>вообще извращался как мог не помогает :(((

Попробовал у себя, переименовать не удалось :(
Вот такая ошибка у меня:  
rename user.test user.test1
renamemailbox: Operation is not supported on mailbox

возможно поможет пернос ящика: xfermailbox

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "renamemailbox"  
Сообщение от romeo email(ok) on 09-Окт-07, 18:13 
если получится отпишись, а то я на продакшн серваке не особо хочу шаманить
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "renamemailbox"  
Сообщение от spirit_ email(??) on 09-Окт-07, 18:24 
>
>Попробовал у себя, переименовать не удалось :(
>Вот такая ошибка у меня:
>rename user.test user.test1
>renamemailbox: Operation is not supported on mailbox
>
>возможно поможет пернос ящика: xfermailbox

Не заработало, аналогичная ошибка:   Operation is not supported on mailbox
Тогда нужно использовать утилиту типа imapsync.


Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

4. "renamemailbox"  
Сообщение от volk (??) on 16-Окт-07, 15:35 
>[оверквотинг удален]
>>Попробовал у себя, переименовать не удалось :(
>>Вот такая ошибка у меня:
>>rename user.test user.test1
>>renamemailbox: Operation is not supported on mailbox
>>
>>возможно поможет пернос ящика: xfermailbox
>
>Не заработало, аналогичная ошибка:   Operation is not supported on mailbox
>
>Тогда нужно использовать утилиту типа imapsync.

http://www.oreilly.de/catalog/mimap/chapter/ch09.html
Top-level mailboxes cannot be renamed because of a Cyrus architectural issue. Renaming a top-level mailbox requires changes in other parts of the system, such as the mailboxes file, the quota subsystem, the mailbox subscription database, and the names of all mailboxes below the top level in the hierarchy. This can be a problem--many sites allow users to change their account names at some time after the account is initially created. It is also important to note that renamemailbox does not hierarchically rename mailboxes--it only renames the mailbox that it is given as an argument. All other mailboxes below that mailbox in the hierarchy are left untouched. CMU will provide a hierarchical renamemailbox command in Cyrus 2.0, but it does not yet appear in any release up through Version 1.6.22. Until cyradm supports hierarchical renaming, it will be of limited use on its own. Fortunately, as with many limitations, there is a usually a workaround. The workaround, which is implemented as a Tcl script in Example 9-2 in the next section of this chapter

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

5. "renamemailbox"  
Сообщение от romeo email(ok) on 16-Окт-07, 16:06 

>http://www.oreilly.de/catalog/mimap/chapter/ch09.html

сенкс -- а главного я и не заметил :)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

6. "renamemailbox"  
Сообщение от EZV on 04-Ноя-07, 22:58 
Add
       allowusermoves: 0
to /etc/imapd.conf

Then restart your imapd and in cyradm:

renm user.olduser user.newuser

and that does is all. You need to make sure thet olduser is not logged in when your are moving his mailbox.


Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру