From 4d916e7127e5b67e7587114789f28af5271c80d3 Mon Sep 17 00:00:00 2001 From: kunw Date: Thu, 24 Nov 2016 15:48:36 +0800 Subject: [PATCH 1/2] Update for email_identity setting. --- make/harbor.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/make/harbor.cfg b/make/harbor.cfg index d9ff372b6..ddd17c27b 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -9,7 +9,11 @@ hostname = reg.mydomain.com ui_url_protocol = http #Email account settings for sending out password resetting emails. -email_identity = Mail Config + +#Email server uses the given username and password to authenticate on TLS connections to host and act as identity. +#Usually identity will be left blank to act as username. +email_identity = + email_server = smtp.mydomain.com email_server_port = 25 email_username = sample_admin@mydomain.com From dc6d3e552c522081527070bb0f2a27037fa90124 Mon Sep 17 00:00:00 2001 From: kunw Date: Thu, 24 Nov 2016 17:50:41 +0800 Subject: [PATCH 2/2] Update comment. --- make/harbor.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/harbor.cfg b/make/harbor.cfg index ddd17c27b..d5475339c 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -11,7 +11,7 @@ ui_url_protocol = http #Email account settings for sending out password resetting emails. #Email server uses the given username and password to authenticate on TLS connections to host and act as identity. -#Usually identity will be left blank to act as username. +#Identity left blank to act as username. email_identity = email_server = smtp.mydomain.com