File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
furms-devops-tooling/files/config_templates Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ mail.smtp.host={{unity.mail.smtp.host if unity.mail.smtp.host is defined else 'l
1313# so add SMTP server's CA certificate to it. Otherwise you can turn off the server's certificate verification
1414# below, but you expose yourself for the MITM attacks.
1515# Defaults to false.
16- # mail.smtp.starttls.enable=true
17- mail.smtp.ssl.enable =true
16+ mail.smtp.starttls.enable ={{unity.mail.smtp.starttls if unity.mail.smtp.starttls is defined else true}}
17+ mail.smtp.ssl.enable ={{unity.mail.smtp.ssl if unity.mail.smtp.ssl is defined else false}}
1818
1919# Relevant only if starttls is enabled. Turns off SMTP server certificate verification.
2020mailx.smtp.trustAll =true
@@ -24,7 +24,7 @@ mailx.smtp.trustAll=true
2424# mail.smtp.from=
2525
2626# If true, attempt to authenticate the user using the AUTH command. Defaults to false.
27- mail.smtp.auth =true
27+ mail.smtp.auth ={{unity.mail.smtp.username is defined}}
2828
2929# User and password used when authentication is enabled above.
3030mailx.smtp.auth.username ={{unity.mail.smtp.username if unity.mail.smtp.username is defined else 'XX'}}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ JAVA="java"
1010#
1111# Memory settings
1212#
13- MEM ="-Xmx512m "
13+ MEM ="-Xmx2048m "
1414
1515#
1616# Path to authbind (it will be only used when set)
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ mail.smtp.host={{unity.mail.smtp.host if unity.mail.smtp.host is defined else 'l
1313# so add SMTP server's CA certificate to it. Otherwise you can turn off the server's certificate verification
1414# below, but you expose yourself for the MITM attacks.
1515# Defaults to false.
16- # mail.smtp.starttls.enable=true
17- mail.smtp.ssl.enable =true
16+ mail.smtp.starttls.enable ={{unity.mail.smtp.starttls if unity.mail.smtp.starttls is defined else true}}
17+ mail.smtp.ssl.enable ={{unity.mail.smtp.ssl if unity.mail.smtp.ssl is defined else false}}
1818
1919# Relevant only if starttls is enabled. Turns off SMTP server certificate verification.
2020mailx.smtp.trustAll =true
@@ -24,7 +24,7 @@ mailx.smtp.trustAll=true
2424# mail.smtp.from=
2525
2626# If true, attempt to authenticate the user using the AUTH command. Defaults to false.
27- mail.smtp.auth =true
27+ mail.smtp.auth ={{unity.mail.smtp.username is defined}}
2828
2929# User and password used when authentication is enabled above.
3030mailx.smtp.auth.username ={{unity.mail.smtp.username if unity.mail.smtp.username is defined else 'XX'}}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ JAVA="java"
1010#
1111# Memory settings
1212#
13- MEM ="-Xmx512m "
13+ MEM ="-Xmx2048m "
1414
1515#
1616# Path to authbind (it will be only used when set)
You can’t perform that action at this time.
0 commit comments