diff --git a/src/freedombone-app-bdsmail b/src/freedombone-app-bdsmail index 5b7c5f63..53dda83e 100755 --- a/src/freedombone-app-bdsmail +++ b/src/freedombone-app-bdsmail @@ -207,9 +207,6 @@ function remove_bdsmail { rm /etc/systemd/system/bdsmail.service fi - firewall_remove $I2P_SAM_PORT - firewall_remove $I2P_SMTP_PORT - for d in /home/*/ ; do USERNAME=$(echo "$d" | awk -F '/' '{print $3}') if [[ $(is_valid_user "$USERNAME") == "1" ]]; then @@ -390,9 +387,6 @@ function install_bdsmail { exit 638762424;; esac - firewall_add i2psam $I2P_SAM_PORT - firewall_add i2psmtp $I2P_SMTP_PORT - APP_INSTALLED=1 }