Displaying 4 results from an estimated 4 matches for "uidv".
Did you mean:
uid
2009 Sep 09
1
The usage of dovecot-uidvalidity* files?
After installing a new server with dovecot 1.2.4, I found there is some new
dovecot-uidvalidity* files in user's Maildir directory. However, I did
not see such files in other servers with dovecot 1.1.2 (around 2008/07).
What is function of those files?
What will happen if I delete that files?
I am curious why need to keep 2 files:
dovecot-uidvalidity
dovecot-uidvalidity.4aa4fa4c...
2020 May 08
0
courier-dovecot-migrate.pl and courier-5: UTF-8 flag
...9214022 +0000
@@ -170,8 +170,9 @@
my $pop3_fname = "$dir/$courier_pop3_uidfile";
open( $f, $pop3_fname ) || die $!;
my $pop3_hdr = <$f>;
- if ( $pop3_hdr =~ /^\/2 (\d+) (\d+)$/ ) {
+ if ( $pop3_hdr =~ /^\/[23] (\d+) (\d+)$/ ) {
# /2 <next uid> <uidvalidity>
+ # /3 <next uid> <uidvalidity>
$_ = <$f>;
}
elsif ( $pop3_hdr =~ /^\/1 (\d+)$/ ) {
@@ -193,9 +194,13 @@
chomp $_;
$line++;
- my ( $full_fname, $fsize, $uid, $uidv );
+ my ( $full_fname, $fsize, $uid, $uidv, $...
2015 Dec 02
4
[PATCH 0/3] supermin: add --include-packagelist
Hi,
to ease debugging issues with appliances (e.g. when used in libguestfs),
using --include-packagelist will add a file containing the list of all
the packages used.
Thanks,
Pino Toscano (3):
ext2: add ext2fs_chmod and ext2fs_chown
chroot: factor out file copy code
Add --include-packagelist
src/build.ml | 42 +++++++++++++++++++++++++------
src/chroot.ml | 29
2011 Oct 13
1
Rare error with concurrent users searching with fts-solr
...Time">1</int>
<lst name="params">
<str name="fl">uid,score</str>
<str name="sort">uid asc</str>
<str name="q">BLABLABLA</str>
<str name="fq">+user:"ANYUSER" +uidv:1208469916 +box:"ANYFOLDER"
-ns:[* TO *]</str>
<str name="rows">1</str>
</lst>
</lst>
<result name="response" numFound="0" start="0" maxScore="0.0"/>
</response>
At first,...