diff --git a/postfix_add_mailboxes.sh b/postfix_add_mailboxes.sh index 24a2c22..1816fd8 100755 --- a/postfix_add_mailboxes.sh +++ b/postfix_add_mailboxes.sh @@ -149,7 +149,7 @@ echo "" echo " File containing the new mailboxes and passwords.......: $in_file" echo "" 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 "" if [[ "$db_type" = "pgsql" ]] ; then echo " Type of postfix databae...............................: PostgreSQL ($db_type)"