Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now, we require to run the compose. Have a look.

# docker-compose up -d

Image Removed

...

Image Added


Now the server is installed successfully, check your current IP address.

# ip addr | grep inet 

Image RemovedImage Added

So, in our example scenario, the IP address is 192.168.43.54, browse server using https://<IP_ADDR>

Image Removed

...

Image Added


The default username is admin and the password is moohoo

Image RemovedImage Added

So, multiple settings can be managed here. Settings like Domains, Mailboxes are managed from this section.

Image Removed

...

Image Added


Add domain first, for our example let’s assume FQDN will be mail.unixcop.local

Image RemovedImage Added

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.

Image RemovedImage Added

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)

Image RemovedImage Added

Finally, assign provided credentials and log in.

Image RemovedImage Added

Congratulations, you have a fully functional Email server.

...