Re: [Dbmail] Dbmail needs restart on Ldap connection lost/restart

2015-08-30 Thread Alan Hicks
Keeping a connection open to LDAP allows much higher throughput so opening a new connection when needed would degrade the service. LDAP is one of those services that should always be available because it is a core authentication service so don't understand why yours is disconnecting. Monitor

Re: [Dbmail] Dbmail needs restart on Ldap connection lost/restart

2015-08-30 Thread Reindl Harald
Am 31.08.2015 um 00:13 schrieb Alan Hicks: Keeping a connection open to LDAP allows much higher throughput so opening a new connection when needed would degrade the service. but that's no reason DBMail dying when you reboot the LDAP server LDAP is one of those services that should always be

Re: [Dbmail] Dbmail needs restart on Ldap connection lost/restart

2015-08-30 Thread Alan Hicks
On 31/08/2015 00:47, Reindl Harald wrote: Am 31.08.2015 um 00:13 schrieb Alan Hicks: Keeping a connection open to LDAP allows much higher throughput so opening a new connection when needed would degrade the service. but that's no reason DBMail dying when you reboot the LDAP server Agreed,