Skip to content

Commit 48e0d24

Browse files
committed
open email submission ports
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent 32025af commit 48e0d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmds/modules/netlightd/nft/rules.nft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ table inet filter {
1313

1414
chain prerouting {
1515
type filter hook prerouting priority filter; policy accept;
16-
meta nfproto ipv4 iifname "b-*" tcp dport { 25, 465, 587 } reject with icmp type admin-prohibited
16+
meta nfproto ipv4 iifname "b-*" tcp dport { 25 } reject with icmp type admin-prohibited
1717
}
1818
}
1919
table arp filter {

0 commit comments

Comments
 (0)