Full URL in report

Jun 18, 2019
12
0
21
50
Hello,

I have a small problem, when PMG sends the report, there is in the email a link to access the quarantine, put in white list etc ...

but in the report, it does not put the domain name, just the name of the host,

this gives:
https: // pmg-1: 8006 / quarantine? ticketxxxxx

how to fix this?

thank you
 
https: // pmg-1: 8006 / quarantine? ticketxxxxx
this seems to be a problem in your hostname/dns configuration:
* PMG takes the hostname from the output from `uname -n` (almost always the content of /etc/hostname)
* PMG takes the domain-name from the search-domain in /etc/resolv.conf
My guess is you don't have a search-domain set
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_configuration_files_overview


If you only want to change this for the spamreport you can override this in GUI->Configuration->Spam Detector->Quarantine (Quarantine Host setting)

I hope this helps.