Displaying 20 results from an estimated 60 matches similar to: "Dovecot seems to open extra namespaces"
2016 Nov 29
0
Dovecot seems to open extra namespaces
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 29 Nov 2016, Thorsten Hater wrote:
> 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++:
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:
> >
>
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
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 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
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
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
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
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 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
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 Jan 24
2
Quota plugin creates IMAP folder
Hi everyone,
I have noticed recently that Dovecot creates lock directories
under users' Maildirs which look like IMAP folders. This is bad
since users will see IMAP folders that are not supposed to be
there.
In my logs I see
dovecot: imap(...): Error: file_create_locked(/.../Maildir/.vsize.lock)
failed: Is a directory
The directory in question
# ls /.../Maildir/.vsize.lock/
cur/
2003 Oct 08
2
charsets in samba3
Is there any way to make samba use whatever the default charset was on samba
2.2.x (like 2.2.3?).
I've just upgraded to samba 3 and just about every second file displays
incorrectly on my windows clients and most of them refuse to open because of
this. THis is causing absolute chaos to the point where I (an avid windows
hater) am starting to look at reload all the servers in question with
2006 Oct 06
3
Mongrel is crashing under heavy loads
Hi
We''re running mongrel on CentOS 4.2 with Apache httpd 2.2
mod_proxy_balancer, mongrel_cluster-0.2.0, Rails 1.1.6, Ruby 1.8.4,
Pg 8.1.4 backend.
We are on the verge of going live with our site and I am stress
testing the server.
What we are seeing is under heavy loads, our mongrels will seg fault
and die one by one.
Following the advice in a previous thread (http://www.mail-
2016 Apr 02
2
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
On 02/04/16 19:21, Sonic wrote:
> On Sat, Apr 2, 2016 at 2:07 PM, Luke Barone <lukebarone at gmail.com> wrote:
>> When I use systemctl start nmbd smbd I get no
>> output.
> Actually that's good - it means it worked - starting both nmbd and
> smbd. And it's the proper way to run these services (since you're
> using systemd).
Wrong
On debian there is a
2013 Jun 17
4
Javascript source client
Am 17.06.2013 11:12, schrieb Daniel James:
> Airtime
After several weeks of trying and calling my provider and talked to your
support i gave up on
airtime, because it does not work on a virtualized system, it seems the
installtion script has
dependencies.
http://forum.sourcefabric.org/discussion/15323/airtime-install-on-ubuntu-error-in-installation-script
2012 Oct 05
2
Installing a gnome-desktop on CENTOS-6.3 following minimal system install.
I am still trying without much success to get a desktop on my minimal
+ virtualization install of a CentOS-6.3 kvm host. When I run startx
I get a desktop but other than the icons for computer, home and trash
there is nothing displayed. I can right click the mouse and from
there I can open a terminal window and creat a folder on the desktop
but I have no title bar and no status bar. There are