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:
parent
fdbdbf6010
commit
870223fd40
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user