Commit 47701772 authored by Douwe Maan's avatar Douwe Maan

Add and document option to use StartTLS with mail_room.

parent 29e0a43e
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
# :port: 993 # :port: 993
# # Whether the IMAP server uses SSL # # Whether the IMAP server uses SSL
# :ssl: true # :ssl: true
# # Whether the IMAP server uses StartTLS
# :start_tls: false
# # Email account username. Usually the full email address. # # Email account username. Usually the full email address.
# :email: "replies@gitlab.example.com" # :email: "replies@gitlab.example.com"
# # Email account password # # Email account password
......
...@@ -88,6 +88,8 @@ In this example, we'll use the Gmail address `gitlab-incoming@gmail.com`. ...@@ -88,6 +88,8 @@ In this example, we'll use the Gmail address `gitlab-incoming@gmail.com`.
:port: 993 :port: 993
# Whether the IMAP server uses SSL # Whether the IMAP server uses SSL
:ssl: true :ssl: true
# Whether the IMAP server uses StartTLS
:start_tls: false
# Email account username. Usually the full email address. # Email account username. Usually the full email address.
:email: "gitlab-incoming@gmail.com" :email: "gitlab-incoming@gmail.com"
# Email account password # Email account password
...@@ -161,6 +163,8 @@ In this example, we'll use the Gmail address `gitlab-incoming@gmail.com`. ...@@ -161,6 +163,8 @@ In this example, we'll use the Gmail address `gitlab-incoming@gmail.com`.
:port: 993 :port: 993
# Whether the IMAP server uses SSL # Whether the IMAP server uses SSL
:ssl: true :ssl: true
# Whether the IMAP server uses StartTLS
:start_tls: false
# Email account username. Usually the full email address. # Email account username. Usually the full email address.
:email: "gitlab-incoming@gmail.com" :email: "gitlab-incoming@gmail.com"
# Email account password # Email account password
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment