Re: object storage

2015-09-25 Thread Hans Morten Kind
On Tue, Sep 15, 2015 at 12:31:25PM +0900, Timo Sirainen wrote: > On 12 Sep 2015, at 04:45, Bradley Giesbrecht wrote: > > > > Is the Dovecot Object Storage plugin still available for purchase? > > > > It's available, but at least for now we're only selling it to big

Re: 2.2.15 Panic in mbox_sync_read_next_mail()

2014-11-23 Thread Hans Morten Kind
On Tue, Nov 04, 2014 at 12:38:02PM +0100, Matthias Egger wrote: Has someone of you just found any kind of solution to this problem? We have been running some days with patches 31262a892ba7 and 80ed82a93c1a from http://hg.dovecot.org/dovecot-2.2/ They are working fine, handling the previously

Re: gssapi considered as PLAIN?

2014-11-05 Thread Hans Morten Kind
On Wed, Nov 05, 2014 at 04:22:12PM +0100, Harry Schmalzbauer wrote: as soon as I set disable_plaintext_auth = yes, AUTH=GSSAPI vanishes from capabilities. Try setting login_trusted_networks to something you trust. hmk

SSLv3 attack on pop3?

2014-10-31 Thread Hans Morten Kind
We turned off SSLv3 support on our pop/imap running dovecot on Oct 16th, we did check that all users where using TLSv1 and there have been no complaints (except one old windows-phone). But at 13:00 UTC today, suddenly strange entries is seen in the logfile: Error: SSL: Stacked error:

Re: SSLv3 attack on pop3?

2014-10-31 Thread Hans Morten Kind
On Fri, Oct 31, 2014 at 03:47:33PM -0400, Charles Marcus wrote: On 10/31/2014 3:02 PM, Hans Morten Kind k...@adm.uib.no wrote: This makes me anxious that some have made some poodle-like thing for pop3? Can you show full log entries? There is much more to show, but have a peek on port 995

2.2.15 Panic in mbox_sync_read_next_mail()

2014-10-29 Thread Hans Morten Kind
It might not be a fault in dovecot, as the user is accessing the folder locally with alpine while also running imap-sessions. However it would have been nice with a more graceful action than panic? The panic is preceeded by Error: Next message unexpectedly corrupted in mbox file PATH Panic:

Re: Pigeonhole 0.4.4 error with no sieve rules

2014-10-28 Thread Hans Morten Kind
On Tue, Oct 28, 2014 at 11:48:16AM +, James wrote: Syslog: Oct 28 11:03:50 mailhost dovecot: [ID 583609 mail.crit] lmtp(18915): Fatal: master: service(lmtp): child 18915 killed with signal 11 (core not dumped - set service lmtp { drop_priv_before_exec=yes }) For Solaris, please look

imap-postlogin and doveadm

2014-10-25 Thread Hans Morten Kind
We are configuring location= running a bash-script during imap-postlogin setting $MAIL in $USERDB_KEYS, as described in wiki/PostLoginScripting.txt This works fine. However, running a command like 'dovadm index [-u user] folder' only works for users with settings that match the default in

Re: imap-postlogin and doveadm

2014-10-25 Thread Hans Morten Kind
On Sat, Oct 25, 2014 at 04:14:44PM -0400, Gedalya wrote: On 10/25/2014 03:16 PM, Hans Morten Kind wrote: Would it be possible to make the location available for doveadm in a similar way, either with command line arguments or in the enviroment? Normally you would return this from the userdb

Re: imap-postlogin and doveadm

2014-10-25 Thread Hans Morten Kind
On Sat, Oct 25, 2014 at 02:06:22PM -0700, Timo Sirainen wrote: doveadm -o mail=/somewhere Or in general -o key=value overrides settings. I'm impressed - again! hmk

2.2.14 Panic in sync_expunge_range()

2014-10-20 Thread Hans Morten Kind
I am getting some panics after upgrading from 2.2.13 to 2.2.14 This panic happens for one user only, he is subscribed to 86 folders, on two of them this panic happens quite often - several times a day. The mbox folders seems OK, less than 30M with 30 and 200 messages. Panic: file

2.2.14 Panic in imap_fetch_more()

2014-10-20 Thread Hans Morten Kind
This panic happens with different users, and it also occured in 2.2.13 Panic: file imap-fetch.c: line 556 (imap_fetch_more): assertion failed: (ctx-client-output_cmd_lock == NULL || ctx-client-output_cmd_lock == cmd) hmk GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License

auth-worker goes wild

2014-10-14 Thread Hans Morten Kind
dovecot-2.2.13 running on Solaris-10, app 5000 concurrent connections, and a pretty standard config where passdb is set up with driver = pam. We have had some situations where an auth-worker gets into a loop, the load on the server rises and the auth-master seems blocked untill finally no new

Re: auth-worker goes wild

2014-10-14 Thread Hans Morten Kind
Seems like Timo had a fix for this already! http://hg.dovecot.org/dovecot-2.2/rev/4dc3f6103c48 It will do the trick right - we love dovecot! hmk

Re: [Dovecot] Statistics scripts

2012-08-08 Thread Hans Morten Kind
I guess everybody has spent their holiday looking into the stats features of dovecot-2.1! This is as far as I have got, it is a perl-script using Curses to smooth the screen and capture keystrokes while running. Mostly tested on Solaris but should probably run everywhere setting $base_dir, it