mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Added new smtp attribute for STARTTLS
This commit is contained in:
parent
2ec7e09ba5
commit
beb921d94a
2 changed files with 4 additions and 2 deletions
|
@ -44,6 +44,8 @@ smtp_password: 'pw/key'
|
|||
smtp_domain: 'domain for HELO checking'
|
||||
# Use "none" only when for a self-signed and/or wildcard certificate
|
||||
smtp_openssl_verify_mode: 'peer' # 'none', 'peer', 'client_once','fail_if_no_peer_cert'
|
||||
# Detects if STARTTLS is enabled in your SMTP server and starts to use it. Defaults to true.
|
||||
smtp_enable_starttls_auto: 'true' # 'false'
|
||||
|
||||
# autotest config overwrites
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue