You can add new users using the samba-tool command:
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 |
export USERNAME=username
samba-tool user create $USERNAME --mail-address=$USERNAME@example.com
samba-tool user setexpiry $USERNAME --noexpiry
If you would like to access the LDAP directory (Samba) using a client, you can bind using the following credentials:
| DN | cn=administrator,cn=Users,dc=example,dc=com |
| Password | %1OpenChange |