Re: TLS connection closed unexpectedly

2022-01-07 Thread dovecot
> user_query = SELECT maildir, 2000 AS uid, 2000 AS gid FROM mailbox > WHERE username = '%u' AND active='1' If you are using a static uid/gid it is not needed to have it include it in queries. You can set them in the config with: mail_uid = 2000 mail_gid = 2000 And then shorten the query

Re: TLS connection closed unexpectedly

2022-01-07 Thread Mark Moseley
On Fri, Jan 7, 2022 at 1:34 PM John Fawcett wrote: > On 07/01/2022 21:03, Ken Wright wrote: > > On Fri, 2022-01-07 at 18:50 +0100, John Fawcett wrote: > >> it may or may not be related to the tls issue, but I think you will > >> want to investigate that message about the SQL query syntax error. >

Re: TLS connection closed unexpectedly

2022-01-07 Thread John Fawcett
On 07/01/2022 21:03, Ken Wright wrote: On Fri, 2022-01-07 at 18:50 +0100, John Fawcett wrote: it may or may not be related to the tls issue, but I think you will want to investigate that message about the SQL query syntax error. You are not going to be able to login if the query is giving errors

Re: TLS connection closed unexpectedly

2022-01-07 Thread Ken Wright
On Fri, 2022-01-07 at 18:50 +0100, John Fawcett wrote: > > it may or may not be related to the tls issue, but I think you will > want to investigate that message about the SQL query syntax error. > You are not going to be able to login if the query is giving errors. > Check the log doesn't reveal

Re: TLS connection closed unexpectedly

2022-01-07 Thread John Fawcett
On 07/01/2022 18:31, Ken Wright wrote: On Fri, 2022-01-07 at 10:02 +0100, Christian Kivalo wrote: On January 7, 2022 9:51:20 AM GMT+01:00, Ken Wright wrote: I reinstalled Dovecot this evening, because I haven't been able to receive emails recently.  After configuring and adjusting for the use

RE: TLS connection closed unexpectedly

2022-01-07 Thread Marc
You have to enable ssl logging check the configs! > -Original Message- > From: dovecot On Behalf Of Ken Wright > Sent: Friday, January 07, 2022 6:32 PM > To: Christian Kivalo ; dovecot@dovecot.org > Subject: Re: TLS connection closed unexpectedly > > On Fri, 2022

Re: TLS connection closed unexpectedly

2022-01-07 Thread Ken Wright
On Fri, 2022-01-07 at 10:02 +0100, Christian Kivalo wrote: > > > On January 7, 2022 9:51:20 AM GMT+01:00, Ken Wright > wrote: > > I reinstalled Dovecot this evening, because I haven't been able to > > receive emails recently.  After configuring and adjusting for the use > > of PostfixAdmin, I ge

Re: TLS connection closed unexpectedly

2022-01-07 Thread Christian Kivalo
On January 7, 2022 9:51:20 AM GMT+01:00, Ken Wright wrote: >I reinstalled Dovecot this evening, because I haven't been able to >receive emails recently. After configuring and adjusting for the use >of PostfixAdmin, I get the following error message in Evolution:; > >Failed to open folder. >Th