Re: [patch] TLS Handshake failures can crash imap-login

2015-04-24 Thread Leonardo Rodrigues
On 24/04/15 18:17, Hanno Böck wrote: Hi, I tracked down a tricky bug in dovecot that can cause the imap-login and pop3-login processes to crash on handshake failures. This can be tested by disabling SSLv3 in the dovecot config (ssl_protocols = !SSLv2 !SSLv3) and trying to connect with openssl a

Re: Auth-worker, Unknown User

2015-04-24 Thread Stephen R Guglielmo
On Fri, 24 Apr 2015 18:54:55 + Pascal Volk wrote: > On 04/24/2015 03:55 PM, Stephen R Guglielmo wrote: > > Hi list, > > > > I'm running Debian Jessie (8). I have Postfix and Dovecot working > > successfully. I attempted to setup LMTP in order to enable sieve > > support, but it seems I was no

[patch] TLS Handshake failures can crash imap-login

2015-04-24 Thread Hanno Böck
Hi, I tracked down a tricky bug in dovecot that can cause the imap-login and pop3-login processes to crash on handshake failures. This can be tested by disabling SSLv3 in the dovecot config (ssl_protocols = !SSLv2 !SSLv3) and trying to connect with openssl and forced sslv3 (openssl s_client -ssl3

Re: Performance

2015-04-24 Thread Leonardo Rodrigues
On 24/04/15 08:26, absolutely_f...@libero.it wrote: My question is: is better to use SQLite instead of MySQL? Should I prefer dbox format? Thank you in advance for your opinion! While 10k accounts is not a few accounts, i wouldn't call that a LOT of accounts neither. Assuming that the que

FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh

2015-04-24 Thread Michael Grimm
Hi — 1) I'm trying to compile a recent hg dovecot version (008632bdfd2c) at a FBSD10-STABLE system without success: libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -I/usr/local/include -DUDHRDIR=\"../../src/lib-fts\" -DDATADIR=\"/usr/local/share/dovecot\"

Re: Auth-worker, Unknown User

2015-04-24 Thread Pascal Volk
On 04/24/2015 03:55 PM, Stephen R Guglielmo wrote: > Hi list, > > I'm running Debian Jessie (8). I have Postfix and Dovecot working > successfully. I attempted to setup LMTP in order to enable sieve > support, but it seems I was not successful. Dovecot version 2.2.13. > > Postfix accepts an incom

Re: [BUG] imap-login segfault when running nmap -sV

2015-04-24 Thread Florian Pritz
On 24.04.2015 18:50, Florian Pritz wrote: > More details: https://rt.openssl.org/Ticket/Display.html?id=3818 login is guest/guest signature.asc Description: OpenPGP digital signature

Re: [BUG] imap-login segfault when running nmap -sV

2015-04-24 Thread Florian Pritz
On 21.04.2015 17:10, Marcus Rueckert wrote: >> > #0 0x7f120100260b in ssl3_get_client_hello () from >> > /usr/lib/libssl.so.1.0.0 >> > #1 0x7f120100738f in ssl3_accept () from /usr/lib/libssl.so.1.0.0 >> > #2 0x7f1201012b36 in ssl3_write_bytes () from /usr/lib/libssl.so.1.0.0 >> > #

Auth-worker, Unknown User

2015-04-24 Thread Stephen R Guglielmo
Hi list, I'm running Debian Jessie (8). I have Postfix and Dovecot working successfully. I attempted to setup LMTP in order to enable sieve support, but it seems I was not successful. Dovecot version 2.2.13. Postfix accepts an incoming test mail I sent, then tries to deliver it to Dovecot via LMT

Using Identities to send Emails, question on Email Storage

2015-04-24 Thread Kevin Laurie
hi, i was wondering that when sending mail with a different identity(b...@mydomain.com using h...@mydomain.com identity), why does it not copy the message to h...@mydomain.com(Sent box). instead it only shows it on b...@mydomain.com(Sent box). appreciate if someone could advise. could someone advi

[no subject]

2015-04-24 Thread Kevin Laurie

Re: acl and lazy_expunge plugins are incompatible?

2015-04-24 Thread Giedrius Liubavičius
Hello, as i've already sent it few times: it works... but with minor patching (dirty patch bellow) Keep in mind, that for using this patch to work, you should add *lazy_expunge_ignore_namespace_not_found* parameter to your configuration. My own configuration below: > plugin { >

Re: Performance

2015-04-24 Thread Roland van Laar
On 24-04-15 13:26, absolutely_f...@libero.it wrote: Hi, at moment I have this environment: CentOS nginx + phpfpm Dovecot, with Maildir format Postfix Roundcube MySQL backend about 1 mailusers dual core Intel(R) Pentium(R) D CPU 3.00GHz 8 GB RAM network storage device (Coraid), ext4 file sys

Performance

2015-04-24 Thread absolutely_f...@libero.it
Hi, at moment I have this environment: CentOS nginx + phpfpm Dovecot, with Maildir format Postfix Roundcube MySQL backend about 1 mailusers dual core Intel(R) Pentium(R) D CPU 3.00GHz 8 GB RAM network storage device (Coraid), ext4 file system I have no performance issue now, but I need to

Re: fts_languages setting is missing - disabling?

2015-04-24 Thread Dominik Breu
Hello Ralf and Timo, i got the same warning but my fts is configured to use solr and not lucene. applied the same quick fix as Ralf did maybe there is more to look at when fixing it. greets, dominik Am Freitag, den 24.04.2015, 13:00 +0200 schrieb Ralf Hildebrandt: > * Timo Sirainen : > > On 24

Re: fts_languages setting is missing - disabling?

2015-04-24 Thread Ralf Hildebrandt
* Timo Sirainen : > On 24 Apr 2015, at 13:54, Ralf Hildebrandt wrote: > > > > * Ralf Hildebrandt : > >> I don't find "fts_languages" in the documentation... What should I add > >> there anbd where? > > > > fts_languages = de,en > > seems to do the trick. But I wonder if there's something like "a

Re: fts_languages setting is missing - disabling?

2015-04-24 Thread Timo Sirainen
On 24 Apr 2015, at 13:54, Ralf Hildebrandt wrote: > > * Ralf Hildebrandt : >> I don't find "fts_languages" in the documentation... What should I add >> there anbd where? > > fts_languages = de,en > seems to do the trick. But I wonder if there's something like "all" > and what exactly this settin

Re: fts_languages setting is missing - disabling?

2015-04-24 Thread Ralf Hildebrandt
* Ralf Hildebrandt : > I don't find "fts_languages" in the documentation... What should I add > there anbd where? fts_languages = de,en seems to do the trick. But I wonder if there's something like "all" and what exactly this setting does. -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Fra

fts_languages setting is missing - disabling?

2015-04-24 Thread Ralf Hildebrandt
I don't find "fts_languages" in the documentation... What should I add there anbd where? doveadm(restore): Error: fts-dovecot: fts_languages setting is missing - disabling -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München,

Re: Crash in dovecot/auth with backtrace

2015-04-24 Thread Ralf Hildebrandt
* Timo Sirainen : > On 23 Apr 2015, at 17:34, Ralf Hildebrandt > wrote: > > > > I'm seeing this odd crash with > > "USER\t531\t*@liquid-scan.de\tservice=quota-status" > > Which looks like something is being tested against our quota-status -- > > but I fail to see why an NON LOCAL address is bei

Re: acl and lazy_expunge plugins are incompatible?

2015-04-24 Thread Paolo Cravero
Hello. Before going into deep testing of 2.2.16 (clean install tbd), I would like to know if someone is using succesfully both ACL and Lazy_expunge plugins. Perhaps I had a config error? Thanks, Paolo > Il 3 marzo 2015 alle 16.36 Paolo Cravero ha > scritto: > > > Hello list. > Following two p

Re: doveadm problem

2015-04-24 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 24 Apr 2015, T.Tributh wrote: doveadm pw -t {SSHA512}cywDi7p60qc1K0mK4zAC2NrnK86hntGgbQcAh3H9U3WEpZMFk1hj/MYQ81hJouP1FOsF/Jasc1BjzdaPeUU5fYLitEzV -p 1234 Fatal: Couldn't load required plugin /usr/lib/dovecot/modules/lib11_imap_quota_plugin.s

Re: Dovecot 2.2.16: disappearing messages, mismatched summaries, duplicated messages, excessive full re-downloads

2015-04-24 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 23 Apr 2015, David Gessel wrote: I'm inclined to believe, as trivial as it may be to enumerate, that: Something is triggering dovecot to believe the indexes need to be rebuilt. When checking mail during the rebuild, clients get confused by