Hello,
I'm using dovecot version 1.0.13 on reiserfs on hardware RAID-0, but I'm
getting the
following error in the logs every time one user tries to access his old mails
in the .Sent
directory:
dovecot: 2008-06-23 15:09:46 Error: IMAP(marek.chajecki): Invalid data in file
/var/mail/Maildir/mar
hello!
i'm trying to setup exim + dovecot's deliver for virtual users
in exim.conf:
home_directory = "/var/mail/$domain/$local_part"
command = /usr/lib/dovecot/deliver
and in logs:
No such file or directory: failed to chdir to /var/mail/symlink.ru/olfway
so why it doesn't tries to create tha
Pavel Volkovitskiy wrote:
hello!
i'm trying to setup exim + dovecot's deliver for virtual users
in exim.conf:
home_directory = "/var/mail/$domain/$local_part"
command = /usr/lib/dovecot/deliver
and in logs:
No such file or directory: failed to chdir to
/var/mail/symlink.ru/olfway
so why i
Pavel Volkovitskiy wrote:
Pavel Volkovitskiy wrote:
hello!
i'm trying to setup exim + dovecot's deliver for virtual users
in exim.conf:
home_directory = "/var/mail/$domain/$local_part"
command = /usr/lib/dovecot/deliver
and in logs:
No such file or directory: failed to chdir to
/var/mail/s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
OT, maybe, but this...
> namespace private {
> separator = .
> hidden = no
> inbox = yes
> prefox =
^^^
...is such a nice typo I I couldn't resist :-) But I doubt it has
to do with your original proble
Hi
here's a little trick to migrate from courierimapsubscribed to subscriptions:
create a file /usr/local/bin/courier-dovecot-subscribe-migrate like this:
#!/bin/sh
# WARNING: Be sure to use mail_drop_priv_before_exec=yes,
# otherwise the files are created as root!
if [ -e ~/Maildir/courierimap
Kyle Wheeler wrote:
Conveniently, there's the zlib plugin. From what I could tell from the
documentation, the compressed mbox names must end in ".gz",
Not a solution, but I believe also now that you don't need to change the
ending? I think the plugin looks at the first few bytes to determin
Jason Wohlford wrote:
On Jun 22, 2008, at 10:49 PM, Timo Sirainen wrote:
What do you mean by automatic moving?
I'd like to change the world. Or at least Microsoft. I haven't quite
accomplished that (yet). Outlook handles IMAP so bad! I'm basically
looking to 'fix it' on the server.
I've
Timo,
Running v1.1.1 on OS X. What is dovecot trying to tell me here?
Jun 24 15:03:50 G518X2 dovecot: IMAP(jjohnson): Sort IDs 4 broken in
mailbox INBOX, reseting
Thank you!
G518X2:~ root# dovecot -n
# 1.1.1: /usr/local/etc/dovecot.conf
Warning: fd limit 256 is lower than what Dovecot ca
On Wednesday, June 25 at 01:24 PM, quoth Ed W:
Kyle Wheeler wrote:
Conveniently, there's the zlib plugin. From what I could tell from the
documentation, the compressed mbox names must end in ".gz",
Not a solution, but I believe also now that you don't need to change the
ending? I think the p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday, June 25 at 12:57 PM, quoth [EMAIL PROTECTED]:
>OT, maybe, but this...
>
>> namespace private {
>> separator = .
>> hidden = no
>> inbox = yes
>> prefox =
> ^^^
>
>...is such a nice typo I I
Hi,
I'm coming from courier-imap and i'm trying to migrate to dovecot.
I can't find how to create a maildir with a quota file(maildirsize)
I saw that if there was a maildirsize it would get its quota from there
but can't find how to create that file.
I'm using pam auth and would like to set
* Bruce Bodger <[EMAIL PROTECTED]>:
> Timo,
>
> Running v1.1.1 on OS X. What is dovecot trying to tell me here?
>
> Jun 24 15:03:50 G518X2 dovecot: IMAP(jjohnson): Sort IDs 4 broken in mailbox
> INBOX, reseting
Welcome to the club. I'm getting those as well.
BTW, it's "resetting", not "reseting"
>
> Hi Jackie,
>
> I compiled dovecot-1.1.1 on AIX 5.3 with xlc, "IBM(R) XL C/C++ Enterprise
> Edition V8.0 for AIX(R)", but I didn't see that error. Which version of
> xlc are you using?
Thanks for the feedback, Woonsan. Good to know it works for you.
We do have a very old copy of the comp
On Jun 25, 2008, at 7:44 AM, Ed W wrote:
Jason Wohlford wrote:
I've personally found most versions of Outlook (and OE) quite
satisfactory with IMAP?
I think some versions of outlook may also need you to flick an
option to set them to store Deleted/Drafts and Sent on the server??
To t
I was able to solve this by removing "2>/dev/null" from the end of the
imap command. Apparently:
"If --exec-mail is used, it must be the last argument on the command
line, as is an optional parameter, otherwise if no section is
given but another parameter follows, this parameter is used as
Hi Timo,
Regarding our conversation in IRC, I'm attaching the uidlist and copying in the original
message just in case.
I'm using dovecot version 1.0.13 on reiserfs on hardware RAID-0, but I'm
getting the
following error in the logs every time one user tries to access his old mails
in the .
On Tue, 2008-06-24 at 15:35 -0600, Jackie Hunt wrote:
> Looking at macros.h, the section it is erroring on is:
>
> #ifdef CONTEXT_TYPE_SAFETY
> # define CONTEXT_CALLBACK(name, callback_type, callback, context, ...) \
> ({(void)(1 ? 0 : callback(context)); \
> name(__VA_ARGS__, (ca
On Wed, 25 Jun 2008, Timo Sirainen wrote:
Can you somehow enable C99 support for xlc? Is there something like a
-c99 parameter?
P.S. Is it possible to just try installing the GNU Compiler
Collection, and then compiling with GCC on your platform?
-- Asheesh.
--
Hiccuping & trembling into th
A guess would be that this is likely due to the endianess of the
multiple architectures that the index is being accessed with. We have
the same issue here across i686/x86_64/sparc. I'm about to post to an
older email thread about this as well.
Michael D. Godfrey wrote:
System: Linux 2.6.25.
I just reproduced the environment and the index corrupted immediately
across NFS because of the endian issue.
Jun 25 11:53:34 host IMAP(user): : Rebuilding index file
/dovecot-index/index/user/.INBOX/dovecot.index: CPU architecture changed
Jun 25 11:53:35 host IMAP(user): : Corrupted index ca
A guess would be that this is likely due to the endianess of the
multiple architectures that the index is being accessed with. We have
the same issue here across i686/x86_64/sparc. I'm about to post to an
older email thread about this as well.
This is a good guess. We use a mixture of i386 and
Between versions 1.0.4 and 1.0.5 there were some changes to the
way dovecot-shared group ownership is propogated into new maildirs.
Changing the group of new_dir/{tmp,new,cur} was added, but
changing the group of new_dir itself was removed. As far as I
can tell, this latter change may have been ac
I have tried to installed dovecot 1.0.15 on Centos 4.6
./configure --with-pam
make
make install
It got installed without error
However when I do
[EMAIL PROTECTED] ]# service dovecot start
dovecot: unrecognized service
When I do [EMAIL PROTECTED] ]# # locate dovecot
It gives me many files..
/
24 matches
Mail list logo