diff options
author | Malfurious <m@lfurio.us> | 2024-07-13 14:38:50 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-07-13 14:38:50 -0400 |
commit | b995133b274dc14876ecc4ee92d72dbdde85a684 (patch) | |
tree | 01b5526916837b86c20c11401ee5bae647a13bc7 /makepasswd.sh | |
parent | 9cfad5e40a180cf9df064de352d04e2935020e3d (diff) | |
download | mailnode-b995133b274dc14876ecc4ee92d72dbdde85a684.tar.gz mailnode-b995133b274dc14876ecc4ee92d72dbdde85a684.zip |
Add password hash generation script
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'makepasswd.sh')
-rwxr-xr-x | makepasswd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makepasswd.sh b/makepasswd.sh new file mode 100755 index 0000000..ca51667 --- /dev/null +++ b/makepasswd.sh @@ -0,0 +1,3 @@ +#!/bin/sh +docker compose build +docker run --rm -it mailnode doveadm pw |