Cannot set the display name
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"httpPort": 8082,
|
"httpPort": 8082,
|
||||||
"addons": {
|
"addons": {
|
||||||
"ldap": {},
|
"ldap": {},
|
||||||
"sendmail": {},
|
"sendmail": { "supportsDisplayName": false },
|
||||||
"localstorage": {},
|
"localstorage": {},
|
||||||
"postgresql": {}
|
"postgresql": {}
|
||||||
},
|
},
|
||||||
|
2
start.sh
2
start.sh
@@ -34,7 +34,7 @@ xmlstarlet ed --inplace \
|
|||||||
--update '//properties/entry[@key="mail.smtp.host"]' -v "${CLOUDRON_MAIL_SMTP_SERVER}" \
|
--update '//properties/entry[@key="mail.smtp.host"]' -v "${CLOUDRON_MAIL_SMTP_SERVER}" \
|
||||||
--update '//properties/entry[@key="mail.smtp.port"]' -v "${CLOUDRON_MAIL_SMTP_PORT}" \
|
--update '//properties/entry[@key="mail.smtp.port"]' -v "${CLOUDRON_MAIL_SMTP_PORT}" \
|
||||||
--update '//properties/entry[@key="mail.smtp.starttls.enable"]' -v "false" \
|
--update '//properties/entry[@key="mail.smtp.starttls.enable"]' -v "false" \
|
||||||
--update '//properties/entry[@key="mail.smtp.from"]' -v "${CLOUDRON_MAIL_FROM_DISPLAY_NAME:-Traccar} <${CLOUDRON_MAIL_FROM}>" \
|
--update '//properties/entry[@key="mail.smtp.from"]' -v "${CLOUDRON_MAIL_FROM}" \
|
||||||
--update '//properties/entry[@key="mail.smtp.auth"]' -v "true" \
|
--update '//properties/entry[@key="mail.smtp.auth"]' -v "true" \
|
||||||
--update '//properties/entry[@key="mail.smtp.username"]' -v "${CLOUDRON_MAIL_SMTP_USERNAME}" \
|
--update '//properties/entry[@key="mail.smtp.username"]' -v "${CLOUDRON_MAIL_SMTP_USERNAME}" \
|
||||||
--update '//properties/entry[@key="mail.smtp.password"]' -v "${CLOUDRON_MAIL_SMTP_PASSWORD}" \
|
--update '//properties/entry[@key="mail.smtp.password"]' -v "${CLOUDRON_MAIL_SMTP_PASSWORD}" \
|
||||||
|
Reference in New Issue
Block a user