Skip to content
Snippets Groups Projects
Commit 60857daa authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't need the bdsmail firewall

parent 64444699
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment