Re: feature request for setting alternative pidfile

2020-02-12 Thread Bjoern Jacke
On 12.02.20 17:32, Aki Tuomi wrote: > You can use base_dir to specify an instance directory where files are stored > under. that works well, thanks! Björn

feature request for setting alternative pidfile

2020-02-12 Thread Bjoern Jacke
Hi, because of an unsupported combination of configuration parameters for different dovecot services I looked into setting up two dovecot instances with different configurations on the same host. It looks like running two different dovecot instances on the same host is not easily possible because

Re: starttls for some services only

2020-02-10 Thread Bjoern Jacke
Hello Aki, On 10.02.20 20:34, Aki Tuomi wrote: > - configure HAproxy to use PROXYv1 or PROXYv2 to protocol to pass > connections details to dovecot. With recent enough dovecot, you can include > TLS information with haproxy to dovecot. > - configure login_trusted_networks and haproxy_trusted_ne

Re: starttls for some services only

2020-02-10 Thread Bjoern Jacke
Hi Aki, On 10.02.20 17:03, Aki Tuomi wrote: > Try setting > > login_trusted_networks = lb-ip/32 > > See  > https://doc.dovecot.org/settings/dovecot_core_settings/#login-trusted-networks I do have login-trusted_networks set already. Along with the proxy protocol (haproxy_trusted_networks = lb-ip

starttls for some services only

2020-02-10 Thread Bjoern Jacke
Hi, I would like to disable offering starttls to clients for certain dovecot services. Background is that I want to do let a load balancer do the TLS stuff right on connect time and let dovecot only do plain imap without offering starttls (because the clients do imaps actually). Getting rid of th