a4ee5e60a6
- provide a better default config - fix some bugs when using the control program
22 lines
487 B
Plaintext
22 lines
487 B
Plaintext
Using Prosody in an OpenBSD environment
|
|
|
|
1) Prosody documentation is available online at:
|
|
|
|
http://prosody.im/doc/configure
|
|
|
|
Use this information to edit:
|
|
|
|
_SYSCONFDIR_/prosody/prosody.cfg.lua
|
|
|
|
to your liking.
|
|
|
|
2) Prosody uses privilege dropping. As such, you will need to initially
|
|
start prosody as root via prosodyctl:
|
|
|
|
# /usr/local/sbin/prosodyctl start
|
|
|
|
You should now be able to start adding users:
|
|
|
|
# /usr/local/sbin/prosodyctl adduser username@domain.tld
|
|
|