Skip to content

gitlab: use implicit ssl instead of STARTTLS for imap connections

Frederik Schwan requested to merge freswa/infrastructure:fix-gitlab-imap into master

Gitlab uses IMAP to fetch incoming mails. IMAP used to run on port 143 until the recent migration which disabled that port. This change makes gitlab use port 993 and implicit TLS.

Merge request reports