Multiline result
This commit is contained in:
parent
b25c1431f4
commit
067b6e122e
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue