Re: indexer crash

2021-08-31 Thread Onno Molenkamp
Op 31-08-2021 om 11:17 schreef Timo Sirainen: The attached patch should fix it? It does, thanks! Onno OpenPGP_signature Description: OpenPGP digital signature

indexer crash

2021-08-28 Thread Onno Molenkamp
Hi, Because I was getting segfaults in libc in calloc calls by the indexer process of Dovecot 2.3.16, I ran indexer with valgrind to look for possible memory corruption. It did indeed find that indexer was accessing memory that had already been freed, I've attached the log file. I've then tr

\Noselect missing after deleting mailbox

2020-04-07 Thread Onno Molenkamp
Hi, With mailbox_list_index enabled (which is the default), Dovecot won't return \Noselect when LISTing a mailbox that was deleted but still has subordinate mailboxes. Before creating such a mailbox in the first place, it does return \Noselect. 1 LIST "" Test 1 OK List completed (0.002 + 0.000 +

dovecot-lda panics when postmaster_address is given on command line

2015-05-12 Thread Onno Molenkamp
Hi, When passing a postmaster_address to dovecot-lda on the command line with -o, it panics: $ ./dovecot-lda -o postmaster_address=anything lda(onno,)Panic: file lda-settings.c: line 80 (lda_settings_check): assertion failed: (set->postmaster_address[0] == SETTING_STRVAR_UNEXPANDED[0]) It looks

[Dovecot] Windows Mobile and IMAP proxy

2008-04-22 Thread Onno Molenkamp
Hi, We are running Dovecot proxies in front of our Dovecot IMAP servers, and were having problems with Windows Mobile clients not being able to connect. The clients would send a LOGIN command, and immediately after the succes reply a LOGOUT command. It turns out the Windows Mobile IMAP client

[Dovecot] verbose_proctitle for proxy processes?

2007-10-12 Thread Onno Molenkamp
Hi, We're using Dovecot to proxy incoming POP3 and IMAP connections to the right server. We'd like to be able to see what connections are currently open on the proxy servers, without having the parse the log file. For normal mail processes it's possible to use verbose_proctitle for this purpos

Re: [Dovecot] Quota warning patch and config parsing in 1.0.2

2007-07-17 Thread Onno Molenkamp
Op dinsdag 17 juli 2007 schreef Doug Council: > plugin { >quota = maildir:storage=20480 >quota_warning = storage=10% /usr/local/bin/quota-warning > } > > And this is the error Dovecot generates for anyone with a quota: > > quota warning: No command specified: > storage=10/usr/local/bin/quot

[Dovecot] pop3 creates bad index file

2007-06-21 Thread Onno Molenkamp
Hi, When I use pop3 to log on to a (Maildir) mailbox that doesn't yet exist in the filesystem, the pop3 server autocreates it for me. This works. Jun 21 10:50:45 mail-04 dovecot: pop3-login: Login: user=<[EMAIL PROTECTED]>, method=PLAIN, rip=:::192.168.42.105, lip=:::192.168.42.97 Jun 2

Re: [Dovecot] vpopmail quota

2007-06-12 Thread Onno Molenkamp
Op dinsdag 12 juni 2007 schreef Timo Sirainen: > Is the quota existing in pw_shell a standard vpopmail thing? Is it there > in bytes, kilobytes or what? I could change the code for v1.0.1 to > export the quota in some way if there's a standard. It contains "NOQUOTA" or a Maildir++ quota definition

[Dovecot] vpopmail quota

2007-06-12 Thread Onno Molenkamp
Hi, I'd like the vpopmail user database to return the quota settings for users, instead of having to rely on the validity of the maildirsize files. It doesn't look like this is currently possible. Would simply adding a auth_stream_reply_add call for "quota" with a suitable value in vpopmail_lo