Hoi Daniel,
Additional namespaces can be dynamically added via environment variables.
Try to add the "oldspace" namespace dynamically using PostLoginScripting
http://wiki2.dovecot.org/PostLoginScripting
if an old mailbox is available for $ENV{'USER'}
Thanks very much for your kind help and as
Hi Jan Mourik,
mourik jan heupink wrote:
> From the moment we have migrated to dovecot, new accounts will not
> be (manually) created anymore on our old server, meaning: more and
> more mailboxes will become unavailable on the old server.
>
> It seems (but I have not yet done a lot of testing) th
http://wiki2.dovecot.org/Variables states that %w only works for
Dovecot-auth so this does not seem to work for imap client proxy.
I read that, yes. However I didn't know how this works, but I expected
dovecot-auth (whatever that may be) to perform the authentication to the
old mailserver, so I
Hi Mourik Jan,
mourik jan heupink wrote:
> imapc_host = old.mail.server
> imapc_user = %u
> imapc_password = %w
>
> namespace {
> type = private
> separator = /
> prefix = oldmail/
> location = imapc:
> inbox = no
> hidden = no
> list = yes
> }
>
> However the %w is not expanded to
Hi list, Daniel,
Finalle got around to try this out. I need to use the same
username/password as with the dovecot main mailbox, so I dedited your
config sample like this:
imapc_host = old.mail.server
imapc_user = %u
imapc_password = %w
namespace {
type = private
separator = /
prefix =
Hi Daniel, list,
Thanks for your answer, if this works, it would be simply awesome!
Meanwhile things have gotten a bit buzy here with higer priority things,
but as soon as these are over, I'll give the idea below a try.
Thanks very much, and I'll report back..!
Mourik Jan
I would try to cr
mourik jan heupink wrote:
> Our 'old' imap mailserver will remain available, and has the same
> usernames/passwords as our future dovecot mailserver.
>
> The question: Is there an easy way to make the old mailboxes
> available under a subfolder (for example 'oldmail') in the mailboxes
> on the new
Hi,
We're about to migrate to dovecot (2.1.7 on wheezy), and I have a
question about mail migration.
Our 'old' imap mailserver will remain available, and has the same
usernames/passwords as our future dovecot mailserver.
The question: Is there an easy way to make the old mailboxes available