Multiline result

This commit is contained in:
Antonio J. Delgado 2024-08-10 12:45:05 +03:00
parent b25c1431f4
commit 067b6e122e

View file

@ -109,7 +109,7 @@ do
fi
done
echo "INSERT INTO mail.forwardings (source, destination, porpouse) VALUES ('${alias}','${destination}','${porpouse}');"| mysql mail
message "Inserted forwarding from:\n${alias}\nto:\n${destination}\nfor the porpouse of '${porpouse}'." p
message "Inserted forwarding from:\n${alias}\nTo:\n${destination}\nFor the porpouse of '${porpouse}'." p
result=$(dbmail-users -q -y -c "${destination}" -s "${alias}")
message "Added alias in dbmail. Result: ${result}"