Don't need the bdsmail firewall
This commit is contained in:
parent
6444469967
commit
60857daa17
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue