This repository is a implementation of the Relayd protocol in PHP.
To install this implementation of Relayd, follow these steps:
- Upload this repository to your web server (Apache)
- Set the root directory of the web server to the
main
directory - Setup a MySQL user and database
- Import the file
core/custom/relayd.sql
into the new database - Copy
core/custom/config.example.php
and rename it tocore/custom/config.php
- Configure
core/custom/config.php
- Set the host to a subdomain pointed at the Relayd instance
- Set the backend name and display names to your liking
- Setup a
relayd.json
file that points at this instance- Copy
core/custom/relayd.json
to the web root of the domain you want to send from - Adjust the host and allowedSenders to use your Relayd instance
- Copy
- Enjoy! You just finished setting up Relayd.