Ok, i understand the difference.
openssl s_client -starttls imap -connect mail.mydomain:143
openssl s_client -connect mail.mydomain:993
these command runs as expected.
i know this forum isn2T about thunderbird but, when setup account in
thunderbird 993 port and with SSL,
i see this line on dove
On 08.01.2018 03:16, Matt . wrote:
> Hi Guys,
>
> When I have a username like foo-bar-candy can I get/seperate foo, bar
> and candy as single variables for my storagepath of the usermail ?
>
> Thanks,
>
> Matt
The new lua auth backend is probably easiest for this. Dovecot variable
manipulation h
On 06.01.2018 20:54, Timo Sirainen wrote:
> On 5 Jan 2018, at 18.33, Carsten Uppenbrink wrote:
>> On 24.12.2017 15:58, Adam Weinberger wrote:
>>> Hello,
>>> I use the zlib and imap_zlib plugins on FreeBSD. As of 2.3.0, my logs
>>> are producing these errors every so often, but AFAICT the message
> our dovecot (2.0.9 on redhat) 10-ssl.conf file we have
>
> ssl_cipher_list =
> kEECDH:+kEECDH+SHA:kEDH:+kEDH+SHA:+kEDH+CAMELLIA:kECDH:+kECDH+SHA:kRSA:+kRSA+SHA:+kRSA+CAMELLIA:!
> aNULL:!eNULL:!SSLv2:!RC4:!MD5:!DES:!EXP:!SEED:!IDEA:!3DES:!SSLv3
>
> settings.
>
> this settings is correct for dovec
On 7 Jan 2018, at 20.16, Matt . wrote:
>
> Hi Guys,
>
> When I have a username like foo-bar-candy can I get/seperate foo, bar
> and candy as single variables for my storagepath of the usermail ?
If there aren't any @ characters, I think you can kludge this by converting '-'
into '@':
auth_use
On 09.01.2018 11:22, Aki Tuomi wrote:
Can you try if this
https://github.com/dovecot/core/commit/23da0fa1b30cc11bcc1d467674a0950c527e9ff1.patch
fixes your issue?
The panics are gone, it seems this patch fixes the issue. I see in my
logs normal login and connection closed messages.
I applied th
TLS handshaking: SSL_accept() failed: error:1408A0C1:SSL
routines:SSL3_GET_CLIENT_HELLO:no shared cipher
our dovecot (2.0.9 on redhat) 10-ssl.conf file we have
ssl_cipher_list =
kEECDH:+kEECDH+SHA:kEDH:+kEDH+SHA:+kEDH+CAMELLIA:kECDH:+kECDH+SHA:kRSA:+kRSA+SHA:+kRSA+CAMELLIA:!aNULL:!eNULL:!SSLv2
Compile is failing for me.
./configure --with-mysql --with-ssl=openssl:
...
checking for SSL_read in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presenc