search for: demeij

Displaying 9 results from an estimated 9 matches for "demeij".

Did you mean: domeij
2019 Jul 26
2
Dovecot, FreeBSD, and Solr?
> Hello, > > Does anyone have this combination going? I'm running freebsd and dovecot, to which i'd like to add solr text search. I am stuck on xml schema integration, if anyone has any notes i'd appreciate them. I basically followed https://www.c0ffee.net/blog/mail-server-guide/ And dovecot with solr is running fine on freebsd for me.
2019 Jul 27
1
Dovecot, FreeBSD, and Solr?
On Fri, Jul 26, 2019 at 2:44 PM @lbutlr via dovecot <dovecot at dovecot.org> wrote: > On 26 Jul 2019, at 09:35, dovecot at filter.demeijer.com wrote: > > I basically followed https://www.c0ffee.net/blog/mail-server-guide/ And > > dovecot with solr is running fine on freebsd for me. > > Thanks for that link, looks very straight-forward. > > I too followed that guide for setting up dovecot+postfix+solr. The on...
2018 Oct 18
3
Fatal: setgid, imap connections dropped.
On 16.10.2018 21.32, J. de Meijer wrote: > I'm still trying to fix this problem. Hopefully someone can help. > > I've upgraded dovecot to 2.3.3 > # dovecot --version > 2.3.3 (dcead646b) > > That didn't help. > > Next I switched 10-auth.conf to use a local password file (instead of LDAP) Can you provide doveconf -n please? Aki
2018 Oct 19
1
Fatal: setgid, imap connections dropped.
...ivate/dovecot-lmtp { > group = postfix > mode = 0600 > user = postfix > } > } > service pop3-login { > inet_listener pop3 { > address = 127.0.0.1, ::1 > } > service_count = 1 > } > ssl = required > ssl_cert = </usr/local/etc/ssl/mail.demeijer.com.dovecot.crt > ssl_cipher_list = > ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECD...
2019 Jul 26
0
Dovecot, FreeBSD, and Solr?
On 26 Jul 2019, at 09:35, dovecot at filter.demeijer.com wrote: > I basically followed https://www.c0ffee.net/blog/mail-server-guide/ And > dovecot with solr is running fine on freebsd for me. Thanks for that link, looks very straight-forward. -- Nothing says poor craftsmanship more than wrinkled duct tape.
2018 Oct 18
0
Fatal: setgid, imap connections dropped.
...ount = 256 } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0600 user = postfix } } service pop3-login { inet_listener pop3 { address = 127.0.0.1, ::1 } service_count = 1 } ssl = required ssl_cert = </usr/local/etc/ssl/mail.demeijer.com.dovecot.crt ssl_cipher_list = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES...
2018 Sep 28
2
Fatal: setgid, imap connections dropped.
...ount = 256 } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0600 user = postfix } } service pop3-login { inet_listener pop3 { address = 127.0.0.1, ::1 } service_count = 1 } ssl = required ssl_cert = </usr/local/etc/ssl/mail.demeijer.com.dovecot.crt ssl_cipher_list = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES...
2020 Oct 14
1
Fatal: setgid from userdb lookup fails with wrong gid
Hi, Not sure if this is it, but I used to have the same error when I started with dovecot. Aki's response was the following (and solved my problem). ------------- Hi! You can't set service imap { service_count = 256 } if you are using multiple system UIDs. See https://wiki.dovecot.org/Services#imap.2C_pop3.2C_submission.2C_managesieve *service_count* can be changed from 1 if only a
2018 Oct 16
0
Fatal: setgid, imap connections dropped.
I'm still trying to fix this problem. Hopefully someone can help. I've upgraded dovecot to 2.3.3 # dovecot --version 2.3.3 (dcead646b) That didn't help. Next I switched 10-auth.conf to use a local password file (instead of LDAP) ======================================= # cache all authentication results for one hour auth_cache_size = 10M auth_cache_ttl = 1 hour