linux:misc:zulip

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux:misc:zulip [2019/10/31 09:05] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Zulip ======
 +  * **Restart service** - sudo su zulip -c '/home/zulip/deployments/current/scripts/restart-server'
 +  * **Send test email** - sudo su zulip -c '/home/zulip/deployments/current/manage.py send_test_email name@example.com'
  
 +<code ini settings.py>
 +EXTERNAL_HOST = 'chat.example.com'
 +ZULIP_ADMINISTRATOR = 'no-reply@example.com'
 +EMAIL_HOST = '10.1.1.111'
 +EMAIL_USE_TLS = False
 +EMAIL_PORT = 25
 +ADD_TOKENS_TO_NOREPLY_ADDRESS = False
 +NOREPLY_EMAIL_ADDRESS = 'no-reply@example.com'
 +</code>
 +
 +<code ini zulip-secrets.conf>
 +email_password = P@$$w0rD
 +</code>
  • linux/misc/zulip.txt
  • Last modified: 2019/10/31 09:05
  • by 127.0.0.1