Re: Disallow acces via imap, but keep lmtp running

2020-12-16 Thread Jens Urban
Hi Julian, For migration solution in production I wrote a big Script that, the main steps (in this mail without error handling): 1.) Copy the complete user account to the new box by rsync (rysnc is faster than doveadm backup). 2.) Update new destination in a loop (min=2, max=10, retry on error

Re: ulimit -n vs client_limit vs process_limit

2020-12-17 Thread Jens Urban
Hi Joseph, we set following value in the system service file for dovecot: # We have trouble with `Too many open files': LimitNOFILE=8192 Jens > imap-login: Error: socketpair() failed: Too many open files: user=<*>, ...