Don't need the bdsmail firewall

This commit is contained in:
Bob Mottram 2018-02-13 10:10:52 +00:00
parent 6444469967
commit 60857daa17
1 changed files with 0 additions and 6 deletions

View File

@ -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
}