Displaying 20 results from an estimated 5000 matches similar to: "extraneous mail folder created"
2010 Mar 11
1
Sendmail / Dovecot Config
I'm trying to set up dovecot on a Fedora box for about 5 users, I have a
raid 5 array that is used for home folders etc mounted on /home, and I've
created a directory /home/mail, which I have used a sym link to map
/var/mail to. I've created folders for each of the users with relevant
permissions and edited the dovecote config with:-
namespace private {
separator = /
prefix =
2014 May 08
2
Denial of Service attacks against Dovecot v1.1+
There's an upper limit to how many IMAP/POP3 connections can exist that haven't logged in (and separate limits for post-login). Normally when this limit is reached, the oldest connection gets disconnected. There is of course some potential to try to DoS Dovecot by doing a lot of IMAP/POP3 connections, but because the oldest connection always gets destroyed this requires quite a lot of
2014 May 08
2
Denial of Service attacks against Dovecot v1.1+
There's an upper limit to how many IMAP/POP3 connections can exist that haven't logged in (and separate limits for post-login). Normally when this limit is reached, the oldest connection gets disconnected. There is of course some potential to try to DoS Dovecot by doing a lot of IMAP/POP3 connections, but because the oldest connection always gets destroyed this requires quite a lot of
2009 May 15
1
namespace list not working in dovecot 1.2 revision 9027:421393827a81
In my config that has worked for some time I have:
namespace private {
separator = /
prefix = ~/
hidden = yes
list = no # for v1.1+
}
1 list "~/" *
1 OK List completed.
2 list "~/" %
2 OK List completed.
I _think_ that the last time I tested this was 2 weeks ago but it
might have been 1 week ago.
Thanks,
Jonathan
-------------- next part --------------
A
2007 Oct 03
1
namespace prefix issue with avelsieve and dovecot v1.1beta2
Hi,
I have installed dovecot v1.1.beta2 with the sieve plugin v.1.1.2. I
have configured the following namespace:
namespace:
type: private
separator: .
prefix: INBOX.
location:
inbox: yes
hidden: no
list: yes
When I create a rule which should move messages into the subfolder
"Junk", Dovecot's deliver seems to ignore the namespace and creates a
new folder
2010 May 12
2
Compressed mail archives
Hello,
I have recently begun using IMAP to access my mails, and have found that
the size of my maildir is quickly getting larger than I had
anticipated.
Googling around, I've seen a lot of messages related to compressing
individual messages in a maildir. However, what I'm really looking for
is a solution which will allow multiple messages to be compressed into a
single compressed file,
2010 Feb 19
2
namespaces/virtual folder & archiving
Hi,
I was following the earlier namespaces discussion and I would like to
repost a doubt. I need to have some kind of archiving, it means, store old
messages into a cheap storage. But I couldn?t think any other solution
than symlinks.
Then, I thought about store 'Sent Items' (as having old messages and less
acessed). But I also needed to do with nfs and symlinks. So, it comes the
2008 Jan 27
3
Thunderbird trouble with Dovecote and dbox
Hi,
I'm new to Dovecot -- migrating from Cyrus.
Version and config:
# 1.1.beta14: /etc/dovecot/dovecot.conf
protocols: imaps
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/imap-login
mail_location: dbox:/data/mail/%u
auth default:
passdb:
driver: pam
args: *
userdb:
driver: passwd
Linux 2.6.22-gentoo-r10 x86_64 GNU/Linux
I have chosen dbox as
2017 Jul 25
1
Can rsync server mark deleted source files as extraneous?
rsync --delete option tells rsync to delete extraneous files from the receiving side (ones that aren't on the sending side).But if a user accidentally deletes a file, there is no way to restore it from the server.If --delete option is not used, and the local hard disk is destroyed, restored data will include old deleted files.
Is there a way for rsync server to retain backup of deleted source
2011 Jun 08
1
using stimulate(model) for parametric bootstrapping in lmer repeatabilities
Hi all,
I am currently doing a consistency analysis using an lmer model and
trying to use parametric bootstrapping for the confidence intervals.
My model is like this:
model<-lmer(y~A+B+(1|C/D)+(1|E),binomial)
where E is the individual level for consistency analysis, A-D are
other fixed and random effects that I have to control for.
Following Nakagawa and Scheilzeth I can work out the
2007 Mar 06
1
[RFC][PATCH] remove extraneous xattr-s from not recreated files
patch is for rsync cvs sources after appling acls.diff and xattrs.diff patches. Please comment or include it upstream.
PS: please cc me, I'm not on list
----------------------------------------------------
Producenci "Opowie?ci z Narnii" przedstawiaj?:
Wielka przygoda w ?wiecie, w kt?rym wszystko jest mo?liwe!
MOST DO TERABITHII - w kinach od 9 marca!
2011 Feb 22
0
"extraneous" in commit 3bd9f51917ed5718275c6132006be155239a0550
In this commit you put "extraneous hard-linked files". I find this
confusing because the hard-linked entries may have been created by
rsync itself. I think the previous version is better. Or you could put
"If there are files that are hard-linked at the destination but not at
the origin".
2005 Jun 15
0
[Bug 2802] New: rsync uses extraneous libresolv.dylib
https://bugzilla.samba.org/show_bug.cgi?id=2802
Summary: rsync uses extraneous libresolv.dylib
Product: rsync
Version: 2.6.5
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: trivial
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: psfales@lucent.com
2019 Jun 20
0
base::format adds extraneous whitespace for some inputs
I can reproduce this.
It has to do with whether the value rounds down to 9 or up to 10, and
thus needs another space, I think. I agree that it shouldn't happen,
but at least you can get rid of the space by using trim = TRUE.
# rounds to 9 vs 10
format(9.95, digits = 2)
format(9.96, digits = 2)
format(9.95, digits = 2, nsmall = 2)
format(9.96, digits = 2, nsmall = 2)
format(9.95, digits =
2010 Nov 08
1
extraneous messages/multiple fact loads
Hi,
For a long time now when we run puppetd --test I get the following double output on our custom facts,
info: Retrieving plugin
info: Loading facts in scratch
info: Loading facts in os_name
info: Loading facts in pam_limits_d
info: Loading facts in os_platform
info: Loading facts in nvidia_graphics
info: Loading facts in hostname_hour
info: Loading facts in os_version
info: Loading facts in
2013 Sep 17
1
[PATCH] [Portable] Prune extraneous whitespace in sshd_config
The sshd_config file shipped with OpenSSH Portable 6.3p1 (and several
earlier versions as well) contains an extra space at the end of lines
87 and 88. The attached patch corrects this.
Jason
2020 Mar 23
0
[PATCH nbdkit 3/3] python: Remove extraneous static keyword
From: Yifan Gu <gyf304@gmail.com>
The create_nbdkit_module function is intended to be exported, therefore
the static keyword is not needed and prevents building on MSYS2.
---
plugins/python/python.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/python/python.c b/plugins/python/python.c
index a1a0438b..adc1aaa5 100644
--- a/plugins/python/python.c
+++
2020 May 28
0
[PATCH v2v] v2v: Remove extraneous '=' when setting --bandwidth/--bandwidth-file.
Commit c3a54d6aed6dfc65f9ffa59976bb8d20044c03a8 ("v2v: Add standalone
nbdkit module.") was supposed to be a simple refactoring but it broke
the --bandwidth and --bandwidth-file options (amongst other things).
Because of an extra '=' character which was accidentally left over, it
would add an extra character in the nbdkit-rate-filter command line.
For example:
virt-v2v ..
2014 Sep 16
1
Extraneous option in sshd_config?
Hi,
I've found the option in CentOS 7 in sshd_config file
#Host *.local
# CheckHostIP no
I think that option is for ssh_config, not for sshd_config. Please correct
me if I'm wrong.
Thanks in advance!
--
--
Sergio Belkin http://www.sergiobelkin.com
LPIC-2 Certified - http://www.lpi.org
2010 Feb 01
1
Extraneous information
Not technically a bug, but a small waste of bandwidth: it seems (at
least as of 1.2.10) that if neither CONDSTORE/QRESYNC are enabled
dovecot still sends HIGHESTMODSEQ info:
a examine Testing.AAA
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded impflag0
impflag1 impflag2)
* OK [PERMANENTFLAGS ()] Read-only mailbox.
* 309 EXISTS
* 0 RECENT
* OK [UNSEEN 5] First unseen.
* OK