Displaying 20 results from an estimated 1000 matches similar to: "UTF-8 mailbox name STATUS response"
2012 Jul 11
1
mail_log plugin logs UTF-8 mailbox name
A small bug in the mail_log plugin:
When I copy a mail from the inbox to a mailbox with special characters,
the mailbox name is logged in UTF-8:
[...] copy from INBOX: box=INBOX.Euro ?, [...]
I guess the name should be in mUTF-7, like it is done when I copy the
other way round:
[...] copy from Euro &IKw-: box=INBOX, [...]
2012 Jul 19
1
Append with literal+ and mailbox over quota
I'm appending a mail with literal+ to a mailbox that is over quota:
1 APPEND INBOX {127+}
From: <ewald.dieterich at fun.de>
To: <ewald.dieterich at fun.de>
Subject: Quota-Test
Message-ID: <abcdefg at fun.de>
Quota-Test
1 NO [OVERQUOTA] Quota exceeded (mailbox for user is full)
2 NOOP
1 BAD Error in IMAP command APPEND: Invalid arguments.
3 NOOP
3 OK NOOP completed.
Somehow
2023 Mar 21
1
"doveadm altmove -r" not working ?
> On 21/03/2023 00:26 EET Benoit Branciard <benoit.branciard at univ-paris1.fr> wrote:
>
>
> Hello,
>
> I have some trouble using "doveadm altmove -r".
>
> Regular "doveadm altmove" is OK, selected mails were moved to alternate
> storage as expected. But I can't manage to get them back to original
> location, "doveadm altmove
2012 Jan 20
1
Notify plugin: segmentation fault
I'm trying to develop a plugin that uses the hooks provided by the
notify plugin. The notify plugin segfaults if you don't set the
mailbox_rename hook. I attached a patch to notify-plugin.c from Dovecot
2.0.16 that should fix this.
Ewald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: notify-plugin.c.patch
Type: text/x-diff
Size: 530 bytes
Desc: not
2009 Feb 02
2
public facts repository
Hello all,
I have set up a public svn repository with some facts that we have
written over time:
https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/
(yes, it is svn).
Now, I was wondering where to document this on the puppet-wiki (or
should it rather be the facter-wiki)
http://reductivelabs.com/trac/puppet/tags/facter%2Crecipe does not
give any clear hint on this. Maybe I
2019 Mar 12
6
“doveadm mailbox” command fails with UTF-8 mailboxes
Hello,
I?ve got a strange misconfiguration where the following command:
doveadm -f pager mailbox status -u spamutf8 'messages vsize guid' INBOX 'INBOX.*'
? fails with error code 68, saying that it can?t find one of the mailboxes. (It lists the user?s other mailboxes.) The name of the mailbox in question is saved to disk in UTF-8 rather than mUTF-7, but strace shows that doveadm
2016 Jul 23
3
Converting mailboxes to UTF-8
Is any proven routine to migrate mailboxes from mUTF-7 to UTF-8 encoding?
I've try to use doveadm list/mutf7/rename but have been stuck with nested
inboxes. Say I have the next structure:
INBOX
INBOX.???
INBOX.???.???
encoded for FS respectively as
.INBOX
.INBOX.&BDYESwRA-
.INBOX.&BDYESwRA-.&BE8ENARK-
?When I've try to rename ?INBOX.??? with
doveadm mailbox rename -u me
2009 Jul 30
2
sieve delivery to utf folders
Hello list,
Today, my users have noticed, that delivery to folders with non-english names is broken. For example, if I create russian directory, it correct encoded and display into mail-client program and my webmail:
Encoded: Normal view
.INBOX.&BEIENQRBBEI- ????
This is part of sieve script, which routing delivery to russian folder.
....
elsif allof (header :contains "Subject"
2019 Mar 12
1
Re: “doveadm mailbox” command fails with UTF-8 mailboxes
> On Mar 12, 2019, at 3:28 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
>
>> On 12 March 2019 21:20 Felipe Gasper via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> Hello,
>>
>> I?ve got a strange misconfiguration where the following command:
>>
>> doveadm -f pager mailbox status -u spamutf8 'messages vsize
2009 Nov 10
3
UTF-8 mailbox names in filesystem
Currently mailbox names are stored in IMAP's modified-UTF-7 format in
filesystem. I was wondering about changing this in v2.0. The default
would still be to use mUTF-7 in filesystem, but just adding :UTF8 or
something to mail_location could enable UTF-8.
Any thoughts? Could this be dangerous somehow? UTF-8 enables a lot of
weird characters, perhaps no one really wants to see them on
2012 Aug 08
5
Deleting metadata smashes file dovecot.dict
Hi,
I am using dovecot (see dovecot -n output below) with metadata plugin in
my own plugin. I want to insert and delete some large metadata (>4KiB).
It seems, that the delete in a second call of my plugin smashes the file
dovecot.dict in users dir:
1st call:
*dovecot.dict is empty
-delete metadata 1
-delete metadata 2
-insert metadata 1 ~8KiB
-insert metadata 2 <1KiB
*dovecot.dict
2010 Jan 09
1
How to create UTF encoded folders?
Hey,
as I understand from post [1], system folders with UTF-8 chars in their names
will only be available for use with Dovecot2 and I certainly look forward to
that, but somehow I was short of info about the current use of UTF characters
like ?, ? etc. Should I just omit thinking about modified-UTF-7, avoid those
characters for the time being and then with Dovecot2 create UTF-8 encoded
2016 Dec 30
0
ADS domain member: winbind fails
Am 2016-12-30 um 13:20 schrieb L.P.H. van Belle via samba:
> And in addition to Rowlands comments..
>
> Correct you hosts file to
> /etc/hosts
> 127.0.0.1 localhost
> # The following lines are desirable for IPv6 capable hosts
> ::1 localhost ip6-localhost ip6-loopback
> ff02::1 ip6-allnodes
> ff02::2 ip6-allrouters
>
> # This server name and ip.
>
2004 Jan 28
1
pgsql-dovecot auth problem
Jan 28 13:55:48 bachata dovecot-auth: PGSQL: Query "SELECT password FROM
users WHERE userid = 'foo at foo.bar'" failed:
I have this error in /var/log/mail.log
I have installed a debian machine with dovecot debian packages
in my test environment it runs perfect
I have used the tutorials on wiki.dovecot.org
And there is nothing in the postgresql log about this query
And I'm
2009 Dec 14
4
Problem with dovecot-sieve and russian
Hello
I have a problem with dovecot-sieve. When I create a folder in russian,
the filter is not working properly. It creates a new folder with the same
name and delivers the letter there.
For example, I created a folder called &BD8EQAQ4BDIENQRC-/, but the letter
got in &-BD8EQAQ4BDIENQRC-/. In all cases, the difference in the sign -.
The folders in the english language is no problem.
#
2013 Sep 20
5
Bug report: "doveadm rename" encodes special characters wrongly in mUTF-7 (in fs)
Hello there,
I'm pretty sure I found a bug in latest Dovecot 2.2.5.5 (EE) when playing with the doveadm command.
Naturally renaming a users mail folder should be done via "doveadm es consistent.
So when using "doveadm rename" trying to rename a folder with special characters e.g. german umlauts like "??" it seems to create the folder wrongly in the filesystem.
2020 Mar 31
2
net_connect_unix(imap) failed
Hello everyone,
we have a huge problem with dovecot and IMAP connections.
we got the following errors: 39665 today
dovecot: imap-login: Error: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable - http://wiki2.dovecot.org/SocketUnavailable (client-pid=29066, client-id=1755, rip=IP, created 562 msecs ago, received 0/4 bytes)
we thinks this may be a problem with
2003 Sep 23
1
debian installation
apt-get install postfix-tls postfix-pgsql sasl2-bin libsasl2-modules
postgresql libpam-pgsql
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The
2008 Jan 06
1
overheating Thinkpad X60s with 7.0-RC1
Hello everybody!
Since the update from 6.2-STABLE to 7.0 I'm encountering problems with the
temperature of my Thinkpad X60s. Under heavy load, e.g., make builworld or
compile gcc or... I get the following output in /var/log/messages:
Dec 29 01:53:13 delta1 root: WARNING: system temperature too high, shutting
down soon!
Dec 29 01:53:13 delta1 syslogd: /dev/:0: No such file or directory
Dec 29
2016 Dec 30
2
ADS domain member: winbind fails
And in addition to Rowlands comments..
Correct you hosts file to
/etc/hosts
127.0.0.1 localhost
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
# This server name and ip.
10.0.0.221 main.arbeitsgruppe.secret.tld main
10.0.0.224 backup.arbeitsgruppe.secret.tld backup
Second. Post you