Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-04 Thread Duane Hill
On Wednesday, September 05, 2012 at 06:14:10 UTC, p...@state-of-mind.de confabulated: > * Robert Schetterer : >> Am 04.09.2012 10:30, schrieb Robert Schetterer: >> > Hi, perhaps somebody wants to this >> > >> > --snip >> > Microsoft® Outlook® 2013 Preview >> > Outlook 2013 Preview implements the

Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-04 Thread Patrick Ben Koetter
* Robert Schetterer : > Am 04.09.2012 10:30, schrieb Robert Schetterer: > > Hi, perhaps somebody wants to this > > > > --snip > > Microsoft® Outlook® 2013 Preview > > Outlook 2013 Preview implements the IMAP LIST extension specified in > > [RFC6154] as the XLIST command. > > ---snip > > > > taken

Re: [Dovecot] TIMO HELP! director ring wont stay connected

2012-09-04 Thread Kelsey Cummings
On 9/4/2012 5:58 PM, Timo Sirainen wrote: On 3.9.2012, at 21.26, Kelsey Cummings wrote: passdb { args = proxy=y nopassword=y driver = static } I wonder if someone was doing a ton of logins for different usernames? This kind of setup where director doesn't verify the username can be attac

Re: [Dovecot] TIMO HELP! director ring wont stay connected

2012-09-04 Thread Timo Sirainen
On 5.9.2012, at 3.58, Timo Sirainen wrote: > On 3.9.2012, at 21.26, Kelsey Cummings wrote: > >> passdb { >> args = proxy=y nopassword=y >> driver = static >> } > > I wonder if someone was doing a ton of logins for different usernames? This > kind of setup where director doesn't verify the usern

Re: [Dovecot] TIMO HELP! director ring wont stay connected

2012-09-04 Thread Timo Sirainen
On 3.9.2012, at 21.26, Kelsey Cummings wrote: > passdb { > args = proxy=y nopassword=y > driver = static > } I wonder if someone was doing a ton of logins for different usernames? This kind of setup where director doesn't verify the username can be attacked that way.

Re: [Dovecot] TIMO HELP! director ring wont stay connected

2012-09-04 Thread Kelsey Cummings
On 09/03/12 12:06, Timo Sirainen wrote: On 3.9.2012, at 21.26, Kelsey Cummings wrote: I've had 2x director ring up and running with production load on 2.1.8 with around 10,000 active connections for two weeks and everything has been working great - until this morning. There isn't anything ob

Re: [Dovecot] finding messages deleted before timespec

2012-09-04 Thread Joseph Tam
On Tue, 4 Sep 2012, Sven Hartge wrote: I am searching for a search_query which only matches messages with the flag \Deleted whose flag has been set 24h or longer ago. Doing something like doveadm expunge -A mailbox \* DELETED is not the solution, since it will expunge all deleted mails witho

Re: [Dovecot] Anyone else seeing lots of random duplicate messages???

2012-09-04 Thread Reindl Harald
Am 04.09.2012 23:02, schrieb Charles Marcus: > On 9/4/2012 1:07 PM, Stan Hoeppner wrote: >> On 9/4/2012 11:37 AM, Charles Marcus wrote: >>> Almost every message I'm getting through this list is duplicated, down >>> to the same exact message-ID... >>> >>> Anyone else seeing this? >> >> Nope. Mak

Re: [Dovecot] Anyone else seeing lots of random duplicate messages???

2012-09-04 Thread Charles Marcus
On 9/4/2012 1:07 PM, Stan Hoeppner wrote: On 9/4/2012 11:37 AM, Charles Marcus wrote: Almost every message I'm getting through this list is duplicated, down to the same exact message-ID... Anyone else seeing this? Nope. Make any changes to Postfix or your script recently? Nope... but, you

Re: [Dovecot] Custom auth process in dovecot 2

2012-09-04 Thread Timo Sirainen
On 4.9.2012, at 23.01, Richard Platel wrote: > I'm trying to upgrade from dovecot-1.1.x to 2.1.7. > > We have our own custom auth server process (because we want to do our own > password validation and for other reasons) that listens on a UNIX domain > socket and speaks the dovecot auth proto

[Dovecot] Custom auth process in dovecot 2

2012-09-04 Thread Richard Platel
Hi, I'm trying to upgrade from dovecot-1.1.x to 2.1.7. We have our own custom auth server process (because we want to do our own password validation and for other reasons) that listens on a UNIX domain socket and speaks the dovecot auth protocol. In dovecot 1.1 we could configure this with

Re: [Dovecot] Anyone else seeing lots of random duplicate messages???

2012-09-04 Thread /dev/rob0
On Tue, Sep 04, 2012 at 12:40:48PM -0400, Charles Marcus wrote: > On 2012-09-04 12:37 PM, Charles Marcus > wrote: > >Almost every message I'm getting through this list is duplicated, > >down to the same exact message-ID... > > > >Anyone else seeing this? > > Even this one was duplicated... I th

[Dovecot] [PATCH] Generalize HMAC implementation

2012-09-04 Thread Florian Zeitz
Hello everyone and Timo in particular, about a year ago I implemented a SHA-1 variant of the HMAC(-MD5) present in Dovecot. I had always disliked this a bit, because it replicates a lot of code. This patch generalizes the HMAC function to take a hash_method struct as parameter, and changes existin

Re: [Dovecot] Anyone else seeing lots of random duplicate messages???

2012-09-04 Thread Stan Hoeppner
On 9/4/2012 11:37 AM, Charles Marcus wrote: > Almost every message I'm getting through this list is duplicated, down > to the same exact message-ID... > > Anyone else seeing this? Nope. Make any changes to Postfix or your script recently? -- Stan

Re: [Dovecot] thunderbird not connecting

2012-09-04 Thread Stan Hoeppner
On 9/3/2012 11:21 PM, cc young wrote: > cannot get TB to recognize either pop3/s or imap/s server > > can connect just fine with: > > openssl s_client -connect ms1.myserver.net:993 > . login ... > > but trying with TB /var/log/mail.log gets: > > dovecot: pop3-login: Aborted login (no auth atte

Re: [Dovecot] Anyone else seeing lots of random duplicate messages???

2012-09-04 Thread Phil Turmel
On 09/04/2012 12:40 PM, Charles Marcus wrote: > On 2012-09-04 12:37 PM, Charles Marcus wrote: >> Almost every message I'm getting through this list is duplicated, down >> to the same exact message-ID... >> >> Anyone else seeing this? > > Even this one was duplicated... Not here :-) Phil

Re: [Dovecot] Anyone else seeing lots of random duplicate messages???

2012-09-04 Thread Charles Marcus
On 2012-09-04 12:37 PM, Charles Marcus wrote: Almost every message I'm getting through this list is duplicated, down to the same exact message-ID... Anyone else seeing this? Even this one was duplicated...

[Dovecot] Anyone else seeing lots of random duplicate messages???

2012-09-04 Thread Charles Marcus
Almost every message I'm getting through this list is duplicated, down to the same exact message-ID... Anyone else seeing this? Charles

Re: [Dovecot] finding messages deleted before timespec

2012-09-04 Thread Sven Hartge
Timo Sirainen wrote: > On 3.9.2012, at 14.31, Sven Hartge wrote: >> I want to use this to expunge all DELETED messages which have been in >> that state for 24h or longer. > Dovecot doesn't keep track of that information, so you can't. I suspected this. Would be nice though. Grüße, Sven. -- S

Re: [Dovecot] finding messages deleted before timespec

2012-09-04 Thread Timo Sirainen
On 3.9.2012, at 14.31, Sven Hartge wrote: > I want to use this to expunge all DELETED messages which have been in > that state for 24h or longer. Dovecot doesn't keep track of that information, so you can't.

Re: [Dovecot] finding messages deleted before timespec

2012-09-04 Thread Sven Hartge
Dennis Guhl wrote: > On Mon, Sep 03, 2012 at 01:31:18PM +0200, Sven Hartge wrote: >> Hi! >> I want to use this to expunge all DELETED messages which have been in >> that state for 24h or longer. > http://wiki2.dovecot.org/Tools/Doveadm/Expunge Yes, I know about doveadm expunge. I am searching

Re: [Dovecot] doveadm command to block a user?

2012-09-04 Thread Alessio Cecchi
Il 03/09/2012 10:41, Angel L. Mateo ha scritto: Hello, Is there any command to be able to lock imap access to a specific user? With doveadm kick I could close his connections, but I want to avoid future ones too and just for imap. Any way to do it? I can do it by disable specific

Re: [Dovecot] finding messages deleted before timespec

2012-09-04 Thread Dennis Guhl
On Mon, Sep 03, 2012 at 01:31:18PM +0200, Sven Hartge wrote: > Hi! [..] > I want to use this to expunge all DELETED messages which have been in > that state for 24h or longer. http://wiki2.dovecot.org/Tools/Doveadm/Expunge HTH Dennis [..]

Re: [Dovecot] thunderbird not connecting

2012-09-04 Thread Spyros Tsiolis
> > From: "cc "maco" young" >To: Spyros Tsiolis >Sent: Tuesday, 4 September 2012, 16:00 >Subject: Re: [Dovecot] thunderbird not connecting > > >On Tue, Sep 4, 2012 at 2:31 PM, Spyros Tsiolis wrote: > >> . . . .  %< . . . . . %< . . . .  . . . . >  >what you show

Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-04 Thread Robert Schetterer
Am 04.09.2012 10:30, schrieb Robert Schetterer: > Hi, perhaps somebody wants to this > > --snip > Microsoft® Outlook® 2013 Preview > Outlook 2013 Preview implements the IMAP LIST extension specified in > [RFC6154] as the XLIST command. > ---snip > > taken out of [MS-STANOIMAP].pdf > > which zip

Re: [Dovecot] problems with ssl cert

2012-09-04 Thread Spyros Tsiolis
- Original Message - > From: "cc "maco" young" > To: dovecot@dovecot.org > Cc: > Sent: Tuesday, 4 September 2012, 10:50 > Subject: [Dovecot] problems with ssl cert > > in conf.d/10-ssl.conf: > > ssl = yes > ssl_cert = ssl_key = > when try to set up an account in thrunderbird, get /v

[Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-04 Thread Robert Schetterer
Hi, perhaps somebody wants to this --snip Microsoft® Outlook® 2013 Preview Outlook 2013 Preview implements the IMAP LIST extension specified in [RFC6154] as the XLIST command. ---snip taken out of [MS-STANOIMAP].pdf which zip you may download here http://msdn.microsoft.com/en-us/library/ee15712

[Dovecot] problem about pop3 using dovecot

2012-09-04 Thread bmalik
I upgraded dovecot from 1.1 to 2.1.8 pop3/imap works but i have a problem. i use pop3 protocol on outlook 2010 for my account. and i set keep my mails on the server for 5 days or until i delete them. These settings were working old dovecot1.1. But when i upgraded it to 2.1.8. if i even delete a m

[Dovecot] problems with ssl cert

2012-09-04 Thread cc "maco" young
in conf.d/10-ssl.conf: ssl = yes ssl_cert =

Re: [Dovecot] thunderbird not connecting

2012-09-04 Thread Spyros Tsiolis
> > From: "cc "maco" young" >To: Spyros Tsiolis >Sent: Tuesday, 4 September 2012, 9:42 >Subject: Re: [Dovecot] thunderbird not connecting > > >On Tue, Sep 4, 2012 at 12:59 PM, Spyros Tsiolis wrote: > > >> >>- Original Message - >>> From: cc young >>> To