1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xwiki_ynh.git synced 2024-09-03 20:36:11 +02:00

Fix mail stack

This commit is contained in:
Josué Tille 2023-12-13 02:21:21 +01:00
parent 594390a0a2
commit f7fddd5420
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -1053,7 +1053,7 @@ __DISTRIBUTION_DEFAULT_UI__
#-# [Since 6.1M2]
#-# SMTP host when sending emails, defaults to "localhost".
#-# This configuration property can be overridden in XWikiPreferences objects, by using the "smtp_server" property name.
mail.sender.host = __DOMAIN__
mail.sender.host = localhost
#-# [Since 6.1M2]
#-# SMTP port when sending emails, defaults to 25.
@ -1069,7 +1069,7 @@ mail.sender.from = __APP__@__DOMAIN__
#-# Username to authenticate on the SMTP server, if needed. By default no authentication is performed.
#-# This configuration property can be overridden in XWikiPreferences objects, by using the "smtp_server_username"
#-# property name.
mail.sender.username = __APP__
mail.sender.username = __APP__
#-# [Since 6.1M2]
#-# Password to authenticate on the SMTP server, if needed. By default no authentication is performed.