5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-01-09 01:18:04 +03:00

macros: add macro for Proxmox Mail Gateway web interface

Macro to allow access to the PMG web interface when hosted on PVE.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2020-01-21 10:24:30 +01:00 committed by Thomas Lamprecht
parent fdbdbf6010
commit 870223fd40

View File

@ -394,6 +394,10 @@ my $pve_fw_macros = {
{ action => 'PARAM', proto => 'udp', dport => '5632' },
{ action => 'PARAM', proto => 'tcp', dport => '5631' },
],
'PMG' => [
"Proxmox Mail Gateway web interface",
{ action => 'PARAM', proto => 'tcp', dport => '8006' },
],
'POP3' => [
"POP3 traffic",
{ action => 'PARAM', proto => 'tcp', dport => '110' },