similar to: All messages in double in a virtual mailbox.

Displaying 20 results from an estimated 1000 matches similar to: "All messages in double in a virtual mailbox."

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 Jun 28
2
Replacing real inbox by virtual inbox
Hello, I'm using dovecot 1.2.11 with virtual folders. I'd like to replace my real INBOX by a virtual one but I have several questions : * will my mail still be delivered to my real INBOX? * will I be able to access my real INBOX, for example using a virtual folder reliyng on INBOX * and, how to do it. Here's my problem, if I look to the wiki page [1], I don't really
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
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
2005 Jul 08
1
OS X Mail.app 2 (Tiger) + dovecot -> new mail count doubled
Hello, I've noticed a strange bug with Mail.app 2 (from OS X.4) and dovecot, and I'm trying to identify where it comes from. I have a bunch of mailboxes that can receive new mail (delivered by procmail) and I have Mail set up as to automatically synchronize all maiboxes. When I start up Mail, the count for new mail is doubled in every mailbox that I have not seen yet. Looking at
2012 Feb 02
1
dsync deleting too many emails (sdbox)
I'm using dsync to synchronize emails on a laptop where wifi connectivity sometimes fails in the middle of a sync. I have a shell script that runs dsync, and here is one line of it including the output of dsync: + dsync -f -m realmail mirror /home/paulproteus/projects/ssh-attach/run ssh rose.makesad.us dsync dsync-local(paulproteus): Error: dbox
2010 Dec 21
1
How incoming emails are routed to public shared mailboxes ?
Hello I'm setting up few public shared maiboxes ( maildir format ) but I'm wondering how are they routed into the right ? Does authorized users have to place them inside manually ? Could it be automated ? I'm stuck Thank for any infos
2016 Dec 13
2
public folder subscriptions sync issue with ldap user/group in dovecot-acl
Hello people, I am having an issue with 'doveadm sync'. I am currently trying to have two dovecots behind an haproxy (works fine). Therefore I configured these two dovecot server (imap-1/imap-2) to sync throught dsync. This works just partly. The sync of the maiboxes is fine, but the sync of the subscriptions file just works partly. It works for private folder subscription, but not
2018 Apr 12
2
ACL for system users?
Hello all, I'm setting up an IMAP server with dovecot. I've set up system users with PAM authentication and Maildir maiboxes. I'd like to share mailboxes among them, but regardless of what I try, I bump into filesystem permissions. I want to have Maildirs created for new users with the right permissions. I even changed "UMASK" in file /etc/login.defs from 022 to 002,
2016 Dec 14
2
public folder subscriptions sync issue with ldap user/group in dovecot-acl
On 14 Dec 2016, at 11.16, Mike Fr?hner <mikefroehner at gmx.de> wrote: > > I made some additional tests and found that also local unix groups are not working in replacement for my ldap groups as discribed below. > > Do groups in dovecot-acl intendedly not work? http://wiki2.dovecot.org/ACL <http://wiki2.dovecot.org/ACL> -> ACL groups support works by returning a
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++
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 =
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 (
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
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
2018 Nov 29
2
Best way of merging mbox files
When concatenating mbox files like described here https://xaizek.github.io/2013-03-30/merge-mbox-mailboxes/. You will end up with an 'unsorted' mbox file. Is this going to be a problem esspecially when they are large >2GB's and new emails will be written to it? The email client nicely sorts the message from folder A "foldera 5 last" as last, but of course the mbox is
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
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
2012 Jan 25
2
Problem with procmail
I'm trying to setup email on a new server running CentOS-6.2 (x86_64), but for some reason email is going to /var/spool/mail/ despite the fact that my .procmailrc starts ------------------------------- DEFAULT=/var/spool/mail MAILDIR=/home/tim/Maildir/ SHELL=/bin/sh DROPPRIVS=yes ------------------------------- and I have ------------------------------- MAILER(smtp)dnl MAILER(procmail)dnl
2012 Apr 20
4
default mail quota when using per user quota
Hello, using dovecot 2.1 and per user mail quota via ldap is there a way to have a default quota which gets used, if the "quota" field in ldap is not set? I tried with: plugin { quota = maildir:User quota quota_rule = *:storage=3G } userdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } and in dovecot-ldap.conf: user_attrs = dcMailQuota=quota_rule=*:storage=%$ but