MDaemon Windows Firewall Rules
MDaemon Windows Firewall Rules
netsh advfirewall reset
netsh advfirewall firewall add rule name="MDaemon ICMP" dir=in action=allow protocol=icmpv4
netsh advfirewall firewall add rule name="MDaemon SMTP" dir=in action=allow protocol=TCP localport=25
netsh advfirewall firewall add rule name="MDaemon SMTP SSL" dir=in action=allow protocol=TCP localport=465
netsh advfirewall firewall add rule name="MDaemon MSA" dir=in action=allow protocol=TCP localport=587
netsh advfirewall firewall add rule name="MDaemon ODMR" dir=in action=allow protocol=TCP localport=366
netsh advfirewall firewall add rule name="MDaemon POP3" dir=in action=allow protocol=TCP localport=110
netsh advfirewall firewall add rule name="MDaemon IMAP" dir=in action=allow protocol=TCP localport=143
netsh advfirewall firewall add rule name="MDaemon POP3 SSL" dir=in action=allow protocol=TCP localport=995
netsh advfirewall firewall add rule name="MDaemon IMAP SSL" dir=in action=allow protocol=TCP localport=993
netsh advfirewall firewall add rule name="MDaemon HTTP" dir=in action=allow protocol=TCP localport=80
netsh advfirewall firewall add rule name="MDaemon HTTPS" dir=in action=allow protocol=TCP localport=443
netsh advfirewall firewall add rule name="MDaemon IM" dir=in action=allow protocol=TCP localport=7070
netsh advfirewall firewall add rule name="MDaemon IM SSL" dir=in action=allow protocol=TCP localport=7443
netsh advfirewall firewall add rule name="MDaemon XMPP" dir=in action=allow protocol=TCP localport=5222
netsh advfirewall firewall add rule name="MDaemon XMPP SSL" dir=in action=allow protocol=TCP localport=5223
netsh advfirewall firewall add rule name="MDaemon DNS" dir=in action=allow protocol=TCP localport=53
netsh advfirewall firewall add rule name="MDaemon REMOTE ADMIN" dir=in action=allow protocol=TCP localport=81
netsh advfirewall firewall add rule name="MDaemon REMOTE ADMIN SSL" dir=in action=allow protocol=TCP localport=444
netsh advfirewall firewall add rule name="MDaemon MINGER" dir=in action=allow protocol=TCP localport=4069
netsh advfirewall firewall add rule name="MDaemon RDP" dir=in action=allow protocol=TCP localport=3389
exit
Comments
Post a Comment