Due to a server issue on my mail server I had to put the dovecot, a mail-server for Linux, in debug mode. Meaning that from now on it logs whatsoever happens on the machine for troubleshooting.
1 2 3 | !include_try /usr/share/dovecot/protocols.d/*.protocol mail_debug=no auth_debug=yes |
My problem wasRead More