some minor changes

This commit is contained in:
Christoph 2020-09-28 03:40:33 +02:00
parent 81858238ff
commit 754676dfca

View File

@ -149,7 +149,7 @@ echo ""
echo " File containing the new mailboxes and passwords.......: $in_file" echo " File containing the new mailboxes and passwords.......: $in_file"
echo "" echo ""
echo " Passsword scheme used for encryption..................: $dovecot_enc_method" echo " Passsword scheme used for encryption..................: $dovecot_enc_method"
echo " Mailbox quota to set for each new mailbox.............: $quota ($(echo "scale=2; 536870912 / 1024 /1024" | bc) MB)" echo " Mailbox quota to set for each new mailbox.............: $quota ($(echo "scale=2; $quota / 1024 /1024" | bc) MB)"
echo "" echo ""
if [[ "$db_type" = "pgsql" ]] ; then if [[ "$db_type" = "pgsql" ]] ; then
echo " Type of postfix databae...............................: PostgreSQL ($db_type)" echo " Type of postfix databae...............................: PostgreSQL ($db_type)"