Exim/commands/exim_passwd.sh

10 lines
149 B
Bash
Raw Normal View History

2016-10-05 22:40:56 +00:00
#!/usr/bin/env bash
echo "Username: "
read username
echo "Domain: "
read domain
userdbpw -md5 | userdb "$username@$domain" set systempw
makeuserdb