mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
add smtp
This commit is contained in:
parent
70388b9118
commit
49cedec284
4 changed files with 8 additions and 7 deletions
|
@ -1353,21 +1353,21 @@ mail_port = 25
|
|||
; Secure SMTP
|
||||
; POSSIBLE VALUES: ssl tls
|
||||
; DEFAULT: none
|
||||
;mail_secure_smtp = tls
|
||||
mail_secure_smtp = tls
|
||||
|
||||
; Enable SMTP authentication
|
||||
; DEFAULT: "false"
|
||||
;mail_auth = "true"
|
||||
mail_auth = "true"
|
||||
|
||||
; SMTP username
|
||||
; your mail auth username.
|
||||
; DEFAULT: none
|
||||
;mail_auth_user = ""
|
||||
mail_auth_user = "__APP__"
|
||||
|
||||
; SMTP password
|
||||
; your mail auth password.
|
||||
; DEFAULT: none
|
||||
;mail_auth_pass = ""
|
||||
mail_auth_pass = "__MAIL_PWD__"
|
||||
|
||||
;#########################################################
|
||||
; Abbreviation Filter #
|
||||
|
|
|
@ -52,6 +52,7 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=2
|
|||
|
||||
ynh_add_config --template="ampache.cfg.php" --destination="$install_dir/config/ampache.cfg.php"
|
||||
|
||||
chmod 600 "$install_dir/config/ampache.cfg.php"
|
||||
chmod 650 "$install_dir/config/ampache.cfg.php"
|
||||
chown $app: "$install_dir/config/ampache.cfg.php"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -75,7 +75,7 @@ fi
|
|||
|
||||
#ynh_add_config --template="ampache.cfg.php" --destination="$install_dir/config/ampache.cfg.php"
|
||||
|
||||
#chmod 600 "$install_dir/config/ampache.cfg.php"
|
||||
#chmod 650 "$install_dir/config/ampache.cfg.php"
|
||||
#chown $app: "$install_dir/config/ampache.cfg.php"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue