2025-03-18 10:29:14 +01:00
{
2025-09-21 08:28:14 +02:00
"name" : "Proxmox Mail Gateway (PMG)" ,
2025-03-18 10:29:14 +01:00
"slug" : "proxmox-mail-gateway" ,
"categories" : [
2025-05-20 11:51:20 +02:00
1
2025-03-18 10:29:14 +01:00
] ,
"date_created" : "2025-02-04" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 8006 ,
"documentation" : "https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html" ,
"website" : "https://www.proxmox.com/en/products/proxmox-mail-gateway/overview" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2025-03-18 10:29:14 +01:00
"description" : "Proxmox Mail Gateway is the leading open-source email security solution helping you to protect your mail server against all email threats from the moment they emerge." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/proxmox-mail-gateway.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 4096 ,
"hdd" : 10 ,
"os" : "debian" ,
2025-10-15 22:39:16 +02:00
"version" : "13"
2025-03-18 10:29:14 +01:00
}
}
] ,
"default_credentials" : {
"username" : "root" ,
"password" : null
} ,
"notes" : [
{
2025-05-20 11:51:20 +02:00
"text" : "Set a root password if using autologin. This will be the PMG password. `passwd root`" ,
"type" : "warning"
2025-03-18 10:29:14 +01:00
}
]
}