diff --git a/conf/.env b/conf/.env index 3be25ab..ce3719c 100644 --- a/conf/.env +++ b/conf/.env @@ -15,3 +15,13 @@ OCIS_DEFAULT_LANGUAGE=__LANGUAGE__ # Set this to true if you want to enforce passwords on all public shares. OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD=false + + +NOTIFICATIONS_SMTP_HOST=localhost +NOTIFICATIONS_SMTP_PORT=25 +NOTIFICATIONS_SMTP_AUTHENTICATION=login +NOTIFICATIONS_SMTP_SENDER=noreply@__DOMAIN__ +NOTIFICATIONS_SMTP_USERNAME=__APP__ +NOTIFICATIONS_SMTP_PASSWORD=__MAIL_PWD__ +NOTIFICATIONS_SMTP_ENCRYPTION=starttls +NOTIFICATIONS_EMAIL_TEMPLATE_PATH=/etc/ocis \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 1643ab8..a47af4f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,6 +67,7 @@ ram.runtime = "50M" autoupdate.asset.i386 = "^ocis-.*-linux-386$" [resources.system_user] + allow_email = true [resources.install_dir]