Displaying 20 results from an estimated 600 matches similar to: "Dovecot NFS Indexes and IMAP Migration"
2008 Jun 10
1
Concat Multiple Plots into one PNG figure
Dear experts,
I tried to put the two plots into one final PNG figure
with the following script.
However instead of giving 2 plots in one figure,
it only gives the the last plot in one figure.
What's wrong with my script below?
__BEGIN__
in_fname <- paste("mydata.txt.",sep="")
out_fname <- paste("finalplot.png",sep="")
dat <-
2007 Mar 20
1
The perfect Courier -> Dovecot conversion tool
I've tested this only with a test user.
http://dovecot.org/tools/courier-dovecot-migrate.pl
http://wiki.dovecot.org/Migration/Courier
# Migrate Courier IMAP (any version) and Courier POP3 (v0.43+) to
Dovecot v1.0
# by Timo Sirainen. This is public domain.
# Usage: [--quiet] [--convert] [--overwrite] [--recursive] [<conversion
path>]
# --quiet: Print only errors
# --convert: Do
2008 Mar 05
3
Effects of migration
So, to follow up to my previous thread, we just successfully migrated our
NFS-based mail cluster from qmail pop, courier imap, and bincimap to
dovecot 1.1rc1.
Overall the transition was very smooth, the only unexpected adjustment was
having to implement ntpd on each box, rather than doing an hourly ntpdate
against our local ntpd server, to prevent dovecot from crashing itself
from too much
2009 Aug 11
2
I don't get --link-dest, at all
Hourly I have an rsync job backup /home to /home/backup. I have 24
directories (one for each hour):
home.0
...
home.23
Here is the script I am running via cron:
#! /usr/local/bin/bash
dest=`date +%k | sed 's/ //g'`
linkdir=`date -v-1H +%k | sed 's/ //g'`
chflags -R noschg /home/backup
rm -rf /home/backup/home.$dest
rsync -ahHP --numeric-ids --delete --stats --link-dest=../
2006 Jul 18
2
Masking INBOX.INBOX
I am using dovecot and trying to make it compatible with my a BincIMAP
installation. BincIMAP uses a scheme similar to Courier-IMAP, so I set
up this default_mail_env:
default_mail_env = maildir:~/Maildir
And this namespace:
namespace private {
separator = .
prefix = INBOX.
inbox = yes
}
Which mostly works as expected, but I now see an "INBOX" subfolder of
"INBOX" in
2004 Jun 18
2
LDAP Bind
hi all
2 Questions :
- how not using the authentication bind feature of ldap server ?
i rewrite checkpassword-ldap recently to use in bincimap server, and it
take 3 lines to do this, so i don't understand how you don't use it.
it is more powerful and more secure than retrieve pasword from the base
and use crypto api to compare it.
- is the dovecot server support the IMAPdir feature like
2005 Jul 11
2
migration from bincimap to dovecot (imaps)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I've installed dovecot 0.99.14 (last port on my freebsd system), and
now I've to migrate from bincimap.
My system uses qmail with vpopmail (uid/gid 89) and Maildir format.
Well, now the authentication is ok, but when I try to connect to
mailbox I receive an error like "IMAP command SELECT failed".
My dovecot.conf:
2003 Sep 02
2
dovecot, vpopmail and djb's tcpserver
Hello!
I've tried to set up dovecot in conjuction with vpopmail, and running it
under djb's tcpserver instead of (x)inetd.
Btw - there was no reference to setting dovecot up using (x)inetd either in
the manuals/faqs i read, though I didn't search all that hard. Anyway, back
to my Q:
vpopmail uses vchkpw as an authentication mechanism, and with tcpserver I
can do relaycontrol (based
2008 Jul 21
1
Conversion help
Hi there,
I'm working on converting my server from using bincimap to dovecot. I
seem to be having some trouble with folders, however. Binc was set up
like this :
depot = "IMAPdir", /* Use Maildir++ style
type = "Maildir", /* only Maildir
path = "Maildir", /* default
2007 Jul 11
2
dovecot-dspam plugin & virtual users
Hi list, hi Johannes,
I'm trying to use the dovecot-dspam plugin (
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration )
with vpopmail's virtual users.
All seems well, except for the fact that dspam should be called with
'--user currentuser at currentdomain.com' at line 157 here:
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/beta7-code
For my
2003 Oct 14
1
Ordering mailboxes
I have a really weird problem. To whit:
I compiled dovecot 0.99.10 on two different systems: a linux-ppc box running
Debian, and a Mac OS X Server v. 10.2.8. It compiled fine on both.
The same Maildir's are being served up on both -- the OS X server exports
home directories to the clients via NFS.
BUT the OS X box orders mailboxes this way:
INBOX
Deleted Items
Sent Items
.
.
.
And the
2003 Feb 04
2
bincimap
hi,
what do you tyhink about it? especially the faq comment about dovecot?
http://www.bincimap.andreas.hanssen.name/
--
Levente "Si vis pacem para bellum!"
2003 Aug 29
2
better body and text search?
(this is a resend, sorry if duplicate but my first post didn't get through).
I was wondering what plans dovecot has for text and body search?
This is one of those issues that *no* imap implementation ever
seems to document :(.
Not cyrus, courier, bincimap, or dovecot....
i speed-read some of the sources and found src/lib-mail/message-body-search.c
After a quick scan, it seems:
- it uses no
2007 Mar 10
1
logging volumes
Hello!
I?m in the process of migrating from BincIMAP to Dovecot, and I have a
minor question. One of the things that Binc does is logs how many
bytes of data it has sent as part of logging the log-out. Is there a
way to get Dovecot to do that, or to calculate something similar?
~Kyle
--
Racism is man's greatest threat to man---the maximum of hatred for a
minimum of reason.
2007 Jan 06
1
trouble debugging
I want to switch away from bincimap, and I am having some trouble getting
dovecot up and running. Something isn't working (I suspect it's a permissions
problem) but the logs aren't really telling me anything interesting.
I can authenticate and get a list of folders, but when I try to select a folder,
I get the "Internal error" message that tells me to check the server
2008 Jul 22
2
Namespaces
Hi all,
I'm working to convert from a bincIMAP setup to a Dovecot setup. I've
tried messing around with namespaces to make the conversion
transparent, but I'm getting nowhere. Are namespaces necessary? Or
can I proceed by recursively renaming the folders on the server? A
transparent solution would be wonderful, but I can't get it to work
for me..
Any help would be
2011 Aug 24
2
Post-login scripting with virtual users
I am running Dovecot 2.0.13 on Fedora 15. I have migrated from a
bincimap installation using checklocalpwd. All email is in folders
owned by a unprivileged user, popuser. The email users are entirely
virtual and have no relationship to actual linux users.
My userdb calls return the UID and GID of popuser and all goes well
retrieving the mail via POP3 and IMAP.
I am trying to implement a
2008 Sep 19
2
Bug in keywords conversion with courier-dovecot-migrate.pl v1.1.7
The problem is the file glob on line 344 in convert_subscriptions()
# read updates from the directory
my %updates;
foreach (<$keyword_dir/*>) {
This isn't going to pick up any files beginning with a dot, so most of
the update files in the courierimapkeywords directory are going to be
skipped.
2005 Dec 12
0
Real time in ARM - please help
Thanks for the advice. With complexity=1, bit rates 5950,8000 and 15000 (CBR
only), I'm still getting 30-50 seconds encoding time for a 10-second file.
To anyone who has made this work in ARMv4, or knows how to, can I get some
advice on the settings? FIXED_POINT is already defined in all relevant
files. My source code is patterned after sampleenc and I haven't tried using
Ogg.. my source
2012 Mar 14
0
Audio file is corrupted after decoding
I successfully encoded and decoded a wav file of PCM 16 , MONO and with
sample rate 8000 in Android OS. The size of the original wav file and
decoded file is near.
But i am not able to play the decoded audio file, the mediaplayer says
that the file has been corrupted.
ENCODING:
#include <jni.h>
#include <stdio.h>
#include "speex/speex.h"
#define FRAME_SIZE 320
void