File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -152,3 +152,9 @@ REAL_IP_FROM=
152152
153153# choose wether mailu bounces (no) or rejects (yes) mail when recipient is unknown (value: yes, no)
154154REJECT_UNLISTED_RECIPIENT =
155+
156+ # initial admin account for demo
157+ INITIAL_ADMIN_ACCOUNT = admin
158+ INITIAL_ADMIN_DOMAIN = test.mailu.io
159+ INITIAL_ADMIN_PW = letmein
160+ INITIAL_ADMIN_MODE = update
Original file line number Diff line number Diff line change 11#! /bin/bash
22cd /opt/infra/demo
3- /usr/local/bin/docker-compose exec -d admin flask mailu password admin test.mailu.io letmein
3+ /usr/local/bin/docker-compose exec admin flask mailu admin --mode update admin test.mailu.io letmein > /dev/null
Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ cd /opt/infra/demo
44/usr/local/bin/docker-compose down || exit 1
55rm -rf /mailu
66/usr/local/bin/docker-compose up -d || exit 1
7- sleep 30
8- /usr/local/bin/docker-compose exec -d admin flask mailu admin admin test.mailu.io letmein || exit 1
You can’t perform that action at this time.
0 commit comments