Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Aki Tuomi
https://github.com/dovecot/core/commit/e3d797bc851dc90fb88e68ae715c204d0f46e6ff Aki On 05.06.2017 12:42, Matthias Sitte wrote: > Aki, > > is it possible to have doveconf print the current section upon error? > Like, change the following error message > > May 13 13:38:32 mail dovecot[2178]: dovec

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Matthias Sitte
Aki, is it possible to have doveconf print the current section upon error? Like, change the following error message May 13 13:38:32 mail dovecot[2178]: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 61: Unknown setting: ssl to something like May 13 13:38:32 ma

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Aki Tuomi
Can you create file /etc/dovecot/conf.d/10-ssl.conf and type in 'ssl = yes' and nothing else? does it work after this? leave the default_vsz_limit off for now. Aki On 05.06.2017 10:34, Aki Tuomi wrote: > Can you remove the offending settings, and then send it? > > Aki > > > On 05.06.2017 10:30

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Sophie Loewenthal
Hi, Changed to this et voila! Thank you all. service imap-login { # inet_listener imap { ##port = 143 # } inet_listener imaps { port = 993 #ssl = yes } # # Number of connections to handle before starting a new process. Typically # the only useful values are 0 (unlimited)

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Matthias Sitte
Hi, in line 17 of your 10-master.conf you enable the "imap-login" service, but you fail to close the config section in line 36 ... :-) That results in loading 10-ssl.conf and trying to apply the "ssl" option to "imap-login" which of course doesn't apply here. Best, Matthias On 06/05/2017 09:4

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Sophie Loewenthal
10-master.conf Description: Binary data

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Matthias Sitte
I have the feeling that the config file is incorrect and loading subsequent files results in reading in entries at the wrong level? Could you attach the full 10-master.conf? Matthias On 06/05/2017 09:30 AM, Sophie Loewenthal wrote: > # doveconf -a > # 2.2.13: /etc/dovecot/dovecot.conf > doveco

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Aki Tuomi
Can you remove the offending settings, and then send it? Aki On 05.06.2017 10:30, Sophie Loewenthal wrote: > # doveconf -a > # 2.2.13: /etc/dovecot/dovecot.conf > doveconf: Fatal: Error in configuration file > /etc/dovecot/conf.d/10-ssl.conf line 6: Unknown setting: ssl > doveconf: Error: manag

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Sophie Loewenthal
# doveconf -a # 2.2.13: /etc/dovecot/dovecot.conf doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 6: Unknown setting: ssl doveconf: Error: managesieve-login: dump-capability process returned 89 doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-m

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Aki Tuomi
Ok, and can you provide, as attachment, output of "doveconf -a"? Aki On 05.06.2017 10:08, Sophie Loewenthal wrote: > Hi Aki, > > # dovecot --build-options > Build options: ioloop=epoll notify=inotify ipv6 openssl io_block_size=8192 > Mail storages: shared mdbox sdbox maildir mbox cydir imapc po

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Sophie Loewenthal
Hi Aki, # dovecot --build-options Build options: ioloop=epoll notify=inotify ipv6 openssl io_block_size=8192 Mail storages: shared mdbox sdbox maildir mbox cydir imapc pop3c raw fail SQL driver plugins: mysql postgresql sqlite Passdb: checkpassword ldap pam passwd passwd-file shadow sql Userd

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-05 Thread Aki Tuomi
Can you provide output of dovecot --build-options Aki On 04.06.2017 12:10, Sophie Loewenthal wrote: > Hi Stefan, > > My apologies for the long delay. Been ill. > > I tried this and had an error, > > > # mv /etc/dovecot/conf.d/10-ssl.conf /etc/dovecot/conf.d/10-ssl.conf.bak > # cp -p /usr/sha

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-06-04 Thread Sophie Loewenthal
Hi Stefan, My apologies for the long delay. Been ill. I tried this and had an error, # mv /etc/dovecot/conf.d/10-ssl.conf /etc/dovecot/conf.d/10-ssl.conf.bak # cp -p /usr/share/dovecot/conf.d/10-ssl.conf /etc/dovecot/conf.d/ # /etc/init.d/dovecot restart /var/log/daemon.log Jun 4 11:05:55

Re: 10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-05-18 Thread S. Kremer
Hi Sophie did you try the following steps? 1. rename /etc/dovecot/conf.d/10-ssl.conf to /etc/dovecot/conf.d/10-ssl.conf.bak 2. copy /usr/share/dovecot/conf.d/10-ssl.conf to /etc/dovecot/conf.d/ 3. restart dovecot what happens? start dovecot normally? if so make a new cert with /usr/share/dovec

10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u

2017-05-18 Thread Sophie Loewenthal
Hi, I've been trying to get dovecot2 running and kept having this error message: May 13 13:38:32 mail systemd[1]: Started Dovecot IMAP/POP3 email server. May 13 13:38:32 mail dovecot[2178]: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 61: Unknown setting: ss