diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-10-07 11:43:38 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-10-07 11:43:38 +0200 |
commit | f9aab3fb586614dc21fa799a5088dc53acd43215 (patch) | |
tree | 52a7b44b2f9ac436375116fa386979a97ea7cc0f /config | |
parent | 0611a18964a998b6edc81ef9b469f9f70430e542 (diff) | |
download | gitlab-ce-f9aab3fb586614dc21fa799a5088dc53acd43215.tar.gz |
Clarify Reply by email settings when using Postfix mail serverclarify-postfix
Diffstat (limited to 'config')
-rw-r--r-- | config/mail_room.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mail_room.yml.example b/config/mail_room.yml.example index 82e1a42058e..ed4a5193a6a 100644 --- a/config/mail_room.yml.example +++ b/config/mail_room.yml.example @@ -9,7 +9,7 @@ # # Whether the IMAP server uses StartTLS # :start_tls: false # # Email account username. Usually the full email address. - # :email: "replies@gitlab.example.com" + # :email: "gitlab-incoming@gmail.com" # # Email account password # :password: "password" # # The name of the mailbox where incoming mail will end up. Usually "inbox". |