summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-07-03 14:08:18 +0800
committerUnknwon <u@gogs.io>2015-07-03 14:08:18 +0800
commitc47afdff58a5327c11730f8df75cbc3f0be35a77 (patch)
tree5da674249fe9b0473d9b10c765b3e23471af68a5 /conf
parentc76ee1cf83d53d819e61a8d49a731189b32f5488 (diff)
downloadgitea-c47afdff58a5327c11730f8df75cbc3f0be35a77.tar.gz
gitea-c47afdff58a5327c11730f8df75cbc3f0be35a77.zip
add config options for HELO
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 6b7d33b231..d41150a7fc 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -105,6 +105,10 @@ SUBJECT = %(APP_NAME)s
; QQ: smtp.qq.com:25
; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used.
HOST =
+; Disable HELO operation when hostname are different.
+DISABLE_HELO =
+; Custom hostname for HELO operation, default is from system.
+HELO_HOSTNAME =
; Do not verify the certificate of the server. Only use this for self-signed certificates
SKIP_VERIFY =
; Use client certificate