...
Now, we require to run the compose. Have a look.
# docker-compose up -d
...
Now the server is installed successfully, check your current IP address.
# ip addr | grep inet
So, in our example scenario, the IP address is 192.168.43.54, browse server using https://<IP_ADDR>
...
The default username is admin and the password is moohoo
So, multiple settings can be managed here. Settings like Domains, Mailboxes are managed from this section.
...
Add domain first, for our example let’s assume FQDN will be mail.unixcop.local
After adding domain, move to the mail setup section. Add mailbox for the newly created domain name.
Define user’s email paraments, user quota, and password.
Advertisement
After the email address is created, time to log in to that email. For our example scenario URL is https://192.168.43.54/SOGo/so/ (Replace IP address with your own)
Finally, assign provided credentials and log in.
Congratulations, you have a fully functional Email server.
...