diff --git a/utils/provision b/utils/provision index 2fbeeb6..eb9d772 100755 --- a/utils/provision +++ b/utils/provision @@ -117,9 +117,10 @@ function application () { export MAIL_HOST="mail.indie.host" export MAIL_PORT="587" else - export MAIL_PASS=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs` - export MAIL_USER="noreply.${arg_u}@${MAIL_DOMAIN}" - /opt/bin/add_mailbox ${MAIL_USER} ${MAIL_PASS} + echo "using MAIL_DOMAIN from server env" + #export MAIL_PASS=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs` + #export MAIL_USER="noreply.${arg_u}@${MAIL_DOMAIN}" + #/opt/bin/add_mailbox ${MAIL_USER} ${MAIL_PASS} fi ./scripts/install fi