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
SSH login is possible on the ZEG using the username sogo and the password sogo.
Use sudo to gain root access.
Account Provisioning
You can add new users using the samba-tool command:
- samba-tool user add username
- samba-tool user setexpiry username --noexpiry
- openchange_newuser --create username
If you would like to access the LDAP directory (Samba 4) using a client, you can bind using the following credentials :
DN | cn=administrator,cn=Users,dc=example,dc=com |
---|---|
Password | %1OpenChange |