Displaying 20 results from an estimated 2000 matches similar to: "no bookeeping using public folders"
2006 Dec 06
2
Changing the Seen Flags
Hi ,
Can we change the setting on dovecot so that the Seen mail flag S should
be saved
where everybody can see that and not in the dovecot.index file
As we are facing problems with public folder read/unread mails.
Any help is appreciated
Thanks,
Amardeep
2008 Jun 27
3
Keeping \Seen flag private
Hi all,
I wanna to set up shared folders for a couple of users and I'd like that
everyone could keep the \Seen flag as private. So if user #1 reads some
messages and user #2 not, those messages appear as "unseen" to #2 and "seen"
to #1.
I've implemented shared folders using namespaces with every user having their
own "control" and "private"
2010 Apr 07
1
Per-user flags for shared folders
As I see in 2.0 there willn't be ability to control which flags should be
shared, and which should be per-user. But may be there is some plans to
implement settings to control that?
It'll be great if you can write in dovecot-shared file which flags should be
per-user. It's very usefull for group mailboxes, when each user should work
with such mailbox like with their own. Now I
2008 Aug 01
1
namespaces at v1.0.15
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i need to create a public maildir folder for virtual users so i did this:
dovecot-1.0.15:
namespace public {
prefix = public/
separator = /
location =
maildir:/var/mail/shared:INDEX=/var/mail/shared/%u/index/:CONTROL=/var/mail/shared/%u/control/
}
namespace private {
separator = /
prefix =
inbox =
2010 Apr 03
2
Forcing NOSELECT for a Maildir folder?
Hello,
is it at all possible, possibly without modifying the source code of
Dovecot, to enforce that a mailbox gets the NOSELECT attribute?
I have a namespace set up like this:
namespace private {
separator = /
prefix = Local Folders/
location = maildir:/xyz/core/store/maildir/%u/
inbox = yes
hidden = no
list = yes
subscriptions = yes
}
And the folder
2008 Mar 10
2
dovecot 1.1.rc3 assertion failed at index_mailbox_set_recent_uid while deleting message with thunderbird.
To some users happens this assertion failure while deleting a message.
dovecot: Mar 10 08:40:44 Panic: IMAP(user): file index-sync.c: line 39
(index_mailbox_set_recent_uid): assertion failed: (seq_range_exists
(&ibox->recent_flags, uid))
dovecot: Mar 10 08:40:44 Error: IMAP(user): Raw backtrace: [see bleow]
dovecot: Mar 10 08:40:44 Error: child 17683 (imap) killed with signal 6
And the
2013 Sep 10
3
to delete lines by means of a vector
Hi
I would like to eliminate a large number of lines of the dataframe df1
The lines to delete are given here by the values of Mat (ex : 2,4,7,10).
but I have a large number (300) values of Mat
dput(df1)
structure(list(Mat = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3,
3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7,
7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10,
10, 11,
2008 Jun 21
9
wine only installed on linux?
Can wine only be installed on a linux platform or is there a way to download it and run it on windows xp?
2007 May 22
1
Re: Ocfs2-users Digest, Vol 41, Issue 21
Dear all,
> Caveats
> =======
> Features which OCFS2 does not support yet:
> - extended attributes
> - readonly mount
> - shared writeable mmap
> - loopback is supported, but data written will not
> be cluster coherent.
> - quotas
> - cluster aware flock <----------------------------------------
>
2009 Jun 20
1
Transfer incomming email to INBOX
I've installed dovecot with maildir format in /home/claude/mail.
I fetch my email with fetchmail and they are placed in
/var/spool/mail/claude.
How can I transfer them automatically in /home/claude/mail/INBOX/new
How can I setup something to transfer my email automatically as they
arrive.
Claude
2005 May 11
1
Segfault in imap process
I'm running the CVS version from May 9. I've seen these errors in the
log file before (every time I open my mailbox), but this is the first
time it crashed.
Todd
dovecot: May 11 15:00:18 Error: 8438 IMAP(todd.bluegenesis.com): Corrupted index cache file /mailhome/new/t/b/todd.bluegenesis.com/.imap/INBOX/dovecot.index.cache: Duplicated field in header: hdr.RESENT-TO
dovecot: May 11
2019 Jan 21
0
[klibc:master] fcntl: Fix struct flock for 32-bit architectures
Commit-ID: 11bd4ea5f3d960c4d208180deae91d88aa940149
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=11bd4ea5f3d960c4d208180deae91d88aa940149
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Mon, 21 Jan 2019 03:39:34 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Mon, 21 Jan 2019 03:45:04 +0000
[klibc] fcntl: Fix struct flock
2005 Aug 02
3
Scriptaculous: Sortable (dragdrop.js) onUpdate
Hi all,
In the following code, it doesn''t look like the onUpdate() event is firing.
Am I doing something wrong?
<ul id="testSort">
<li id="item1">item 1</li>
<li id="item2">item 2</li>
<li id="item3">item 3</li>
<li id="item4">item 4</li>
<li id="item5">item
2008 Jan 25
1
Windows share modes and Linux file locking, flock & fcntl
Hi,
I am trying to understand file locking and share modes.
I am using RedHat Enterprise Linux 4, with kernel 2.6.9-55.ELsmp,
samba-3.0.10-1.4E.11 and Windows XP.
In particular I am looking at a machine running Linux exporting its
local filesystem using Samba, with a Windows client accessing the
file share. If I use byte range locking (fcntl() on Linux, LockFile()
on Windows) things work as
2005 Feb 21
2
1.1.6 Manual sampledec.c mistake
Le lundi 21 f?vrier 2005 ? 15:08 +0100, Claude Brisson a ?crit :
> Why not move the manual on the wiki ?
Because it's already written in LyX and can be easily converted to pdf,
html or anything. However, the trouble shooting part could be on a wiki.
Do you volunteer?
Jean-Marc
> Claude
>
> On Mon, 2005-02-21 at 21:35 +0800, James Oh wrote:
> > Hi,
> >
> >
2014 Oct 29
1
smbstatus hang with CTDB 2.5.4 and Samba 4.1.13
Can anyone help with some pointers to debug a problem with Samba and CTDB
with smbstatus traversing the connections tdb? I've got a new two node
cluster with Samba and CTDB on AIX. If I run smbstatus when the server
has much user activity it hangs and the node it was run on gets banned. I
see the following in the ctdb log:
2014/10/29 11:12:45.374580 [3932342]:
1999 Feb 10
0
/usr/local/samba/private/MACHINE.SID (PR#13642)
r31dmaeu@netwman.RZ.UniBw-Muenchen.de wrote:
>
> The document "Doing the NIS/NT Samba" on Linux World says that the file
> /usr/local/samba/private/MACHINE.SID should be owned by root and read-only
> for all other users.
>
> The document "ENCRYPTION.txt" says that this directory should be owned by
> root and should have the permission 500. Therefore the
2005 Jan 10
2
64 bit integer spx_word64_t
On Tue, 2005-01-11 at 02:07 -0500, Jean-Marc Valin wrote:
> > noticed there's a 64 bit integer being used in the long term prediction.
> > any chance of using a 32 bit integer without incurring some major side-effects?
>
> A 32-bit integer may overflow (which is why I used a 64-bit int). Of
> course, it's possible to emulate it using 32-bit arithmetic. Otherwise,
>
2010 Jul 01
2
[LLVMdev] Fail to unroll loop on simple examples.
Hi all,
I have tried to use the loop-unroll pass on a large example, but without
success. So I have tried on smaller examples, and I did not get more
success.
My simplest example is attached. It comes from this C code (using llvm-gcc,
but similar result with clang):
int main (int argc, char *argv[]) {
int i;
for (i = 0; i!=5; ++i) {}
return 0;
}
I use this command (version 2.8svn, from
2005 Jan 13
3
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
On Thu, 2005-01-13 at 12:42 -0500, Jean-Marc Valin wrote:
> Le jeudi 13 janvier 2005 ? 10:59 -0500, Jared Whitby a ?crit :
> > Interestingly enough.. I started playing around with preprocessing
> > options in 1.1.6 and happened upon the denoise filter
> > (SPEEX_PREPROCESS_SET_DENOISE). When i run the test tone using that
> > option it is completely filtered out and I