mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Use new mail mechanism
This commit is contained in:
parent
846dbc134b
commit
3a7b5b629d
2 changed files with 6 additions and 3 deletions
|
@ -57,9 +57,11 @@ VAPID_PUBLIC_KEY=__VAPID_PUBLIC_KEY__
|
|||
# ------------
|
||||
SMTP_SERVER=localhost
|
||||
SMTP_PORT=25
|
||||
SMTP_FROM_ADDRESS=__ADMIN_MAIL__
|
||||
SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp
|
||||
SMTP_AUTH_METHOD=none
|
||||
SMTP_LOGIN=__APP__
|
||||
SMTP_PASSWORD=__MAIL_PWD__
|
||||
SMTP_FROM_ADDRESS=Mastodon <__APP__@__DOMAIN__>
|
||||
SMTP_DELIVERY_METHOD=smtp
|
||||
SMTP_AUTH_METHOD=plain
|
||||
SMTP_OPENSSL_VERIFY_MODE=none
|
||||
|
||||
# Registrations
|
||||
|
|
|
@ -57,6 +57,7 @@ ram.runtime = "500M"
|
|||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue