the http protocol hasn’t been
implemented.
Is the doveadm http protocol still experimental in v2.3.2?
Thanks,
David White
ISP Engineer
Trustpower
T 021 223 6208
E david.wh...@trustpower.co.nz<mailto:david.wh...@trustpower.co.nz>
Trustpower Limited, Private Bag 12023, Tauranga Mail
cure Email.
‐‐‐ Original Message ‐‐‐
On Sunday, June 28, 2020 6:43 AM, David White wrote:
> I have Dovecot 2.3.7.2 on Ubuntu 20.04.
> I just migrated the server from CentOS 8, and only migrated to the CentOS 8
> machine a few months ago off of CentOS 7.
> I am pasting `doveconf -n`
Is there any reason you can't use the 20.04 packages?
This is working fine for me...
dwhite@mail:~$ sudo doveconf | head
# 2.3.7.2 (3c910f64b): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.7.2 ()
# OS: Linux 5.4.0-42-generic x86_64 Ubuntu 20.04 LTS ext4
But yes, do let us know what your pro
I have Dovecot 2.3.7.2 on Ubuntu 20.04.
I just migrated the server from CentOS 8, and only migrated to the CentOS 8
machine a few months ago off of CentOS 7.
I am pasting `doveconf -n` at the bottom of this email.
Everything is working.
However, I'm trying to clean up warnings in the logs, and ju
It sounds like you want your application (Dovecot) to gracefully failover.
Take a look at
https://www.citusdata.com/blog/2021/02/12/reconnecting-your-app-after-a-postgres-failover/.
Perhaps that's what you're looking for, namely, the section on "Multi-Hosts
Connection Strings, thanks to libpq"
If I understand open source Postgres correctly, though, this setup basically
requires that the application be read-only, or at least be intelligent enough
not to attempt to write to a host if it has failed over to it, right? Don't you
have to have human intervention to actually fail the master /
preferred, since I already have that
installed.
I found a HOWTO on Howtoforge with ISPconfig, but it did not setup
Dovecot. They forgot that setup. Any suggestions would be useful.
Thanks!
David White
[EMAIL PROTECTED]
documentation and everything would be more than
perfect. you should search at Howtoforge for dovecot and google, some of
us have written notes for dovecot setup. But the wiki docs are always
the best source of knowledge around dovecot.
http://wiki.dovecot.org/
David White wrote:
|
| I found a HOWTO on