Re: quota-status: Issues with uppercase recipient address

2018-03-10 Thread B. Reino
On Sat, 10 Mar 2018, Christoph Lukas wrote: Am 10.03.2018 um 12:20 schrieb Aki Tuomi: Change mail_location too That did it! Thank you very much! You may also want to correct the sieve directory (it uses %d and %n).

Re: issue with sieve forwarding after upgrade to 0.5.1

2018-04-03 Thread B. Reino
Hello, The new systemd service file has NoNewPrivileges set to true. You need to override that to false and then it should work again. (if you need help with that ask again.. I'm on the train now so I can't write much comfortably..) Cheers. On April 3, 2018 10:25:22 PM GMT+02:00, Christos Cha

Re: issue with sieve forwarding after upgrade to 0.5.1

2018-04-04 Thread B. Reino
On 2018-04-04 11:02, Christos Chatzaras wrote: > Thank you for your reply. I use FreeBSD so no changes on the OS before and > after the dovecot/pigeonhole updates. Oops. I guess I assume everyone uses Linux (and Debian at that.. :) I don't know how dovecot is set-up with FreeBSD. The error you

Re: Can’t authenticate any users after upgrade.

2018-04-04 Thread B. Reino
On 2018-04-05 06:33, Helmut K. C. Tessarek wrote: On 2018-04-04 23:10, Kevin Cummings wrote: PAM audit_log_acct_message() failed: Operation not permitted imap-login: Disconnected (AUTH failed, 2 attempts in 10 secs): user=, method=PLAIN, rip=192.168.1.94 lip=192.168.1.94, TLS, session= Please

Letsencrypt certificate for repo.dovecot.org expired May 14th..

2018-05-14 Thread B. Reino
Dear all, Just in case you've missed it, the certificate for repo.dovecot.org just expired yesterday. This causes errors in e.g. apt-get update. Thanks in advance for fixing it, -- B. Reino

Re: Letsencrypt certificate for repo.dovecot.org expired May 14th..

2018-05-14 Thread B. Reino
On Tue, 15 May 2018, Aki Tuomi wrote: On 15.05.2018 09:14, B. Reino wrote: Dear all, Just in case you've missed it, the certificate for repo.dovecot.org just expired yesterday. This causes errors in e.g. apt-get update. Thanks in advance for fixing it, -- B. Reino Seems something

Re: Letsencrypt certificate for repo.dovecot.org expired May 14th..

2018-07-15 Thread B. Reino
Dear Aki, I think the renewal failed again. The SSL certificate expired Saturday, 14 July 2018. This affects (at least) the repo.dovecot.org website and debian repository. Thanks, Bernardo. On 2018-05-15 08:15, Aki Tuomi wrote: On 15.05.2018 09:14, B. Reino wrote: Dear all, Just in

Re: ot: LE server conf setup/ iPhone 'expired cert' message

2018-07-22 Thread B. Reino
On Sun, 22 Jul 2018, Voytek Eymont wrote: [...] so, basically, after each renewal of server's cert I should remember to reload Dovecot (and maybe Postfix too?) You can add a hook (script) to /etc/letsencrypt/renewal-hooks/deply/ which restarts the services you need. In my case, I have /usr/s

Re: ot: LE server conf setup/ iPhone 'expired cert' message

2018-07-22 Thread B. Reino
On Sun, 22 Jul 2018, B. Reino wrote: You can add a hook (script) to /etc/letsencrypt/renewal-hooks/deply/ I meant, of course "deploy" and not "deply" :) Sorry about that.

Re: online conversion using replication?

2018-09-03 Thread B. Reino
On Mon, 3 Sep 2018, Sami Ketola wrote: On 3 Sep 2018, at 4.18, Daniel Miller wrote: That works for a one-time migration, or perhaps via a cron-job, but what I want is basically a constant one-way backup and it seems replication could do it more elegantly & efficiently. So you want real-ti

Re: Letsencrypt certificate for repo.dovecot.org expired May 14th..

2018-09-11 Thread B. Reino
FYI, it happened again :) On July 15, 2018 10:49:08 AM GMT+02:00, "B. Reino" wrote: >Dear Aki, > >I think the renewal failed again. The SSL certificate expired Saturday, > >14 July 2018. > >This affects (at least) the repo.dovecot.org website and debian &g

Re: Dovecot not listening when testing connection

2017-04-20 Thread B. Reino
st. I never get the "* OK [CAPA]" What does the syslog show? -- B. Reino

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 B. Reino
wiki2.dovecot.org/SSL/DovecotConfiguration Change ssl_cert and ssl_key so it reads like: ssl_cert = The rest (ssl, ssl_cipher_list) is OK (but check if in the end ssl is "yes" or "required" and pick one). Good luck! Bernardo. On 04/20/2017 11:27 AM, B. Reino wrote: On Thu, 20

Re: IMAP-auth on LAN and otherwise

2017-05-02 Thread B. Reino
On Tue, 2 May 2017, Rupert Gallagher wrote: [...] Is it possible to instruct Dovecot to use the public IP only? for inet_listeners (imap, pop, etc.) you can use "address = " the default is AFAIK to listen on all addresses ("*" for ip4 and "::" for ip6)

Re: IMAP-auth on LAN and otherwise

2017-05-03 Thread B. Reino
How? :) On May 3, 2017 5:25:51 PM GMT+02:00, Rupert Gallagher wrote: >Problem solved. > >Sent from ProtonMail Mobile > >On Tue, May 2, 2017 at 3:46 PM, Rupert Gallagher >wrote: >Hello, > >Thunderbird has been bugging us with connection errors. Dovecot is >installed on a local server that carrie

Re: Emails redownloading

2019-04-11 Thread B. Reino via dovecot
On 2019-04-12 07:43, azurit--- via dovecot wrote: Hi, recently, we had a problem on one of our mail servers and, after reboot, HDD with emails wasn't mounted into system. Until we fixed it, LOTS of users logged in (Dovecot allowed login and recreated directory structure of mailboxes) and saw e

Re: Emails redownloading

2019-04-12 Thread B. Reino via dovecot
On 2019-04-12 11:05, azurit--- via dovecot wrote: Citát "B. Reino via dovecot" : On 2019-04-12 07:43, azurit--- via dovecot wrote: Hi, recently, we had a problem on one of our mail servers and, after reboot, HDD with emails wasn't mounted into system. Until we fixed it,