[Dovecot] Dovecot 2.0.7 Virtual plugin

Henrique Fernandes sf.rique at gmail.com
Wed Nov 10 23:25:25 EET 2010


Well, it seens the virtual plugins is not working correctly or i miss
undertood how to configurate it.


http://wiki2.dovecot.org/Plugins/Virtual

as this wiki says,

I should be possible to make an ndeamespace

namespace {
  prefix = virtual/
  separator = /
  location = virtual:~/Maildir/virtual
}

And in side of  ~/Maildir/virtual create virtual folders and inside of those
folders create dovecot-vitual.

But it does not work.

Right if i make this conf, on my imap client it shows a folder called
virtual ( the prefix, or whtever i put in there )  and show nothing, only
shows something if i create a dovecot-virtual inside of ~/Maildir/virtual/

i would appreciate if someone explain what i am doind wrong.

Thanks!

my dovecot -n

# 2.0.7: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian squeeze/sid
mail_debug = yes
mail_location = maildir:~/TesteEmail/Maildir
mail_plugins = " virtual"
namespace {
  inbox = yes
  location =
  prefix =
  separator = /
}
namespace virtual {
  location = virtual:~/TesteEmail/virtual/
  prefix = virtual/
  separator = /
}
passdb {
  driver = pam
}
ssl = no
userdb {
  driver = passwd
}
protocol imap {
  mail_plugins = " virtual virtual"
}


[]'sf.rique


More information about the dovecot mailing list