Default setup

The virtual appliance is shipped with the following configuration:

NetworkingDHCP
Mail domainsogo.example.com
User provisioningAuthentication and account provisioning is performed using a local LDAP directory.
MailstoreMails are delivered to a local mailstore accessible through IMAP.
SMTPExternal messages are delivered directly to the mail hosts.
Time zoneAmerica/Montreal

Administration

Most of the components configuration can be changed from Webmin, a web-based interface for system administration. From Webmin, you can also manage the databases and the LDAP directory. You can access Webmin from this URL:

https://156.38.244.116:10000/

Login using the username sogo and the password sogo.

You can use the same credentials to access the machine throuh SSH and use sudo to gain root access.

Account Provisioning

You can browse, modify and create accounts using Webmin:

  1. Select LDAP Server from the Servers menu
  2. Select Browser Database

If you prefer to access the LDAP directory using a different client, you can bind using the following credentials :

DNcn=admin,dc=example,dc=com
Passwordsogo

Mailboxes

One operation that is not currently possible through Webadmin is the creation of new mailboxes. To create a mailbox on the mailstore for newuser, access your machine through SSH and execute the following command:

$ cyradm --auth plain --user cyrus localhost
Password: (sogo)
IMAP Password: (sogo)
localhost> cm user/newuser

Don't forget to create the corresponding entry in the OpenLDAP directory (uid=newuser,ou=people,dc=example,dc=com).