Am 13.09.2012 02:47, schrieb Daniel Parthey:
> Hi,
>
> the Drafts special folder is called "Entwürfe" in German locale.
> How should the special_use entry in the config file look like?
>
> Would you recommended to use the encoded folder name...
>
> mailbox "Entw&APw-rfe" {
> special_use = \Dra
Ramón Frontera wrote:
> we are running Dovecot 2.1.9.
> We have 2 proxies with director and 4 mail servers.
> We have the user information in a LDAP.
>
> I try to do:
> # doveadm director map
> doveadm(root): Error: User listing returned failure
> doveadm(root): Error: user listing failed
> user
Hi,
the Drafts special folder is called "Entwürfe" in German locale.
How should the special_use entry in the config file look like?
Would you recommended to use the encoded folder name...
mailbox "Entw&APw-rfe" {
special_use = \Drafts
}
...or rather the utf-8 Encoding in the dovecot config fi
Dominic Malolepszy wrote:
> Is there a way to strip a backslash if it exists at the start of
> username like \u...@example.com within the Dovecot LDA? I am using
> Dovecot 2.1.9 with a LDAP backend, so I cannot do any sort of SQL
> trickery.
Address rewriting should be done in the MTA.
I see no po
Added these lines to /etc/dovecot.conf
namespace { separator = / inbox = yes
}
Ran the command and it works. However it doesnt keep the UID as the thunderbird
client redownloads all the POP3 mails.
From: Tim E.
To: Dovecot Mailing List
Sent: Wednesday, Septem
> First of all, you mean you have only one mbox file per user?
The old server is a POP3 only. It does not support IMAP. On the old server each
user has one Inbox in eg: /var/spool/mail/user <- 'user' being the the mbox
file
I moved the mbox file user into /home/trans, created /oldhome/user
Timo, I'm glad to hear that you found a plausible cause and have got a
patch in to fix it.
-K
On Wed, Sep 12, 2012 at 04:40:00PM +0200, Gábor Lénárt wrote:
> If I interpret "doveadm user"'s goal wrong (it's just for userdb/passdb
> query tool nothing more), is there any tool which works in this config,
> displaying extra information (at least user's home), or should I create some
> script w
Hi,
I'm about getting to know dovecot in details, I am about the command
"doveadm user". The man page shows this example:
userdb: jane
uid : 8001
gid : 8001
home : /home/jane
mail : sdbox:~/sdbox
plugins : sieve
quota_r
El 12/09/12 13:34, Gábor Lénárt escribió:
On Wed, Sep 12, 2012 at 01:28:58AM +0300, Timo Sirainen wrote:
Activating quota is equally slow, because it needs to scan sizes of all
files. If the size is stored in maildir filename (,S=123) this is pretty
fast, otherwise it's pretty slow because Dove
Hello, list.
I'm asking question not directly connected with dovecot.
I'm planning a migration from cyrus-imapd to dovecot and i'm using
cyrus2dovecot script (by Freie Universität Berlin) to convert mailboxes
of users, but i'm wondering why size of mailbox in Maildir++ is so
much bigger than mai
Hello,
I have configured mysql on one server and each mail server use this database
for expire plugin.
I have configured each mail server as explains
on:http://wiki2.dovecot.org/Plugins/Expire
But now I have a question; How i configure director server to use the database?
I need to configure exp
On Wed, Sep 12, 2012 at 01:28:58AM +0300, Timo Sirainen wrote:
> Activating quota is equally slow, because it needs to scan sizes of all
> files. If the size is stored in maildir filename (,S=123) this is pretty
> fast, otherwise it's pretty slow because Dovecot stat()s the files, but
> afterwards
Answers for both my helpers - Timo and Ben (Thanks!):
Timo: Problem #1 - no dovecot/login
doveconf -n output:
==
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.30-2-686 i686 Debian wheezy/sid
mail_access_groups = mail
mail_location = mbox:~/mail:INBOX=/var/mail/%n
mail_privileged_
El 12/09/12 00:28, Timo Sirainen escribió:
Activating quota is equally slow, because it needs to scan sizes of all files.
If the size is stored in maildir filename (,S=123) this is pretty fast,
otherwise it's pretty slow because Dovecot stat()s the files, but afterwards it
stores them to dove
On 09/12/2012 10:37 AM, A.L.E.C wrote:
> The problem is that on that convertion ö is converted to character with
> code 246 (hex F6), which is from extended ASCII table. This is because
> in PHP (iconv/mb_string) US-ASCII means extended ASCII. So, I'll fix
> this in Roundcube.
Euh. Of course not P
On 11/09/2012 20:48, Timo Sirainen wrote:
On 8.9.2012, at 18.07, Cibest ML wrote:
- Message delivered by LMTP
Quota name TypeValue Limit
User quota STORAGE 2653 524288
User quota MESSAGE 1 -
- quota recalc
Quota name TypeValue Limit
User quota STORAGE 5307 524288
User quot
Hello
we are running Dovecot 2.1.9.
We have 2 proxies with director and 4 mail servers.
We have the user information in a LDAP.
I try to do:
# doveadm director map
doveadm(root): Error: User listing returned failure
doveadm(root): Error: user listing failed
user
On 09/12/2012 10:04 AM, Weinreich, Nico wrote:
> I've installed 2.1.9 from source (and Pigeonhole also). The error in
> Roundcube is still the same:
I've found what's really going on here. This is initial search request
with utf-8:
C: A0003 UID SORT (DATE) UTF-8 ALL OR HEADER SUBJECT {10+}
C: Lö
Yeah, this fixed it. Will this patch go into source?
Von: dovecot-boun...@dovecot.org im Auftrag von A.L.E.C
Gesendet: Mi 12.09.2012 10:16
An: dovecot@dovecot.org
Betreff: Re: [Dovecot] Found bug on doing IMAP search with UTF8 chars
I think this patch fixes the i
On 09/12/2012 10:04 AM, Weinreich, Nico wrote:
> I've installed 2.1.9 from source (and Pigeonhole also). The error in
> Roundcube is still the same:
>
> -searching for a term containg UTF-8 chars and a mail is found in actual
> folder then all is fine
> -searching for an UTF-8 term and no mail
I've installed 2.1.9 from source (and Pigeonhole also). The error in Roundcube
is still the same:
-searching for a term containg UTF-8 chars and a mail is found in actual folder
then all is fine
-searching for an UTF-8 term and no mail is found then Roundcube shows still
"Connection to storage
Oh sorry, this seems to be an copy&paste failure.
"dsr_sub_allocation" was one of the search terms (we run a data warehouse here)
Von: dovecot-boun...@dovecot.org im Auftrag von Timo Sirainen
Gesendet: Di 11.09.2012 22:31
An: A.L.E.C
Cc: dovecot@dovecot.org
Betr
Yes, Roundcube had a similiar bug in past. But as I've seen in source code (of
Roundcube), they encode the search string as UTF8. I'll give 2.1.8 a try and
give feedback.
Thanks so far
El 11/09/12 18:07, Timo Sirainen escribió:
On 5.9.2012, at 15.07, Angel L. Mateo wrote:
El 05/09/12 13:50, Timo Sirainen escribió:
On 5.9.2012, at 14.40, Angel L. Mateo wrote:
Sep 3 12:35:49 myotis32 dovecot: imap(): Warning: Maildir: Scanning
took 62 seconds (9516 readdir()s, 0 rename()s
25 matches
Mail list logo