Re: LDAP schema ?

2017-04-20 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 18 Apr 2017, Dave Dodd wrote: I am trying to determine the correct LDAP schema I need to use to have either mailLocation or mailboxPath available ? Should I be just adding this to one of my own custom objectClasses ? Surprisingly, lots of

Re: namespace assertion failed

2017-04-20 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 20 Apr 2017, Elisamuel Resto wrote: I'm trying to figure out if this is a configuration issue or an actual bug. The assertion certainly is a bug, but you should post your config, too, in order to let Timo, Aki,& Co. see, how to reproduce

Re: LDAP schema ?

2017-04-20 Thread Nikolai Lusan
Hi, On Tue, 2017-04-18 at 17:06 +1000, Dave Dodd wrote: > I am trying to determine the correct LDAP schema I need to use to > have either > mailLocation or mailboxPath available ? I have a custom schema for postfix and dovecot. I then have the various configuration files set up to match against th

Re: LDAP schema ?

2017-04-20 Thread Mihai Badici
On Tuesday 18 April 2017 17:06:30 Dave Dodd wrote: > Hi, > > I am trying to determine the correct LDAP schema I need to use to have > either mailLocation or mailboxPath available ? > > Should I be just adding this to one of my own custom objectClasses ? > > -- Dave Actually i don't see a reason

LDAP schema ?

2017-04-20 Thread Dave Dodd
Hi, I am trying to determine the correct LDAP schema I need to use to have either mailLocation or mailboxPath available ? Should I be just adding this to one of my own custom objectClasses ? -- Dave

[BUG] config-parser.c: line 89 - crash on comma in namespace mailbox

2017-04-20 Thread Alek
Hi! On the latest versions (2.2.28, 2.2.29.x) we get crash on dovecot config parse. Error in config parser when checking namespace mailbox name. Reason: comma in mailbox name. Worked well in versions < 2.2.22. Do not know if it was working on 2.2.23-2.2.27, skipped this versions. Example: namesp

Re: javamail imap listing

2017-04-20 Thread Timo Sirainen
Nowadays the LIST reference parameter really shouldn't be anything except empty. It's always IMAP server specific how the parameter is handled. > On 19 Apr 2017, at 19.38, Matthew Broadhead > wrote: > > Hi Michael, > > Geronimo JavaMail hard defaults to / separator. If the separator is manua

Re: JavaMail setFlags on readonly folder

2017-04-20 Thread Timo Sirainen
On 20 Apr 2017, at 15.13, Gabriele Bulfon wrote: > > Hi, > I'm facing a strange issue using JavaMail, where Dovecot let me open > "READ_WRITE" a folder with readonly ACLs (same happens on other imap > servers), but then doesn't issue any error when if try to setFlags(...) on > that folder. > T

Re: namespace assertion failed

2017-04-20 Thread Elisamuel Resto
Here's a core dump from a login process: --- #0 0x7f8ac70cba10 raise (libc.so.6) #1 0x7f8ac70cd13a abort (libc.so.6) #2 0x7f8ac74d839a n/a (libdovecot.so.0) #3 0x7f8ac74d849d n/a (libdovecot.so.0) #4

Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi Bernardo -- Thank you so much! After I changed my input I also got an error when trying to test through telnet, but that was because I was missing the dovecot-mysql package as well. Thanks again, cheers. Alvaro On 04/20/2017 12:00 PM, B. Reino wrote: On Thu, 20 Apr 2017, Alvaro Lacerda wr

namespace assertion failed

2017-04-20 Thread Elisamuel Resto
Hello, I'm trying to figure out if this is a configuration issue or an actual bug. Dovecot does start, but if anybody tries to log in or if you run sievec you get an assertion fail and a coredump. --- sievec(root): Panic: file mail-namespace.c: line 709 (mail_namespace_find): assertion failed: (n

Re: Dovecot not listening when testing connection

2017-04-20 Thread B. Reino
On Thu, 20 Apr 2017, Alvaro Lacerda wrote: ssl = yes ssl = required ssl_cert = /etc/exim/ssl/wildcard_cantella_com.crt.chained ssl_cipher_list = ALL:!LOW:!SSLv2:SSLv3:!EXP:!aNULL ssl_key = /etc/exim/ssl/wildcard_cantella_com.key verbose_ssl = yes I guess you didn't read https://wiki2.dovecot.

Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi, here's my result for # doveconf -n|grep ssl ssl = yes ssl = required ssl_cert = /etc/exim/ssl/wildcard_cantella_com.crt.chained ssl_cipher_list = ALL:!LOW:!SSLv2:SSLv3:!EXP:!aNULL ssl_key = /etc/exim/ssl/wildcard_cantella_com.key verbose_ssl = yes On 04/20/2017 11:27 AM, B. Reino wrote

Re: Dovecot not listening when testing connection

2017-04-20 Thread B. Reino
On Thu, 20 Apr 2017, Alvaro Lacerda wrote: These are my dovecot logs. It looks like this error pops up every time I run "telnet localhost 143" Apr 20 11:11:39 imap-login: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE KEY

Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi B. Reino, These are my dovecot logs. It looks like this error pops up every time I run "telnet localhost 143" Apr 20 11:11:39 imap-login: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE KEY Apr 20 11:11:39 master: Erro

Re: Dovecot not listening when testing connection

2017-04-20 Thread B. Reino
On Thu, 20 Apr 2017, Alvaro Lacerda wrote: When I try "telnet localhost 143" I get the same result. It does connect but then the connection is dropped. # telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. I never get the "*

Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi Webert -- Thanks for the quick reply and observation. When I try "telnet localhost 143" I get the same result. It does connect but then the connection is dropped. # telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. I nev

Re: Dovecot not listening when testing connection

2017-04-20 Thread Webert de Souza Lima
You won't have that "* OK [CAPA]" message by doing telnet on port 993, as this is a secure port and the connection is encrypted. Either you need to use something as openssl or gnutls to test it that way, or telnet to imap port 143 (not encrypted). On Thu, Apr 20, 2017 at 11:33 AM, Alvaro Lacer

Re: Using filter in an imapsieve script?

2017-04-20 Thread Tobi
Hi Stephan Found a "way" to solve the issue in Thunderbird. If I go into "Properties" of the Sent folder and chose "repair" then TB loads everything from the server again and tada only the encrypted message is shown. But as I have about 4000 msg in my sent that's not a real solution :-) Cheers t

Feature Request - Director Balance

2017-04-20 Thread Webert de Souza Lima
Hi, often I run into the situation where a dovecot server goes down for maintenance, and all users get concentrated in the remaining dovecot server (considering I have 2 dovecot servers only). When that dovecot server comes back online, director server will send new users to it, but the dovecot s

Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi, This is my environment: SMTP: Exim 4.89 with Mailscanner 5.0.3 IMAP: Dovecot 2.2.10 At the moment I'm just trying to test out my Dovecot to check if it's listening on port 993. *netstat -tuln:* Shows that my machine is listening on ports 143 and 993. *telnet localhost 993: *This is my

Re: RSA key not found

2017-04-20 Thread Ed Nitido
Isn't this a Postfix issue? Have a look at Ansgar Wiechers' answer here, specifically the permissions part. https://serverfault.com/questions/433003/postfix-warning-cannot-get-rsa-private-key-from-file On Wed, Apr 19, 2017 at 10:48 PM, Michael Segel wrote: > I’ve got a couple of issues with a n

JavaMail setFlags on readonly folder

2017-04-20 Thread Gabriele Bulfon
Hi, I'm facing a strange issue using JavaMail, where Dovecot let me open "READ_WRITE" a folder with readonly ACLs (same happens on other imap servers), but then doesn't issue any error when if try to setFlags(...) on that folder. The result is that the code thinks the folder marked the messages (

Re: Adding secure POP3?

2017-04-20 Thread @lbutlr
On 2017-04-13 (06:40 MDT), Teemu Huovila wrote: > > On 13.04.2017 15:33, @lbutlr wrote: >> On 2017-04-13 (05:27 MDT), Aki Tuomi wrote: >>> >>> 4) you can use autoexpunge here, i guess. >> >> Are messages marked in anyway once they’ve been fetched with pop3 (like >> marked read?). If so, I cou

Re: help

2017-04-20 Thread Ralf Hildebrandt
* Pallissard, Matthew : > > What can i do to resolve this issue in dovecot v2.1.17 in Production > > environment? Kindly help > > Why don't you upgrade production and modify the settings as you did in test? I was wondering about this as well. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilun

Re: my domain in both my destination and virtual_mailbox_domains?

2017-04-20 Thread Jerry
On Thu, 20 Apr 2017 03:02:26 +, Michael Segel stated: >I’m doing a new dovecot mail server for my domain. Here’s yet another >thing I mucked up. > >I wanted to set up virtual mailboxes. One reason was that I wanted to >set up virtual users for the domain so I don’t need to create user >accou

Re: my domain in both my destination and virtual_mailbox_domains?

2017-04-20 Thread Thilo Engelbracht
Am 20.04.2017 um 03:02 schrieb Michael Segel : > > I’m doing a new dovecot mail server for my domain. Here’s yet another thing > I mucked up. > > I wanted to set up virtual mailboxes. One reason was that I wanted to set up > virtual users for the domain so I don’t need to create user account