Displaying 10 results from an estimated 10 matches for "milkov".
2015 Nov 17
2
doveadm import/sync with read-only source location
Hello,
Currently doveadm tool can't be used with read-only source locations
because it's trying to create lock files.
I'd guess lock files shouldn't be necessary on a read-only media,
because no one else is going to change anything while our doveadm
instance is running anyway. Example:
doveadm import -u test at example.com
2015 Nov 17
0
doveadm import/sync with read-only source location
+1 to that idea.
Ask the same couple month before during migration from 1.x to 2.x but got no answer from someone who able to change this.
On Tue, 17 Nov 2015 10:35:11 +0200
Teodor Milkov <tm at del.bg> wrote:
> Hello,
>
> Currently doveadm tool can't be used with read-only source locations
> because it's trying to create lock files.
>
> I'd guess lock files shouldn't be necessary on a read-only media,
> because no one else is going to...
2002 Apr 17
3
Can Linux 2.4 support DiffServ under IPv6 ?
& If can HOW ?
thx
2013 Jan 22
0
rsync - using a --files-from list to cut out scanning. How to handle deletions? (fwd)B
...estination.)
I was not aware of the issue in the case where the unchanged_file() test
is passed, but not the unchanged_attrs() test, and the potential for
over-writing the attributes in not just the destination, but for all
hard-linked files.
This means that recycling directories, which as Teodor Milkov noted:
> "Such a behaviour (unlink changed files and then hard link to dest dir)
> would be very handy, because rotating large directory trees (e.g. 10
> milion files, 10k files changed) is sooo much more efficient than
> deleting them and then repopulating from scratch."...
2009 Aug 29
3
DO NOT REPLY [Bug 6672] New: mtim.tv_nsec not used when reading time of a file
https://bugzilla.samba.org/show_bug.cgi?id=6672
Summary: mtim.tv_nsec not used when reading time of a file
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: antonio at
2013 Jan 23
0
Changed attributes for a file in destination that is hard linked get propagated to --link-dest directories
...t represent, warrant and/or guarantee that the
integrity of this communication has been maintained or that the
communication is free of errors, virus, interception or interference.
Please consider the environment before printing this email.
This means that recycling directories, which as Teodor Milkov noted:
> "Such a behaviour (unlink changed files and then hard link to dest dir)
> would be very handy, because rotating large directory trees (e.g. 10
> milion files, 10k files changed) is sooo much more efficient than
> deleting them and then repopulating from scratch."...
2012 Jan 20
4
[Bug 8712] New: --link-dest doesn't work if target file exists (but needs updating)
https://bugzilla.samba.org/show_bug.cgi?id=8712
Summary: --link-dest doesn't work if target file exists (but
needs updating)
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2015 Feb 06
0
doveadm quota get doesn't recalculate quota (Maildir backend)
Hello,
I've noticed that "doveadm quota get" doesn't recalculate quota if
maildirsize file is missing for some reason. It just says quota is
unknown, usage is 0.
In contrast, vpopmail does regenerate maildirsize if it is missing.
Reading the Maildir++ specification there is this part:
...If maildirsize does not exist, or if its size is at least 5120
bytes, recalculate
2017 Mar 01
0
Preserve environment variables for doveadm
Hello,
I noticed there are ways to instruct various dovecot processes to
preserve particular environment variables.
One way is to use import_environment in dovecot.conf and yet another is
to export DOVECOT_PRESERVE_ENVS variable ? both can contain space
delimited list of variables to preserve.
I found report that this is supposed to work for dsync:
2011 Feb 07
0
vpopmail passdb deadlock if tcprules binary is missing
Hello,
I've just found that if vpopmail is compiled with --enable-roaming-users=y, but
tcprules binary is missing there is kind of denial of service situation, which is
not very obvious for debugging.
I know this is result of misconfiguration and I suppose this is more of a
vpopmail() bug, but it is somewhat hard to debug and causes greater harm to
dovecot long running auth process than