X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2c785689e4a3163f6f1b644ec31c6a82642e9f14..c02f66668d32980a3770e450061c5b96b9f31690:/build_nmh diff --git a/build_nmh b/build_nmh index 60913b68..dfb1c0bd 100755 --- a/build_nmh +++ b/build_nmh @@ -301,11 +301,11 @@ if [ $yes -eq 0 ]; then [ "$servers" ] && config_smtpservers="$servers" fi - printf 'Cyrus SASL support [%s]: ' "$config_sasl" >&3 + printf 'Cyrus SASL support (y|n) [%s]: ' "$config_sasl" >&3 read response [ "$response" = y -o "$response" = Y ] && config_sasl=y - printf 'TLS support [%s]: ' "$config_tls" >&3 + printf 'TLS support (y|n) [%s]: ' "$config_tls" >&3 read response [ "$response" = y -o "$response" = Y ] && config_tls=y fi