On 6 Apr 2017, at 20.37, Robert Moskowitz <[email protected]> wrote: > > Oh, that time is an exponential backoff on mysql not responding. > > So where is the time dovecot waits before backing off configured?
Looks like these were missing from the example dovecot-sql.conf.ext: # connect_timeout - Connect timeout in seconds (default: 5) # read_timeout - Read timeout in seconds (default: 30) # write_timeout - Write timeout in seconds (default: 30) So e.g.: connect = ... connect_timeout=30
