install_amavis.sh: fix error on data input.
This commit is contained in:
parent
e595f034d8
commit
e48b35bdd1
@ -344,7 +344,7 @@ echo -e "\033[32m--\033[m"
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Should this mail server support Cyrus SASL authentication?"
|
echo "Should this mail server support Cyrus SASL authentication?"
|
||||||
echo ""
|
echo ""
|
||||||
while [[ "$SASL_AUTH_ENABLED" != "yes" && "$SASL_AUTH_ENABLED" != "yes" ]];do
|
while [[ "$SASL_AUTH_ENABLED" != "yes" && "$SASL_AUTH_ENABLED" != "no" ]];do
|
||||||
|
|
||||||
if [[ -n "$_SASL_AUTH_ENABLED" ]]; then
|
if [[ -n "$_SASL_AUTH_ENABLED" ]]; then
|
||||||
echononl "Support Cyrus SASL authentication [${_SASL_AUTH_ENABLED}]: "
|
echononl "Support Cyrus SASL authentication [${_SASL_AUTH_ENABLED}]: "
|
||||||
|
Loading…
Reference in New Issue
Block a user