Timo Sirainen schrieb:
> On Thu, 2009-07-23 at 23:42 +0200, Robert Schetterer wrote:
>> Hi Timo,
>> all of my tests fail
>> with expire plugin, mail simply not get deleted
>> i cant find any stuff in the logs why it does not or should not work.
>
> Try with 1.2.2 and check the mails' save dates n
Hey everyone,
I am trying to migrate old UW-IMAP setup to dovecot 1.2.2 using
namespaces as recommended for UW-IMAP backwards compatibility:
http://wiki.dovecot.org/Namespaces
I am trying to use these settings:
mail_location = mbox:~/:INBOX=~/.mailbox
# default namespace
namespace private {
On Sun, 26 Jul 2009 19:52:30 -0400
Timo Sirainen wrote:
> On Wed, 2009-07-22 at 22:39 +0300, Nikita Koshikov wrote:
> > > There's no -g parameter given to gcc. The emerge overrides CFLAGS by
> > > adding -march=i686 etc. stuff in there, which also removes -g parameter.
> > > Try to figure out som
Server: Ubuntu 9.04 desktop edition
Dovecot 1.1.11
Issue: I have set dovecot.conf with:
disable_plaintext_auth = no
but everytime I have a client (Windows Live Mail, ubuntu evolution) connect
from the Internet, I have the following type of message: Plaintext
authentication disallowed on non-secu
On 07/28/2009 04:11 PM crunchbytes wrote:
> Server: Ubuntu 9.04 desktop edition
> Dovecot 1.1.11
>
> Issue: I have set dovecot.conf with:
> disable_plaintext_auth = no
In which file? /etc/dovecot.conf or /etc/dovecot-postfix.conf
> …
> in my mail.log, I have:
> Jul 28 15:09:43 "name" dovecot: im
On Tue, 2009-07-28 at 10:13 +0200, Jernej Porenta wrote:
> With upper settings, dovecot crashes upon login. (GDB trace is here:
> http://www2.arnes.si/~krklubsls13/dovecot-gdb.txt).
>
> If I change "list = no" to list = yes|children, everything is working fine.
Thanks, fixed: http://hg.dovecot.o
Hello,
So i had this email in my inbox, i moved it to Folder1/tickets/
folder, then i decided to move the same email back to my inbox and
when i went to the inbox it wasnt there nor in Folder1/tickets/
folder...
I opened a SSH session to the mail server and went to /srv/mail/
vmail/DO
On Tue, 2009-07-28 at 12:07 -0500, Romer Ventura wrote:
> There i did "ll expunged/.INBOX/cur" and it showed me 300+ emails i
> then did "cat expunged/.INBOX/cur/the email i needed" and it showed
> me the email contents and since it was the one i needed i then try to
> do "mv expunged/.
On Tue, 2009-07-28 at 13:11 -0400, Timo Sirainen wrote:
> My guess: Your IMAP client opened the .EXPUNGED/INBOX mailbox and
> expunged messages in them (some auto-expunge feature?).
BTW. You could also enable mail_log plugin. It'll log all copies and
expunges so there's no guessing why something g
Hello,
I'm trying to figure out what exactly (and why) are the consequences of a lost
or removal of the dovecot-uidlist file on an IMAP client (Thunderbird for
instance).
I took for granted that it was that the client would download all messages
again since it might be confused by some UID change
Thanks,
It was using /etc/dovecot.conf
I managed to get it working, by editing the protocol imap { sections
Now just need to get authentication working for postfix in plaintext.
Cheers,
Richard
Pascal Volk-3 wrote:
>
> On 07/28/2009 04:11 PM crunchbytes wrote:
>> Server: Ubuntu 9.04 deskto
Hi Timo,
I'm using Debian backports.org dovecot-imapd, 1:1.1.13-2~bpo50+1. I've got
two different issues, a reoccurring, seemingly harmless one about
"Corrupted index cache file" (boring.txt)
and one that went bonkers over the least few days (bt.txt) causing much
spamming of the logs.
I've
On Tue, 2009-07-28 at 19:17 +0100, Stuart Rowan wrote:
> dovecot: 2009-07-28 10:23:16 Error: IMAP(strr): Corrupted index cache file
> /home/local/strr/Maildir/dovecot.index.cache: record continues outside its
> allocated size
> dovecot: 2009-07-28 10:23:56 Error: IMAP(strr): Corrupted index cache
After upgrading to Dovecot-1.2.2 from 1.1* subfolders disappeared,
though it was possible to access them directly, e.g. with
"mutt -f =lists/dovecot". The problem only occurs if the listescape
plugin is enabled. Some relevant bits from the configuration:
namespace private { # The only namespace
On Mon, 2009-07-27 at 18:12 -0500, Mike Abbott wrote:
> > Have you tried my imaptest tool (http://imapwiki.org/ImapTest) to
> > see if it gives errors?
>
> I'll try that soon and let you know.
Looks like readdir() EINVALs come whenever there is more than one
session accessing the mailbox and I
This is the main reason it keeps breaking:
Terminal 1:
while true; do touch foo.tmp; mv foo.tmp foo; done
Termanal 2:
while true; do cat foo; done
foo always exists, because POSIX guarantees that rename is atomic. But
terminal 2 keeps failing randomly:
cat: No such file or directory
So, appare
Thanks i ll do that.
Your guess might be right. I opened the folders with the client, but
i didnt find any auto-expunge feature in Apple Mail 2.1.1
On Jul 28, 2009, at 12:17 PM, Timo Sirainen wrote:
On Tue, 2009-07-28 at 13:11 -0400, Timo Sirainen wrote:
My guess: Your IMAP client opened t
Robert Schetterer schrieb:
> if you get problems with sieve dovecot
> try http://www.woozle.org/~neale/src/pysieved/
will do asap ... thanks
Hi,
After upgrading from dovecot 1.1 to dovecot 1.2.2 and the new sieve
implementation (0.1.9), I'm having some strange problems. I'm including
some general purpose scripts into my user script from sieve_global_dir.
After some tests it seems that ths scripts get executed at random:
sometimes the
Hi all,
ok, can someone tell me which header fields that the "Sender" function
in sieve looks at ???
I've created a sieve rule to move a mail to a directory that looks like
this :
# rule:[File Message]
if anyof (address :contains "Sender" "Dude")
{
fileinto "TestFolder";
}
And the emails
John Killian schreef:
Hi all,
ok, can someone tell me which header fields that the "Sender" function
in sieve looks at ???
I've created a sieve rule to move a mail to a directory that looks like
this :
# rule:[File Message]
if anyof (address :contains "Sender" "Dude")
{
fileinto "TestFo
John Killian wrote:
> Hi all,
>
> ok, can someone tell me which header fields that the "Sender" function
> in sieve looks at ???
>
> I've created a sieve rule to move a mail to a directory that looks like
> this :
> # rule:[File Message]
> if anyof (address :contains "Sender" "Dude")
> {
>
Tom Hendrikx schreef:
Hi,
After upgrading from dovecot 1.1 to dovecot 1.2.2 and the new sieve
implementation (0.1.9), I'm having some strange problems. I'm including
some general purpose scripts into my user script from sieve_global_dir.
After some tests it seems that ths scripts get executed a
> Your script checks for:
> - a header called "Sender" literally (which isn't in the posted header)
> - expects it to contain a valid e-mail address that contains the string
> "Dude" (which is not true, when you actually meant to use "From": Dude
> is not part of the mail address)
>
>
>
> The
Hi,
I am using dovecot with postfix for authentication.
Everything (TLS/SSL, authentication) is working fine, except that when
I set:
disable_plaintext_auth = yes
I still can authenticate with plain text on a no TLS/SSL session:
20 mail2.cs.ait.ac.th ESMTP Postfix (2.6.2)
EHLO [192
25 matches
Mail list logo