Displaying 20 results from an estimated 4000 matches similar to: "Quota plugin creates IMAP folder"
2018 Jan 24
2
Quota plugin creates IMAP folder
This is from my config
mail_location = maildir:~/Maildir
and in my userdb-ldap.conf
user_attrs = \
... \
=home=%{ldap:homedir}, \
...
Am I missing something?
On Wed, Jan 24, 2018 at 12:12 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> This is a configuration issue, not a bug.
>
> use
>
> mail_home=/path/to/some/directory
>
> mail_location=maildir~/Maildir
2018 Jan 24
2
Quota plugin creates IMAP folder
Well, I have to scrub most data from the output, but it is what I
would have expected
# doveadm user <user>
field value
...
home /path/to/home
mail maildir:~/Maildir
...
On Wed, Jan 24, 2018 at 12:30 PM, Sami Ketola <sami.ketola at dovecot.fi>
wrote:
>
>
> > On 24 Jan 2018, at 13.21, Thorsten Hater <thorsten.hater at gmail.com>
> wrote:
> >
>
2018 Jan 24
1
Quota plugin creates IMAP folder
As workaround, you can either use VOLATILEDIR setting for maildir, or
you can set maildir_stat_dirs=yes in config.
Aki
On 24.01.2018 14:45, Aki Tuomi wrote:
>
> Ah seems you have found a bug, apologies. =)
>
> We'll look into it.
>
> Aki
>
>
> On 24.01.2018 13:34, Thorsten Hater wrote:
>> Well, I have to scrub most data from the output, but it is what I
2018 Jan 24
0
Quota plugin creates IMAP folder
This is a configuration issue, not a bug.
use
mail_home=/path/to/some/directory
mail_location=maildir~/Maildir
that is, make sure the mail location is under mail home (even for
virtual users).
Aki
On 24.01.2018 13:03, Thorsten Hater wrote:
> Hi everyone,
>
> I have noticed recently that Dovecot creates lock directories
> under users' Maildirs which look like IMAP folders.
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
So, returning from the LDAP userdb does not change situation.
As I said, I would to set folder names dynamicaly, without setting
up a mailbox in advance.
Here the problem is discussed
http://www.dovecot.org/list/dovecot/2013-August/092023.html
but no solution is found apart from defining the namespace in the
static config, see here
http://www.dovecot.org/list/dovecot/2013-August/092053.html
As
2016 Dec 13
3
mailboxes and capitalisation
Dear all,
I have set up a series of special-use mailboxes in the default namespace
differing by capitalisation of the names, mainly to capture multiple
mailboxes
with autoexpunge
namespace inbox {
...
mailbox Trash {
auto = no
autoexpunge = 30d
special_use = \Trash
}
mailbox trash {
auto = no
autoexpunge = 30d
special_use = \Trash
}
...
}
2017 Jan 19
5
Segfault on LIST Command
Dear all,
I experience SegFaults in the imap binary on a LIST "" "" command,
as sent by Claws mail. Using LIST "" "INBOX" or similar is fine.
Here is an example telnet session
$ telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
I know, but it is not present in the string returned by the userdb,
which is set up for testing
userdb {
driver = static
args = namespace/inbox/mailbox/Bla/autoexpunge=6h
}
On Tue, Jan 17, 2017 at 11:03 AM, Thomas Leuxner <tlx at leuxner.net> wrote:
> * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 10:57:
>
> > Unfortunately, this yields the same
2017 Jan 23
2
Segfault on LIST Command
Thank you for your report.
Aki
On 23.01.2017 11:56, Thorsten Hater wrote:
> OK, I found the problem in my config. If I use an default namespace with an
> empty
> name, instead of "inbox" it works as expected. Here the log for this case
>
> Starting program: /usr/local/libexec/dovecot/imap -u ****
> imap(****): Debug: auth input: **** home=**** uid=48 gid=48
>
2017 Jan 23
2
Segfault on LIST Command
I'll try reproduce this issue, but can you, in the mean time, run this
with mail_debug=yes and provide logs?
Aki
On 23.01.2017 11:45, Thorsten Hater wrote:
> Hi,
>
> I did added the default location and stripped down my config to a very
> basic
> level, dropping all plugins and database queries, see below. The segfault
> still
> appears in the same location.
> As I
2016 Nov 29
4
Dovecot seems to open extra namespaces
Dear all,
I am slightly confused by the following log entries
...: imap(...): Debug: Namespace inbox: type=private, prefix=INBOX., sep=.,
inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:~/Maildir
...: imap(...): Debug: maildir++: root=~/Maildir, index=, indexpvt=,
control=, inbox=~/Maildir, alt=
...: imap(...): Debug: Namespace : type=private, prefix=, sep=, inbox=no,
2017 Jan 24
1
Quota count does not work with lock_method=dotlock
On 24.01.2017 11:31, Tom Sommer wrote:
> On 2017-01-24 10:25, Aki Tuomi wrote:
>> On 24.01.2017 11:13, Tom Sommer wrote:
>>> On 2017-01-18 15:27, mkliewe at gmx.de wrote:
>>>
>>>> dovecot crashes when I switch the quota tracking from dict to count.
>>>
>>> I have the same problem, but I use 'dict:file' as quota backend -
>>>
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
Unfortunately, this yields the same problem
Debug: Unknown userdb
setting: plugin/userdb_namespace/inbox/mailbox/Bla/autoexpunge=6h
Thorsten
On Tue, Jan 17, 2017 at 10:16 AM, Thomas Leuxner <tlx at leuxner.net> wrote:
> * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 09:40:
>
> > namespace/inbox/mailbox/Bla/autoexpunge=6h
> >
> > from a userdb,
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
Dear all,
is there a way to allow users to set up something like autoexpunge
on an individual IMAP folder basis?
The idea I implemented does not seem to work, namely returning
namespace/inbox/mailbox/Bla/autoexpunge=6h
from a userdb, which results in
Debug: Unknown userdb setting:
plugin/namespace/inbox/mailbox/Bla/autoexpunge=6h
>From older questions on the mailing list I gather that the
2017 Aug 16
1
dotlock causing crashes
OS: CentOS 7 x86_64
Dovecot version: 2.2.31 (65cde28) (GhettoForge RPM)
Filesystem: GlusterFS, but working on changing that. Only one server is receiving activity.
Was getting messages about corrupt dovecot.map.index files. Changed to dotlock from fcntl to try to fix that.
Reading symbols from /usr/libexec/dovecot/imap...(no debugging symbols found)...done.
[New LWP 74012]
Core was generated by
2016 Dec 13
1
mailboxes and capitalisation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 13 Dec 2016, Tanstaafl wrote:
> On 12/13/2016 4:48 AM, Thorsten Hater <thorsten.hater at gmail.com> wrote:
>> I have set up a series of special-use mailboxes in the default namespace
>> differing by capitalisation of the names, mainly to capture multiple
>> mailboxes
>> with autoexpunge
>>
>>
2018 May 28
3
Problem in Pigeonhole sievec
Dear all,
I stumbled upon the following behaviour of Pigeonhole, which I consider
to be problematic. A user deployed a Sieve script similar to the following
snippet
if not anyof (address :is ["from","cc"] ["...", ..., "... at ...
GARBAGE", ...] {
fileinto "inbox.Trash";
stop;
}
Note the extra line break before GARBAGE. This script is
2006 Jun 13
2
nfs, dovecot, and maildirs
Hello - I know I am not the only one that will be trying, or has tried this
before. Here are my questions!
NFS Clients, multiple servers running dovecot - linux with 2.6 kernel with
relevant patches (utime, etc)
Backend - netapp filer
End users - various clients all running IMAP
It looks like 1.0.beta8 is definately the way to go. I have a few questions
with regards to setup.
Is it now
2018 Jan 24
0
Quota plugin creates IMAP folder
Ah seems you have found a bug, apologies. =)
We'll look into it.
Aki
On 24.01.2018 13:34, Thorsten Hater wrote:
> Well, I have to scrub most data from the output, but it is what I
> would have expected
>
> # doveadm user <user>
> field??? value
> ...
> home??? /path/to/home
> mail??? maildir:~/Maildir
> ...
>
> On Wed, Jan 24, 2018 at 12:30 PM, Sami
2016 Mar 19
3
Crash when setting quota = count:User quota
Mar 19 16:54:37 lmtp(xxxx at xxx.xxx): Panic: file file-lock.c: line 269:
unreached
Mar 19 16:54:37 lmtp(xxxx at xxx.xxx): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0 [0x35f647e07a] ->
/usr/lib/dovecot/libdovecot.so.0 [0x35f647e0e6] ->
/usr/lib/dovecot/libdovecot.so.0 [0x35f647d4ac] ->
/usr/lib/dovecot/libdovecot.so.0 [0x35f6481edf] ->