You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
322 B
5 lines
322 B
HOSTNAME=mail.mydomain.com >> iredmail-docker.conf
|
|
FIRST_MAIL_DOMAIN=mydomain.com >> iredmail-docker.conf
|
|
FIRST_MAIL_DOMAIN_ADMIN_PASSWORD=my-secret-password >> iredmail-docker.conf
|
|
MLMMJADMIN_API_TOKEN=$(openssl rand -base64 32) >> iredmail-docker.conf
|
|
ROUNDCUBE_DES_KEY=$(openssl rand -base64 24) >> iredmail-docker.conf |