Displaying 20 results from an estimated 2000 matches similar to: "Bug: empty m-files"
2015 Nov 28
2
How to delete "proxy" attribute in passdb lookup?
Hi,
I have a complicated SQL backend with stored procedures to generate
passdb/userdb queries. This result have the proxy-attribute set and it's
very complicated to change that procedures.
On one system I tried to override/delete the proxy attribute:
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf.ext
override_fields = proxy=n
}
Looks like that doesn't work.
2013 Oct 02
2
doveadm can't import his own mdboxes
We're running Dovecot 2.1.17 on Debian:
# 2.1.17 (9efbc0731929): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-042stab078.27.debug i686 Debian 7.1 simfs
and we're having this namespace configuration:
mail_location = mdbox:/var/mail/%Ld/%Ln/mdbox
namespace inbox {
disabled = no
hidden = no
ignore_on_failure = no
inbox = yes
list = yes
location =
prefix =
separator = .
2013 Feb 26
1
dsync can't sync mbox2mdbox two times
Hi,
I have a server with Dovecot 2.1.x and I'm trying to convert
mbox-storages to mdbox-storages.
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.7
mail_location = mbox:~/mail
During the first run everything's okay, but if I run the migration a
second time, the later migration is broken:
root at mailstore1:/srv/vmail/cklein# rm -R mdbox/
root at
2013 Dec 24
0
Patch for Dovecot's quota policy daemon
Hi Timo,
we wrote a simple Patch for the Dovecot quota policy daemon.
If a user is over quota, I prefer blocking the user sending e-mails, so
I need a policy daemon, that's able to use the envelope or sasl sender
as lookup key.
I'd be happy if that patch can become part of the normale Dovecot releases.
Peer
-------- Original-Nachricht --------
Betreff: Re: Fwd: Quota-Patch
Datum:
2014 Jun 01
0
"doveadm fetch" fetches mails twice?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As far as I understood
fetch -u p.heinlein at jpberlin.de hdr mailbox-guid [...]93d5 uid 58175
should fetch exactly the header of the specified mail. But on my
Dovecot 2.2.12 it fetches the header *twice* (same with body, same
with text).
========================================
hdr:
Return-Path: <hello at example.com>
Delivered-To:
2014 Feb 22
0
doveadm mailbox command in multi instance setup
We're running Dovecot in a multipe instance cluster with individual
userdb-querys to different LDAP-Servers.
As far as I can see there's no way to use the
doveadm mailbox
command with different Auth-Sockets or different configurations.
While
root at dobby4:/etc/dovecot# doveadm user -a
/var/run/dovecot-xy/auth-master p.heinlein at example.com
field value
uid 10000
gid 10000
2012 Dec 15
1
Dovecot "sleep" for short snapshots
Making consistent backups from Dovecot with mdbox requires a snapshoted
filesystem with (at least) a short Downtime for Dovecot.
I'd like to avoid killing several thenthousand IMAP-sessions for 60
seconds. Users don't like that... And the admin dislakes that too...
What about a "short sleep" mechanism for Dovecot, where all writes are
finished and new writes are easily delayed?
2013 Feb 26
1
Broken foldernames in mbox
I have a mbox-User with some crazy foldernames:
-rw------- 1 vmail vmail 19238931 17. Dez 2011 Foo & Co
-rw------- 1 vmail vmail 82415 19. Nov 22:06 Foo &- Co
Dovecot can't handle that correctly:
# dovecot mailbox list -u user
Foo & Co
Foo & Co
dsyncing those folders produces some errors:
dsync(awad): Error: Mailboxes don't have unique GUIDs:
2013 Mar 16
2
sieve: seconds-extension for vacation
Hi,
looks like Dovecot-Sieve doesn't know the seconds-extension for vacation:
main script: line 5: error: unknown tagged argument ':seconds' for the
vacation command (reported only once at first occurence).
main script: error: validation failed.
http://tools.ietf.org/html/rfc6131
Could this be added during the next releases?
Regards,
Peer
--
Treffen Sie uns auf den
2013 Mar 20
1
ulimit -n in start-script
Hi!
Even on midrange-systems it's necessary to set "ulimit -n" to a higher
value then the system default of 1024.
I'd prefer having this already prepared:
In /etc/defaults/dovecot we should add:
# Set amount of "open files" / ulimit -n
ULIMIT_OPEN_FILES=16884
In /etc/init.d/dovecot we should add:
# Set amount of open files / ulimit -n
[ -n
2014 May 10
1
"doveadm penalty -a" doesn't work?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We're running multiple instances on the same server.
While doveadm penalty works:
root at host:/etc/dovecot# doveadm penalty
IP penalty last_penalty last_update
93.180.xxx.xxx 4 2014-05-10 12:21:08 12:21:08
80.153.xxx.xxx 0 2014-05-10 12:21:12 12:21:12
a seperate anvil-Socket doesn't work at all:
root
2014 Sep 23
2
doveadm penalty: who is 0.0.0.0?
Using doveadm penalty I just noticed a penalty for 0.0.0.0.
Is this Postfix querying the auth-socket for his SASL-requests?
I tried adding 0.0.0.0 to login_trusted_networks, but that doesn't help.
Peer
--
Heinlein Support GmbH
Schwedter Str. 8/9b, 10119 Berlin
http://www.heinlein-support.de
Tel: 030 / 405051-42
Fax: 030 / 405051-19
Zwangsangaben lt. ?35a GmbHG: HRB 93818 B /
2015 Nov 29
1
How to delete "proxy" attribute in passdb lookup?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 29.11.2015 um 01:01 schrieb Timo Sirainen:
Hi Timo,
> Not right now, because any value at all is treated as "true" (and
> I'm pretty sure even empty value). I suppose the best solution
> would be to finally change all the passdb/userdb/plugin boolean
> values to actually support "no" value as not being
2015 Dec 02
1
doveadm backup -R
We're using
doveadm -o imapc_user="$USER" -o imapc_password="$PASSWORD" -o
imapc_host=$SERVER1 -o pop3c_user="$USER" -o pop3c_password="$PASSWORD"
-o pop3c_host=$SERVER1 -D -v backup -R -u "$USER" imapc:
to migrate Mails from Courier to Dovecot.
We have some complaints on the old system that there are changes on the
old system where
2016 Oct 22
1
More informations in doveadm proxy ring status
I would love to have
a) the number of active users
b) the number of active TCP sessions (pop3, imap, lmtp, sieve, doveadm)
included in the output of "doveadm director ring status".
This would be helpful to get a good overview over load and usage of the
whole director ring and would help to plan downtimes and maintenance work.
Peer
--
Heinlein Support GmbH
Schwedter Str. 8/9b,
2017 Sep 04
0
Failed to repair mdbox index / wrong dbox version
After a filesystem crash dovecot isn't able to repair some of the
m-Files. That's okay in general -- but I wonder why he's complaining
about "wrong dsync version" if I execute "doveadm force-resync" locally:
doveadm(user at mailbox.org): Warning: mdbox
/mail-mailbox/mailbox.org/1846405//mdbox/storage: rebuilding indexes
doveadm(user at mailbox.org): Error:
2016 Jan 06
2
doveadm/dsync/imapc and foldernames including a "%"
We're using doveadm/dsync/imapc to migrate accounts from Courier to
Dovecot 2.2.20.
On the source-server some user have folder names including a "%" in
their name.
Looks like doveadm isn't able to handle that folder names. I always
stops with:
dsync(testtest): Error: Failed to access mailbox INBOX.Test%TEST:
Mailbox does not exist, or must be subscribed to.
Peer
--
2015 Sep 02
2
Set X-Original-To based an ORCPT?
Since
http://dovecot.org/pipermail/dovecot-cvs/2014-November/025241.html
Dovecot's LMTP does support ORCPT.
Is it possible to set X-Original-To-Header based on that ORCPT?
Peer
--
Heinlein Support GmbH
Schwedter Str. 8/9b, 10119 Berlin
http://www.heinlein-support.de
Tel: 030 / 405051-42
Fax: 030 / 405051-19
Zwangsangaben lt. ?35a GmbHG: HRB 93818 B / Amtsgericht
2015 Apr 09
1
gmail-migration: archived mails in \ALL
Hi,
I don't completly understand
http://wiki2.dovecot.org/Migration/Gmail
I can't find the documentation for the -a and the -F Flag.
I'd like to migrate ONLY archived mails from an existing gmail-Account.
So I'd have to import all Mails from the \ALL-Folder that does NOT have
any virtual folder flags set.
I tried to use this command:
doveadm -D -o imapc_user=user at
2014 Mar 06
1
no sieve with lmtp_save_to_detail_mailbox=yes
i have a problem with sieve and lmtp_save_to_detail_mailbox = yes. If
the mailbox "detail" exists everything works fine, but if the mailbox
detail does not exist then sieve does not work. The .dovecot.sieve.log
file says
sieve: info: started log at Mar 06 14:28:47.
error: msgid=<531877EE.7070806 at heinlein-support.de>: failed to store
into mailbox 'test2': Mailbox