Skip to content

Commit 521c26f

Browse files
committed
open email submission ports
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent 8f15db4 commit 521c26f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmds/modules/networkd/nft.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nft 'flush chain inet filter forward'
5050
nft 'flush chain inet filter prerouting'
5151
5252
# drop smtp traffic for hidden nodes
53-
nft 'add rule inet filter prerouting iifname "b-*" tcp dport {25, 587, 465} reject with icmp type admin-prohibited'
53+
nft 'add rule inet filter prerouting iifname "b-*" tcp dport {25} reject with icmp type admin-prohibited'
5454
`)
5555

5656
if err := cmd.Run(); err != nil {

0 commit comments

Comments
 (0)