Displaying 20 results from an estimated 1000 matches similar to: "problem with POP3 mail location when using namespaces"
2010 Oct 07
0
Panic: file index-search-result.c .. assertion failed: (next_uid == mail->uid)
Hello,
with 2.0.5-0~auto+9 (6ea01abfaea9), haven't seen it earlier (but
of course index files have changed):
Oct 7 09:40:09 host dovecot: imap(user): Panic: file index-search-result.c: line 87 (search_result_update_search): assertion failed: (next_uid == mail->uid)
Oct 7 09:40:09 host dovecot: imap(user): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0 [0x7f964c5b7842] ->
2011 Apr 29
1
example-config mail_log plugin options
Hello,
dovecot-2.0.12/doc/example-config/conf.d/10-logging.conf
contains
# mail_log plugin provides more event logging for mail processes.
plugin {
# Events to log. Also available: flag_change append
#mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
# Group events within a transaction to one line.
#mail_log_group_events = no
# Available fields: uid, box,
2010 Oct 06
2
problem with subscriptions=no and changed separator ?
Hello,
Dovecot 2.0.5+ (Debian "automatic package" 2.0.5-0~auto+5).
If I use the following namespace definitions
namespace personal {
inbox = yes
location = maildir:~/Maildir
separator = ^
prefix =
type = private
}
namespace others {
type = shared
separator = ^
prefix = shared^%%u^
location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
subscriptions = no
list =
2010 Oct 08
1
lazy_expunge and moving messages
Hello,
testing the lazy_expunge plugin (with 2.0.5), I realized the
following effect, which users may not expect/understand:
As moving messages from one folder to another has to be done by
clients with the IMAP command sequence COPY STORE EXPUNGE, every moved
message is also put into the "shadow folder" of the source folder.
Maybe it's possible to extend the plugin to optionally
2010 Dec 02
1
problem with virtual plugin/index files?
Hello,
Timo: on Oct 29th I wrote
----
with latest 2.0.6 (601065674f74), the following virtual mailbox
is not behaving correctly. I'm quite sure that the problem has not
existed in some earlier 2.0.x (maybe only INBOX as mailbox then
though):
~user/Maildir/virtual/.week/dovecot-virtual contains
INBOX
INBOX.*
-INBOX.Trash
inthread refs younger 604800
This works as expected for the first
2010 Oct 29
0
problem with virtual plugin/index files?
Hello,
with latest 2.0.6 (601065674f74), the following virtual mailbox
is not behaving correctly. I'm quite sure that the problem has not
existed in some earlier 2.0.x (maybe only INBOX as mailbox then
though):
~user/Maildir/virtual/.week/dovecot-virtual contains
INBOX
INBOX.*
-INBOX.Trash
inthread refs younger 604800
This works as expected for the first time. But later on, also older
2011 Sep 13
4
imapc and imap_acl
Hello (Timo),
yes, I know... maybe it's a bit far fetched, but I do have a use case.
Would it be (reasonably easily) possible to implement IMAP ACL
support for "imported" imapc namespaces/mailboxes?
There is no local directory (like with the virtual plugin) yet...
Greetings,
Lutz
--
Lutz Pre?ler <Lutz.Pressler at SerNet.DE> http://www.SerNet.DE/
SerNet Service
2002 Jul 17
1
rsync memory usage
Hi,
we are using rsync to mirror large trees (>> 50 GB, >> 2 mio files)
offsite (rsync -e ssh with forced ssh command on the remote side).
The main problem occuring is memory usage (especially as the remote
system has no swap space configured for security reasons):
It seems that the rsync processes' RSS on both sides increases with
the number of files in the tree. Rsyncing the
2001 Dec 13
14
tc: u32 match in nexthdr not working?
Hello,
it seems, that filtering on nexthdr (TCP/UDP) content, especially
src or dst port, is not working.
The following has no effect on 2.4.16 or older (even 2.2) kernels:
# tc filter add dev eth0 parent ffff: protocol ip prio 50 u32 match tcp
dst 3128 0xffff police rate 40kbit burst 10k drop flowid :1
Even if
# tc filter ls dev eth0 parent ffff:
filter protocol ip pref 50 u32
filter protocol
2003 Apr 13
0
[ANNOUNCE] Release of iptables-1.2.8
--Vy1A5eXR7jld12ZH
Content-Type: multipart/mixed; boundary="N/GrjenRD+RJfyz+"
Content-Disposition: inline
--N/GrjenRD+RJfyz+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
The netfilter coreteam proudly presents:
iptables version 1.2.8:
Version 1.2.8 is a maintainance release, containing dozens of small
2011 Apr 15
1
Umask of Homedir
Hello,
I following the instrucions of:
http://wiki2.dovecot.org/SharedMailboxes/Permissions
When the user receive the first mail, dovecot create the directory structure
always using mode 0700, if i change the permission of the user maildir all
new mails arrived get the correct umask:
dovecot: lmtp(24960, *): Debug: Namespace INBOX.: Using permissions from
.../maildir: mode=0770
The problem is:
2011 Sep 22
1
zlib_save per namespace/mailbox?
Hi,
the zlib_save question reminds me of a wish:
I think it's not possible to set zlib_save parameter per namespace (or even
mailbox). Per namespace would be something for the wish list to get rid of
the cron job method to compress archival mailboxes.
And maybe an option to add a "Z" flag to compressed maildir message files
as recommended in the wiki regarding compress crob job.
2013 Apr 02
1
doveadm mailbox list/stats etc. and shared mailboxes/ACLs
Hello,
2.2.0rc3:
host:~# doveadm mailbox list -u testuser
INBOX
INBOX.test
INBOX.bla
INBOX.bla.blubb
INBOX.shared
INBOX.virtual
INBOX.shared.user1
INBOX.shared.user1.privat
INBOX.shared.user1.test
INBOX.shared.user1.test.test2
INBOX.shared.user1.Trash
INBOX.shared.user1.in2009
[... all mailboxes of user1]
Only user1.test and user1.test.test2 have ACLs that allow testuser to access
them.
2013 Apr 02
1
replicator process
Hello Timo,
2.2rc3: replication unconfigured (no "replica" in doveconf -n output),
# doveadm replicator status
starts the dovecot/replicator process, which keeps running, leading
to "sync: User has no mail_replica in userdb" errors for each user every
5 minutes.
Same after "doveadm replicator replicate some-even-nonexisting-user".
Lutz
2013 Apr 25
1
search and UTF-8 normalization forms (NFD)
Hello,
on a system with dovecot 2.2 I've got a mailbox containing multiple mails
from a person called Kr?ger, but From: header encoded differently.
Some are encoded in UTF-8 normalization form decomposed (as used by Mac OSX),
that is u and umlaut accent as sperate combined codepoints
instead of one ?:
From: =?utf-8?Q?replaced_Kru=CC=88ger?= <krueger at some.domain>
Searching within
2001 Jun 20
8
[Lutz.Jaenicke@aet.TU-Cottbus.DE: 2.9p1: HP-UX 10.20 utmp/wtmp handling broken?]
Hi!
I am resending the following message about problems with utmp handling.
* In the meantime I had some request in private mail from people asking
whether I have new information.
* The problem is still persistant in 2.9p2.
* My own new investigations show, that the problem only appears with
protocol 2, not with protocol 1, I therefore only started to note it
when protocol 2 became the
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
# HG changeset patch
# User Lutz.Dube
# Node ID ca2c8c262dbaa6b2521cec60af7cd688dabdf850
# Parent 8992134dcfd0b9e1e86f4111e68a8aa48bd33c3c
Values of cpu_weight and cpu_cap are lost after xend restart
For managed domains in state ''halted'' I always get default values
for cpu_cap / cpu_weight after xend restart.
This is because the names of parameters differ between a SXP file to
2001 Jan 18
1
Announcement: PRNGD 0.9.0 available
Hi!
I have just made the 0.9.0 release of PRNGD available.
PRNGD is the Pseudo Random Number Generator Daemon.
It has an EGD compatible interface and is designed to provide entropy
on systems not having /dev/*random devices.
Software supporting EGD style entropy requests are openssh, Apache/mod_ssl,
Postfix/TLS... Automatic querying of EGD sockets at fixed locations has
been introduced in the
2001 Feb 12
1
OpenSSH (CVS) performance observations
Hi!
I have experimented a bit with the latest OpenSSH from the CVS archive.
I could realize some connections succesfully, but I experienced performance
problem during the connection phase.
It seems, that the client needs quite some computer time just after
debug: Got SSH2_MSG_KEX_DH_GEX_GROUP.
By inserting test-printouts, I verifyed that the dh_gen_key(dh); call
seems to take that long. On a HP
2002 Apr 18
1
grid lines outside plot region in version R1.4.1
Hello everybody,
if I'm using par(xpd=NA) gridlines will plotted outside the plotting region. This is "new" (and, in my
opinion, unaesthetic) in version 1.4 - compared to version 1.3. Is this a bug or a feature?
Example:
------------------
par(xpd=NA)
plot(1:11)
grid()
------------------
platform sparc-sun-solaris2.6
arch sparc
os solaris2.6