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
On 10.11.2010, at 21.25, Henrique Fernandes wrote:> 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.Except for the typo, yeah.> 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/What does "find ~/Maildir/virtual" say?> protocol imap { > mail_plugins = " virtual virtual" > }One virtual is enough.
Possibly Parallel Threads
- Now Playing Stats + Best Combo with icecast for windows
- ks.test and wilcoxon.test results differ from other stat.packages
- ERROR Unable to deny all devices for (solution)
- Passing an R matrix to a C program
- CentOS 5.9 Xen DomU NFS Data Transfer to Dom0 kills network.