Re: segfault in IMAP APPEND with compressed maildir

2016-06-07 Thread Aki Tuomi
nagesieve-login { > inet_listener sieve { > port = 4190 > } > } > service managesieve { > process_limit = 100 > } > service pop3 { > process_limit = 1000 > } > shutdown_clients = no > ssl = no > syslog_facility = local2 > userdb { > args = /etc/dovecot/dovecot-sql.conf > driver = sql > } > verbose_proctitle = yes > protocol imap { > mail_max_userip_connections = 10 > mail_plugins = acl quota zlib imap_quota imap_acl > } > protocol pop3 { > mail_plugins = acl quota zlib > } > > > I hope, that this is all required information to find and solve this issue. > > Greetings > Roland Hi! This would appear to be fixed in https://github.com/dovecot/core/commit/5df8396a7cbad0b38b83a86667fb3d4c223f6f7c --- Aki Tuomi Dovecot Oy

Re: segfault in IMAP APPEND with compressed maildir

2016-06-07 Thread Aki Tuomi
On 07.06.2016 11:52, Aki Tuomi wrote: > > On 07.06.2016 11:20, Roland Rosenfeld wrote: >> Hi! >> >> After upgrading from Debian wheezy with (self compiled) dovecot 2.2.15 >> to Debian jessie with (self compiled) 2.2.24, I observe the following >> segmentatio

Re: password expire warning for dovecot users in IMAP/POP login

2016-06-08 Thread Aki Tuomi
On 08.06.2016 09:37, mkaw...@redhat.com wrote: > Dear list, > > Is it possible to give a notification about password exprire warning > to users authenticated by OpenLDAP when the users login via dovecot > using IMAP or POP? For example, when you ssh to a server and/or run > ldapsearch, you can

Re: fts lucene crashes in 2.2.24

2016-06-07 Thread Aki Tuomi
On 29.05.2016 10:56, Wolfgang Rosenauer wrote: > Hi, > > I've just enabled FTS via Lucene on my Dovecot 2.2.24 installation but I > see the indexer crashing ?always?. > > This simple testcase with a very tiny testing mailbox exposes the issue > immediately: > > doveadm -v index -u anmesse INBOX

Re: Bug with shared access to mailbox

2016-06-03 Thread Aki Tuomi
On 30.05.2016 16:41, van der Kamp, John wrote: Hello, I'm testing dovecot with some setups, and one of them is with shared mailboxes. The test I wrote will create and delete mail using multiple connections to the same user and folder. Each connection makes a couple of mails, remembers the uid

Re: Blowfish hashed passwords

2016-06-03 Thread Aki Tuomi
On 03.06.2016 04:16, KT Walrus wrote: The PHP app I’m using on my website uses PHP to generate password hashes to be stored into the user database. These password hashes use Blowfish encryption ("$2y$”). In fact, since PHP 5.3.0, PHP contains its own implementation of the hash types it

Re: Doveadm HTTP API - Disconnected for inactivity

2016-06-04 Thread Aki Tuomi
On 03.06.2016 23:23, Ricardo Machini Barbosa wrote: Hello, I am doing some calls using doveadm http API and I noticed that when some calls took more than 5 seconds the connection are closed, this happen general with huge mailbox's. There are some kind of timeout that I have to set ?

Re: Blowfish hashed passwords

2016-06-03 Thread Aki Tuomi
On 03.06.2016 15:14, KT Walrus wrote: (I subscribed to a daily digest for this list and can’t figure out how to reply to a reply.) Anyway, Aki Tuomi replied to my feature request saying: We support in latest 2.2 release MD5 MD5-CRYPT SHA SHA1 SHA256 SHA512 SMD5 SSHA SSHA256 SSHA512 PLAIN

Re: nginx proxy to dovecot servers

2016-06-03 Thread Aki Tuomi
On 03.06.2016 16:00, KT Walrus wrote: btw, what is the reasong for NGINX proxy anyway? Since dovecot proxy can do this for you too. I want to do authentication using the IP that the IMAP client used to connect to the IMAP server. That is, I have 50 IPs, one for each state my users live in,

Re: shutdown_clients has no effect on doveadm stop

2016-06-14 Thread aki . tuomi
reload dovecot" keeps the open sessions healthy. > > So it seems that either the man page is wrong, or shutdown_clients=no > has no effect after dovecot stop... > > Greetings > Roland > Are you using systemd by chance? --- Aki Tuomi

Re: Upgrade to 2.2.9 breaks sasl auth

2016-06-15 Thread aki . tuomi
ion 2.2.9 > root@larch:~# telnet 192.168.3.112 12345 > Trying 192.168.3.112... > Connected to 192.168.3.112. > Escape character is '^]'. > VERSION 1 1 > SPID 5300 > > Seems be something lacking in the response from 2.2.9 that fits the "no > sasl methods" response from postfix > have you checked doveadm log errors --- Aki Tuomi

Re: Update Kills Dovecot

2016-06-05 Thread Aki Tuomi
On 05.06.2016 17:48, Sven Roellig wrote: > Hi,i run Dovecot 2.3.0 Alpha > The last two Updates broken dovecot.in the mail.war log i became the error, > on every mail, > ..de)<3+RHF1k4VFfDOwAApDKQ5A>: Fatal: master: service(lmtp): child > 15299 killed with signal 6 (core dumps

Re: Slow auth

2016-06-07 Thread aki . tuomi
> users against my FreeIPA server? > > > -- > Ranbir LDAP does come into mind... IPA after all IS ldap based. It's what sssd uses as well. --- Aki Tuomi

Re: IMAP Timeouts

2016-05-29 Thread aki . tuomi
t; cat /proc/sys/kernel/random/entropy_avail > > In case you see a low value you should consider running a daemon like > haveged. > > Alexander Also make sure you are not facing simple firewall or interconnectivity issue. Also usually it helps if you provide outputs from doveconf -n doveadm log errors --- Aki Tuomi

Re: doveadm-server protocol change?

2016-05-30 Thread aki . tuomi
(fe789d2) Hi! This has been fixed in 2.2.24. There was a bug in user passing. We also invite you to have a go at our HTTP based interface, see http://wiki.dovecot.org/Design/DoveadmProtocol/HTTP --- Aki Tuomi

Re: doveadm-server protocol change?

2016-05-30 Thread aki . tuomi
(fe789d2) Hi! This has been fixed in 2.2.24. There was a bug in user passing. We also invite you to have a go at our HTTP based interface, see http://wiki.dovecot.org/Design/DoveadmProtocol/HTTP --- Aki Tuomi

Re: first_valid_uid

2016-05-27 Thread Aki Tuomi
On 27.05.2016 23:52, Vince42 wrote: Hi, [Aki Tuomi] - [27.05.2016 22:33] I have error log entries like dovecot: lmtp(22155, mail): Error: user mail: Mail access for users with UID 8 not permitted (see first_valid_uid in config file, uid from userdb lookup). This obviously tells me

Re: first_valid_uid

2016-05-27 Thread Aki Tuomi
On 27.05.2016 23:29, Vince42 wrote: Hi, I have error log entries like dovecot: lmtp(22155, mail): Error: user mail: Mail access for users with UID 8 not permitted (see first_valid_uid in config file, uid from userdb lookup). This obviously tells me that the user mail (UID 8) is trying to

Re: doveadm-server protocol change?

2016-05-30 Thread aki . tuomi
> On May 30, 2016 at 9:54 PM Heiko Schlittermann wrote: > > > Hi Aki, > > thank your for responding that fast. > > aki.tu...@dovecot.fi (Mo 30 Mai 2016 17:49:53 CEST): > … > > Hi! This has been fixed in 2.2.24. There was a bug in user passing. >

Re: doveadm-server protocol change?

2016-05-30 Thread aki . tuomi
> On May 30, 2016 at 10:26 PM Heiko Schlittermann wrote: > > > Heiko Schlittermann (Mo 30 Mai 2016 21:18:09 CEST): > > Hi Aki, > > > > aki.tu...@dovecot.fi (Mo 30 Mai 2016 20:57:58 CEST): > > … > > > You can get packages

RE: newbie userdb lookup problem

2016-06-23 Thread aki . tuomi
vice. 2) as auth *service* runs as root it prolly is best to use root:root 0400 for the actual file. --- Aki Tuomi

Re: newbie userdb lookup problem

2016-06-22 Thread aki . tuomi
mail) missing +r perm: > /var/run/dovecot/auth-userdb, dir owned by 0:0 mode=0755) > > > > /var/run/dovecot/ is indeed owned by root:root with 0755 permissions. > > The actual passwd file used for userdb/passdb is currently owned by > root:vmail with 0640 permissions. > > http://wiki.dovecot.org/LDA Section virtual users, with lookup has the answer. --- Aki Tuomi

Re: fts_solr not working

2016-06-23 Thread aki . tuomi
ion. ># "children" value lists child mailboxes, but hides the namespace > prefix. >#list = yes > ># Namespace handles its own subscriptions. If set to "no", the parent ># namespace handles them (empty prefix should always have this as > "yes") >#subscriptions = yes > } > > > I had to put this in dovecot.conf in order for the plugin to be enabled: > > mail_plugins = fts fts_solr > > solr is reachable at localhost:8880/solr and appears to be working. > > Please help, any suggestions are welcome > > Thanks Can you please send doveconf -n? --- Aki Tuomi

Re: Postfix and Dovecot LDA vs. LMTP

2016-06-24 Thread aki . tuomi
The most crucial difference is that LDA is intended for delivering email to a *real* user. Aki > On June 24, 2016 at 7:59 PM Jan Büren wrote: > > > Hi Michael, > > > I'd appreciate comments from experienced users of postfix with dovecot. > > Are > > you using

Re: Custom storage backend

2016-06-18 Thread aki . tuomi
d of hardcoding our changes directly into the dovecot source ? > > Thanks. You want to look at lib-fs I guess and you can probably get somewhere by looking at existing plugins. Unfortunately this is not documented as well as it perhaps should be. --- Aki Tuomi

Re: Looking for NTLM config example

2016-06-27 Thread aki . tuomi
on it, and I'm dismayed > there isn't.] > > -Greg It's not very used feature as most with AD probably are using Exchange. I'll have a look at the NTLM authentication and see if we can improve it's documentation. --- Aki Tuomi Dovecot oy

Re: Looking for NTLM config example

2016-06-26 Thread aki . tuomi
e 14.1 > auth_debug_passwords = yes > auth_mechanisms = ntlm plain login > auth_use_winbind = yes > auth_verbose = yes > auth_verbose_passwords = plain > disable_plaintext_auth = no > info_log_path = /var/log/dovecot_info > mail_location = maildir:~/Maildir > protocols = imap > ssl_cert = > ssl_key = userdb { > args = username_format=%n allow_all_users=yes > driver = passwd > } > verbose_ssl = yes > > > I configured Thunderbird for NTLM authentication, then tried sending a > message, I got the > following in /var/log/dovecot_info: > > Apr 22 01:37:57 imap-login: Debug: SSL: elliptic curve secp384r1 will be used > for ECDH and ECDHE key exchanges > Apr 22 01:37:57 imap-login: Debug: SSL: elliptic curve secp384r1 will be used > for ECDH and ECDHE key exchanges > Apr 22 01:37:57 auth: Debug: Loading modules from directory: > /usr/local/lib/dovecot/auth > Apr 22 01:37:57 imap-login: Info: Disconnected: Auth process broken > (disconnected before auth was ready, waited 0 secs): user=<>, > rip=192.168.0.58, lip=98.102.63.107, session= > > > On Thunderbird I got the error, "Sending of the message failed. The > Outlgoing server (SMTP) > my.server.name does not support the selected authentication method. Please > change the > 'Autnentication method' in 'Account Settings | Outgoing Server (SMTP)'." > > Clearly, something is configured wrong, but I've no clue what. > > Can I get some advice? > > THX --Mark --- Aki Tuomi

Re: Looking for NTLM config example

2016-06-26 Thread aki . tuomi
vecot.conf > # OS: Linux 3.10.17 x86_64 Slackware 14.1 > auth_debug_passwords = yes > auth_mechanisms = ntlm plain login > auth_use_winbind = yes > auth_verbose = yes > auth_verbose_passwords = plain > disable_plaintext_auth = no > info_log_path = /var/log/dovecot_info > mail_location = maildir:~/Maildir > protocols = imap > ssl_cert = > ssl_key = userdb { > args = username_format=%n allow_all_users=yes > driver = passwd > } > verbose_ssl = yes > > > I configured Thunderbird for NTLM authentication, then tried sending a > message, I got the > following in /var/log/dovecot_info: > > Apr 22 01:37:57 imap-login: Debug: SSL: elliptic curve secp384r1 will be used > for ECDH and ECDHE key exchanges > Apr 22 01:37:57 imap-login: Debug: SSL: elliptic curve secp384r1 will be used > for ECDH and ECDHE key exchanges > Apr 22 01:37:57 auth: Debug: Loading modules from directory: > /usr/local/lib/dovecot/auth > Apr 22 01:37:57 imap-login: Info: Disconnected: Auth process broken > (disconnected before auth was ready, waited 0 secs): user=<>, > rip=192.168.0.58, lip=98.102.63.107, session= > > > On Thunderbird I got the error, "Sending of the message failed. The > Outlgoing server (SMTP) > my.server.name does not support the selected authentication method. Please > change the > 'Autnentication method' in 'Account Settings | Outgoing Server (SMTP)'." > > Clearly, something is configured wrong, but I've no clue what. > > Can I get some advice? > > THX --Mark --- Aki Tuomi

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-27 Thread Aki Tuomi
nly act as AUTHENTICATION system. It cannot act as USER DATABASE. For that you need to configure LDAP or something else. With Active Directory LDAP is probably a damn good idea. If you want to try with something else first, which I recommend for the server in any case, is to see if you can get sssd working with Kerberos and LDAP. If you get that working, it's not very difficult anymore to get Dovecot running with it. Aki Tuomi Dovecot oy

Re: Looking for GSSAPI config [was: Looking for NTLM config example]

2016-06-27 Thread aki . tuomi
d before, you can use ldap as userdb instead of static userdb. Username matching in AD environment should be done against userPrincipalName attribute. This should let you get rid of pam as well. --- Aki Tuomi Dovecot oy > -- > Jan Jurkus | ICT Beheerder | GCE cad-service B.V. > Postbus 1

Re: fts_solr not working

2016-06-27 Thread Aki Tuomi
king. For example you can >>> create >>># hidden namespaces with prefixes "~/mail/", "~%u/mail/" and >>> "mail/". >>>#hidden = no >>> protocol imap { >>>plugin { >>> fts = solr >>&

Re: mail-search backtrace

2016-06-27 Thread Aki Tuomi
/usr/lib64/dovecot/lib20_virtual_plugin.so(virtual_storage_sync_init+0x538) > [0x7fcb72e434f8] -> > /usr/lib64/dovecot/libdovecot-storage.so.0(mailbox_sync_init+0x3b) > [0x7fcb7395cb4b] -> dovecot/imap(imap_sync_init+0x68) [0x55cfd865d0f8] > -> dovecot/imap(+0x1217e) [0x55cfd864917e] -> dovecot/imap(+0x123bd) > [0x55cfd86493bd] -> > /usr/lib64/dovecot/libdovecot.so.0(io_loop_handle_timeouts+0xea) > [0x7fcb736a9dba] -> > /usr/lib64/dovecot/libdovecot.so.0(io_loop_handler_run_internal+0xbb) > [0x7fcb736ab3bb] -> > /usr/lib64/dovecot/libdovecot.so.0(io_loop_handler_run+0x25) > [0x7fcb736a9fe5] -> > /usr/lib64/dovecot/libdovecot.so.0(io_loop_run+0x38) [0x7fcb736aa188] > -> /usr/lib64/dovecot/libdovecot.so.0(master_service_run+0x13) > [0x7fcb7363fea3] -> dovecot/imap(main+0x328) [0x55cfd8644b08] -> > /lib64/libc.so.6(__libc_start_main+0xf0) [0x7fcb7326e580] -> > dovecot/imap(_start+0x29) [0x55cfd8644c89] Hi! Thank you for your report, we'll look into it. --- Aki Tuomi Dovecot oy

VS: Re: SQLite driver and auth-worker credentials

2016-02-24 Thread Aki Tuomi
this is probably something that ought to be fixed. Read only scenario for auth/userdb is quite plausible.  ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: Lev Serebryakov Päivämäärä: 24.2.2016 23.32 (GMT+02:00) Saaja: ja...@lottspot.com Kopio:

Re: UnicodeData

2016-02-29 Thread aki . tuomi
Hi! This problem is only if you take sources from git. Our source distball contains these files. Aki > On February 29, 2016 at 12:58 PM Vincent Dahmen > <4dah...@informatik.uni-hamburg.de> wrote: > > > It seems that the problem occurs only on some virtual maschines ... > > Neither does

Re: To what extent does/will Dovecot depend on systemd? was systemd changes...

2016-02-22 Thread aki . tuomi
re systemd is > > introduced to official slackware releases > > Or Solaris, for that matter. > > -Dave > > -- > Dave McGuire, AK4HZ > New Kensington, PA Thank you for your feedback on this matter. We will keep this in mind. --- Aki Tuomi

New feature: HTTP API

2016-02-20 Thread aki . tuomi
one command at a time. If you run into problems or discover issues, please report them in the usual manner to us. Kind regards, Aki Tuomi Dovecot Oy

Re: systemd changes in Git/Debian Auto-Builds

2016-02-21 Thread aki . tuomi
expected under yet another sub-dir of > /var/run/dovecot. > > Regards > Thomas Hi, This is fixed in https://github.com/dovecot/core/commit/22d75d47097ca83c6e824a5129d81e8f18fb589b --- Aki Tuomi

Re: systemd changes in Git/Debian Auto-Builds

2016-02-21 Thread aki . tuomi
gt; >> > >> Regards > >> Thomas > > > > Hi, > > > > This is fixed in > > https://github.com/dovecot/core/commit/22d75d47097ca83c6e824a5129d81e8f18fb589b > > > > --- > > Aki Tuomi > > This doesn't seem to be fixed for me, with latest -hg

Re: To what extent does/will Dovecot depend on systemd? was systemd changes...

2016-02-21 Thread Aki Tuomi
On 21.02.2016 19:10, Steve Litt wrote: On Sun, 21 Feb 2016 10:03:15 +0100 Thomas Leuxner wrote: [snip] https://github.com/dovecot/core/commit/53cc71cae88ee81fd7eae47aed743496f8c884a2 [snip] The PID-File seems to be expected under yet another sub-dir of

Re: postfix/dovecot - [private/dovecot-lmtp]: No such file or directory

2016-02-21 Thread Aki Tuomi
On 22.02.2016 03:59, soko.tica wrote: Hello list, I am trying to send a mail message from root to a system user on the same box. While postfix functions without dovecot properly, once dovecot is installed, I get the message from logs as set in the subject line - that postfix/lmpt cannot

Re: Client-initiated secure renegotiation

2016-03-10 Thread Aki Tuomi
-1473 and https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_set_options.html. Without altering OpenSSL sources, secure renegotiations will take place. --- Aki Tuomi Dovecot Oy

VS: Re: TLS handshake issue

2016-03-18 Thread Aki Tuomi
openssl s_client -connect host:143 -starttls imap  ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: John Oliver Päivämäärä: 17.3.2016 20.11 (GMT+02:00) Saaja: dovecot@dovecot.org Aihe: Re: TLS handshake issue On Thu, Mar 17, 2016 at 08:30:32PM

Re: lmtp timeout, locks and crashes

2016-03-15 Thread Aki Tuomi
b64/libc.so.6(__libc_start_main+0xf4) [0x36aea1d9f4] -> dovecot/lmtp [DATA 172.17.165.14] [0x404a79] The data is stored on NFS, with single-node access. mmap_disable is set to 'yes' Anyone know how to solve this? or can share some insights. Running dovecot 2.2.21 (5345f22) Hi! Can you please send output of doveconf -n? --- Aki Tuomi Dovecot Oy

Re: lmtp timeout, locks and crashes

2016-03-15 Thread Aki Tuomi
On 15.03.2016 12:28, Tom Sommer wrote: On 2016-03-15 10:53, Tom Sommer wrote: I'm seeing some problems on accounts which get a lot of spam (like, a lot). I get these errors: When I do a process-list I see a lot of stuck lmtp processes on the same account: 16180 ?D 0:00

VS: New dovecot user needs installation help

2016-03-14 Thread Aki Tuomi
Can yoi run doveadm log errors too? ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: Jason Pruim Päivämäärä: 15.3.2016 4.50 (GMT+02:00) Saaja: dovecot@dovecot.org Aihe: New dovecot user needs installation help Hey Everyone, So I just setup my first

Re: New feature: HTTP API

2016-04-05 Thread aki . tuomi
> On April 5, 2016 at 12:24 PM aki.tu...@dovecot.fi wrote: > > > > > On April 5, 2016 at 9:57 AM Tom Sommer wrote: > > > > > > On 2016-04-05 08:44, aki.tu...@dovecot.fi wrote: > > >> On April 5, 2016 at 9:27 AM Tom Sommer wrote: > > >> > > >> > > >>

Re: doveadm sync ignores -u option

2016-04-12 Thread Aki Tuomi
On 12.04.2016 14:32, v...@vetienne.net wrote: 11 avril 2016 14:07 "Max" a écrit: Hi, Since I upgraded from 2.2.21 to 2.2.23, the user option -u seems to be ignored by doveadm sync, or at least it doesn't handle it correctly. I can confirm it breaks replication for me (

Re: [PATCH 0/7] Fixes for lib-mail message-address

2016-04-06 Thread aki . tuomi
> On April 6, 2016 at 5:29 PM Pali Rohár <pali.ro...@gmail.com> wrote: > > > On Monday 04 April 2016 19:35:22 Pali Rohár wrote: > > On Monday 04 April 2016 19:31:06 aki.tu...@dovecot.fi wrote: > > > Can you please send them directly to me, please? > &

Re: Dovecot 2.2.22 - doveadm via socket not working

2016-03-22 Thread Aki Tuomi
On 22.03.2016 01:33, Andreas Jobs wrote: Hello, (my) doveadm is no longer working if I use the -S socket_path. # doveadm quota get -S mbx7:542 -u myaccount doveadm(myaccount): Error: doveadm server disconnected before handshake: EOF doveadm(myaccount): Error: mbx7:542: Command quota get

Re: Dovecot 2.2.22 - doveadm via socket not working

2016-03-23 Thread Aki Tuomi
/619994941f9d9e8e2d108eb3f9f9821a35f60cae --- Aki Tuomi Dovecot Oy

Re: Need help solving issue

2016-03-25 Thread aki . tuomi
its out.  I asked for help and many threads.I am using > freebsd 10.2.  I do use mysql for database. I need someone to explain what the > error means and how I can fix it?  > Thank you for your time! Hi! Can you provide your postconf -n and doveconf -n output? This sounds like configuration error. Aki Tuomi Dovecot Oy

Re: Dovecot stops responding when I update SSL certificate

2016-03-06 Thread aki . tuomi
to see how it varies for you. If what I suspect is true, you can try > using shorter keys. A followup post suggest a way you can precompute > the key > > Joseph Tam <jtam.h...@gmail.com> We are going to provide ssl_dh parameter in v2.3 which replaces the current ssl parameters daemon with simple PEM encoded file that you provide. --- Aki Tuomi Dovecot Oy

Re: Ubuntu packages

2016-03-06 Thread aki . tuomi
rt job. I remember having seen this > > (in 2014). > > Then why doesn't anyone ever tell me? :) > > I'll give that a look at the next Xi revision, which will happen quite soon. > > Regards, > > Stephan. Stephan, for Jessie you should compile with systemd support enabled and leave the init.d link out completely. You can enable the ProtectFull=yes in the systemd file. --- Aki Tuomi Dovecot Oy

VS: Re: Implementation of TLS OCSP Stapling

2016-03-06 Thread Aki Tuomi
Luckily ocsp stapling is an SSL extension and clients not supporting it won't be asking for it either. ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: Andrew McGlashan Päivämäärä: 6.3.2016 10.36 (GMT+02:00) Saaja:

Re: Ubuntu packages

2016-03-06 Thread aki . tuomi
> On March 6, 2016 at 7:22 PM Andrew McGlashan > wrote: > > > On 6/03/2016 8:16 PM, aki.tu...@dovecot.fi wrote: > > Stephan, for Jessie you should compile with systemd support enabled and > > leave > > the init.d link out completely. You can enable the

Re: What happened to dovecot.fi?

2016-03-01 Thread Aki Tuomi
are currently investigating and will fix it as soon as possible. Aki Tuomi Dovecot Oy

Re: Implementation of TLS OCSP Stapling

2016-03-03 Thread aki . tuomi
oncerened, as > is Google/GMail. > > But is that really a reason *not* to implement a feature? Shouldn't a > developer think: "OK, I want my MTA to be the best! I want to be on the > top of the list of all the MTA's out there." in stead of thinking "OK, > I'm fine with being mediocre, I don't care.."? :) We will take this feature under consideration and see if it can be implemented in future release. Thank you for your suggestion! --- Aki Tuomi Dovecot Oy

Re: Compilation fails: SSL_TXT_SSLV2 not defined

2016-03-07 Thread aki . tuomi
[all] Error 2 > > > > In openssl/ssl.h the following is defined: > > > > # define SSL_TXT_SSLV3 "SSLv3" > > # define SSL_TXT_TLSV1 "TLSv1" > > # define SSL_TXT_TLSV1_1 "TLSv1.1" > > # define SSL_TXT_

Re: Compilation fails: SSL_TXT_SSLV2 not defined

2016-03-07 Thread aki . tuomi
"TLSv1.1" > # define SSL_TXT_TLSV1_2 "TLSv1.2" > > # define SSL_TXT_ALL "ALL" > > Any suggestions on how to fix this? > > Kind regards, Maarten Hi! Can you try the attached patch? --- Aki Tuomi Dovecot oyFrom 2

VS: Dovecot stops responding when I update SSL certificate

2016-03-04 Thread Aki Tuomi
Did you change dh parameter size as well? This causes dh generation which can take some time. ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: HotSlots Webmaster Päivämäärä: 5.3.2016 4.10 (GMT+02:00) Saaja: dovecot@dovecot.org Aihe: Dovecot

VS: Re: v2.2.22 release candidate released

2016-03-04 Thread Aki Tuomi
In future release we will add master authentication too. Now you can use api key or doveadm password which are essentially same thing. ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: Peter Chiochetti Päivämäärä: 4.3.2016 20.20 (GMT+02:00) Saaja:

Re: Dovecot rest api

2016-04-03 Thread aki . tuomi
arty-developers-to-join-its-global-email-ecosystem/ > > will > > really helpful. > > There is a management API for Dovecot in community version these days, http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP and we are also going to provide http://jmap.io based HTTP API for accessing emails in future community release. Aki Tuomi Dovecot Oy

Re: 1 last error

2016-04-03 Thread aki . tuomi
means that dovecot is not permitted to use group 89. Is dovecot user member of this group? > Jason Pruim > pru...@gmail.com > 352.234.3175 Aki Tuomi Dovecot Oy

Re: Problem with GSSAPI

2016-04-03 Thread aki . tuomi
ovided as mechanism by dovecot, this is easy to check with telnet hostname 14 and see what LOGIN mechanisms are provided. If it does not list capabilities, use a01 CAPABILITY to list them. Aki Tuomi Dovecot Oy

Re: [PATCH 0/7] Fixes for lib-mail message-address

2016-04-03 Thread aki . tuomi
; -- > 1.7.9.5 Hi! Did you post the patches somewhere as they do not seem to have made it thru. Aki Tuomi Dovecot Oy

Re: Migrating from Olde server to Dovecot

2016-04-04 Thread aki . tuomi
cur > contents to new ~/Maildir/new (or cur I forget which) seems to work > except they all get the same date. > > > mick > Hi! mdbox is pretty good mix between maildir and mbox. Copying those files should work if you use option in copy to preserve timestamps. > -- > key ID: 0x4BFEBB31 Aki Tuomi Dovecot Oy

Re: New feature: HTTP API

2016-04-05 Thread aki . tuomi
> On April 5, 2016 at 9:27 AM Tom Sommer wrote: > > > On 2016-04-04 20:22, aki.tu...@dovecot.fi wrote: > > > Since the API is still a little beta, it will not return anything in > > case > > doveadm does not like the arguments (that is, calls i_fatal). Also, > > success

Re: New feature: HTTP API

2016-04-05 Thread aki . tuomi
> On April 5, 2016 at 9:57 AM Tom Sommer wrote: > > > On 2016-04-05 08:44, aki.tu...@dovecot.fi wrote: > >> On April 5, 2016 at 9:27 AM Tom Sommer wrote: > >> > >> > >> On 2016-04-04 20:22, aki.tu...@dovecot.fi wrote: > >> > >> > Since the API is still

Re: First dovecot install

2016-03-29 Thread aki . tuomi
openssl s_client -connect or telnet to localhost. > > I’m planning to use user accounts for it to connect to… I’m guessing I’m > missing something simple, but I don’t know where to look… Any pointers? > > Thanks in advance! > > Jason Pruim > pru...@gmail.com Aki Tuomi Dovecot Oy

VS: Re: v2.2.23 released

2016-03-31 Thread Aki Tuomi
It's fixed in head. Sorry. ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: Eric Päivämäärä: 31.3.2016 18.05 (GMT+02:00) Saaja: dovecot@dovecot.org Aihe: Re: v2.2.23 released Yes. I concur. On 3/31/2016 7:44 AM, Leon Kyneur wrote: > 2.2.23

Re: Migrating to dovecot from gmail apps

2016-03-28 Thread aki . tuomi
> based alternative to dovecot? I quite like the idea of using lucene > indexing on mailboxes, so reducing the number of dependencies has a certain > appeal. > Dovecot has Lucene support, if it's not compiled in you can enable it yourself. > Best wishes, > > Phil Lello Aki Tuomi Dovecot Oy

VS: Re: Migrating to dovecot from gmail apps

2016-03-28 Thread Aki Tuomi
Primarily german  ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: Phil Lello Päivämäärä: 28.3.2016 19.34 (GMT+02:00) Saaja: Sven Hartge Kopio: dovecot@dovecot.org Aihe: Re: Migrating to dovecot from gmail apps Many thanks

Re: [PATCH 0/7] Fixes for lib-mail message-address

2016-04-04 Thread aki . tuomi
99 > > +++ > > src/lib-mail/test-message-address.c | 11 +++- > > 2 files changed, 98 insertions(+), 12 deletions(-) > > > > Again "Undelivered Mail Returned to Sender" :-( Cannot send them... > > -- > Pali Rohár > pali.ro...@gmail.com Can you please send them directly to me, please? --- Aki Tuomi

Re: [PATCH 0/7] Fixes for lib-mail message-address

2016-04-04 Thread aki . tuomi
> On April 4, 2016 at 8:35 PM Pali Rohár <pali.ro...@gmail.com> wrote: > > > On Monday 04 April 2016 19:31:06 aki.tu...@dovecot.fi wrote: > > Can you please send them directly to me, please? > > --- > > Aki Tuomi > > Sent. > > -- > Pali Rohár > pali.ro...@gmail.com Thanks. --- Aki Tuomi

Re: New feature: HTTP API

2016-04-04 Thread aki . tuomi
> On April 4, 2016 at 5:18 PM Tom Sommer wrote: > > > > On 2016-02-20 17:09, aki.tu...@dovecot.fi wrote: > > > To use the API, you can go to http://host:8080/doveadm. > > The documentation says http://host:8080/doveadm/v1 which is it? > > > GET request will print > > out

Re: Dovecot and Windows Live Mail 2012?

2016-04-13 Thread aki . tuomi
> On April 13, 2016 at 5:51 PM David Mehler wrote: > > > Hello, > > I hope someone has this working, because I'm pulling my hair out at this one. > > I'm using well for this it's a win7 x64 machine running Windows > Essentials 2012 and using the Windows Live mail

Re: Long delays when deleting a message in inbox

2016-04-29 Thread Aki Tuomi
On 28.04.2016 20:54, Yves Goergen wrote: > Hi, > > Since recently, there's a long delay when deleting any message from my > inbox folder. This affects deleting and moving messages, but only the > inbox of a single mailbox. The delay is a few seconds. Other > operations work instantly. > > The

Re: apt pinning specific dovecot version

2016-04-26 Thread aki . tuomi
a=wheezy-backports > > Pin-Priority: 500 > > Can anyone advise how I get it to pull the newer version?? > > > > Thanks, > > Have you tried something like: > apt-get --only-upgrade -twheezy-backports install dovecot-core dovecot-imapd > Have you tried removing dovecot.pref? --- Aki Tuomi

Re: Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)

2016-04-27 Thread Aki Tuomi
On 27.04.2016 11:00, Heiko Schlittermann wrote: > Hi, > >> … login … >> C: 2 setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" >> NIL) >> >> Apr 27 09:29:16 backend1 dovecot: imap-login: Login: user=, >> method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6651, secured >> Apr

Re: issues with doveadm sieve commands

2016-04-30 Thread aki . tuomi
this with the latest releases. Can you try those? > > Regards, > > Stephan. There is an unfortunate bug in 2.2.23 doveadm in which mail commands ignore -u parameter. It is fixed in 2.2.24. You can use env USER=username doveadm sieve to work around it. --- Aki Tuomi

Re: Strange search behavior

2016-04-25 Thread Aki Tuomi
SEEN > > Dovecot return every seen messages even if the message is not "flagged'. > > This is only happening when there is no unseen messages in the mailbox, if > there is at least one, this is working properly. > > Any though ? > > Thanks. Hi! Can you provide version information and your doveconf -n? --- Aki Tuomi Dovecot Oy

Re: more info about deleting users

2016-05-09 Thread aki . tuomi
>> > It's possible today delete a maildir remotely with doveadm or with > >> > dovecot api? > >> > >> Would love this as well > > > > > > You could try using fs commands that are available in doveadm HTTP API. > > Looks doable. Any documentation? :) http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP --- Aki Tuomi

Re: Dovecot + libsodium

2016-05-12 Thread Aki Tuomi
On 11.05.2016 14:50, Andreas Meyer wrote: > 2016-05-06 23:15 GMT+02:00 Timo Sirainen : > >> On 06 May 2016, at 13:14, Andreas Meyer wrote: >>> Hi, >>> >>> Thank you very much for creating and maintaining dovecot! >>> >>> In my scenario, I want to use the

Re: Bug Report - Crash on imap with core dump - Alternate storage related

2016-05-12 Thread Aki Tuomi
; (gdb) >> >> One important info is that I used to use Alternate Storage on the older >> servers, but the not on the new one. Code seems to be trying to move a >> message to an alternate storage that doesn't exist. >> >> doveadm dump dovecot.index will show that we

Re: Reloading dovecot and postfix after updates

2016-05-17 Thread aki . tuomi
.." This sounds very local requirement. You should be able to do the required changes in postfix rc file. --- Aki Tuomi

Re: 2.2.24 ldap-client.c compile failing on Solaris 10

2016-05-13 Thread aki . tuomi
export CC CXX CFLAGS CPPFLAGS LDFLAGS > > ./configure \ > --with-gssapi \ > --with-ldap \ > --with-mysql \ > --with-pgsql \ > --with-sqlite \ > --with-solr \ > --with-libwrap \ > --with-ssl=openssl \ > --with-ssldir=/usr/local/openssl Hi! Currently we only support openldap. However, what is the ldap library version? --- Aki Tuomi

Re: 2.2.24 ldap-client.c compile failing on Solaris 10

2016-05-13 Thread aki . tuomi
> LDFLAGS="-R/usr/local/lib:/usr/sfw/lib:/usr/lib/sasl:/usr/lib/mps" > >> LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/usr/sfw/lib" > >> LDFLAGS="${LDFLAGS} -L/usr/lib/sasl -L/usr/lib/mps" > >> export CC CXX CFLAGS CPPFLAGS LDFLAGS > >&g

Re: mailbox.auto ignores dovecot-uidlist.lock

2016-05-18 Thread Aki Tuomi
On 18.05.2016 12:44, Tom Sommer wrote: > I'm trying to lock down a maildir from modifications using > dovecot-uidlist.lock, but when a user with mailbox.auto = create logs > in, then the folder is created regardless of dovecot-uidlist.lock > existing or not. > > Is there no way to prevent

Re: doveconf filter broken?

2016-05-18 Thread Aki Tuomi
On 18.05.2016 11:40, Tom wrote: > I'm running dovecot 2.0.9 > According to the man page, the command: > # doveconf -f service=imap > is supposed to show just the settings for imap. Is this correct? > > When I issue the command it shows everything. Why? Hi! it seems to be broken, we are going to

Re: Bug Report - Crash on imap with core dump - Alternate storage related

2016-05-12 Thread Aki Tuomi
Ah, sorry, missed it =) Aki On 12.05.2016 12:53, Daniel van Ham Colchete wrote: > Hi Aki! > > It was already there: http://pastebin.com/2xA2xuRw > > Best, > Daniel Colchete > > On Thu, May 12, 2016 at 3:03 AM, Aki Tuomi <aki.tu...@dovecot.fi> wrote: > >>

Re: SSL on doveadm port

2016-05-15 Thread aki . tuomi
> On May 15, 2016 at 4:36 PM Patrick Domack wrote: > > > > I have been attempting to setup ssl on the doveadm port. So far this > works fine, as long as the global certificate is used. > > I wanted to use a different certificate, one that machines the machine >

Re: indexer-worker out of memory with vsz_limit=750 MB?!

2016-05-15 Thread aki . tuomi
> On May 15, 2016 at 2:48 PM Peer Heinlein > wrote: > > > > We're running 2.2.24 with fts_lucene and I wonder why indexer-working > can be out-of-memory even with > > vsz_limit=750 MB > > ?! > > Peer > > > May 15 12:14:51 dobby4 dovecot:

Re: Cannot connect to Dovecot IMAP or POP

2016-05-05 Thread aki . tuomi
ation is done once and stored to disk. Then reused until eternity. --- Aki Tuomi

Re: more info about deleting users

2016-05-04 Thread aki . tuomi
gt; > http://dovecot.org/list/dovecot/2011-November/079273.html > > > > It's possible today delete a maildir remotely with doveadm or with > > dovecot api? > > Would love this as well > > // Tom You could try using fs commands that are available in doveadm HTTP API. --- Aki Tuomi

Re: GSSAPI authentication setup

2016-04-18 Thread Aki Tuomi
On 18.04.2016 14:22, Braden McDaniel wrote: > On Mon, 2016-04-18 at 08:59 +0300, aki.tu...@dovecot.fi wrote: >>> On April 18, 2016 at 8:13 AM Braden McDaniel >>> wrote: >>> >>> >>> On Sun, 2016-04-17 at 21:49 +0300, aki.tu...@dovecot.fi wrote: > > Did you check

Re: GSSAPI authentication setup

2016-04-17 Thread aki . tuomi
e kerberos server does have an IMAP service key for hinge; and > that service key appears in hinge's /etc/krb5.keytab, as well. > > Any pointers on where I should be looking at this point would be very > much appreciated. > > -- > Braden McDaniel <bra...@endoframe.com> Hi! Did you check your setup against http://wiki2.dovecot.org/Authentication/Kerberos Also can you provide klist -k on server? --- Aki Tuomi

Re: Tighten TLS - usage of specific ssl_ec-curve

2016-04-15 Thread Aki Tuomi
tion as we are improving security settings for next major release. Aki Tuomi Dovecot oy

Foreman component

2016-04-19 Thread Aki Tuomi
Hi! I am planning to add foreman component to dovecot core and I am hoping for some feedback: Foreman - generic per-user worker handling component It is responsible for managing worker pools per protocol, lifecycle management of workers and handing out instances to others, as in, unix socket

Re: GSSAPI authentication setup

2016-04-18 Thread aki . tuomi
> I did.  Of course, it's possible I've still managed to overlook > something.  > > > Also can you provide klist -k on server? > > I assume you mean the kerberos server: > > [root@knock ~]# > -- > Braden McDaniel <bra...@endoframe.com> Apologies, I ment your IMAP server. --- Aki Tuomi

Re: [PATCH 0/7] Fixes for lib-mail message-address

2016-04-21 Thread Aki Tuomi
Pali Rohár wrote: >>>>> On Monday 04 April 2016 19:31:06 aki.tu...@dovecot.fi wrote: >>>>>> Can you please send them directly to me, please? >>>>>> --- >>>>>> Aki Tuomi >>>>> Sent. >>>> Received?

  1   2   3   4   5   6   7   8   9   10   >