You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/docs/demo.rst

48 lines
2.0 KiB
ReStructuredText

Demonstration server
====================
The demo server is for demonstration and test purposes only. Please be
respectful and keep the demo server functional for others to be able to try it
out.
If you find the server is unusable, you can ask for someone to reset it manually on our Matrix
chat channel. Please do not open tickets every time the server is down.
Please do not open tickets if the server is quite slow: it *is* slow because the
services have only limited resources available.
Keep in mind that the demo server runs the latest unstable (master) version.
If you find actual bugs when using the demo server, please report these!
Functionality
-------------
- The server is reset every day at 3am, UTC.
- You can send mail from any client to the server.
However, the SMTP server is made incapable of relaying the e-mail to the destination server.
As such, the mail will never arrive. This is to prevent abuse of the server.
- The server is capable of receiving mail for any configured domains.
- The server exposes IMAP, POP3 and SMTP as usual for connection with mail clients such as Thunderbird.
- The containers have limited (throttled) CPU, this means it can respond slow during heavy operations.
- The containers have limited memory available and will be killed when exceeded.
This is to prevent people from doing nasty things to the server as a whole.
Connecting to the server
------------------------
* Server name : ``test.mailu.io``
* IP address : ``173.249.45.89``
* Webmail : https://test.mailu.io/webmail/
* Admin UI : https://test.mailu.io/admin/
* Admin login : ``admin@test.mailu.io``
* Admin password : ``letmein``
Adding domains
--------------
If you wish to add new domains to the server for test purposes, you could
either direct the MX for one of your domains to ``test.mailu.io`` or have your
MX point to the server's IP address.
Also, all subdomains of ``test.mailu.io`` point to this server. Thus, you can
simply add ``foo.test.mailu.io`` and ``bar.test.mailu.io`` for your tests.