Displaying 20 results from an estimated 10000 matches similar to: "\Deleted and expunge"
2006 Mar 23
3
dovecot died
Hello,
today our dovecot imap server died. The following message appeared in
the logfile:
dovecot: Mar 23 07:00:58 Error: pipe() failed: Too many open files
We have one dovecot instance for pop3 and one for imap, so while the
pop3-service was still available, the imap-service was not running any more.
I've seen a lots of users keeping there imap-connections idle for hours,
often more
2005 Dec 02
4
ftp:// error
Hello,
from a server where neither a rsync daemon nor ssh is running I'm trying
to backup the whole data with ftp. So my idea was to call rsync like this:
rsync -v -a 'ftp://1.2.3.4/' my_folder
But this gives me:
ftp: unknown host
ftp: unknown host
ftp: Unknown host
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code
2011 Feb 08
4
NoSQL Storage Backend
Hello,
I found a posting on the mailing list from 2008 "Adding new storage
backend to Dovecot" while searching for POP3 and IMAP servers, that
allow to use a NoSQL backend rather than a traditional file system.
The problem with traditional filesystems is, that they are very limited.
You cannot easily extend it, even with RAID 10 all messages may be lost
due to a RAID controller
2005 Apr 28
3
pop3 messages not deleted
Hello,
I'm currently experiencing, that 0 messages are shown at the pop3-prompt:
list
+OK 0 messages:
.
But the cur-folder containes 74 files. How can this happen? Why aren't
they removed physically?
Regards
Marten Lehmann
2004 May 25
1
error log?
Hello,
for some reason dovecot doesn't start up. I'm using the default values
in dovecot.conf, just changed the login_user, disabled ssl and ran
sbin/dovecot, but nothing happens. No error's, I can't find any logs, no
daemon anywhere, no ports bound... I don't know where to look and
whatfor. I compiled with --enable-debug, but there's no extra output.
Any ideas?
2009 Mar 04
3
Why are multiple architecture rpms installed?
Hello,
I noticed, that whenever I install a package on CentOS 5.x, rpms for
multiple architectures are installed:
yum install sqlite-devel
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: centos.intergenia.de
* updates: centos.intergenia.de
* addons: centos.intergenia.de
* extras: centos.intergenia.de
base 100%
2004 May 15
1
Dovecot vs. Courier-Imap
Hello,
I've heard of both and I already tested and installed both, but I'm not
sure which one is better, since both just seem to work and I can't see a
difference, except from the point how it's set up and configured. Where
are the drawbacks of each one, where are the benefits? I also tested
cyrus before, but cyrus is not working well with maildirs. I'm not that
into
2004 May 26
1
renaming and select failes
Hello,
I created a folder inbox.Test.Try through IMAP. LIST shows me the folder
INBOX.Test.Try instead, but in the filesystem it's created
inbox.Test.Try. Now every select, examine or rename gives me
NO Mailbox doesn't exist INBOX.Test.Try.
Seems that inbox is mapped uppercase everywhere except at "create".
Regards
Marten
2004 May 26
1
dovecot.rawlog
Hello,
I build dovecot tih --with-rawlog and created a folder dovecot.rawlog
inside the root-dir of the mailbox (same level as new, cur and tmp). For
testing purposes I set the env MAIL to the maildir and started
libexec/imap. This generally works, but I can't find the promised logs
of input and output. Where do I have to look for them?
Regards
Marten
2005 Apr 25
1
INBOX can't be deleted
Hi,
surely it can't and it shouldn't. I'm just wondering why a check for
"INBOX" is done in src/imap/cmd-delete.c AND
src/lib-storage/index/maildir/maildir-storage.c. The first is clear
because it gives an imap-error to the client. But for which case is the
check in maildir-sorage.c? Just to be absolutely sure?
The reason for me to ask is, because I need to disable
2005 Apr 22
2
feature request: login in process title
Hello,
I'm a bit afraid of users, the might slow down the server because of
search requests to the imap-server on very large mailboxes. Even with a
performant index, this could cause a lot of cpu and i/o-load. Is it
possible to include the login-name in the imap process, so that a "ps
ax" doesn't just give "imap", but e.g. "imap test at example.com"?
2005 Dec 05
2
dotlock & NFS
Hello,
is dotlock supposed to work with NFS? I noticed that the default-locking
method causes problems even with nfslockd started.
Regards
Marten
2006 Oct 26
2
changing the separator
Hello,
is it possible the change the folder separator from "." to "/"? Users
shall be able to have folders like "Junk/aol.com/*".
Regards
Marten
2010 Sep 23
1
Expunged GUID mismatch for UID error
Hi,
we have upgraded from v2.0.1 to v2.0.3 yesterday, trying to solve the
"dovecot-uidlist: Duplicate file entry"
errors. Now, at the moment, we don't get these errors, but when I try to
expunge mails from my trash folder I
get a lot of errors:
Sep 23 14:24:51 imap1 dovecot: imap(user): Error: Mailbox Trash:
Expunged GUID mismatch for UID 20193: 442b5ef0c3d3bf3cf4cb619944dce8e4
2008 May 27
1
error in rsync protocol data stream (Marten Lehmann)
rsync-request@lists.samba.org escribi?:
> Send rsync mailing list submissions to
> rsync@lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.samba.org/mailman/listinfo/rsync
> or, via email, send a message with subject or body 'help' to
> rsync-request@lists.samba.org
>
> You can reach the person managing the list at
2006 Jan 25
2
nfs and pop3
Hi,
I'm working with dovecot 1.0.beta2 for pop3 only and have set
index=memory, so no indizes are created on the disk. pop3_uidl_format is
set to %f. The maildirs are located on an nfs-share.
So generally, this setup is very similar to what qmail-popup and
qmail-pop3d does. However, everytime I'm switching from qmail-pop3d to
dovecot, the system load increases from less than 2 to more
2004 Sep 06
2
problems with --link-dest
Hello,
I'm trying to do backups with rsync through ssh. This is what I wrote yet:
src="/vrmd/webserver/"
today=`date +%F`
#link_dest="root@vm2:/vrmd/admin/backup/web/2004-09-05"
link_dest="../2004-09-05"
dest="root@vm2:/vrmd/admin/backup/web/$today"
rsync -av -e ssh --delete --link-dest=$link_dest $src $dest
in 2004-09-05 (on the dest-server) is the
2006 Jan 13
5
new configure-option --disable-index
Hello,
I experimented with dovecot the whole evening yesterday and the
mailserver worked fine since there haven't been that much users
connecting to it. I'm using dovecot 1.0.alpha5 as pop3 and pop3s server.
The maildirs are mounted through NFS and since there is no nfslockd
running I disabled mmap in the config and told dovecot to use dotlock.
Also I experienced, that dovecot was
2004 May 26
2
feature request: undeletable folders
Hello,
as we all know from the big webmail-services like hotmail.com,
yahoo.com, web.de and so on, several folders exist and nobody can remove
them for a good reason, because some services rely on them: Trash, Junk,
Sent. Can can't remove Trash, because every deleted message is just
moved here. You can't remove Junk, because all messages recognized as
spam is moved here. And you
2008 May 03
2
Couldn't init INBOX: Can't sync mailbox: Messages keep getting expunged
Upon upgrading from 1.0.2 to 1.1rc4 I see this error for many of our users:
Getting size of message UID=1 failed
Couldn't init INBOX: Can't sync mailbox: Messages keep getting expunged
Logging in with IMAP I would see a bunch of messages with no subject or
time and blank bodies (usine horde/imp).
Removing dovecot.index.log, dovecot.index.log.2, or dovecot-uidlist
fixes the problem