Displaying 20 results from an estimated 1300 matches similar to: "Dovecot allows creation of folders outside of a user's directory"
2012 Feb 29
2
doveadm fetch prints duplicate results in 2.1
Hi,
when the private namespace has "prefix = INBOX." and you use doveadm
fetch to search for "mailbox INBOX", then it prints every message twice:
# doveadm fetch -u testuser 'mailbox uid guid' mailbox INBOX
mailbox: INBOX
uid: 1
guid: 1757c403a4ec4d4fbf040000463889b5
mailbox: INBOX
uid: 1
guid: 1757c403a4ec4d4fbf040000463889b5
Without "prefix = INBOX."
2012 Feb 27
2
[PATCH] Pop3 order in courier migration script
Hi,
I found a problem in the courier conversion script
(courier-dovecot-migrate.pl). In some cases, it does not correctly
preserve the order of POP3 UIDLs.
Consider the following case, when courierpop3dsizelist contains:
/2 9000 1327481629
AAA1:2,S 10000 21:1327481629
AAA2:2,S 10000 22:1327481629
AAA3:2,S 10000 23:1327481629
AAA4:2,S 10000 24:1327481629
AAA5:2,S 10000 25:1327481629
BBB11:2,S
2012 Feb 13
1
dsync, hard-links and refcounts
Hi,
when creating a copy of a mail, dovecot provides a feature that will
store its contents only once. In maildir, this is done by means of hard
links, while mdbox has some special refcounting mechanism.
My question is, how can we convert mails from maildir to mdbox without
duplicating these copies? It seems that dsync does not detect the hard
links. Even if the hard-linked mails have the
2012 Oct 22
1
Shared folders not shown if "INBOX.shared.%.%" is used with dovecot 2.1.10
Hi,
Thunderbird uses the following IMAP command to list shared folders:
. list "" INBOX.shared.%.%
Dovecot 2.1.10 does not list any folders in response to this command.
Dovecot 2.0.21 does list them:
* LIST (\HasNoChildren) "." "INBOX.shared.user1.folder"
. OK List completed.
Both versions list the folders if "*" is used instead of
2012 Feb 14
1
log message about client_limit may in fact be due to ulimit
Hi,
our Dovecot proxy started logging about reaching the client_limit once
there were about 1000 connections running over it:
Feb 14 15:22:02 vmmailproxy1 dovecot: master: Warning: service(anvil):
client_limit (100000) reached, client connections are being dropped
Feb 14 15:22:18 vmmailproxy1 dovecot: master: Warning: service(ipc):
client_limit (100000) reached, client connections are being
2011 Sep 26
1
[PATCH] Bad boundary check in client_find_namespace
Hi,
while trying to investigate the bug I reported last week, I found that
there is a broken boundary check in client_find_namespace in
src/imap/imap-commands-util.c. The code is:
/* make sure two hierarchy separators aren't next to each others */
for (p = storage_name+1; *p != '\0'; p++) {
if (p[0] == ns->real_sep && p[-1] == ns->real_sep) {
2012 Nov 12
1
Invalid Managesieve commands are counted twice
Hi,
the Managesieve server closes the connection if it receives an unknown
command before authentication:
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress
comparator-i;ascii-numeric relational regex imap4flags copy include
variables body enotify environment mailbox date ihave"
2011 Sep 23
1
Strange behavior from shared namespaces and INBOX, probably a bug
Hi,
we have experienced some erratic behavior from Dovecot 2.0.15 if a user's INBOX
is shared.
Some folders of user1, including the INBOX, have been shared using these IMAP commands:
. login user1 XXXXXX
. setacl INBOX user2 lrwstiekx
. setacl box-a user2 lrwstiekx
Now if we use telnet to log in as user2 and select "shared/user1", it will contain the same
mails as
2012 Oct 12
0
INBOX.INBOX.Sent causes problems in 2.0
Hi,
we have our namespace rooted at "INBOX.". Sometimes, users have folders
like "INBOX.INBOX.Sent" or "INBOX.INBOX.INBOX.Sent". I do not know why
these folders are created; I suspect it is due to buggy MUAs.
If a mailbox like INBOX.INBOX.Sent exists, then in some cases Dovecot
counts all messages in INBOX twice.
This behavior can be demonstrated as follows:
2012 Feb 17
4
2.0.X -> 2.1 pitfalls?
Hi all,
are there any pitfalls known for the migration from 2.0.18 to 2.1?
Can I simply stop dovecot, make install and start again?
--Frank Elsner
2014 Jun 12
1
lazy_expunge mangles dovecot-acl-list
Hi,
I think I found a bug in Dovecot 2.1.17 and 2.2.13.
In our setup, sometimes ACLs stop working because "dovecot-acl-list" is
replaced by an empty file. We found that lazy_expunge is connected to this.
To reproduce, create ACLs for "user1" in a folder. Put a mail in that
folder and expunge it, so that the folder will be created in the
"expunged" namespace.
2012 Feb 02
1
LDAP auth improvements
v2.1 supports now multiple LDAP fields in a template e.g.:
user_attrs = \
homeDirectory=home, \
uidNumber=uid, \
gidNumber=gid, \
=mail=%{ldap:mailboxFormat}:%{ldap:homeDirectory}
which is the same as:
user_attrs = \
=home=%{ldap:homeDirectory}, \
=uid=%{ldap:uidNumber}, \
=gid=%{ldap:gidNumber}, \
=mail=%{ldap:mailboxFormat}:%{ldap:homeDirectory}
I was also thinking about
2012 Mar 22
2
dsync is SLOW compared to rsync
Hi all,
We are currently using snapshots and rsync to backup a large
mail server to a backup mail server. I have been looking into using
dsync to replace rsync in hopes that it would make backups more
efficient. I decided to test the performance using a single mailbox.
Unfortunately dsync seems to run much slower than rsync. Rsync was able
to sync the mailbox in 2 seconds. dsync took over
2007 May 21
4
Just upgraded to 1.0.0, should render_text isn''t working for me
I finally got around to upgrading from 0.8.2 (!!). I had a spec which
looked like
specify "should render abc123" do
controller.should_render :text => "abc123"
get :key
end
With 1.0.0, the new spec is
it "should render abc123" do
get :key
response.should render_text("abc123")
end
However it doesn''t work, giving me the error:
undefined
2019 Sep 11
5
[Bug] Sieve vacation :addresses match only,> case-sensitive?
> I want to have it case-insensitive again, like in Pigeonhole version 0.4.24
i would also plea for making it case-insensitive again! We were hit by this too,
and I never saw any mail system in which the local Part ist Case sensitive!
Sincerly,
Klaus Steinberger
--
Rechnerbetriebsgruppe / IT, Fakult?t f?r Physik
Klaus Steinberger
FAX: +49 89 28914280
Tel: +49 89 28914287
--------------
2013 Apr 28
3
Can't register to Asterisk 1.6 with old Aastra phones
We have a new customer with a lot of old phones like the 9133i. They
won't register, and we see some very strange behavior with them. If
the SIP peer exists, they simply fail silently, with no error in the
CLI or the messages log. Nothing works, but no errors.
If the peer does not exist, it's clear that it's registering improperly:
[2013-04-28 13:34:31] NOTICE[3058] chan_sip.c:
2007 Sep 10
2
Removing an AR class definition, for testing plugins
I''m writing an acts_as_* plugin and am trying to BDD it. Ideally my
specs would look like:
describe ActsAsCloneable, " basic cloning" do
load_example_classes
School.class_eval do
acts_as_cloneable
end
before(:each) do
@old_school = School.create! :name => "Baylake Pines", :city =>
"Virginia Beach", :guid => "abc123"
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
Hi,
i'm running CentOS 6.0 on my server and installed mrtg from the
rpm-package mrtg-2.16.2 .
I also installed the depending packages perl-IO-Socket-INET6
perl-Socket6 ....
mrtg works fine with IPV4-Addresses. When i specify a Target by
IPV6-Address (or hostname resolving to a V6-address) mrtg fails.
Here i have a small sample-config for V4 which is working:
LogDir: /tmp
ThreshDir: /tmp
2010 Jun 01
1
regexpr help (match.length=0)
R-help,
Sorry if this is more of a regex question than an R question. However,
help would be appreciated on my use of the regexpr function.
In the first example below, I ask for all characters (a-z) in 'abc123';
regexpr returns a 3-character match beginning at the first character.
> regexpr("[[:alpha:]]*", "abc123")
[1] 1
attr(,"match.length")
[1] 3
2003 Nov 17
1
credentials file doesn't work
I am using a Gentoo Linux machine and trying to mount a remote file
system via samba. The following DOES WORK:
mount -t smbfs -o username="SMB-SRV\stonyy",password=abc123
//smbsrv/proj /mnt/proj
However, I don't really want my username and password visible to the
world (yes, I changed the password and everything but the backslash in
the username for this posting). So I tried