[Dovecot] How do I make dovecot not use sslv2 for pop?

2010-01-26 Thread Patrick Horgan
From nmap: 995/tcp open ssl/pop3 Dovecot pop3d |_ sslv2: server still supports SSLv2 |_ pop3-capabilities: USER CAPA UIDL PIPELINING RESP-CODES TOP SASL(PLAIN LOGIN) pop3 allows SSLv2, imap doesn't. In my dovecot.conf I have: ssl_cipher_list = ALL:!LOW:!SSLv2 at the global level. Do I

Re: [Dovecot] STATUS command and total/read message count

2010-01-26 Thread Florian Effenberger
Hi Timo, 2010/1/25 Timo Sirainen : > Right. STATUS command is capable of returning the total number of > messages in a mailbox. thanks! Can problems with querying the total number of messages occur when mbox_dirty_syncs and mbox_lazy_writes are set to yes? Still running 1.0.15 here and trying to

Re: [Dovecot] Are Mail files in /Maildir/cur & /Maildir/.Sent read-only ?

2010-01-26 Thread Noel Butler
On Tue, 2010-01-26 at 14:47 +0200, Timo Sirainen wrote: > > No, file's ctime changes when you change flags. mtime never changes. But > mtime can't really be trusted. An IMAP client can save a new messages > with INTERNALDATE set to 10 years ago, and the file's mtime will be from > 10 years ago.

Re: [Dovecot] sieve or another vacation/autoreply

2010-01-26 Thread Lampa
2010/1/26 Christian Schmidt : > Hello Lampa, > > Lampa, 25.01.2010 (d.m.y): > >> Need autmatic delivery notification. >> >> You will sent email to supp...@domain.tld (reporting bugs or problem) >> and you will get back delivery notification (autogenerated). > > Maybe a Trouble Ticket System (e.g. R

Re: [Dovecot] sieve or another vacation/autoreply

2010-01-26 Thread Christian Schmidt
Hello Lampa, Lampa, 25.01.2010 (d.m.y): > Need autmatic delivery notification. > > You will sent email to supp...@domain.tld (reporting bugs or problem) > and you will get back delivery notification (autogenerated). Maybe a Trouble Ticket System (e.g. Request Tracker) will fit those and some mo

[Dovecot] dovecot-antispam for dovecot 2.0?

2010-01-26 Thread Adam Seering
Hi, Just wondering, is there a development version or the like of the dovecot-antispam plugin, that works with the Dovecot 2.0 beta? I'm starting to poke at the new version (mdbox looks really handy for my use case); I'm also starting to play with dspam, but I'm finding it annoying to t

Re: [Dovecot] read-only dovecot-uidlist

2010-01-26 Thread Timo Sirainen
On Tue, 2010-01-26 at 12:34 -0400, Cor Bosman wrote: > >> Hi all, i just investigated a user complaint and found a read-only > >> dovecot-uidlist. Since dovecot couldnt write it, the process failed. Users > >> can not reach this file, so how this became readonly is beyond me. Must be > >> someth

Re: [Dovecot] read-only dovecot-uidlist

2010-01-26 Thread Cor Bosman
On Jan 26, 2010, at 12:29 PM, Timo Sirainen wrote: > On Tue, 2010-01-26 at 10:24 -0400, Cor Bosman wrote: >> Hi all, i just investigated a user complaint and found a read-only >> dovecot-uidlist. Since dovecot couldnt write it, the process failed. Users >> can not reach this file, so how this b

Re: [Dovecot] read-only dovecot-uidlist

2010-01-26 Thread Timo Sirainen
On Tue, 2010-01-26 at 10:24 -0400, Cor Bosman wrote: > Hi all, i just investigated a user complaint and found a read-only > dovecot-uidlist. Since dovecot couldnt write it, the process failed. Users > can not reach this file, so how this became readonly is beyond me. Must be > something in dovec

Re: [Dovecot] dovecot-antispam for dovecot 2.0?

2010-01-26 Thread Johannes Berg
Hi, > Just wondering, is there a development version or the like of the > dovecot-antispam plugin, that works with the Dovecot 2.0 beta? No, there isn't. > I'm starting to poke at the new version (mdbox looks really handy > for my use case); I'm also starting to play with dspam, but I'

[Dovecot] read-only dovecot-uidlist

2010-01-26 Thread Cor Bosman
Hi all, i just investigated a user complaint and found a read-only dovecot-uidlist. Since dovecot couldnt write it, the process failed. Users can not reach this file, so how this became readonly is beyond me. Must be something in dovecot. Maybe an older bug? Doing a search now for more readonly

Re: [Dovecot] backup & restore mailbox files manually

2010-01-26 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Jan 2010, Steffen Kaiser wrote: first try to reindex or cache the locally cached information about the mails. Er, this sentence should read: first try to reindex or delete the locally cached information about the mails in the MUA. R

Re: [Dovecot] backup & restore mailbox files manually

2010-01-26 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Jan 2010, CoolAtt NNA wrote: When I delete the mail file from /Maildir/cur and restore it from the backup , I cannot see the body of the email when I view it (only the subject appears) I restored only a single mail file using scp: scp

Re: [Dovecot] Are Mail files in /Maildir/cur & /Maildir/.Sent read-only ?

2010-01-26 Thread Timo Sirainen
On Tue, 2010-01-26 at 13:36 +0100, Johannes Grimm wrote: > Hi, this is a snip from the original > http://wiki.dovecot.org/MailboxFormat/Maildir > > "with maildir the filename changes every time the message's flags > change" > > Only if you "do" something with a mail (like deleting) the

Re: [Dovecot] Are Mail files in /Maildir/cur & /Maildir/.Sent read-only ?

2010-01-26 Thread Johannes Grimm
Hi, this is a snip from the original http://wiki.dovecot.org/MailboxFormat/Maildir "with maildir the filename changes every time the message's flags change" Only if you "do" something with a mail (like deleting) the filename and modified date will change. If you want to delete mails

[Dovecot] Are Mail files in /Maildir/cur & /Maildir/.Sent read-only ?

2010-01-26 Thread CoolAtt NNA
Hi ALL... I want to know if the files in /Maildir/cur & /Maildir/.Sent are modified by dovecot. I have a script which calculates the age of the mail files. I think that if they are continuously modified by dovecot I won't be able to calculate the age of the files. Can Anyone plz advise on thi

Re: [Dovecot] Proxying to a DNS Name

2010-01-26 Thread Miquel van Smoorenburg
On di, 2010-01-26 at 10:32 +0100, Jakob Hirsch wrote: > Timo Sirainen, 2010-01-25 20:29: > > >>> b) Get some async DNS library from somewhere. > >> I have been looking for that as well recenly, and I stumbled upon the > >> unbound library, part of the unbound project. > > I know there are a few of

Re: [Dovecot] Proxying to a DNS Name

2010-01-26 Thread Jakob Hirsch
Timo Sirainen, 2010-01-25 20:29: >>> b) Get some async DNS library from somewhere. >> I have been looking for that as well recenly, and I stumbled upon the >> unbound library, part of the unbound project. > I know there are a few of them, but I'd prefer to use the system's own > resolver. A few re

Re: [Dovecot] acl flag to limit imap_acl based acl changes

2010-01-26 Thread Amon Ott
On Tuesday 26 January 2010 wrote Amon Ott: > On Monday 25 January 2010 wrote Timo Sirainen: > > On Mon, 2010-01-25 at 11:57 +0100, Amon Ott wrote: > > > http://wiki.dovecot.org/ACL says that "a" or "admin" covers > > > "Administration rights to the mailbox". However, removing "a" from > > > owner a