2025-01-20 09:03:56 +01:00
{
2025-04-09 13:10:02 +02:00
"name" : "Proxmox Mail Gateway Post Install" ,
"slug" : "post-pmg-install" ,
2025-05-20 11:51:20 +02:00
"categories" : [
1
] ,
2025-04-09 13:10:02 +02:00
"date_created" : "2025-01-20" ,
"type" : "pve" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : null ,
"website" : null ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp" ,
"config_path" : "" ,
2025-04-09 13:10:02 +02:00
"description" : "The script will give options to Disable the Enterprise Repo, Add/Correct PMG Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Mail Gateway and Reboot PMG." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "tools/pve/post-pmg-install.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Proxmox Mail Gateway ONLY" ,
"type" : "warning"
2025-01-20 09:03:56 +01:00
} ,
2025-04-09 13:10:02 +02:00
{
"text" : "Execute within the Proxmox Mail Gateway Shell" ,
"type" : "info"
} ,
{
"text" : "It is recommended to answer “yes” (y) to all options presented during the process." ,
"type" : "info"
}
]
}