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:
parent
594390a0a2
commit
f7fddd5420
1 changed files with 2 additions and 2 deletions
|
@ -1053,7 +1053,7 @@ __DISTRIBUTION_DEFAULT_UI__
|
||||||
#-# [Since 6.1M2]
|
#-# [Since 6.1M2]
|
||||||
#-# SMTP host when sending emails, defaults to "localhost".
|
#-# SMTP host when sending emails, defaults to "localhost".
|
||||||
#-# This configuration property can be overridden in XWikiPreferences objects, by using the "smtp_server" property name.
|
#-# 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]
|
#-# [Since 6.1M2]
|
||||||
#-# SMTP port when sending emails, defaults to 25.
|
#-# 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.
|
#-# 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"
|
#-# This configuration property can be overridden in XWikiPreferences objects, by using the "smtp_server_username"
|
||||||
#-# property name.
|
#-# property name.
|
||||||
mail.sender.username = __APP__
|
mail.sender.username = __APP__
|
||||||
|
|
||||||
#-# [Since 6.1M2]
|
#-# [Since 6.1M2]
|
||||||
#-# Password to authenticate on the SMTP server, if needed. By default no authentication is performed.
|
#-# Password to authenticate on the SMTP server, if needed. By default no authentication is performed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue