Default setup
The virtual appliance is shipped with the following configuration:
| Networking | DHCP |
|---|---|
| Mail domain | sogo.example.com |
| User provisioning | Authentication and account provisioning is performed using a local LDAP directory. |
| Mailstore | Mails are delivered to a local mailstore accessible through IMAP. |
| SMTP | External messages are delivered directly to the mail hosts. |
| Time zone | America/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:
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:
- Select LDAP Server from the Servers menu
- Select Browser Database
If you prefer to access the LDAP directory using a different client, you can bind using the following credentials :
| DN | cn=admin,dc=example,dc=com |
|---|---|
| Password | sogo |
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).

