Displaying 20 results from an estimated 800 matches similar to: "Replacing real inbox by virtual inbox"
2010 Dec 01
1
All messages in double in a virtual mailbox.
Hello,
I've got some virtual maiboxes that are configured as follows :
!RealMail.Sent
RealMail.Sent
all
In all those mailboxes, all the messages appears in double. I don't
think it's the expected behaviour, but I perhaps missed something.
Here's my dovecot -n :
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-bpo.5-amd64 x86_64 Debian 5.0.7
log_timestamp:
2010 Dec 02
1
Virtual mailboxes and subfolders
Hello again,
I'd like to know if there is a way to have subfolders in virtual
mailbox?
In my virtual namespaces, I have some virtual maiboxes named like this
:
Mailbox
Mailbox.SubMailbox
(the separator is '.')
But when I try to access the submailbox, depending on my client, it
either :
- Tells me the mailbox doesn't exists (Roundcube)
- Don't show me
2010 Nov 12
1
dove 2.0.7 virtual no mails INBOX pop3
Hi Timo,
i have no mails from INBOX over pop3
other folders work ok as well as imap
like set Virtual POP3 INBOX
namespace default {
# type = private
separator = /
prefix = ""
list = yes
# hidden = no
subscriptions = yes
}
namespace virtual {
# type = private
prefix = "virtual/"
separator = /
# location = virtual:/etc/dovecot/virtual:LAYOUT=maildir++
2012 Apr 15
1
problems upgrade 2.0 - 2.1 virtual inbox broken / special use namespace
Hi Timo
the virtual setup got broke after update to 2.1
( its still working under 2.0 ) on other loadbalanced server
namespace default {
separator = /
prefix = ""
list = yes
subscriptions = yes
hidden = no
}
namespace virtual {
prefix = "virtual/"
separator = /
location = virtual:/etc/dovecot/virtual:LAYOUT=maildir++:INDEX=~/virtual
hidden = yes
list = no
2005 May 17
1
Vuong test
Hi,
I have two questions. First, I'd like to compare a ZINB model to a negativ
binomial model with the Vuong test, but I can't find how to performe it from
the zicount package. Does a programm exist to do it ?
Second, I'd like to know in which cases we have to use a double hurdle model
instead of a zero inflated model.
Many thanks,
St??phanie Payet
REES France
R??seau
2010 Feb 07
2
Virtual POP3 Inbox question
Hi,
I'm having trouble implementing the virtual pop3 inbox solution in
Dovecot 1.2.x. As the following wiki page describes
(http://wiki.dovecot.org/Plugins/Virtual) one should only set the
inbox=yes flag for the virtual namespace which then flattens all
mailboxes in the realmails/ prefix.
In the above example when I set the inbox=yes flag for the virtual
namespace, the inbox in the
2011 Mar 13
6
questions/problems virtual plugin pop3 leave copies on the server for x days then delete
Hi Timo, i allready asked about this , and did some fixes , but it isnt
working yet ,as far i have a setup like
namespace default {
# type = private
separator = /
prefix = ""
list = yes
# hidden = no
subscriptions = yes
}
namespace virtual {
# type = private
prefix = "virtual/"
separator = /
location =
2016 Dec 14
2
Virtual POP3 namespaces and quota-status
Hi,
I've tried to do configure Virtual POP3 INBOX (dovecot version 2.2.18)
as explained here http://wiki.dovecot.org/Plugins/Virtual with a static
userdb and nopassword=y so I dont have any database on the dovecot
server without the possibility to distinguish POP3 or IMAP in the userdb extra
field to change the namespace on the fly.
So I've put the namespace virtual informations inside
2010 Oct 25
1
virtual plugin broken ? dovecot 2.0.6
Hi Timo,
looks like virtual plugin is broken now with my setup dovecot 2.0.6
cant say to which version it stopped working ( didnt tested it trough
all ) but has worked
i see nothing special in log why it stopped working
it should show unseen mail i.e in folder Junk too
with pop3 clients, but only shows new inbox mails
after all i am confused what using better
pop3_uidl_format = %08Xu%08Xv (
2011 Feb 08
1
pop3 index virtual question
Hi @ll, Timo, on 2.0.9
i have a user reporting pop3 leaving mails on the server does not work
as desired
i have
namespace default {
# type = private
separator = /
prefix = ""
list = yes
# hidden = no
subscriptions = yes
}
namespace virtual {
# type = private
prefix = "virtual/"
separator = /
location = virtual:/etc/dovecot/virtual:LAYOUT=maildir++
#location
2006 Sep 26
0
cauculating dissimilarities in R
Dear All,
I?ve got a statistical question on calculating
dissimilarities in R.
I want to calculate the different types of dissimilarities
on the ?flower? dataset found in the package
?cluster?. Flower is a data frame with 18 observations
on 8 variables. Variable 1 and 2 are binary, variable 3 is
asymmetric binary, variable 4 is nominal, variable 5 and 6
are ordered and variable 7 and 8 are
2016 Nov 29
2
shared/public mailbox application
Basically we alias NAME at domain.com to doveadm at domain.com. doveadm@ has a sieve-Script which files into the public folder. You could also configure a postfix transport which does the job.
Its necessary to overlook the whole process chain to properly configure everything. And a lot of try out :)
On 29 Nov 2016, at 6:34, Michael Fox wrote:
> Thanks Tobias. Thanks for the detailed reply.
2006 Jun 06
14
How can I set the session in a functional test?
Hey :)
I need to simulate a login in my functional test, otherwise I can''t GET nor
POST to the action.
I need to set the session key "logged_in_user_id".
I tried this inside the setup() method:
session[''logged_in_user_id''] = 1
But that throws: TypeError: can''t convert String into Integer
Any ideas?
Thanks,
Rob
-------------- next part
2009 Apr 10
2
Can virtual mailboxes created automatically?
Hi,
I set a virtual namespace, and for new users, there is no root dir for
it.
namespace private {
separator = /
prefix = virtual/
location = virtual:~/Maildir/virtual
list = no
hidden = yes
}
log:
Apr 10 12:14:41 mail dovecot: IMAP(test1 at xueron.com):Namespace 'virtual/': virtual: Root mail directory doesn't
2010 Aug 06
1
Configure Dovecot to move read mails to another folder?
Hallo,
is it possible (with dovecot sieve?) to deliver incoming mails to the
default INBOX and then, when I have read the mail with Thunderbird,
automatically move it to another folder?
I know I could create filters in my mail client. But that has the
disadvantage that I would need to create these filters everywhere: on my
office PC, at home, webmail, ...
Also moving a mail from one folder
2012 Feb 24
1
Virtual Folders
Hello,
I am trying to get virtual folders to work properly, and I
can't seem to. I will be as detailed as possible to remove confusion.
Thank you in advance.
Goal:
Essentially, a gmail clone, but one that
I can make work on cPanel hosts with roundcube and squirrel mail, etc.
By default, cpanel creates user mail dir structure of (maildir++)
inbox, drafts, sent, junk, and trash (with no
2006 Oct 11
5
Built In Puppet Variables Documentation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''m just getting started with using Puppet, and from what I''ve seen I
really like it. However, I''m trying get started with slighly more
advanced things like templates but I''m running into a roadblock with not
knowing what built-in variables I have available to me. Is there
someplace this is documented?
2009 Jul 23
8
expire plugin no delete 1.2.1
Hi Timo,
all of my tests fail
with expire plugin, mail simply not get deleted
i cant find any stuff in the logs why it does not or should not work.
My guess that there is a problem with virtual plugin and/or
shared namespace.
It shouldnt be a problem with acl starting the script over cron as root
am i right ?
do you have any idea why it fails, is there a way to ignore all
unneeded shared or
2017 Apr 03
1
Error: Virtual mailbox loops, Dovecot version 2.2.10
I'm trying to follow the guide at
https://wiki.dovecot.org/Plugins/Virtual for the 'Conversation' style
virtual mailbox, but with a small change. I'd like the virtual mailboxes
to be 'top level', which I found while searching through this list is
accomplishable by putting the dovecot-virtual file in the root of the
namespace location. My issue is this works perfectly
2009 Apr 26
4
dovecot 1.2 plugin virtual and shared namespace with thunderbird
Hi Timo,
using latest dovecot 1.2 and latest thunderbird
i noticed if using virtual plugin
like here with mysql
http://wiki.dovecot.org/Plugins/Virtual
everthing works like expected
until i add a shared namespace
Tb then looses its subscriptions
under imap to the private namespace
only the shared namespace gets shown up , any idea?
I dont see something special in the logs why this happens
--