Displaying 20 results from an estimated 2000 matches similar to: "crash on shared folders if remote user has empty $home"
2011 May 09
0
Fwd: Saving mails to +detail failed: Namespace error
Hi!
Since our mails aren't saved correctly since we updated to 2.xx I'd really
appreciate some help. What's going wrong? My mistake? Bug?
Peer
---------- Weitergeleitete Nachricht ----------
Betreff: [Dovecot] Saving mails to +detail failed: Namespace error
Datum: Dienstag, 3. Mai 2011, 12:50:20
Von: Peer Heinlein <p.heinlein at heinlein-support.de>
An: dovecot at
2011 May 03
1
Saving mails to +detail failed: Namespace error
We have the following namespace:
namespace {
inbox = yes
list = yes
location =
prefix = INBOX/
separator = /
subscriptions = yes
type = private
}
namespace {
list = children
location = maildir:%%h:INDEX=%h/shared/%%u:CONTROL=%h/shared/%%u
prefix = shared/%%u/
separator = /
subscriptions = yes
type = shared
}
and we set:
lmtp_save_to_detail_mailbox = yes
2011 Oct 28
6
dsync should sync sieve-dirs to!
Having dsync to make backups from existing mail-spaces, it would be nice
to make dsync syncing the sieve-dirs too. -Otherweise backups aren't
complete...
Peer
--
Heinlein Professional Linux Support GmbH
Linux: Akademie - Support - Hosting
http://www.heinlein-support.de
Tel: 030 / 40 50 51 - 0
Fax: 030 / 40 50 51 - 19
Zwangsangaben lt. ?35a GmbHG:
HRB 93818 B / Amtsgericht
2011 Nov 08
2
Multiple Patitions with with mdbox
Having > 10 TByte mailstore filesystem-checks takes too much time.
At the moment we have four different partitions, but I don't like to set
symlinks or LDAP-flags to sort customers and their domains to there
individual mount-point. I'd like to work with mdbox:/mail/%d/%n to calculate
the path automatically.
How do you handle >> 10 TB mailstore?
I'm very interested in the
2011 Dec 22
2
LSUB and subscribed folders
I have a strange behavior on a customer's server and I don't understand
that:
User "bar" has some folders and one shared folder from "foo" if I use the
"LIST"-command, which should list AFAIK *all* folders:
# telnet localhost 143
a login bar xxxx
a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
SORT SORT=DISPLAY THREAD=REFERENCES
2010 Aug 29
1
Different IPs should use different ssl-certs/keys
I don't understand how to use multiple keys/certs on different IPs
without SNI.
http://wiki2.dovecot.org/SSL/DovecotConfiguration explains how to use
different keys for different protocols like POP3 and IMAP.
But how to bind those keys/ on IPs/Ports?
Looks like it is not possible to use ssl_cert inside
service { inet_listener {} }
Is it still necessary to run multiple instances like
2011 Nov 08
9
Performance-Tuning
Hi,
I have > 11 TB hard used Mailstorage, saved als maildir in ext3 on HP EVA.
I always wanted to make some mesurements about several influences to the
performance (switch to ext4, switch to mdbox), but I never had enough time
to do that.
At the moment I *need* more speed, we have too much waitI/O on the system
and I already used all other performance and tuning-tricks (separated cache,
2010 Aug 12
1
sieve-plugin: undefined symbol mail_deliver_get_lvar_expand_table
I'm using Dovecot 2.0 rc5, installed by using the deb.packes from
xi.rename-it.nl/debian/dists/stable-auto/.
When sieve is enabled (see attached config) my imap-process crashs:
Aug 12 13:25:11 mail-archiv dovecot: imap: Debug: Loading modules from
directory: /usr/lib/doot/modules
Aug 12 13:25:11 mail-archiv dovecot: imap: Error:
dlopen(/usr/lib/dovecot/modules/lib90_sieveugin.so)
2011 Nov 08
1
dsync and zlib
Will dsync also use zlib-compression when copying mails from one side to
another?
Wouldn't this be a good way to compress existing mails?
http://wiki2.dovecot.org/Plugins/Zlib
says, there's no way to do that. But dsync should respect the zlib-Plugin...
Peer
--
Heinlein Professional Linux Support GmbH
Linux: Akademie - Support - Hosting
http://www.heinlein-support.de
Tel:
2010 Nov 23
2
Doveoct crashes: UID
We're running Dovecot 2.0.2 and sometimes a user creates several imap-
prozesses, all of them hanging with the UID-command, using 100% of the
CPU resources:
root at mail:~# ps ax | grep UID
8005 ? R 266:52 dovecot/imap [user at example.com 192.168.5.5 UID]
10342 ? R 250:33 dovecot/imap [user at example.com 192.168.5.5 UID]
10539 ? R 248:28 dovecot/imap [user at example.com
2010 Jan 18
1
No filelocking at "shared-mailboxes" dictionary?
Using imapsync I changed many ACLs on many accounts simultaneously in
four concurrent IMAP-sessions.
I started with an empty file "shared-mailboxes". But after the sync the
file "shared-mailboxes" has been crashed. I found broken lines and I'm
missing some entrys.
Is it possible that there's no filelocking on that file?
I used the ext3 filesystem.
That's
2010 Aug 04
4
"listen=*, ::" broken?
Hi,
the default:
listen = *, ::
should work and should open port 143 on IPv4 and IPv6.
In my setup it looks broken:
root at mail-archiv:/etc/dovecot# doveconf | grep ^listen
listen = *, ::
root at mail-archiv:/etc/dovecot# /etc/init.d/dovecot restart
Restarting mail server: dovecotError: service(imap-login): listen(::,
143) failed: Address already in use
Fatal: Failed to start listeners
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.
2010 Aug 04
1
LMTP: Rejecting unknown users
Hi!
I'm using static results in LDAP-lookups:
uris = ldap://127.0.0.1
dn = xxxxxxxxxxxxx
dnpass = xxxxxxxxxxxx
tls = no
ldap_version = 3
base = xxxxxxxxxxxxxxxxx
user_attrs =
=home=/mail/%d/%n,=uid=10000,=gid=10000,jpberlinMailQuota=quota_rule=*:storage=%$B
user_filter = (email=%u)
pass_attrs = userPassword=password
pass_filter = (email=%u)
default_pass_scheme = PLAIN
Unfortunately, LMTP
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
2016 Jan 21
4
segfaults with Dovecot 2.2.21
We're running Dovecot 2.2.21 from Stephan Bosch's build service on
Dovecot 7.x. Everything's up2date.
# 2.2.devel (7ab22fc): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.11 (71e908a)
# OS: Linux 3.16.0-0.bpo.4-amd64 x86_64 Debian 7.9
root at mailimap01:/etc/dovecot/conf.d # apt-show-versions | grep dovecot
debian-dovecot-auto-keyring/oldstable-auto uptodate 2010.01.30
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:
2016 Jan 06
3
Mapping of INBOX.INBOX breaks imapc_list_prefix=INBOX?
We're running a huge imapc-Migration from an old Courier-IMAP to Dovecot.
Courier always uses "INBOX."-prefix for his folders, so we set
namespace inbox {
[...]
separator = .
prefix = INBOX.
[...]
}
on our new Dovecot 2.2.20 system.
And also we added:
imapc_list_prefix=INBOX
to avoid the dublication of the INBOX prefix.
At the end, doveadm/dsync/imapc see
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: