s
This commit is contained in:
parent
2e249095b8
commit
c28215516f
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ lldap_smtp_reply_to: "Do not reply <info@mgrote.net>"
|
|||
lldap_smtp_server: "docker10.mgrote.net"
|
||||
lldap_smtp_port: "1025"
|
||||
lldap_smtp_smtp_encryption: "NONE"
|
||||
lldap_smtp_user: "info@mgrote.net"
|
||||
#lldap_smtp_user: "info@mgrote.net" # unused in role
|
||||
lldap_smtp_enable_password_reset: "true" # must be a string not a boolean
|
||||
# "meta vars"; daraus werden die db-url und die postgres-db abgeleitet
|
||||
lldap_db_name: "lldap"
|
||||
|
|
|
@ -126,7 +126,7 @@ user="{{ lldap_smtp_user }}"
|
|||
#password="password" #gitleaks:allow
|
||||
## The header field, optional: how the sender appears in the email. The first
|
||||
## is a free-form name, followed by an email between <>.
|
||||
from="{{ lldap_smtp_from }}"
|
||||
#from="{{ lldap_smtp_from }}"
|
||||
## Same for reply-to, optional.
|
||||
reply_to="{{ lldap_smtp_reply_to }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue