J jaiume New Member Sep 17, 2019 5 0 1 52 Sep 17, 2019 #1 How do you change the URL that is sent in the daily SPAM report to users? My internal FDQN is different to URL that will be used to access it externally. Thanks Jamie
How do you change the URL that is sent in the daily SPAM report to users? My internal FDQN is different to URL that will be used to access it externally. Thanks Jamie
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,417 1,732 248 Sep 17, 2019 #2 You can set the 'Quarantine Host' and 'Quarantine Port' in the GUI ('Configuration'->'Spam Detector'->'Quarantine') - see the reference documentation: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_spamdetector (subpoint 4.6.2) I hope this helps!
You can set the 'Quarantine Host' and 'Quarantine Port' in the GUI ('Configuration'->'Spam Detector'->'Quarantine') - see the reference documentation: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_spamdetector (subpoint 4.6.2) I hope this helps!
J jaiume New Member Sep 17, 2019 5 0 1 52 Sep 17, 2019 #3 Does the host parameter also allow you to specify the port too? External access will be via reverse proxy which will be via standard https port
Does the host parameter also allow you to specify the port too? External access will be via reverse proxy which will be via standard https port
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,417 1,732 248 Sep 17, 2019 #4 only the host is exposed on the gui for the other components (port and protocol (although https is the default here) you need to edit '/etc/pmg/pmg.conf' directly: Code: section: spamquar hostname quarantineexample.com port 443 (replace quarantineexample.com by your fqdn)
only the host is exposed on the gui for the other components (port and protocol (although https is the default here) you need to edit '/etc/pmg/pmg.conf' directly: Code: section: spamquar hostname quarantineexample.com port 443 (replace quarantineexample.com by your fqdn)